* { 
  margin: 0px;
  padding: 0px; 
} 
html {
	height: 101%;
}
body {
	margin: 0px;
	border: none;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	text-align: center;
	
	}
img {
	vertical-align: bottom;
	border: none;
}

a {	color: #FF6633;}
a:hover {color: red;}

p{margin-bottom: 1em;}

#wrapper{
	width: 762px;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
	background-color: #FFFFFF;
	margin-top: 5px;
	}
#logobar{
	height: 38px;
	margin-bottom: 1px;
	border-bottom: 2px none #83C276;
	background-image: url(images/logobar_bg.jpg);
	background-repeat: no-repeat;
	background-color: #FFFFFF;
}
#banna{
	height: 55px;
	background-image: url(images/banna_bg.jpg);
	background-repeat: no-repeat;
	border-bottom: 4px solid #BCDE72;
	padding-bottom: 1px;
}
#banna form {
	width: 356px;
	height: 43px;
	float: right;
	background-image: url(images/searchbar_bg.gif);
}

#banna form input{
	height:18px;
	margin: 9px 0px 0px 108px;
	padding: 2px 0px 0px 5px;
	border: 1px solid #567917;
	vertical-align: middle;
	background-image: url(images/searchbar_boxbg.gif);
	background-repeat: repeat-x;
	width: 190px;

}
#banna form input.submit
{
	cursor:pointer;
	width:33px;
	height:22px;
	background-image: url(images/searchbar_button.gif);
	border: none;
	margin: 9px 0px 0px 5px;

}

#colmain {
	width: 420px;
	float: left;
	padding-right: 15px;
	padding-left: 15px;
	color: #666666;
	line-height: 17px;
	font-size: 12px;
	text-align: justify;

}
#colright {
	width: 142px;
	float: left;
}

#colleft {
	width: 170px;
	float: left;
	border-bottom: 3px solid #BCDE72;
}

#colleft ul, #colright ul{
	margin: 0px;
	padding: 0px 0px 2px;
	list-style-position: outside;
	list-style-type: none;
	font-size: 12px;
	line-height: 23px;
	background-color: #F6F6F6;
	background-position: left top;
	background-repeat: no-repeat;
}

#colleft ul {background-color: #F4FAEB;}

#colleft ul li, #colright ul li{
	margin: 0px;
	padding: auto 10px;
}

#colleft ul li a, #colright ul li a{
	background-image: url(images/bullet_arrow.gif);
	background-repeat: no-repeat;
	background-position: left center;
	text-decoration: none;
	color: #666666;
	padding-left: 11px;
	margin-left: 11px;
}

#colleft ul li a:hover, #colright ul li a:hover{
	background-image: url(images/bullet_arrow_dark.gif);
	text-decoration: underline;
	color: #FF6600;
}
#colleft ul li a {background-image: url(none); color: #FF6600;}

#colleft ul li.hdr, #colright ul li.hdr {
	font-weight: bold;
	color: #FFFFFF;
	background-color: #BCDE72;
	background-image: url(images/bulletarrow_white.gif);
	background-repeat: no-repeat;
	background-position: 6px center;
	padding-left: 24px;
	height: 30px;
	line-height: 30px;
}
 #colright ul li.hdr{ background-color: #E7E7E7;
 background-image: url(images/bulletarrow_grey.gif);
 color: #868686; 
 border-top: solid 1px white;
 }

#colright ul li.supplier {padding-top: 15px; padding-bottom: 10px; text-align:center;}
#colright ul li.supplier a {background-image:none; padding:0px; margin:0px; }
#colright ul li.supplier a:hover{background-image:none;}
#colright ul li.supplier a img{ border: 4px solid #BCDE72; padding: 2px; display:block; margin: 0px auto; background-color:white;}
#colright ul li.supplier a:hover img {border-color:#FF6600;}

#colleft ul li.top{
	background-image: url(images/leftcol_txthdr.gif);
	background-repeat: no-repeat;
	background-position: left top;
	margin: 0px;
	padding: 0px;
	height: 31px;
}

