/* v1.0 | 20080212 */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

a{
	color: #C42B2F;
	text-decoration: none;
}

a:visited{
	color: #000;
}

a:hover{
	color: #000;
	text-decoration: underline;
}

a:active{
	color: #8A1E21;
}

p{
	margin: 0 0 1.5em 0;
}

img{display: block; margin: 0 0 25px 0;}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}

body{
	background: #666 url(/images/template/pageBackground.gif) top left repeat-x;
	color: #5E5E5E; font: .625em/1.5em Verdana, Arial, sans-serif;
}

body.interior{
	color: #4A4A4A;
}

#pageWrapper{
	position: relative;
	margin: 0 auto 80px auto;
	width: 950px;
}

#header{
	position: relative;
	width: 950px;
	height: 73px;
	background-color: #C42B2F;
	color: #FFF;
}

body.interior #header{background-color:#8A1E21;}

#header h1{
	position: absolute;
	top: 13px;
	left: 16px;
	background: transparent url(/images/template/logo.gif) top left no-repeat;
	width: 248px;
	height: 50px;
}

body.interior #header h1{
	top: 0;
	left: 0;
	background: transparent url(/images/template/logo-interior.gif) top left no-repeat;
	width: 224px;
	height: 73px;
}

#header h1 a{
	display: block;
	width: 248px;
	height: 50px;
}

body.interior #header h1 a{
	width: 224px;
	height: 73px;
}

#header h1 a span{
	display: none;
}

#header h2{
	color: #FFF;
	position: absolute;
	left: 305px;
	top: 48px;
	font-size: 1.6em;
	font-weight: normal;
}

#header #number{
	display: block;
	background: transparent url(/images/template/phone.gif) top left no-repeat;
	width: 116px;
	height: 13px;
	text-indent: -5000em;
	position: absolute;
	left: 620px;
	top: 13px;
}

body.interior #header #number{
	background: transparent url(/images/template/phone-interior.gif) top left no-repeat;
	width: 149px;
	height: 17px;
	left: 772px;
	top: 13px;
}

#header p{
	position: absolute;
	top: 35px;
	left: 620px;
	width: 320px;
	padding: 0 10px 0 0;
	font-size: 1.2em;
	line-height: 1.1;
}

#content{
	clear: both;
	position: relative;
	background-color: #FFF;
	width: 950px;
	overflow: hidden;
}

#sideBar{
	float: left;
	width: 188px;
}

body.interior #sideBar{
	width: 224px;
}

#sideBar #nav{
	margin: 35px 0 0 0;
	border-top: 1px solid #C89495;	
}

body.interior #sideBar #nav{
	margin: 0 0 0 0;
	border-top: none;
}

#sideBar #nav li{
	border-bottom: 1px solid #C89495;
	padding: 5px 0 5px 15px;
	color: #000;
	font-size: 11px;
}

#sideBar #nav li a{
	display: block;
	color: #3A3A3A;
}

#sideBar #nav li ul{
	padding: 0 0 4px 0;
}

#sideBar #nav li li{
	border-bottom: none;
	padding: 1px 0 1px 15px;
	color: #AB2021;
}

#sideBar #nav li li.active{
	background: transparent url(/images/template/nav-active.gif) 3px 7px no-repeat;
}

#sideBar #nav li a:visited{
	color: #3A3A3A;
}

#sideBar #nav li a:hover,
#sideBar #nav li a.active{
	color: #AB2021;
	text-decoration: none;
}

#sideBar #nav li.active{
	padding-bottom: 1px;
}

#sideBarCaption{
	padding: 108px 0 0 15px;
	font-weight:bold;
	font-size:1.1em;
}
#sideBar #socialLinks{
	width: 188px;/* to ensure icons don't break row */
	padding: 30px 0 0 15px;
}
#sideBar #socialLinks p{
	font-size:0.9em;
}
#sideBar #socialLinks a img{
	display:inline;
	margin:0;
}

#mainContent{
	float: right;
	width: 685px;
	padding: 36px 29px 40px 0;
}

#mainContent #socialLinks{
	float:right;
	margin-top:6px;
}

#mainContent #socialLinks img{
	display:inline;
	margin:0;
}




body.interior #mainContent{
	width: 648px;
	font-size: 1.1em;
	padding-top: 15px;
}

body.interior #mainContent a{
	color: #C42B2F;
	text-decoration: underline;
}

body.interior #mainContent a:active{
	color: #8A1E21;
}

body.interior #mainContent a:visited,
body.interior #mainContent a:hover{
	color: #000;
}

#mainContent .column{
	float: left;
	width: 300px;
	margin: 0;
}

#mainContent .column p.cta{
	margin-top:-1em;
}
#mainContent .column p.cta span{
	text-transform:uppercase;
}
#mainContent .column p.cta a{

}

#mainContent .first-column{
	width: 329px;
	margin: 0 56px 0 0;
}

.item-list{
	width: 648px;
}

.item-list li{
	border-bottom: 1px solid #C66460;
	overflow:hidden;
	width: 648px;
	float: left;
	clear: left;
	margin-left:20px;
    list-style: none;
    padding-bottom: 15px;
	/*list-style-type: disc;*/
}

