
* /*Set's border, padding and margin to 0 for all values*/
{
padding: 0;
margin: 0;
}
body, html {
color: #5d431f;
font-family: Tahoma, Arial, sans-serif;
background: #c69d71 url(img/bg2.jpg) top center repeat-x;
background-attachment: fixed;
text-align: center;
height: 100%;
}
body {
font-size: 11px;
line-height:17px;
}

#LinksDistributorsPage p {
	font-size: 11px;
	line-height: 15px;
}

.bold {
	font-weight: bold;
}


p {padding: 7px 0 7px 0;}

a {
color: #3d290c;
text-decoration: underline;
}
a:hover{
color: #6d5128;
text-decoration: none;
}

.hidden { visibility: hidden;}

h1, h2, h3, h4 {
font-weight: bold;
}
h1 {
font-size: 1.5em;
}
h2 {
font-size: 1.3em;
color: #305238;
}
h3 {
font-size: 2.0em;
color: #416549;
text-decoration: none;
}
h4 {
margin: 10px, 0 0 0;
font-size: 12px;
}
h1 a, #header h2{
color: #fff;
}
.clear { clear: both; }
#mainContainer {
width: 951px;
margin: 0 auto;
background-color: #c69d71;
min-height: 100%;
text-align: left;
}
* html #mainContainer {
height: auto;
}
	

/**************************
HEADER
**************************/
#header {
height: 130px;
width: 951px;
margin: 0 auto;
position: relative;
}

#header h1 {
	width: 237px; height: 130px; 11px; padding: 0px; background: transparent url("img/logo.gif") top left no-repeat; text-indent: -10000px; font-size: 9px;
	float: left;
}
#header h1 a {
	width: 237px; height: 130px; display: block;
}

/**************************
CONTENT AND COLUMNS
**************************/
.outer {
width: 951px;
margin: 0 auto;
padding:0;
background-color: #c69d71;
}
* html .outer {
padding-right: 0px;
}
.inner {
width: 951px;
margin: 0 auto;
padding-bottom: 46px;
}
* html .inner {
width: 951px;
}
.float-wrap {
float: left;
width: 951px;
margin-left: -0px; /*** Same length as .outer padding-left but with negative value ***/
}
* html .float-wrap {
/*** No need for hacking IE on this layout ***/
}

#content {
float: right;
width: 703px;
height:100%;
font-size: 13px;
}
* html #content {
position: relative;  /*** IE needs this  ***/
}
.contentWrap {
padding: 0 0 10px 10px;
}
	
#subheader_graphic h1{
	float:right;
	margin: 0;
	height:130px;
	width:714px;
	/* Default image. More defined below */
	background-image: url("");
	background-position: 0 0;
	background-repeat: no-repeat;
	}

html>body #subheader_graphic h1{
	width:714px;
	height: 130px;
	}

/* specify new images for different pages Look for different ids on body tag */
#HomePage #subheader_graphic h1{ background-image: url("img/subheader_home.jpg"); }
#SCLCPage #subheader_graphic h1{ background-image: url("img/subheader_SoCo.jpg"); }
#PWLPage #subheader_graphic h1{ background-image: url("img/subheader_pwl.jpg"); }
#CLRPage #subheader_graphic h1{ background-image: url("img/subheader_clr.jpg"); }
#ProductCatalogPage #subheader_graphic h1{ background-image: url("img/subheader_productcatalog.jpg"); }
#ProductLiteraturePage #subheader_graphic h1{ background-image: url("img/subheader_productcatalog.jpg"); }
#APALiteraturePage #subheader_graphic h1{ background-image: url("img/subheader_productcatalog.jpg"); }
#ByProductsPage #subheader_graphic h1{ background-image: url("img/subheader_byproducts.jpg"); }
#MerlinPage #subheader_graphic h1{ background-image: url("img/subheader_merlin.jpg"); }
#MerlinMapPage #subheader_graphic h1{ background-image: url("img/subheader_merlin.jpg"); }

