body {
	margin: 0;
	padding: 0;
	text-align: center;
	font: normal 12px Helvetica, Arial, sans-serif;
	}
.clearall, .clearBoth{clear: both;}
.errmsg { color: red; font-weight: bold; }

p {
	line-height: 150%;
}
img {
	border: 0;
	}
#wrapper {
	width: 731px;
	padding: 0 5px;
	margin: 0 auto;
	background: url(/images/bodybg.png) top left repeat-y #f5e4c6;
	min-height: 400px;
	}
#searchbar {
	height: 44px;
	background: url(/images/header.png) top left repeat-x #333;
	color: white;
	}
#header {
	text-align: left;
	width: 692px;
	height: 130px;
	margin: 0 auto;
	background: url(/images/headerbg.png) top left no-repeat #eee;
	}
#sbtext {
	text-align: left;
	width: 300px;
	float: left;
	margin-left: 20px;
	}
#frmSearch {
	padding-top: 10px;
	margin-right: 20px;
	float: right;
	}
#frmLogin {
	float: right;
	width: 300px;
	padding-top: 10px;
	}
#navwrapper {
	height: 32px;
	width: 655px;
	margin: 0 auto;
	list-style-type: none;
	padding: 0;
	position: relative;
	background: url("/images/navbarbg.png") no-repeat scroll 0 0 transparent;
}
#navwrapper li {
	padding: 0; 
	list-style: none;
	top: 0;
	float: left;
	padding-top: 10px;
	text-align: center;
}
#navwrapper li, #navwrapper a {
	color: #d8e4b1;
	height: 32px; 
	display: block;
	font-weight: bold;
	font-size: 14px;
	text-decoration: none;
}
#navbar1 {
	width: 104px;
	}
#navbar2 {
	width: 136px;
	}
#navbar3 {
	width: 114px;
	}
#navbar4 {
	width: 100px;
	}
#navbar5 {
	width: 90px;
	}
#navbar6 {
	width: 110px;
	}
#main {
	clear: both;
	text-align: left;
	padding: 5px;
	display: block;
	}
#main:after {
	content: "."; 
	display: block; 
	height: 0; 
	font-size: 0;	
	clear: both; 
	visibility: hidden;
	}
* html #main { height: 1%; }
#main { display:block; }

#footer {
	height: 56px;
	padding: 10px 0;
	background: url(/images/footer.png) top left repeat-x #333;
	color: white;
	}
#footer a {
	color: #d8e4b1;
}


/* -- Home -- */
#homenote {
	width: 249px;
	height: 216px;
	padding: 70px 35px 20px 35px;
	background: url(/images/notebg.png) top left repeat-x #F5E4C6;
	float: left;
	}
#greenboard {
	width: 304px;
	height: 247px;
	padding: 40px 10px 20px 85px;
	background: url(/images/greenboxbg.png) top left repeat-x #F5E4C6;
	float: right;
	}
#greenboard img {
	width: 120px;
	height: 60px;
	border: 1px solid #333;
	}


/* -- Category Product Thumbnails --- */
	
.prodcell2 {
	width: 145px;
	height: 240px; 
	float: left; 
	text-align: center; 
	padding: 10px;
	margin: 5px;
	overflow: hidden;
	}
.prodcell2right {
	width: 200px;
	height: 240px; 
	float: left; 
	text-align: center; 
	padding: 3px 5px;
	overflow: hidden;
	border-bottom: 1px dotted #666;
	}
.prodcell2 a {
	margin-top: 10px;
	display: block;
	/* color: #3C2F67; */
}
.prodcell2 img {
	max-height: 130px;
	}

.catProdList,.catProdListRight{
	text-align: center;
	width: 215px;
	padding:20px 15px;
}	
.catProdList {
	border-right:1px dashed #c3c3c3;
	border-bottom:1px dashed #c3c3c3;
}	
.catProdListRight{
	border-bottom:1px dashed #c3c3c3;
}
	
.catProdList {
	text-align: center;
	width: 220px;
	padding-top: 20px;
	padding-bottom: 20px;
}

#catProducts h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-transform: uppercase;
	color: #ee6449;
	margin-top: 2px;
	margin-bottom: 2px;
}	


#catProducts h2 a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-transform: uppercase;
	color: #ee6449;
	text-decoration: none;
}	

.ctgyProdPrice {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	text-transform: uppercase;
	color: #ee6449;
	text-align: right;
}

.prodView a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-transform: uppercase;
	color: #ee6449;
	text-decoration: underline;
	font-weight: bold;
}


	/* -- Product Page ---*/
	
#prodLeft {
	float: left;
	width: 260px;
	font-size: 11px;
	text-align: center;
	color: #999;
}

#prodRight {
	float: right;
	width: 380px;
}	
	
.prodDetails {
	color:#686868;
}
.prodName {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	text-transform: uppercase;
	color: #ee6449;
	font-weight: normal;
}

.prodPrice {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 35px;
	text-transform: uppercase;
	color: #ee6449;
	text-align: right;
}
.prodPriceName{
	font-size:14px;
	font-weight:bold;
}
.prodDetailName{
	width:200px;
}
.prodDetailDesc{
	width:200px;
}
.prodPriceSign{
	vertical-align:top;
	font-size:18px;
}
.add_basket{text-align:right;width:333px;}


