/* 
----------------------------------------------------------------------------- 
GLOBAL RESET
-----------------------------------------------------------------------------*/
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,p,blockquote,table,th,td{margin:0;padding:0;}
table{border-collapse:collapse;border-spacing:0;}
fieldset,img,abbr{border:0;}
address,caption,cite,code,dfn,h1,h2,h3,h4,h5,h6,th,var,i,b{font-style:normal;font-weight:normal;}
caption,th {text-align:left;}
q:before,q:after{content:'';}
a,u{text-decoration:none;}

/* IE 5.5+ PNG fix */
#back_to_subcategory img { behavior: url(/javascripts/iepngfix.htc) }

/*
----------------------------------------------------------------------------- 
Main Elements (alternate body bg-color: F7F9FA, wrapper border-color: E7E7E7)FFF
-----------------------------------------------------------------------------*/
body {
	margin:0;
	padding:0;
	font-family: Verdana,Arial,Helvetica,sans-serif;
	font-size: 11px;
	background-color: #F7F9FA;
	color: #878791;
	text-align: center;
}
a {
	color: #878791;
	text-decoration: none;
	outline: none;
}
a:visited {
	color: #878791;
}
a:hover {
	color: #000;
}
ul, ol {
	list-style-image: none;
	list-style-position: inside;
	list-style-type: none;
}
hr {
	margin: 10px 0 0 0;
	padding: 0;
	border: 0;
	border-bottom: 1px solid #CCC;
	line-height: 0;
	height: 0;
	display: block;
}
#wrapper {
	width: 780px;
	margin: 10px auto;
	border: 1px solid #878787;
	/*border-top-width: 0;*/
	background-color: #FFF;
	text-align: left;
}

/* 
----------------------------------------------------------------------------- 
Header and Global Nav
-----------------------------------------------------------------------------*/
#header {
	height: 90px;
	text-align: right;
	/*background: transparent url(/images/logo_main.jpg) 0 0 no-repeat;*/
}

#masthead {
	position: relative;
	left: 0;
	float: left;
}
#masthead a {
	display: block;
	width: 300px;
}
#masthead a:hover {
	background: #000;
}
#global_nav {
	padding: 12px 15px 0 0;
	float: right;
	text-align: right;
}
#timestamp {
	margin-right: 5px;
	font-size: 9px;
}
#search_form {
	margin: 10px 5px 17px 0;
	vertical-align: baseline;
}
#search_form img {
	vertical-align: middle;
}
#search_form input {
	line-height: 15px;
	padding-top: 0;
	color: #878787;
	border: 1px solid #C3C3C8;
	background-color: #FFF;
	vertical-align: middle;
}
#search_form .search_submit {
	padding-bottom: 2px;
	border: 0;
}
#navbar_global {
	/*height: 2.4em;
	padding: 0 0 0 215px;
	min-width: 750px;*/
}
#navbar_global li {
	float: left;
	padding: 0;
	margin-left: 6px;
}
#navbar_global li a {
	display: block;
	height: 19px;
}
#navbar_global li a span {
	display: none;
}
#nav_about a {
	width: 87px;
	background: url(/images/global_nav.gif) 0 0 no-repeat;
}
#nav_about a:hover {
	background-position: 0 -18px;
}
#nav_news a {
	width: 84px;
	background: url(/images/global_nav.gif) -89px 0 no-repeat;
}
#nav_news a:hover {
	background-position: -89px -18px;
}
#nav_wheretobuy a {
	width: 84px;
	background: url(/images/global_nav.gif) -175px 0 no-repeat;
}
#nav_wheretobuy a:hover {
	background-position: -175px -18px;
}
#nav_store a {
	width: 89px;
	background: url(/images/global_nav.gif) -261px 0 no-repeat;
}
#nav_store a:hover {
	background-position: -261px -18px;
}
/*#nav_store {
	display:none;
}*/

/* 
----------------------------------------------------------------------------- 
Product Nav
-----------------------------------------------------------------------------*/
#product_nav {
	width: 780px;
	height: 65px;
	float: none;
	clear: both;
}

/* 
----------------------------------------------------------------------------- 
Home page content
-----------------------------------------------------------------------------*/
#home_content {
	width: 780px;
	padding: 3px 0 0 0;
}
#home_splash {
	float: left;
}
#home_news {
	float: right;
}