#BuildGreenPage #subheader_graphic h1{ background-image: url("img/subheader_home.jpg"); }


#ProductGDFPage #subheader_graphic h1{ background-image: url("img/subheader_productcatalog.jpg"); }
#ProductP1RPage #subheader_graphic h1{ background-image: url("img/subheader_productcatalog.jpg"); }
#ProductPRPPage #subheader_graphic h1{ background-image: url("img/subheader_productcatalog.jpg"); }
#ProductLLEPage #subheader_graphic h1{ background-image: url("img/subheader_productcatalog.jpg"); }
#ProductPHMPage #subheader_graphic h1{ background-image: url("img/subheader_productcatalog.jpg"); }
#ProductRSFPage #subheader_graphic h1{ background-image: url("img/subheader_productcatalog.jpg"); }
#ProductMFPPage #subheader_graphic h1{ background-image: url("img/subheader_productcatalog.jpg"); }
#ProductCPEPage #subheader_graphic h1{ background-image: url("img/subheader_productcatalog.jpg"); }
#ProductCFSPage #subheader_graphic h1{ background-image: url("img/subheader_productcatalog.jpg"); }
#ProductSFSPage #subheader_graphic h1{ background-image: url("img/subheader_productcatalog.jpg"); }
#ProductPLDPage #subheader_graphic h1{ background-image: url("img/subheader_productcatalog.jpg"); }
#ProductLumberPlywoodPage #subheader_graphic h1{ background-image: url("img/subheader_productcatalog.jpg"); }
#ProductFasciaPage #subheader_graphic h1{ background-image: url("img/subheader_productcatalog.jpg"); }


#DistributorsPage #subheader_graphic h1{ background-image: url("img/subheader_home.jpg"); }
#InternationalPage #subheader_graphic h1{ background-image: url("img/subheader_international.jpg"); }
#EmploymentPage #subheader_graphic h1{ background-image: url("img/subheader_employee.jpg"); }
#ContactPage #subheader_graphic h1{ background-image: url("img/subheader_contact.jpg"); }
#LinksPage #subheader_graphic h1{ background-image: url("img/subheader_coast.jpg"); }
#LinksAssociationsPage #subheader_graphic h1{ background-image: url("img/subheader_associations.jpg"); }
#LinksDistributorsPage #subheader_graphic h1{ background-image: url("img/subheader_distributors.jpg"); }
#LinksCommunityPage #subheader_graphic h1{ background-image: url("img/subheader_coast.jpg"); }

#MapPage #subheader_graphic h1{ background-image: url("img/subheader_home.jpg"); }

/* Breadcrumb trail */
#breadcrumbs {
float:left;
width: auto;
height:18px;
margin: 18px 0 0 10px;
padding:0;
color: #583f1b;
font-size:11px;
text-align:left;
}

#breadcrumbs ul {
list-style-type: none;
margin:0;
padding:0;
}

#breadcrumbs ul li {
display: inline;
font-size:11px;
}

#breadcrumbs ul li a:link, #breadcrumbs ul li a:visited  {
color: #6a4c22;
text-decoration: none;
}

#breadcrumbs ul li a:hover {
text-decoration: underline;
}

#pagetitle h1{
	margin:55px 0 0 10px;
	height:51px;
	width:600px;
	/* Default image. More defined below */
	background-image: url("");
	background-position: 0 0;
	background-repeat: no-repeat;
	}

html>body #pagetitle h1{
	width:600px;
	height:51px;
	}

/* specify new images for different pages Look for different ids on body tag */
#HomePage #pagetitle h1{ background-image: url("img/"); }
#SCLCPage #pagetitle h1{ background-image: url("img/pagetitle_sclc.gif"); }
#PWLPage #pagetitle h1{ background-image: url("img/"); }
#CLRPage #pagetitle h1{ background-image: url("img/"); }
#ProductCatalogPage #pagetitle h1{ background-image: url("img/graphic_catalog.gif"); }
#ProductLiteraturePage #pagetitle h1{ background-image: url("img/pagetitle_productliterature.gif"); }
#APALiteraturePage #pagetitle h1{ background-image: url("img/pagetitle_APA.gif"); }
#ByProductsPage #pagetitle h1{ background-image: url("img/graphic_byProd2.gif"); }
#MerlinPage #pagetitle h1{ background-image: url("img/graphic_merlin.gif"); }

