html, body { 
margin:0; 
padding:0; 
text-align:center; 
background:url(images/body-bg-sub.jpg) repeat-x top left #8b7a5c;
font-family:Trebuchet MS, sans-serif;
color:#fff;
font-size:14px;
} 

img {
border:none;
}

#pagewidth { 
width:960px; 
text-align:left;  
margin-left:auto; 
margin-right:auto; 

} 

#header {
position:relative; 
height:116px; 
width:100%;
} 

#billboard, #billboard-sub {
_margin-top:-4px;
}

#navcontainer {
/*background:url(images/menu-bg.jpg) top left no-repeat;*/
height:59px;
*margin-top:-4px;
}

#navlist {
margin:0px;
list-style:none;
display:inline;
}

#navlist li {
display:inline;
list-style-type:none;
margin:0px;
padding:0px;
float:left;
}

#navlist li a {
margin:0px;
padding:0px;
}

#twocols {
width:960px;
}

#maincol {
float: left; 
display:inline; 
position: relative; 
width:688px;
margin-top:20px;
}

	.maincol-left {
	float:left;
	width:194px;
	margin-right:20px;
	}
	
	.maincol-right {
	float:left;
	width:474px;
	}

#centercol {
width:2px;
height:400px;
background:url(images/vert-rule.jpg) repeat-y top left;
float:left;
margin-top:20px;
margin-right:20px;
margin-left:20px;
}

#rightcol {
width:230px;
float:right;
margin-top:20px;
_width:225px;
}

	.retailer {
	height:50px;
	width:100%;
	clear:left;
	margin-top:20px;
	}
	
	.retailer p {
	padding-top:14px;
	}
	
	.retailer img {
	margin-right:18px;
	}

#footer {
margin-top:60px;
width:960px;
background-color:#322a1d;
height:70px;
font-size:12px;
text-align:center;
padding-top:20px;
border-top:1px solid #726958;
}

.photo-thumb {
margin-right:10px;
margin-top:10px;
width:154px;
height:106px;
border:4px solid #ccc;
float:left;
}

.credit {
font-size:12px;
float:right;
margin:0;
padding:0;
}

.clear-right {
clear:right;
}

.title1 {
font-size:28px;
margin:0px;
padding:0px;
}

.text1 {
font-size:14px;
line-height:150%;
margin:10px 0 0 0;
padding:0px;
}

.link1 {
font-family:Trebuchet MS, sans-serif;
color:#fff;
font-size:14px;
text-decoration:none;
}

.link1:hover {
color:#ffff99;
}

.link2 {
font-family:Trebuchet MS, sans-serif;
color:#fff;
font-size:12px;
text-decoration:underline;
}

.link2:hover {
color:#ffff99;
text-decoration:none;
}

.link3 {
font-family:Trebuchet MS, sans-serif;
color:#392724;
font-size:14px;
text-decoration:none;
}

.link3:hover {
color:#fff;
}

.input1 {
background-color:#e8e0c6;
border:none;
width:249px;
height:22px;
font-size:13px;
color:#372f22;
padding:4px 8px;
font-family:Arial, Helvetica, sans-serif;
}

.textarea1 {
background-color:#e8e0c6;
border:none;
width:585px;
height:150px;
font-size:13px;
color:#372f22;
padding:4px 12px;
font-family:Arial, Helvetica, sans-serif;
}

.hr1 {
height:2px;
border-bottom:2px dashed #aca899;
padding:10px 0px;
margin:0px;
}

.margin-top-20 {
margin-top:20px;
}

/* *** Float containers fix:
http://www.csscreator.com/attributes/containedfloat.php *** */ 
.clearfix:after {
content: "."; 
display: block; 
height: 0; 
clear: both; 
visibility: hidden;
}

.clearfix {display: inline-block;}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */  



/*printer styles*/ 
@media print{ 

/*hide the right column when printing*/ 
#rightcol{display:none;} 
#twocols, #maincol{width:100%; float:none;}
}
