html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	/*vertical-align: baseline;*/
	background: transparent;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	/*border-collapse: collapse;*/
	border-spacing: 0;
}

body{
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #111;
	background: #f4eede url(images/top-strip.jpg) repeat-x;	
}

#container{
	width: 1000px;
	margin: 0 auto;	
}

/* new clearfix */
.clearfix:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
	}
* html .clearfix             { zoom: 1; } /* IE6 */
*:first-child+html .clearfix { zoom: 1; } /* IE7 */



/* ///////// HEADER /////////// */



#header{
	width: 1000px;
	float: left;
	position:relative;
}

#top-nav{
	display:block;
	width: 600px;
	height: 55px;
	float: left;
}

#top-nav li{
	display: inline;	
}

#top-nav li a{
	display: block;
	float: left;
	padding: 16px 20px;
	color: #bda340;
	text-transform:uppercase;
	text-decoration: none;
	font-size: 13px;
}
#top-nav li a:hover{
	color: #FFF;
}

#cart-holder{
	width: 215px;
	height: 74px;
	background:url(images/cart-bg.png) no-repeat;
	position: absolute;
	right: 0px;
	top: 0px;
	z-index: 50;
}

#cart-details{
	width: 180px;
	height: 38px;
	padding: 4px 0 0 0;
	margin: 0 auto;
	color: #FFF;
}

#cart-count{
	width: 50px;
	height: 36px;
	font-size: 34px;
	font-weight: 700;
	padding: 0 7px 0 0;
	text-align:right;
	float: left;
}

#cart-checkout{
	width: 120px;
	height: 36px;
	float: left;
	font-size: 13px;
	line-height: 16px;
}
#cart-checkout a{
	color: #FFF;	
}

#login-register-holder{
	width: 300px;
	height: 30px;
	padding: 9px 0 0 0;
	float: left;
}
#login-register-holder a{
	color: #FFF;
	font-size: 13px;
	font-weight: 700;
	text-decoration: none;
}
#login-register-holder a:hover{
	text-decoration:underline;
}	

#logout-link{
	line-height: 24px;	
}

.valign{
	vertical-align:middle;	
}

#login-button-link{
	margin: 0 0 0 10px;
	line-height: 25px;
}

#logo-region-holder{
	width: 1000px;
	float: left;
}

#logo-holder{
	width: 387px;
	height: 142px;
	float: left;
}

#region-holder{
	width: 613px;
	float: left;
}

#region-box{
	width: 601px;
	overflow:hidden;
	margin: 10px auto;
	clear: both;
}

#region-top{
	background: url(images/region-top-cap.jpg) no-repeat;
	height: 23px;
	width: 596px;
	float: left;
	overflow:hidden;
	padding: 0 0 0 5px;
	font-size: 13px;
	line-height: 22px;
	color: #FFF;
	font-weight: 700;
}

#region-mid{
	width: 589px;
	background: #daffff;
	border-left: 1px solid #b8cddc;
	border-right: solid 1px #b8cddc;
	padding: 5px 5px 0 5px;
	overflow:hidden;
	float: left;
}
#region-bottom{
	width: 601px;
	height: 7px;
	background: url(images/region-bottom-cap.jpg) no-repeat;
	float: left;
	overflow:hidden;
}

#region-mid a{
	display: block;
	width: 142px;
	height: 22px;
	color: #566572;
	line-height: 22px;
	text-decoration: none;
	padding: 0 0 0 5px;
}

#region-mid a:hover, #region-mid a.region-select{
	color: #FFF;
	background: url(images/region-button-bg.jpg) no-repeat;
}

#region-mid table td{
	padding: 2px 0;	
}

#header-slit, #footer-slit{
	width: 1000px;
	height: 33px;
	background:url(images/sep-slit.jpg) no-repeat;
	clear: both;
	margin: 5px 0 20px 0;
}


/* ///////// END HEADER /////////// */




/* ///////// CATEGORY BAR /////////// */


#category-bar{
	width: 205px;
	float: left;
}
#category-bar p{
	margin-bottom: 10px;	
}

#category-title{
	color: #58554b;
	font-size: 22px;
	font-weight: 700;
	padding: 0 0 10px 0;
}

#category-top-cap{
	width: 205px;
	height: 7px;
	background:url(images/category-top-cap.jpg) no-repeat;
	overflow:hidden;
	float: left;
}