/*
----------------------------------------------------------------------------- 
Textual Content
-----------------------------------------------------------------------------*/
#content_general {
	width: 490px;
	min-height: 220px;
	padding: 20px 30px;
	font-size: 11px;
}
/*#content_general h1 {
	display: none;
	font-size: 24px;
}
#content_general h1 span {
	display: inline;
	padding: 2px 5px;
	font-size: 24px;
	border: 1px solid #CCC;
}*/
#content_general h1 {
	font-size: 11px;
	font-weight: bold;
}
#content_general h2 {
	margin: 10px 0 0 0;
	font-size: 11px;
	font-weight: bold;
}
#content_general h2.below_logo {
	margin-top: 5px;
}
#content_general p {
	margin-top: 10px;
	line-height: 14px;
}
#content_general ul {
	margin-top: 5px;
	list-style-type: disc;
}
#content_general ul li {
	margin-top: 2px;
}
.content_logo {
	margin-top: 20px;
}
/* Drop Cap for news */
#content_general p span {
	font-weight: bold;
}
#content_general.wide_news {
	width: 710px;
}
.news_item {
	margin-top: 30px;
	padding: 5px;
	clear: left;
	border-left: 1px solid #CCC;
	background-color: #F7F9FA;
}
.news_item p {
	padding-bottom: 15px;
}
.news_item th {
	width: 490px;
	vertical-align: top;
}
.news_item td {
	width: 190px;
	padding: 10px 0 10px 30px;
	vertical-align: top;
}
blockquote p {
	width: 400px;
	margin-top: 10px;
	padding-left: 20px;
	quotes: "\201C" "\201D";
}
blockquote:before { content: ''; font-weight: bold; }
blockquote:after { content: ''; font-weight: bold; }

blockquote span {
	font-weight: bold;
	font-style: italic;
}

/* 
----------------------------------------------------------------------------- 
Dealer Locator
-----------------------------------------------------------------------------*/
#dealer_search {
	width: 210px;
	margin: 10px 0;
	float:left;
}
#dealer_results {
	width: 220px;
	height: 325px;
	margin: 20px 0;
	float: right;
	overflow: auto;
}
.dealer_listing {
	margin: 10px 0;
	float: none;
	clear: both;
}
.dealer_listing p {
	text-transform: uppercase;
}
#dealer_results span.dealer_distance {
	text-transform: none;
	font-weight: bold;
}
.dealer_box {
	width: 210px;
	margin-bottom: 10px;
	padding: 10px;
	border: 1px solid #CCC;
}
#dealer_search h2, #dealer_results h2 {
	margin-top: 0;
	font-size: 11px;
	font-weight: bold;
}
.dealer_box td {
	padding: 0 10px 10px 0;
}
#dealer_search .text_field {
	line-height: 15px;
	padding: 2px;
	color: #878787;
	border: 1px solid #878791;
	background-color: #FFF;
}
#dealer_search .radios {
	margin: 0 10px;
}

/* 
----------------------------------------------------------------------------- 
Contact Forms
-----------------------------------------------------------------------------*/
.valid_form {
	width: 490px;
	padding: 0;
}
.valid_form p {
	margin: 0 0 10px 0;
}
.valid_form td {
	padding: 0 0 10px 0;
}
.valid_form .form_col1 {
	width: 100px;
}
.valid_form .text_field {
	line-height: 15px;
	padding: 2px;
	color: #878787;
	border: 1px solid #878791;
	background-color: #FFF;
}
.valid_form .radios {
	margin: 0 10px;
}
.errorBox {
	margin-top: 20px;
	padding: 2px;
	color: #FFF;
	background-color: #FF0000;
	/*border: 1px solid #FFF;*/
}
.fieldWithErrors {
	padding-left: 5px;
	border-left: 1px solid #FF0000;
}
#a_form {
	min-height: 220px;
	padding: 20px 30px;
	font-size: 11px;
}
#a_form form {
	margin: 10px 0;
}
#a_form h1 {
	font-size: 16px;
	font-weight: bold;
}
#a_form label {
	position: absolute;
	margin-top: 10px;
	text-align:right;
	width:150px;
}
#a_form input, #a_form textarea, #a_form select, #a_form submit {
	margin-top: 10px;
	margin-left: 160px;
}
#a_form .secondary_field {
	margin-left: 20px;
}
#a_form label.check, #a_form label.radio {
	position:relative;
	margin-top: 10px;
	text-align:left;
}
/*
----------------------------------------------------------------------------- 
Category Landing Page
-----------------------------------------------------------------------------*/
#subcats {
	/*width: 780px;*/
	min-height: 220px;
	padding: 0 0 0 30px;
	color: #000;
	font-size: 10px;
}
#subcats h1 {
	padding-bottom: 2px;
	color: #878791;
	font-size: 12px;
	font-weight: bold;
	line-height: 12px;
}
#subcats a {
	display: block;
}
#subcats .controls a {
	display: inline;
}
#subcats .hdr_img {
	margin: 3px 0;
}
/*#subcats a span {
	display: none;
}*/
.subcat_3way {
	width: 240px;
	padding: 0 5px 5px 0;
	float: left;
}
.subcat_2way {
	width: 360px;
	padding-right: 5px;
	float: left;
}
.subcat_3way .subcat_landing_short_desc {
	width: 110px;
	height: 115px;
	float: left;
	padding-left: 5px;
	border-left: 1px solid #878791;
}
.subcat_2way .subcat_landing_short_desc {
	width: 200px;
	height: 115px;
	float: left;
	padding-left: 5px;
	border-left: 1px solid #878791;
}
.subcat_landing_product {
	float: right;
}
.subcat_3way .subcat_action {
	margin-bottom: 5px;
	border-left: 1px solid #878791;
}
.subcat_2way .subcat_action {
	width: 360px;
	height: 108px;
	margin-bottom: 5px;
	border-left: 1px solid #878791;
}