#BuildGreenPage #pagetitle h1{ background-image: url("img/pagetitle_buildgreen.gif"); }

#ProductGDFPage #pagetitle h1{ background-image: url("img/"); }
#ProductP1RPage #pagetitle h1{ background-image: url("img/"); }
#ProductPRPPage #pagetitle h1{ background-image: url("img/pagetitle_rimboard.gif"); }
#ProductLLEPage #pagetitle h1{ background-image: url("img/"); }
#ProductPHMPage #pagetitle h1{ background-image: url("img/pagetitle_formingpanels.gif"); }
#ProductRSFPage #pagetitle h1{ background-image: url("img/pagetitle_siding.gif"); }
#ProductMFPPage #pagetitle h1{ background-image: url("img/pagetitle_siding.gif"); }
#ProductCPEPage #pagetitle h1{ background-image: url("img/pagetitle_siding.gif"); }
#ProductCFSPage #pagetitle h1{ background-image: url("img/"); }
#ProductSFSPage #pagetitle h1{ background-image: url("img/"); }
#ProductPLDPage #pagetitle h1{ background-image: url("img/pagetitle_LVL.gif"); }
#ProductLumberPlywoodPage #pagetitle h1{ background-image: url("img/graphic_lumberPlywood.gif"); }
#ProductFasciaPage #pagetitle h1{ background-image: url("img/pagetitle_fascia.gif"); }

#DistributorsPage #pagetitle h1{ background-image: url("img/graphic_neverOut.gif"); }
#InternationalPage #pagetitle h1{ background-image: url("img/graphic_international.gif"); }
#EmploymentPage #pagetitle h1{ background-image: url("img/graphic_emplyoment.gif"); }
#ContactPage #pagetitle h1{ background-image: url("img/"); }
#LinksPage #pagetitle h1{ background-image: url("img/pagetitle_generalLinks.gif"); }
#LinksAssociationsPage #pagetitle h1{ background-image: url("img/pagetitle_associations.gif"); }
#LinksDistributorsPage #pagetitle h1{ background-image: url("img/pagetitle_distributors.gif"); }
#LinksCommunityPage #pagetitle h1{ background-image: url("img/graphic_community.gif"); }
	
.float_left {
	float: left;
	padding-right: 5px;
	}
	
.dividerline {
	clear: left;
	width: 70%;
	height: 2px;
	border-bottom: 1px dashed #788b49;
	padding: 0px 0px 0px 0px;
	margin-bottom: 6px;
	}	
	
.clearline {
	clear: left;
	width: 70%;
	height: 2px;
	}
	
.icon_arrow, .icon_arrow a {
	border:0;
	margin:0 5px -3px 5px;
	text-decoration:none;
	}
	
.photo_right {
	float: right;
	clear: right;
	padding: 5px 5px 10px 5px;
	}
	
.photo_left {
	float: left;
	padding: 5px 20px 5px 0px;
	}
	
.dividerline2 {
	clear: both;
	width: 555px;
	height: 2px;
	border-bottom: 1px dashed #788b49;
	padding: 0px 0px 0px 0px;
	margin-bottom: 6px;
	}	
	
	
/**************************
LEFT COLUMN
**************************/
#left {
float: left;
width: 247px;
height:auto;
background: transparent url("img/left_tile_bg.gif") top center repeat-y;
color: #fff;
}
* html #left {
position: relative;  /*** IE needs this  ***/
}
#left ul {
list-style: none;
padding-bottom: 4px;
}
#left li {
padding-bottom: 2px;
}

#leftmenucontainer {
height:100%;
width:247px;
background: transparent url("img/left_column_bg.gif") bottom center no-repeat;
padding-bottom:30px;
}

