*{
	margin: 0px;
	padding: 0px;
}
body{
	background: #fff url(images/main_bg.jpg) 0 0 repeat-x;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 12px;
	font-style: normal;
	color: #000;
	height:100%;
}
p{
	margin-bottom: 10px;
	line-height: 16px;
}
h1 {text-align: center; font-size: 2em;}
h1 span {display: none;}
h2 span {display: none;}
a img{
	border: 0px;
}
a, a:visited {
	text-decoration: underline;
	color: #607C50;
}
a:hover {
	text-decoration: none;
	color: #FE9900;
}
table ol{
	margin-left: 15px;
	padding-left: 5px;
}
.wrapper{
	width: 990px;
	margin: 0px auto;
	padding: 0px;
}
#header{
	background: url(images/header_bg.png) 0 0 no-repeat;
	height: 210px;
}
#toprow{
	height: 100px;
}
#logo{
	float: left;
	cursor: pointer;
	width: 270px;
	height: 85px;
}
#banner{
	float: left;
	width: 470px;
	height: 60px;
	margin-left: 10px;
	padding-top: 15px;
}
#right_top{
	float: right;
	text-align: right;
	padding: 40px 40px 0 0;
	width: 150px;
	height: 20px;
}
#searchbar{
	margin-top: 10px;
	padding-left: 30px;
	margin-left: 200px;
	height: 30px;
}
#searchbar span{
	display: block;
	float: left;
	height: 30px;
	margin-right: 5px;
	line-height: 25px;
}
#searchbar input[type='text']{
	height: 18px;
}
#searchbar a, #searchbar a:visited{
	color: #D8EB72;
}
#menu{
	clear: both;
	width: 750px;
	margin: 30px auto;
	height: 30px;
	padding: 0 20px 0 20px;
}
#menu li{
	color: #fff;
	float: left;
	list-style-type:none;
	width: 120px;
	text-align: center;
	font-size: 1.2em;
	font-weight: bold;
	margin-right: 2px;
}
#menu li a, #menu li a:visited{
	text-decoration: none;
	border-right: #305172 solid 1px;
	display: block;
}
#menu li ul{
	display: absolute;
	background: #ecf3f3;
	border: 1px solid #ccc;
	padding: 0px 5px 10px 5px;
}
#menu li ul li{
	clear: both;
	width: 150px;
	background: none;
	text-align: left;
	padding: 2px;
}
#menu li ul li a, #menu li ul li a:visited{
	border: none;
	height: 15px;
	font-size: 12px;
	font-weight: normal;
	text-decoration: underline;
}
#information_box li{
	list-style-type:none;
	line-height: 16px;
	padding-left: 8px;
	background: transparent url(images/littlearrow.gif) center left no-repeat;
}
#cmenu LI{
	line-height: 16px;
	list-style: none;
	padding-left: 8px;
	background: transparent url(images/littlearrow.gif) center left no-repeat;
}
#cmenu LI UL{
	width: 150px;
	left: 120px;
	margin-top: -10px;
	background: #ecf3f3;
	border: 1px solid #ccc;
	padding: 3px;
}
#brands li{
	list-style-type:none;
	line-height: 16px;
	padding-left: 8px;
	background: transparent url(images/littlearrow.gif) center left no-repeat;
}
.ad{
	float: left;
	height: 60px;
	min-width: 400px;
	margin-right: 10px;
	border: 1px solid #ccc;
}
#main{
	clear: both;
	margin-top: 8px;
	padding-left: 15px;
}
#footer{
	clear:both;
	margin-left: 15px;
	margin-right: 5px;
	margin-top: 10px;
	font-size: 11px;
}
#footer_links{
	margin-bottom: 8px;
	width: 100%;
}
#footer_links li{
	height: 15px;
	display: inline;
	padding: 0px 5px 0px 5px;
	list-style-type:none;
	text-align: center;
  border-right: #666 solid 1px;
}
#footer_links .info_last{
	border-right: none;
}
#breadcrumbs{
	margin-bottom: 10px;
	height: 10px;
	padding: 5px;
}
#breadcrumbs h2{
	font-size: 12px;
	font-weight: bold;
	padding-left: 15px;
	background: url(images/nav_bullet.png) 0 0 no-repeat;
	line-height: 12px;
}
#paymethods{
	padding: 20px;
	background: #eee;
}
#paymethods h2{
	background: url(images/pay_methods.jpg) 0 0 no-repeat;
	width: 160px;
	height: 26px;
}
#footer_content{
	height: 46px;
}
.col_left{
	float: left;
	width: 200px;
}
.col_mid{
	float: left;
	margin-left: 10px;
	width: 755px;
}
.col_right{
	float: right;
	width: 200px;
	text-align: right;
}
.box{
	padding: 10px;
	border: 1px solid #ccc;
	margin-bottom: 10px;
}
.pbox{
	float: left;
	padding: 10px;
	margin-right: 10px;
	width: 215px;
	height: 170px;
	border: 1px solid #ccc;
	margin-bottom: 10px;
	text-align: center;
}
.pbox .price{
	font-size: 1.2em;
	font-weight: bold;
	color: #FE9900;
}
.box .title, .pbox .title{
	display: block;
	text-align: left;
	overflow: hidden;
}
.box hr, .pbox hr{
	border: 0px;
	border-top: 1px solid #ccc;
	color:#ccc;
	margin: 3px;
}
.btn, .img_btn{
	border: 1px solid #607C50;
	background: #D8EB72;
	color: #607C50;
	padding: 1px 5px 1px 5px;
	white-space: nowrap;
}
.btn:hover, .img_btn:hover{
	background: #ecf3f3;
	color: #FE9900;
	border: 1px solid #FE9900;
}
.smallText{
	font-size: 0.8em;
}
.productListing-header{
	height: 25px;
	background: #ecf3f3;
}
.moduleRow { }
.moduleRowOver { background-color: #D7E9F7; cursor: pointer; cursor: hand; }
.moduleRowSelected { background-color: #E9F4FC; }