h1 {
	color: #84BD22;
	font-size: 17px;
	font-weight: bold;
	background-image: url(images/bulletarrow_green.gif);
	background-position: left center;
	padding-left: 16px;
	background-repeat: no-repeat;
	border-bottom-width: 1px;
	border-top-color: #BCDE72;
	border-right-color: #BCDE72;
	border-bottom-color: #BCDE72;
	border-left-color: #BCDE72;
	margin-bottom: 10px;
	margin-top: 10px;
}

h2 {
	color: #84BD22;
	font-size: 15px;
	font-weight: bold;
	background-image: url(images/bulletarrow_green.gif);
	background-position: left center;
	padding-left: 16px;
	background-repeat: no-repeat;
	border-bottom-width: 1px;
	border-top-color: #BCDE72;
	border-right-color: #BCDE72;
	border-bottom-color: #BCDE72;
	border-left-color: #BCDE72;
	margin-bottom: 5px;
	margin-top: 10px;
}

.hotdeals {
	border-top: 2px solid #CCCCCC;
	border-right: 2px none #CCCCCC;
	border-bottom: 2px solid #CCCCCC;
	border-left: 2px none #CCCCCC;
	text-align: center;
	background-image: url(images/txt_hotpicks.gif);
	background-position: left 10px;
	background-repeat: no-repeat;
	overflow: hidden;
	height: auto;
	width: 100%;
	margin: 1em 0px 2em;
	padding-top: 30px;
	padding-bottom: 10px;
	font-size: 10px;
}
.hotdeals a{
	width: 133px;
	height: 115px;
	text-align: center;
	float: left;
	padding-top: 5px;
	padding-bottom: 5px;
	margin-bottom: 15px;
	border: 2px solid white;
}
.hotdeals a:hover{
	border: 2px solid #FF6600;
	font-weight:normal;
}
.hotdeals img {
	display:block;
	margin-right: auto;
	margin-left: auto;
	vertical-align: bottom;
	margin-bottom:5px;
}

div.items div {overflow:hidden; width:100%; padding-top:0px; padding-bottom:2.5em;}
div.items div a{
	text-decoration: none;
}
div.items div a:hover{text-decoration:underline;}
div.items div a.piclink {width:70px; padding:5px; margin-top:4px; diplay:block; float:left; text-align:center; border:2px solid #FFFFFF; margin-right:10px;}
div.items div a.piclink:hover {border:2px solid #FF6600;}
div.items div p {float:left; width:315px; line-height: 18px;}
div.items div p strong{
	color: #5BAC20;
	font-weight: bold;
	font-size: 13px;
	display: block;
}
div.items div a.buylink {
	background-image: url(images/bulletarrow_buy.gif);
	background-repeat: no-repeat;
	text-decoration:underline;
	font-weight:bold;
	display: block;
	background-position: left center;
	text-indent: 15px;
	float: left;
	margin-top: 2px;
}
div.items div a.buylink:hover{text-decoration:underline;}
.footer {
	clear: both;
	border-top: 2px solid #BCDE72;
	border-right: 2px none #BCDE72;
	border-bottom: 2px none #BCDE72;
	border-left: 2px none #BCDE72;
	background-color: #BCDE72;
	height: 3px;
	display: block;
	float: left;
	width: 100%;
	margin-top: 25px;
	font-size: 1px;
}
div.pagination{
	text-align: center;
	line-height:35px;
	background-color: #F4FAEF;
}
div.pagination a{
	text-decoration: none;
	font-weight: bold;
	padding-right: 3px;
	padding-left: 3px;
}

div.pagination a.hilite {background-color: #FE5301; color:white;}

div.pagination a:hover{
	background-color: #FE5301;
	color: #FFFFFF;
}


h3 {
	color: #666666;
	font-size: 14px;
	font-weight: bolder;
	background-image: url(images/bulletarrow_grey.gif);
	background-position: left center;
	padding-left: 16px;
	background-repeat: no-repeat;
	border-bottom-width: 1px;
	border-top-color: #BCDE72;
	border-right-color: #BCDE72;
	border-bottom-color: #BCDE72;
	border-left-color: #BCDE72;
	margin-bottom: 4px;
	margin-top: 10px;
}