/* 
----------------------------------------------------------------------------- 
Products Listing
-----------------------------------------------------------------------------*/
#subcat_box {
	width: 240px;
	padding: 20px 10px 20px 30px;
	float: left;
}
#subcat_box h1 {
	color: #878791;
	font-size: 14px;
	font-weight: bold;
}
#subcat_box h2 {
	padding-top: 10px;
	color: #878791;
	font-size: 12px;
	font-weight: bold;
}
#subcat_landing_desc {
	width: 220px;
	padding-right: 10px;
	border-right: 1px solid #878791;
	color: #000;
}
#subcat_box p {
	padding-bottom: 5px;
}
#subcat_sample {
	width: 220px;
	padding: 5px 10px 0 0;
	border-right: 1px solid #878791;
}
#products_listing {
	padding: 40px 30px 20px 0;
	float:right;
}
#products_listing h1 {
	font-size: 11px;
	font-weight: bold;
	color: #000;
}
#products_listing h1 a {
	color: #000;
}
.listing_product {
	width: 460px;
	padding-bottom: 20px;
	float: left;
	clear: both;
}
.variation_icon {
	width: 60px;
	padding-right: 10px;
	float: left;
}
.short_desc {
	width: 270px;
	float: left;
	color: #000;
}
.prod_small {
	width: 116px;
}
#back_to_category {
	display: none;
}

/* 
----------------------------------------------------------------------------- 
Product Detail
-----------------------------------------------------------------------------*/
#product_detail {
	min-height: 180px;
	padding: 10px 30px 20px 30px;
	color: #000;
	font-size: 10px;
}
#hero_box {
	width: 260px;
	float: left;
}
#hero_box a {
	margin: 0;
	padding: 0;
}
#hero_box h3 {
	font-size: 10px;
}
#product_images {
	padding-bottom: 10px;
}
.image_thumb {
	margin: 5px 10px 10px 0;
	padding: 2px;
	float: left;
	cursor: pointer;
	cursor: hand;
	border: 1px solid #878791;
}
#product_info {
	width: 440px;
	margin-bottom: 20px;
	padding-left: 20px;
	float:right;
}
#product_info h1 {
	margin-bottom: 5px;
	color: #878791;
	font-size: 12px;
	font-weight: bold;
}
#prod_desc_long {
	width: 220px;
	padding-right: 20px;
	float: left;
}
#prod_desc_long p {
	margin-bottom: 5px;
}
#prod_features {
	width: 200px;
	float: right;
}
#prod_features ul {
	margin-left: .85em;
	margin-bottom: 4px;
	padding-left: .85em;
	list-style-position: outside;
	list-style-type: disc;
}
#prod_features li {
}
#prod_features p {
	margin-bottom: 5px;
}
.super_features {
	margin: 0;
	padding: 0;
}
.msrp {
	margin-top: 10px;
	color: #4864A3;
}
.red_box {
	display: none;
	margin: 10px;
	text-align: center;
}
/* 
----------------------------------------------------------------------------- 
Product Navbar - #F2F2F2
-----------------------------------------------------------------------------*/
#product_navbar {
	width: 100%;
	height: 20px;
	clear: both;
	margin-top: 3px;
	border-top: 1px solid #BDBDBD;
	border-bottom: 1px solid #BDBDBD;
	background-color: #F7F9FA;
	font-size: 10px;
}
#product_navbar a {
	font-weight: bold;
}
#product_navbar a:hover {
	color: #FF9933;
}
#product_navbar a img {
	width: 125px;
	height: 16px;
}
#back_to_subcategory {
	padding: 3px 106px 0 30px;
	float: left;
	vertical-align: baseline;
}
#back_to_subcategory img {
	vertical-align: middle;
}
#prev_next_product {
	padding-top: 3px;
}