.item-list li.last-item{
	border-bottom: none;
}

.item-list img{
	margin: 18px 0 0 0;
	float: left;
}

.item-list li.first-item img{
	margin-top: 0;
}

.item-list div{
	float: right;
	width: 350px;
	padding: 18px 0 0 0;
}

.item-list li.first-item div{
	border-top: none;
	padding-top: 0;
}

.item-list h3{
	color: #B33435;
	text-transform: uppercase;
}

#slideshow{
	position: relative;
	width: 329px;
	height: 291px;
	margin: 0 0 25px 0;
	overflow: hidden;
}

#footer{
	clear: both;
	width: 935px;
	margin: 0;
	padding: 8px 0 9px 15px;
	background-color: #A4A4A4;
	color: #FFF;
	font-size: 1.1em;
	line-height: 1.1;
}

body.interior #footer{
	background-color: #FFF;
	color: #A04748;
}

body.interior #footer span{
	float: left;
	display: block;
	width: 257px;
}

body.interior #footer span.number{
	float: none;
	display: inline;
	width: auto;
	padding: 0 15px;
}

#footer p{
	margin-bottom: 0;
}

#footer em{
	color: #000;
	font-style: normal;
	padding-right: 8px;
}

#footer a{
	color: #FFF;
	text-decoration: none;
}

body.interior #footer a{
	color: #A04748;
}


#mainContent h3{
    margin-top:10px;
	color: #B33435;
	text-transform: uppercase;
}

ul.item-list li div.item-details ul   {
    float: left;
    clear: both;
    margin:10px 0;
}

ul.item-list li div.item-details > ul > li  {
	border-bottom: 0px;
    overflow: visible;
    margin-left:20px;
    list-style-type: disc;
    list-style-position: outside;
    width:90%;
    clear: both;
    float: none;
    vertical-align: top;
}


body.interior #mainContent a.learnmore {
    float: left;
    clear: both;
    margin: 10px 0;
}

table.allitems {
    width:90%;
    border-bottom:1px solid #DDD;
}

table.allitems td, table#resultstable td {
    padding:5px;
   border-bottom:1px solid #DDD;
}
table.allitems td.second,
table.allitems td.qty,
table.allitems td.lbl{
    text-align:right;
}

table.allitems td.qty input,
table.allitems td.lbl input{
    text-align:right;
}
table#resultstable td.qty, table#resultstable td.cur, table#resultstable td.gtot {
    text-align:center;
}

td.lbl > input.cur {
    width:50px;
}

th{
    border-bottom:1px solid #AAA;
}
table.allitems tr.divider th,
table.allitems tr.divider td{
    border-bottom:1px solid #AAA;
}
table.codetails{
    border-top:1px solid #AAA;
}
table.codetails th{
    border-bottom:1px solid #DDD;
    text-align:left;
    padding:5px;
    width:40%;
}

th.first{ width:40%;text-align:left;}
th.second{width:20%;text-align:right;}
th.third{width:20%;text-align:right;}
th.fourth{width:20%;text-align:right;}

tr.form-check{display:none;}

/* Stories, Ideas, Inspiration */
#mainContent div.story{
	
	clear:both;
	margin-bottom:10px;
}
	#mainContent div.story img{
		margin-right:20px;
	}


/* Case Studies */
#caseStudy{

}

#caseStudy table{
	border-bottom:1px solid #333;
	margin-bottom:30px;
}
	#caseStudy table.header tr th,
	#caseStudy table.header tr td{
		padding-bottom:0.5em;
	}
	#caseStudy table.header th{
		color:#AE4110;
		font-size:1.2em;
		font-weight:bold;
		font-style:italic;
		line-height:1.4em;
		text-align:left;
		border-bottom:none;
		vertical-align:bottom;
	}
		#caseStudy table.header th p{
			margin-bottom:80px;
		}
		#caseStudy table.header td img{
			margin: 0 0 0.5em;
		}


#caseStudyStory{
	float:left;
	width:342px;
}
#caseStudyStory img{
}
#caseStudyStory div.captioned{
	float:left;
	margin:0 15px 15px 0;
	font-size:0.9em;
	font-style:italic;
	font-weight:normal;
}
#caseStudySidebar{
	float:left;
	width:306px;
}
	#caseStudySidebar table.caseStudySidebarImg{
		float:right;
		clear:both;
		margin-top:150px;
		width:1px;
		text-align:left;
		border-bottom:none !important;
	}
		#caseStudySidebar table.caseStudySidebarImg th{
			font-weight:normal;
			border-bottom:none !important;
		}
		#caseStudySidebar table.caseStudySidebarImg img{
			float:right;
			clear:both;
			margin: 0 0 0.5em;
		}
		
	#caseStudySidebar p.caption,
	#caseStudy table p.caption{
		clear:both;
		font-size:0.9em;
		font-style:italic;
		margin:0;
	}
	#caseStudySidebar p.credit,
	#caseStudy table p.credit{
		text-align:right;
	}
	#caseStudySidebar div.caseStudySidebarImg p.caption{
		width:281px;
		float:right;
	}