#category-mid{
	width: 205px;
	background: #d5d0c2;
}

#category-bottom-cap{
	width: 205px;
	height: 7px;
	background:url(images/category-bottom-cap.jpg) no-repeat;
	overflow:hidden;
	float: left;
	margin-bottom: 15px;
}


h3.parent-category a{
	display:block;
	padding: 7px 0 7px 10px;
	font-size: 14px;
	font-weight: 700;
	text-decoration: none;
	color: #002e53;
	clear: both;
}
h3.parent-category a:hover{
	background: #002e53;
	color: #FFF;
}

#accord li.sub-category a{
	display:block;
	text-decoration: none;
	padding: 4px 0 4px 18px;
	font-size: 12px;
	color: #002e53;
}
#accord li.sub-category a:hover{
	color: #0058a0;
}


/* ///////// END CATEGORY BAR /////////// */




/* ///////// CONTENT AREA /////////// */

#content-area{
	width: 1000px;
	float: left;
	margin: 0 0 20px 0;
}

#content{
	width: 775px;
	padding: 0 0 0 20px;
	float: left;
}

#search-page{
	width: 775px;
	padding: 0 0 0 20px;
	float: left;	
}

#content a{
	color: #2b240e;	
}

#home-pagination-holder{
	width: 775px;
	height: 30px;
	clear: both;
}

#home-content{
	width: 470px;
	float: left;
	padding: 0 0 0 10px;
	color: #58554B;
}

#home-content h2{
	color: #58554b;
	font-size: 24px;
	padding: 0 0 12px 0;
}
#home-content p{
	font-size: 13px;
	line-height: 18px;
	padding: 0 0 9px 0;
}
#home-content-sidebar{
	width: 260px;
	float: left;
	padding: 0 0 0 30px;
}

.hp-buttons{
	margin: 7px 0;
}

#featured-items{
	width: 240px;
	float: left;
	margin: 0 0 20px 0;
	border-bottom: 1px solid #c2c794;
}

#featured-items h3{
	display: block;
	width: 240px;
	height: 23px;
	background: #747062 url(images/featured-title-bg.jpg);
	font-size: 19px;
	color: #FFF;
	padding: 7px 0 5px 0;
	text-indent: 5px;
	margin: 0 0 15px 0;
}

#featured-items p{
	padding: 0 0 15px 0;
	line-height: 16px;
	color: #89904c;
}

#contact-content, #hiw-content{
	width: 600px;
	float: left;
}
#account-content{
	width: 760px;
	float: left;
}

#hiw-content h2{
	font-size: 24px;
	margin: 0 0 15px 0;
	color: #58554B;
}

#hiw-content ul{
	margin: 10px;
	padding: 10px 30px 10px 30px;
	list-style:disc;
	color: #58554B;
}

#hiw-content ul li{
	padding: 3px 0;	
}

#contact-content h3, #hiw-content h3, #cart-content h3, #account-content h3, #search-page h2{
	font-size: 18px;
	margin: 0 0 15px 0;
	color: #58554B;
}
#contact-content p, #hiw-content p, #cart-content p, #account-content p{
	margin: 0 0 15px 0;
	line-height: 18px;
	color: #58554B;
}

.faq-q{
	font-weight: 700;	
}
.faq-a{
	font-style:italic;
}

#cart-content .table, #account-content .table{
	width: 100%;
}
#cart-content .table th, #account-content .table th{
	background: #58554B;
	color: #FFF;
	font-size: 14px;
	padding: 4px;
}
#cart-content .table td, #account-content .table td{
	padding: 5px;	
}
#cart-content .table tr.border, #account-content .table tr.border{
	border-bottom: 1px solid #58554B;	
}

#cart-content .table td.item-total{
	font-size: 14px;
	font-weight:700;
	background: #c2c2c2;
}
.disc_box{
	width: 140px;
	height: 22;
	padding: 2px;
	font-size: 12px;
	border: 2px solid #58554B;	
}

/* Pagination */
div.pagination-holder{
	width: 775px;
	padding: 7px 0;
	clear: both;
	background: #eee4cb;
	overflow:hidden;
	border-top: 1px solid #e1d0a5;
	border-bottom: 1px solid #e1d0a5;
}