/* 
----------------------------------------------------------------------------- 
Standard Pages
-----------------------------------------------------------------------------*/
.inline_uploaded_image {
	margin: 10px 10px 10px 0;
}
#uploaded_images {
	float: right;
	width: 220px;
	padding: 3px 0 0 0;
}
.uploaded_image {
	margin: 0 0 3px 0;
}
.uploaded_image .contents {
/*	margin: 10px 10px 10px 0;*/
}
.uploaded_image p, .inline_uploaded_image p {
	font-style: italic;
	margin: 3px 0 9px 0;
}

/* 
----------------------------------------------------------------------------- 
FAQs
-----------------------------------------------------------------------------*/
#faqs a {
	font-weight: bold;
}
.faq {
	margin: 15px 0;
}

/* 
----------------------------------------------------------------------------- 
Search
-----------------------------------------------------------------------------*/
.search_result {
	margin-top: 15px;
}
#search_results h2 {
	margin: 0;
	padding: 0 0 2px 0;
	border-bottom: 1px solid #CCC;
}
#search_results a {
}
#search_results p {
	margin: 0;
	padding: 0;
}
#search_results span {
	color: #FF9933;
	font-weight: normal;
}

/* 
----------------------------------------------------------------------------- 
Horizontal Teasers
-----------------------------------------------------------------------------*/
#teasers_horz {
	clear: both;
	padding: 7px 0 0 32px;
	border-top: 5px solid #878791;
}
.teaser_t1 {
	width: 170px;
	float: left;
	margin-right: 10px;
	background: transparent url(/images/teaser_bumper_rt.gif) bottom right no-repeat;
	font-size: 9px;
}
.teaser_t1 a {
	display: block;
}
.teaser_hdr {
	height: 17px;
	margin-bottom: 3px;
}
.teaser_hdr:hover {
	background-position: 0 -17px;
}
.teaser_t1 span {
	display: none;
}
.teaser_action {
	margin-top: 5px;
	padding-bottom: 1px;
}
.teaser_t2 {
	width: 170px;
	float: left;
	margin-right: 10px;
	background-image: none;
}
.teaser_t2 a {
	padding-top: 2px;
}
.home_teaser {
	margin-right: 10px;
}

/* 
----------------------------------------------------------------------------- 
Footer Global Nav
-----------------------------------------------------------------------------*/
#footer {
	height: 0;
	clear: left;
	padding: 15px 30px 25px 30px;
	font-size: 9px;
}
#navbar_footer {
	float: left;
}
#navbar_footer li {
	float: left;
	margin-right: 8px;
	padding-right: 8px;
	border-right: 1px solid #878791;
}
#navbar_copyright {
	float: right;
}
#navbar_copyright li {
	float: left;
	margin-left: 8px;
	padding-left: 8px;
	border-left: 1px solid #878791;
}

/* 
----------------------------------------------------------------------------- 
Misc
-----------------------------------------------------------------------------*/
#t_manage {
	margin: 10px 0;
	border-top: 1px solid #CCC;
	border-left: 1px solid #CCC;
}
#t_manage th {
	padding: 5px;
	border-right: 1px solid #CCC;
	border-bottom: 1px solid #CCC;
	font-weight: bold;
}
#t_manage td {
	padding: 5px;
	border-right: 1px solid #CCC;
	border-bottom: 1px solid #CCC;
}
.ad_inst {
	float: right;
	padding: 0 10px 10px 0;
}
.controls {
	margin: 5px 5px 5px 0;
	padding: 3px;
	clear: left;
	float: left;
	border: 1px solid #CCC;
	color: #878787;
	background-color: #EEE;
}
.controls img {
	margin: 0 2px;
	vertical-align: middle;
}
.handle {
	cursor: move;
}
.float_left {
	float: left;
}
.clear_float {
	height: 1px;
	float: none;
	clear: both;
}
.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}
.clearfix {display: inline-block;}
/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */
