.headbg {
	background-image: url(index_gfx/header.jpg);
	background-repeat: no-repeat;
	height: 280px;
	vertical-align: top;
}
.footer {
	background-image: url(index_gfx/footer.jpg);
	background-repeat: no-repeat;
	height: 65px;
	background-position: left top;
	font-size: 10px;
	color: #DEFBF7;
	text-align: center;
	vertical-align: middle;
}
.leftcolfill {
	background-image: url(index_gfx/leftcol220fill.jpg);
	background-repeat: repeat-y;
	width: 219px;
}
.rightcolfill {
	background-image: url(index_gfx/rightcol721fill.jpg);
	background-repeat: repeat-y;
	width: 719px;
}
.navtabbg {
	background-image: url(index_gfx/signpost.jpg);
	background-repeat: no-repeat;
	width: 200px;
}
/*product page*/
.productlist {
	vertical-align:bottom;
	margin-left: 5%;
}

.productlist li {
	display: inline;
    list-style: none;
    width: 150px;
	max-width: 150px;
	min-height:250px;
    max-height: 330px;
	height:auto !important;
    float: left;
    margin: 0 20px 20px 0;
	padding: 0 20px 20px 0;
    text-align: center;
	border: 0px;
}

.productlist #prodthumb {
	max-width:150px;
	height:auto;
	margin-bottom:10px;
}
.productlist #prodimagetext {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	text-align:center;
	color: #F8F8F8;
	vertical-align: top;
}
.productlist #prodimagetitle {
	color: #A5CB00;
}
.productlist #prodprice {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	text-align:center;
	color: #009AD6;
	vertical-align: top;
	line-height: 20px;
}
/*product detail page*/
.productdetail {
	width:100%;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
}
.productdetail #proddettexttable{
	width:400px;
	padding-left:15px;
	padding-right:15px;
}
.productdetail #proddettitle{
	color: #009AD6; 
	font-weight: bold; 
	font-size:16px;
}
.productdetail #proddetlargeimg{
	max-height:400px;
	max-width:350px; 
	padding:10px; 
	margin:10px; 
	border:4px double #CCCCCC;
}
.productdetail #proddetdescrip{
	color:#4A8629;
}
.productdetail #proddetdescrip2{
	color:#B2A27E;
}
.productdetail #proddetprice{
	color:#A5CB00;
	font-size:16px;
	font-weight:bold;
}
.productdetail #proddetpost{
	color:#666666;
	font-size:14px;
	font-weight:normal;
}
.productdetail #proddetposttext{
	color:#009AD6;
	font-size:14px;
	font-weight:bold;
}
.productdetail #proddetoptposttext{
	color:#666666;
	font-size:14px;
	font-weight:bold;
}
.productdetail #prodchoicetitletext{
	color:#CC3399;
	font-size:12px;
	font-weight:bold;
}
.productdetail #prodTandCcaption{
	color:#B2A27E;
	font-size:11px;
	font-weight:normal;
}