div.pagination {
	padding: 3px;
	width: 320px;
	/* clear:both; */
	float: left;
}
div.pagination a {
	padding: 4px 5px 4px 5px;
	margin: 0px 2px;
	border: 1px solid #FFF;
	text-decoration: none;
	color: #333;
}
div.pagination a:hover, div.pagination a:active {
	border: 1px solid #FFF;
	background: #750003;
	color: #FFF;
}
div.pagination span.current {
	padding: 5px 5px 5px 5px;
	margin: 0px 2px;
	border: 1px solid #FFF;
	font-weight: bold;
	background-color: #6B2617;
	color: #FFF;
}
div.pagination span.disabled {
	padding: 5px 5px 5px 5px;
	margin: 0px 2px;
	border: 1px solid   #FFF;
	color: #CCC;
}

#alpha-search{
	width: 425px;
	float: right;
	font-size:11px;
	padding: 4px 0 0 0;
	color: #999;
}
#alpha-search a{
	color: #111;	
}

#mile-adjust-area{
	width: 415px; 
	float: right;
	margin: 0 0 15px 0;
}

#update-search-button{
	border: solid 2px #333; 
	width: 100px;
	background: #6F2719;
	color: #FFF; 
	font-weight: 700; 
	vertical-align: middle; 
	padding: 3px 0; 
	font-size:11px;	
}

#location-details{
	width: 745px;
	padding: 15px;
	clear: both;
	border: 1px solid #fcb200;
	background: #FFF;
	line-height: 19px;
	margin-bottom: 20px;
}
#location-details p{
	margin: 0 0 9px 0;	
}
#location-details a{
	color: #2b240e;
}

#current-category{
	font-size: 14px;
	font-weight: 700;
	line-height: 24px;
}

/* ///////// END CONTENT AREA /////////// */




/* /////////  COMMENTS /////////// */

#comments-container{
	width:775px; 
	margin:10px auto 0 auto; 
	overflow:hidden; 
	background:#fff; 
	border: solid 1px #c5c5c5; 
	clear: both;
	padding: 0 0 5px 0;
}
#comments-container a{
	color: #2b240e;	
}
#comments-container h2{
	margin:15px 0 0 10px;
	font-size: 18px;
	font-weight: 700;
}
.comments-area{
	width:730px;
	margin: 10px;
	padding: 10px;
	clear:both;
	border: 1px solid #D6D6FF;
	overflow:hidden;
}

.posted-by{
	width: 700px;
	float: left;
	font-size: 14px;
	color: #9B9B8B;
}

.comment{
	width: 600px;
	float: left;
	padding: 10px;
	color:#666;
}
#must-login{
	width: 700px;
	font-size: 14px;
	color: #9B9B8B;
	clear:both;
	padding: 10px;
	margin: 10px;
}
#comment-box{
	width: 700px;
	clear:both;
	margin:0;
	padding: 20px;
	font-size:14px;
}
#comment-box label{
	width: 150px;
	float:left;
	font-weight: 700;
}
#comment-box span{
	width: 370px;
	float:left;
}
#comment-box br{
	clear: both;
}
#comment-box .reg_input{
	border: 1px solid ##9B9B8B;
	width: 130px;
}
#comment-box textarea{
	border: 1px solid ##9B9B8B;
	width: 278px;
	height: 120px;
}
#comment-policy{
	float: left;
	width: 180px;
	color:#999;
	font-size:11px;
	font-family:Verdana, Geneva, sans-serif;
}
#comment-policy p{
	font-family:Verdana, Geneva, sans-serif;
	font-size:11px;
}
.form_sep{
	width: 90%; 
	border-top: solid 1px #D6D6FF; 
	margin: 2px auto 5px auto;
	clear: both;
}
#no-comments{
	width: 700px;
	float: left;
	padding: 10px;
	font-weight: 700;
	font-size:16px;
	color:#9B9B8B;
}


/* ///////// END COMMENTS /////////// */




/* /////////  FORMS /////////// */

.form{
	display: block;
	width: 500px;
}

.form fieldset{
	display: block;
	width: 500px;
}

.form legend span{
	font-size: 18px;
	font-weight: 700;
	color: #58554b;
	margin: 0 0 20px;
}

.form .label{
	display: block;
	width: 150px;
	float: left;
	font-size: 14px;
	text-align: right;
	font-weight: 700;
	padding: 4px 10px 0 0;
	color: #968a68;
}

.form .inputs{
	width: 320px;
	float: left;
	margin: 0 0 7px 0;
}

