@charset "utf-8";

html, body {
	height:100%;
	}
* {
	margin:0;
	padding:0;
	}
	 
body {
	background-image:url(/images/bg_tile.gif);
	background-position:top left;
	background-repeat:repeat;
	font-family:Arial, Helvetica, sans-serif;
	font-size:16px;
	color:#432c28;
	min-width:800px;
	}
#wrapper {
	min-height:100%;
	height: auto !important;
	height: 100%;
	margin: 0 auto -60px;
	background-image:url(/images/container_bg.gif);
	background-position:top left;
	background-repeat:repeat-y;
	}
#footer, .push {
	height: 60px;
	}
#footer {
	background-image:url(/images/footer_bg.gif);
	background-position:top left;
	background-repeat:no-repeat;
	padding:30px 0 0 180px ;
	font-size:.7em;
	}	
		
#header {
	height:142px;
	background-image:url(/images/header_bg.jpg);
	background-position:left top;
	background-repeat:no-repeat;
}

#logoSpace {
	position:absolute;
	top:25px;
	left:28px;
	background-image:url(/images/logo2.gif);
	background-repeat:no-repeat;
	width:250px;
	height:100px;
	}
#logoSpace h3{
	font-size:16px;
	color:#a66d3b;
	}	

#navSpace {
	width:162px;
	
	}

#contentSpace {
	background-image:url(/images/content_left3.gif);
	background-position:left top;
	background-repeat: repeat-y;
	background-color:#ffffff;
	}
#vanPic {
	height:144px;
	background-image:url(/images/header_van.gif);
	background-position:right;
	background-repeat:no-repeat;
	width:300px;
	float:right;
	}	
#topNavSpace {
	width:100px;
	font-size:16px;
	text-align:right;
	float:right;
	margin-right:160px;
	margin-top:70px;
	}
	
#topNavSpace ul li {
	list-style:none outside none;
	margin:5px;
	font-size:1em;
	}
#topNavSpace a {
	color:#432c28;
	text-decoration:none;
	
	}	
	
#contentHeading {
	height:35px;
	width:605px;
	background-image:url(/images/content_heading_left.gif);
	background-position:left top;
	background-repeat:no-repeat;
	background-color:#ffffff;
	margin-bottom:14px;
	margin-left:0px;
	padding-left:12px;
	padding-top:2px;
}	
#contentHeading h2 {
	font-size:18px;
	font-weight:normal;
	margin-top:6px;
	}
	
	
.productListing {
	font-size:1em;
	width:605px;

	background-image:url(/images/listing_top.gif);
	background-position:left top;
	background-repeat:no-repeat;
	background-color:#eeeeee;
	margin-bottom:14px;
	margin-left:0px;
	
	}
.productListingContent {
	width: 390px;
	float:left;
	margin-top:11px;
	line-height:1.5em;
	}
	
		
.productListing img {
	border:1px solid #a39c9a;
	float:left;
	margin-right:12px;
	margin-top:11px;
	}
.productListingContent h3 {
	font-size:1em;
	border-bottom:1px dotted #666;
	margin-bottom:5px;
	}
.productListing .price {
	font-size:1.15em;
	color: #97442c;
	float:left;
	text-align:left;
	margin-top:10px;
	}
			
.productListing .more {
	font-size:1em;
	color: #97442c;
	float:right;
	margin-top:10px;
	display:inline;
	}					
#listing {
	clear:both;
	padding-left:19px;
	}	

.listingContainer {
	width:600px;
	margin-left:10px;
	}
		
#contentTop {
	height:19px;
	background-image:url(/images/content_top.gif);
	background-position:top left;
	background-repeat:no-repeat;
	}	
.listingBottom {
	height:11px;
	background-image:url(/images/listing_bottom.gif);
	background-position:left bottom;
	background-repeat:no-repeat;
	clear:both;
	}
.images {
	float:left;

	margin-right:10px;
	}
.images img {
	margin-top:0;
	margin-bottom:10px;
	}	
.index #listing p {
	line-height:1.5em;
	width:600px;
	margin-top:20px;
	margin-left:10px;
}	
	
	
/*   LIST PAGE STYLES */





/*   PRODUCT PAGE STYLES */

#specs {
	clear:both;
	width:502px;
	background-image:url(/images/specs_bg3.gif);
	background-position:bottom left;
	background-repeat:no-repeat;
	margin-top:10px;
	margin-left:35px;
	}
#specsHeader {
	background-image:url(/images/specs_header2.gif);
	background-position:top left;
	background-repeat:no-repeat;
	height:27px;
	width:502px;
	padding:4px 0px 0px 19px;
	}
#specsFooter {
	/*background-image:url(/images/specs_footer2.gif);
	background-position:top left;
	background-repeat:no-repeat;*/
	height:11px;
	width:502px;
	padding:10px 0px 0px 19px;
	}
#specs ul {
	margin:15px 0px 15px 15px;
	}		
#specs li {
	font-size:14px;
	list-style-type:disc;
	margin-bottom:6px;
	margin-left:10px;
	margin-right:10px;
	}

.product .productListing .price {
	float:right;
	text-align:right;
	}
.product .productListing p {
	margin-bottom:10px;
	}	
	
.product .productListingContent {
	width:560px;
	}	
#specs .column {
	width:200px;
	float:left;
	margin-left:34px;
	}	
.clear {
	clear:both;
	visibility:hidden;
	}	
#contactInfo {
	width:220px;
	float:left;
	line-height:1.5em;
	margin-top:20px;
	border-right:1px solid #ccc;
	}
	
div.featured {
	width:187px;
	background-image:url(../images/featured_bg.gif);
	background-position:bottom left;
	background-repeat:no-repeat;
	position:absolute;
	top:160px;
	left:798px;
	}	
div.featured h3 {
	background-image:url(../images/featured_header.gif);
	background-position:top left;
	background-repeat:no-repeat;
	width:187px;
	text-align:center;
	font-size:18px;
	font-weight:normal;
	padding-top:5px;
	padding-bottom:5px;
	}	
div.featured img {
	margin-left:14px;
	margin-right:14px;
	display:block;
	}
div.featured p {
	margin:15px;
	line-height:22px;
	}