#left em {
color: #d8cf8a;
font-weight:bold;
font-style:normal;
}

.leftcontent {
min-height:500px;
}

.leftcontent a{
color: #d8cf8a;
}

.leftcontent h2{
margin: 2px 0 12px 0;
color: #fff;
font-size:16px;
line-height:15px;
}

form {
margin: 0;
padding:0;
}

form label {
font-weight:bold;
}

form label.required {
color:#154b7c;
font-weight:bold;
}
	
/*************************
RIGHT COLUMN
**************************/
#right {
float: right;
width: 1px;
height: auto;
}
* html #right {
position: relative;  /*** IE needs this  ***/
margin-right: 0px; /*** IE gets this margin. ***/
}
#right ul {
list-style: none;
padding-bottom: 0px;
}
#right li {
padding-bottom: 0px;
}

/**************************
MAPS
**************************/

#map {
position:relative;
width:684px;
height:355px;
margin:50px 0 10px 0;
background: transparent url("img/maps2.jpg") top center no-repeat;
}

#merlinMap {
position:relative;
width:684px;
height:355px;
margin:50px 0 10px 0;
background: transparent url("img/merlinMap2.jpg") top center no-repeat;
}

#maplinks {
position:absolute;
bottom:5px;
right:10px;
width:170px;
height:105px;
line-height:20px;
font-size:12px;
}

#maplinks h2 {
font-size:14px;
color:#583f1b;
margin:5px 0 5px 5px;
}

/**************************
PRODUCT TEMPLATE
**************************/

.whitebox {
width:677px;
height:auto;
min-height:200px;
margin:0 0 15px 0;
padding:0;
}

.whitebox_top {
width:677px;
height:17px;
background: transparent url("img/whitebox_top_bg.gif") top center no-repeat;
}

.whitebox_content {
width:677px;
height:xx;
background: transparent url("img/whitebox_content_bg.gif") top center repeat-y;
}

.whitebox_content p {
padding:3px 45px 3px 25px;
}

.whitebox_bottom {
width:677px;
height:27px;
background: transparent url("img/whitebox_bottom_bg.gif") top center no-repeat;
}

.black {
	color:#000;
}

/**************************
PRODUCT LITERATURE
**************************/

.productlitbox {
float:left;
width:162px;
margin:0 0 10px 0;
border-top: 1px dotted #333;
padding-top: 15px;
}

.productlitbox a:link, .productlitbox a:visited {
text-decoration:none;
}

.productlitbox a:hover {
text-decoration: underline;
color:#FFF;
}

.productlitimage {
margin:0;
padding:0;
}

/**************************
Links Boxes for Assocations & Distributors
**************************/

.linkBox {
float:left;
width:185px;
height:150px;
margin:0 20px 10px 0;
text-align:center;
background:url(img/associationBkg.gif) top center no-repeat;
}

.linkBox a:link, .productlitbox a:visited {
text-decoration:none;
}

.linkBox a:hover {
text-decoration: underline;
color:#FFF;
}

.linkBoximage {
width: 145px;
height: 108px;
margin: 5px 0 15px 0;
}

#LinksDistributorsPage a:link, #LinksDistributorsPage a:visited {
text-decoration:none;
}

#LinksDistributorsPage a:hover {
text-decoration: underline;
color:#FFF;
}

#LinksDistributorsPage #socomimenu a:hover {
text-decoration: none;
color:#FFF;
}




/**************************
FOOTER
**************************/
#footer {
width: 951px;
height: 32px;
margin: 0 auto;
margin-top: -46px;
padding:9px 0 5px 0;
text-align: center;
background-color: #000;
color: #fff;
font-family: Tahoma, Arial, sans-serif;
font-size: 10px;
line-height:14px;
}

#footer a:link, #footer a:active, #footer a:visited, #footer a:hover { 
	color: #fff;
	text-decoration: none;
}

#footer a:hover { 
	color: #e4cfb7;
	text-decoration: none;
}