.form .req{
	color: #030;
	font-weight: 700;
}

.clear{
	clear: both;	
}

.form .inputs input[type=text], .form .inputs input[type=password]{
	border: 2px solid #a19676;
	height: 18px;
	padding: 2px 0 2px 3px;
	font-size:13px;
	vertical-align: middle;
}

.form .input-sm{
	width: 80px;
}

.form .input-reg{
	width: 200px;
}

.form .input-lg{
	width: 300px;
}

.form textarea{
	border: 2px solid #a19676;	
	width: 300px;
	height: 150px;
}

.form .action-buttons{
	padding: 0 0 0 155px;
	clear: both;
}

.form input[type=submit]{
	padding: 3px 5px;
	line-height: 14px;
	font-size:14px;
	color: #FFF;
	font-weight: 700;
	background: #58554b;
	border: 2px solid #877c5d;
	margin: 0 5px;
	cursor:pointer;
}
.form input[type=submit]:hover{
 	background: #aba186;
}
.form input[type=submit]:focus{
 	background: #aba186;
}

.form .helper{
	display:block;
	font-style:italic;
	color: #aba286;
	margin: 2px 0 6px 0;
}

.form .notes{
	text-align:center;
	padding: 3px 0;
}

.form .checkboxes{
	width: 150px;
	float: left;
	text-align:right;
	padding: 0 10px 0 0;
	vertical-align: middle;
}

.form .label-checkbox{
	width: 300px;
	float: left;
	padding: 4px 0 0 0;
}

.form .special_caliber{
	width:5px; 
	visibility:hidden
}

/* ///////// END FORMS /////////// */



/* ///////// CERTIFICATES BLOCKS /////////// */

/* Ratings graph */
.graph{
	position:relative; 
	width:180px; 
	border:1px solid #762311; 
	padding:1px; 
	clear:both; 
	margin:0 auto 0 auto
}
.graph .bar, .graph .bar-none{
	display:block; 
	position:relative; 
	background:#762311; 
	text-align:center; 
	color:#FFF; 
	font-size:11px; 
	height:1.1em; 
	line-height:1.0em
}
.graph .bar-none{ 
	background:#FFF; 
	color:#999; 
}
.graph .bar span{
	position:absolute; 
	left:0px
}
/* END Ratings graph */

.item-list-title{border: 1px solid #fcb200; width: 100%; color:#333; margin:0px auto 20px auto; background: #FFF;}
.item-list-title th{font-weight:700; font-size:15px; width:250px; padding: 4px 0; background: #666358; color: #FFF;}
.item-list-title th.title1{width:240px;}
.item-list-title td{padding:2px;}
.item-list-title td.company-logo-list{ text-align:center; }
.item-list-title td.cert-td{ padding: 5px; }

.company-logo-list p{ margin: 0 0 10px 0; }
.company-logo-list a{ text-decoration: none;}
.company-logo-list a:hover{ text-decoration: underline;}

.cert-details{width: 240px;float: left;font-size: 11px;font-style: italic;margin-bottom: 15px}
.oos{width: 240px; float: left;margin-bottom: 10px}
.cert-title1{width: 190px; float: left; margin-bottom: 5px;}
.add-to-cart{width: 55px; height: 16px; float: right;}
.print-button{width: 55px; height: 16px; float: left;}
.consumer-rating{display:block; width:240px; font-size:10px; float:left; text-align:center; margin-bottom: 10px;}
.coupon-title1{width: 155px;float: left;font-weight: 700;}
div.location-details-left-cell a.location-details-button{display: block; width: 99px; height: 19px; background:url(images/location-details-button.jpg) no-repeat; color: #FFF; font-size: 11px; line-height: 20px; text-align:center; text-decoration: none; margin: 0 10px 10px 10px; float: left;}
.address-link a{color:#000; font-size: 13px}

/* ///////// END CERTIFICATES BLOCKS /////////// */



/* ///////// FOOTER /////////// */

#footer-holder{
	width: 1000px;
	clear: both;
}

#footernav{
	display:block;
	width: 700px;
	height: 20px;
	margin: 0 auto;
	clear: both;
}
#footernav li{
	display: inline;	
}
#footernav li a{
	display: block;
	color: #9e8135;
	text-decoration: none;
	float: left;
	padding: 5px 20px;
}
#footernav li a:hover{
	color: #ceb36b;
	text-decoration:underline;	
}
