#body, html{
	margin: 0; padding: 0;
	background-color: #FFFFFF;
	height: 100%; width: 100%;
	font-family: Arial, Helvetica, sans_serif, sans;
	font-size: 12px;
}
#container{
	margin: auto auto;
	width: 875px;
}
#headimage{
	float:left;
	width: 221px;
}
#headtitle{
	margin-top: 20px;
	float: right;
	width:auto;
}
#tabs {
	margin-top: 0px;
	padding: 4px 5px 5px 5px;
	background-color: #EE9C3D;
	background-image: url(images/menubg.gif);
	background-position:bottom;
	background-repeat: no-repeat;
	text-align: center;
}
	#tabs a{
		text-decoration: none;
		color: #000;
	}
	#tabs ul {
		margin-left: -1px;
		padding-left: 0;
		display: inline;
		font-size: 10px;
		} 
	
	#tabs ul li{
		margin-bottom: 0;
		padding: 4px 5px 4px 5px;
		border: 0px solid #ffcc99;
		list-style: none;
		display: inline;
	}
		
	#tabs ul li:hover{
		background-color: #fff;
	}
			
	#tabs ul li.here {
		list-style: none;
		display: inline;
		background-color: #3B231F;
	}
	#tabs ul li.here a{
		color: #fff;
	}

#contenthold{
	margin-top: 8px;
	height: 520px;
}

#leftcol{
	margin-top: 6px;
	padding-top: 15px;
	background-image: url(images/fade.gif);
	background-position: top;
	background-repeat: repeat-x;
	width: 215px;
	float: left;
}
#leftheader{
	text-align: center;
}
	#leftcol ul{
		display: inline;
		font-family: helvetica, arial, sans;
		font-size: 14px;
		line-height: 25px;
		margin: 0; padding: 0;
	}
	#leftcol ul li{
		margin-left: 25px;
		list-style-type: none;
		
	}
	#leftcol ul li a{
		color: #666;
		text-decoration: none;
	}
	#leftcol ul li a:hover{
		color: #000;
		text-decoration: none;
	}
	#leftcol ul li:hover{
		margin-left: 37px;
		list-style-image: url(images/product_item.gif);
	}
	
	#leftfilter{
		margin-left: 25px;
		font-family: helvetica, arial, sans;
		font-size: 14px;
		margin-bottom: 5px;
	}
	#leftsort{
		margin-top: 30px;
		margin-left: 25px;
		font-family: helvetica, arial, sans;
		font-size: 14px;
		margin-bottom: 5px;
	}
	#lefttop{
		height: 340px;
	}
	#results{
		margin-right: 20px;
		text-align: right;
	}
	
#footer{
	clear: both;
}
#footleft{
	margin-top: 5px;
	padding-left: 0px;
	padding-bottom: 2px;
	width: 60%;
	float: left;
}
	#footleft a{
		text-decoration: none;
		color: #3B231F;
	}
	#footleft a:hover{
		text-decoration: underline;
	}
	#footleft ul{
		margin-left: -1px;
		padding-left: 0;
		display: inline;
		font-family: helvetica, arial, sans;
		font-size: 11px;
	}
	#footleft ul li{
		margin-bottom: 0;
		padding: 2px 12px 2px 0px;
		border: 0px solid #ffcc99;
		list-style: none;
		display: inline;
	}
#footright{
	width: 20%;
	text-align: right;
	float: right;
}
		
.clr{
	font-size: 1px; 
	line-height: 0; 
	height: 0;
	clear: both;
}

#products{
	width: 650px;
	float: right;
}
html>body #products{
	width: 655px;
}

.productcol{
	width: 220px;
	float: left;
}
.productitem{
	width: 200px;
	height: 164px;
	float: left;
	margin: 5px 7px;
	/*border: 2px dashed #999;*/
	background-image: url(images/productbg.gif);
}
html>body .productitem{
	margin: 5px 9px;
}
.producttitle{
	width: auto;
	float: left;
	font-weight: bold;
	font-size: 11px;
	padding: 5px;
}
.productprice{
	width: auto;
	float: right;
	text-align: right;
	padding: 4px;
	font-size: 13px;
}
.productimg{
	float: left;
	margin-left: 6px;
	margin-top: 10px;
	border: 1px solid #fff;
}
.productdescription{
	text-align: justify;
	font-size: 10px;
	overflow: auto;
}
.productdescription p{
	padding: 8px;
}
.productbot{
	height: 164px;
	width: 200px;
	float: right;
	margin: 5px 7px;
	background-image: url(images/fade2.gif);
}
html>body .productbot{
	margin: 5px 9px;
}
.productbuttons{
	margin-top: 15px;
	text-align: center;
}
.hlr{
	clear: both;
	width: 100%;
	height: 0;
	border: 0;
	border-top: 2px dotted #fff;
	margin: 0; padding: 0;
}
.homehold{
	width: 23%;
	margin: 1%;
	float: left;
}
.homeimage{
	text-align: center;
}
.hometext{
	margin: 2px 9px;
	font-size: 11px;
	text-align: justify;
	height: 120px;
}
.homedecor{
	width: 23%;
	margin: 1%;
	float: right;
}
#article{
	padding: 0 10px;
	text-align: justify;
	font-size: 13px;
	line-height: 20px;
}
#article h1{
	color: #3F786B;
	font-size: 26px;
	margin: 20px 0 -20px 0;
}
.imagehold{
	width: 120px; 
	padding: 10px; 
	margin: 10px; 
	height: 130px; 
	float: left; 
	text-align: center; 
	color: #000000; 
	background-color: #eaeaea;
}