@charset "UTF-8";
/* CSS Document */

/*---------------------  START CSS RESET  ---------------------*/

body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, 
form, fieldset, input, p, table, th, td, embed, object {
	padding: 0;
	margin: 0; 
	}

table {
	border-spacing: 0;
	}

fieldset, img, abbr {
	border: 0;
	}

ul {
	list-style: none;
	}

caption, th {
	text-align: left;
	}

h1, h2, h3, h4, h5, h6 {
	font-size: 1.0em;
	font-weight:bold;
	}

q:before, q:after {
	content: '';
	}

a, ins {
	text-decoration: none;
	}




/*---------------------   END CSS RESET   ---------------------*/

body {
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	background-color:#192f3d;
	color:#FFFFFF;
	padding:0px 0px 0px 0px;
}
.container, #footer {
	width:963px;
	margin:0px auto;
}
.container_full { background:url(img/bkgd_top_gradient.jpg) top left #3C6E8F repeat-x; padding-bottom:25px;}
.container {
	position:relative;
	z-index:1;
}

/*---------------------  START CLEARFIX  ---------------------*/

.clearfix:after {
content: "."; display: block; height: 0; clear: both; visibility: hidden;}

.clearfix {display: inline-block;}

* html .clearfix {height: 1%}

.clearfix {display: block;}

.clear {
	clear:both;
}

/*---------------------   END CLEARFIX   ---------------------*/

#mock {
	position:absolute;
	z-index:20;
	height:2000px;
	background:url(img/ONYX-home.jpg) center top no-repeat;
	display:inherit;
	-moz-opacity:.55;
	width:100%;
}

/*---------------------  START TEXT ELEMENTS  ---------------------*/

h1 {
	font-size:18px;
	line-height:19px;
}

h2 {
	font-size:14px;
	color:#FFFFFF;
	font-weight:bold;
	margin-bottom:5px;
}

h3 {
	font-size:12px;
	line-height:17px;
	color:#FFFFFF;
}
h3.width100 {
	width:100%;
}
h4 {
	font-size:12px;
	font-weight:bold;
	line-height:12px;
}

h5 {
	font-size:14px;
	line-height:15px;
}

h6 {
	font-size:13px;
	line-height:14px;
}
p {
	font-size:11px;
	line-height:13px;
	padding:0px 0px 1em;
	color:#FFFFFF;
	
}
ul {
	padding-left:2em;
	list-style-position: outside;
	list-style-type: disc;
}
ol {
	padding-left:2em;
	list-style-position: outside;
	list-style-type: decimal;
}

a:link {
	color:#FFFFFF;
}
a:active {
	color:#FFFFFF;
}
a:hover {
	color:#FFFFFF;
	text-decoration:underline;
}
a:visited {
	color:#FFFFFF;
}
.bold {
	font-weight:bold;
}
/*---------------------   END TEXT ELEMENTS   ---------------------*/



/*---------------------  START GLOBAL LAYOUT  ---------------------*/
#footer ul, #footer li, #header ul, #header li {
	margin:0px;
	padding:0px;
}
#footer li, #header li {
	float:left;
	list-style:none;
	padding:0px 7px 0 0;
	font-family:Arial, Helvetica, sans-serif;
}
#header li a {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
}
.right {
	float:right;
}
.left {
	float:left;
}
.hr {
	background:url(img/hr.gif) top left repeat-x;
	height:1px;
	margin:5px 0px 0px;
}

#header .right {
	/*width:70%;*/
	text-align:right;
}

#header .right ul {
	display:inline;
	padding-right:12px;
}
#header .right ul#header_nav { float:right; }
#header .right ul#header_nav li img { padding-top:6px; }
#header .right ul#header_nav li {
	padding:0px 0 0 10px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
}
#header .right ul#header_nav li a {
	font-size:13px;
	line-height:28px;
}
#header {
	padding-top:30px;
	padding-bottom:11px;
}
#breadcrumbs a, #breadcrumbs span {
	color:#FFFFFF;
	line-height:26px;
	display:inline-block;
	padding-right:10px;
}
#breadcrumbs {
	background-color:#315C79;
	color:#FFFFFF;
	padding-left:20px;
}
#h_search {float: right; width: 267px;}

#search_bg {float: left; width: 168px; height: 22px; background: url(img/bkgd_searchfield.gif) repeat-x; padding: 5px 0 0 0;}
	#search_bg input{background: #d6dee3; border: none;}
.l_float {float: left;}
.r_float {float: right;}

#footerFull {
	background:#192F3d url(img/bkgd_footer.gif) left top repeat-x;
	/*margin-top:25px;*/
}
.footerNav a.facebook { display:inline-block; height:24px; width:24px; background:url(img/icon_FaceBook.png) 0 0px no-repeat; padding-top:5px; }
.footerNav a.youtube { display:inline-block; height:24px; width:24px; background:url(img/icon_YouTube.png) 0 0px no-repeat; padding-top:5px; }
.footerNav a.facebook:hover { text-decoration:none; }
.footerNav a.youtube:hover { text-decoration:none; }
#menu_section {
	background-color:#264963;
	padding:25px 10px 10px 5px; 
}
#left_column .description {
	padding:15px;
	line-height:148%
}
#main_content {
	float:left;
	width:700px;
}
#left_column {
	width:240px;
	float:left;
}
#menu { 
	background-color:#192F3D;
	padding:18px 10px 10px 15px;
}
#menu a.lv1 {
	text-transform:uppercase;
	font-size:12px;
	font-weight:bold;
	display:block;
	padding-bottom:3px;
}
#menu ul li a.lv2 {
	font-size:12px;
	display:block;
	padding:0;
	font-weight:normal;
}
#menu ul {
	padding:4px 0 4px 2.5em;
	margin-bottom:5px;
}
#menu ul {
	background-color:#4882a9;
}
#menu_section img {
	padding-bottom:5px;
}
.logo {
padding-bottom:0;
padding-left:14px;
padding-right:20px;
padding-top:0;
}
.emailsubmit {
	padding-left:3px;
}
.emailTextbox {
	padding:2px 0;
}
/*---------------------   END GLOBAL LAYOUT   ---------------------*/



/*---------------------  START HOME PAGE  ---------------------*/
#mainpic {
	background: url(img/bkgd_home_main_img.jpg) center top no-repeat;
	padding:17px;
}
#mainpic img {
	padding:0px 6px;
}
#mainpic .container {
	width:963px;
	height:377px;
	overflow:hidden;
}
.hotDeals {
	padding:5px 0 0;
	width:310px;
	height:125px;
	float:left;
	/*background:url(img/bkgd_home_promo_1.gif) left top no-repeat;*/
}
.promo {
	width:310px;
	padding:5px 0 0;
	height:125px;
	float:right;
	/*background:url(img/bkgd_home_promo_2.gif) left top no-repeat;*/
}
.browse {
	color:#89C6E2;
display:block;
float:left;
font-family:Helvetica,Arial,sans-serif;
font-size:11px;
padding:14px 0 6px 7px;
}
.featured_img {
	background:url(img/bkgd_home_featured_img.gif) 50% 50% no-repeat;
}
#lowercontent {
	padding-top:11px;
}
#homecat-mid {
	background:#FFFFFF url(img/bkgd_home_cats.jpg) left top repeat-x;
	width:630px;
}
.header_divider {
	background:url(img/header_divider.gif) right 50% no-repeat;
}
#content_right {
	float:right;
	width:300px;
}
#content_left {
	float:left;
	width:630px;
}
.prodcattable h3 {
	font-size:15px;
	font-weight:bold;
	line-height:148%;
	color:#192F3D;
	font-family: "Arial Narrow", Arial, sans-serif;
}
.prodcattable p { padding:0; }
.prodcattable h3:hover {
	text-decoration:underline;
}
.prodcattable p {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	font-weight:normal;
	color:#000000;
	line-height:148%;
}
.prodcattable {
	padding:12px;
}
.home_cat_image {
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	backgorund-color:#FFFFFF;
	padding:3px 15px 3px 4px;
}
.home_cat_description {
	padding-right:80px;
}
.detail_featured_title {
	padding:0 12px;
	color:#FFFFFF;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:normal;
	font-size:12px;
	line-height:131%;
}

.detail_featured_title a {
	color:#FFFFFF;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-size:12px;
}

.title_image {
	padding-bottom:5px;
}
/*---------------------   END HOME PAGE   ---------------------*/

#content_prods {
	background: #3C6E8F url(img/bkgd_prod_pages.jpg) left top no-repeat;
	padding:10px 10px 50px;
	width:943px;
	margin:0px auto;
	position:relative;
	z-index:3;
}

.tablewhitetext a {
	display:block;
font-weight:bold;
padding:0 5px 5px 8px;
text-align:left;
}

/*---------------------  START CATEGORY PAGE  ---------------------*/
#cat_img_sub {
	border:1px solid #52748a;
	margin-bottom:48px;
	overflow:hidden;
}	
#cat_img_sub img {
	/*border-bottom:1px solid #52748a;*/
}	
#main_content #cat_img_sub h1 {
	background:url(img/bkgd_h1_category.jpg) left top no-repeat;
	padding:25px 0 15px 20px;
	color:#FFFFFF;
	font-size:27px;
	line-height:27px;
	border-bottom:1px solid #587D95;
}
#cat_img_sub h3 {
	padding-left:10px;
	color:#FFFFFF;
	font-size:13px;
	line-height:30px;
}
#cat_img_sub .hr {
	margin:0px;
}
#cat_img_sub ul {
	margin:12px 0 12px 12px;
}
#cat_img_sub li a {
	font-size:12px;
	font-weight:bold;
}
.featured {
	background: url(img/bkgd_category_featured_img.gif) left top no-repeat;
	float:left;
	margin-right:15px;
	width:122px;
	text-align:center;
	margin-bottom:6px;
}
.featured_title {
	float:left;
	margin-right:15px;
	width:122px;
	text-align:center;
	margin-top:6px;
}
.featured_title a {
	font-weight:bold;
	font-size:14px;
}
.cat_title_featured {
	padding-bottom:10px;
}
/*---------------------   END CATEGORY PAGE   ---------------------*/



/*---------------------  START PRODLIST PAGE  ---------------------*/
#pagination li {
	list-style:none;
	padding-right:15px;
	display:inline;
}
ul#pagination {
	padding:0px;
	margin:0 0 20px;
}
.prolist_item {
	padding:15px 0;
}
.prodlist_title a {
	font-size:14px;
	font-weight:bold;
	color:#FFFFFF;
	padding-bottom:5px;
	display:block;
}
.prodlist_title {
	padding:10px 0;
	font-size:12px;
	color:#FFFFFF;
	padding-left:10px;
}
h1.prodlist_title {
	font-size:30px;
	padding:13px 0 25px;}
	
.list_pad { padding:0 13px;}

.specs {
	margin-right:8px;
	float:left;
	padding-bottom:5px;
}
/*---------------------   END PRODLIST PAGE   ---------------------*/



/*---------------------  START PROD FAMILY PAGE  ---------------------*/

/*---------------------   END PROD FAMILY PAGE   ---------------------*/



/*---------------------  START PROD DETAIL PAGE  ---------------------*/

.action_column {
	float:left;
	width:370px;
}
.image_column {
	float:right;
	padding:6px 4px 0 5px;
	width:310px;
	background-color:#FFFFFF;
}

#option_bkgd {
	background-color:#264963;
	
}
#option_bkgd td {
	padding:3px;
}
.action_column h3 {
	background-color:#264963;
	display:table;
	margin-left:13px;
	padding:9px 20px;
	margin-top:7px;
	color:#FFCC00;
	font-size:20px;
	font-weight:bold;
	border-top-right-radius:6px;
	-moz-border-radius-topright:6px; 	
	-webkit-border-top-right-radius:6px;\
	border-top-left-radius:6px;
	-moz-border-radius-topleft:6px; 	
	-webkit-border-top-left-radius:6px;
}
/*#light_source {
	background:none;
	width:658px;
	height:484px;
	position:absolute;
	z-index:2;
	
}
html>body #light_source {
	background:url(img/detail_light.png) left top no-repeat;
	margin-top:22px;
}*/
#left_column {
	position:relative;
	z-index:10;
}
#main_content {
	position:relative;
	z-index:10;
	padding-top:25px;
}
#main_content h1, #main_content p, #main_content h4 {
	padding-left:11px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:30px;
	padding-bottom:19px;
	line-height:35px;
}
#main_content h1 {
	font-size:27px;
	line-height:32px;
}

#main_content p, #main_content h4 {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	line-height:11px;
	padding-bottom:0px;
}
#option_bkgd {
	padding:20px;
	margin-left:1px;
}
#add_imgs {
	margin-top:5px;
}
#recomended_detail h4 {
	margin-left:-141px;
	border-bottom:1px solid #999999;
	margin-bottom:6px;
	font-size:13px;
	font-weight:normal;
	padding:0 0 6px 0;
	font-family:Arial, Helvetica, sans-serif;
}
#recomended_detail {
	width:370px;
	padding-top:30px;
	
}
.detail_featured .right {
	text-align:left;
	width:255px;
}
.detail_featured {
	background-color:#264963;
	padding:3px;
	margin-bottom:1px;
}
.zoom a {
	color:#000000;
	text-decoration:none;
	display:block;
	padding:0 10px 5px 0;
}
.zoom a:hover {
	color:#264963;
}
.zoom img {
	text-decoration:none;
}
/*---------------------   END PROD DETAIL PAGE   ---------------------*/



/*---------------------  START SHOPPING CART PAGE  ---------------------*/
#cart_promo {background: url(img/bkgd_promotion.gif) left top no-repeat; height:58px;height:40px;padding:17px 10px;}

#cart_promo_text {font-size: 12px; float: left; width: 375px; padding: 3px 0 0 0;}

#cart_promo_box {float: left; width: 225px;}
	#cart_promo_box input{width: 210px; padding: 2px 0 2px 5px; border: 1px solid #dddddd; background: #ffffff;}

#cart_promo_btn {float: left;}

.cart_header {
	padding:7px;
	font-weight:bold;
	margin:1px;
	color:#FFFFFF;
} 
.noborder {
	border:0px none;
}
.qty input, .emailOrderForm {
	border:1px solid #dedede;
	padding:2px 0px 2px 3px;
	margin:0px 3px 0px 0px;
}

.shopImage {
	overflow:hidden;
	/*height:125px;*/
	margin-bottom:10px;
}

#email_order {
	padding:10px 0px 25px;
}
#email_order .title {
	width:110px;
	padding:6px;
	display:block;
	float:left;
	font-weight:bold;
	text-align:right;
}
#shopping_cart {
	width:890px;
	margin:0px auto;
}
#shopping_cart p, #shopping_cart a {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#000000;
}
#shopping_cart .qty {
	background:transparent;
	border:none;
}
.cart_qty {
	line-height:60px;
	color:#FFFFFF;
}
.cartname {
	border-right:1px solid #386787;
}
.shopImage {
	padding-right:12px;
}
#shopping_cart h1 {
	font-size:30px;
	line-height:50px;
	color:#FFFFFF;
}
#cart_table #cart_info p, #cart_table #cart_info {
	color:#FFFFFF;
}
#cart_table, #cart_table a, #cart_table p {
	color:#000000;
}
#cart_table img {
	border:none;
}
.search_pad, .dealer_pad { padding:10px 5px 5px; color:#000000; }

.search_pad {
	padding:10px 24px 5px;
}

.search_pad h1 {
	background:transparent url(img/icon_shoppingcart.jpg) no-repeat scroll left top;
	display:block;
	font-size:30px;
	height:60px;
	margin-top:9px;
	padding:14px 0 0 46px;
	color:#FFFFFF;
}
 .dealer_pad h1 {
 	font-size:30px;
	color:#FFFFFF;
	padding:0 0 30px;
 }
/*---------------------   END SHOPPING CART PAGE   ---------------------*/



/*---------------------  START GENERIC PAGE  ---------------------*/
.static_content {
	width:540px;
	float:left;
	background-color:#FFFFFF;
	color:#000000;
	position:relative;
	z-index:10;
}
.static_content .hr {
	margin:15px 0;
}
.static_content .content_pad {
	padding:10px 25px 25px;
}

.static_content p, .static_content h1, .static_content h2, .static_content h3, .static_content h4, .static_content h5, .static_content li, .static_content ol, .static_content ul, .static_content pre, .static_content blockquote {
	color:#000000;
	line-height:148%;
	font-family:Verdana, Arial, Helvetica, sans-serif;
}
.static_content a {
	color:#192f3d;
}
.image_content {
	width:390px;
	float:right;
	position:relative;
	z-index:10;
}
.faq_questions {
	width:340px;
	float:right;
	position:relative;
	z-index:10;
	background-color:#FFFFFF;
	border:1px solid #386787;
	padding:25px;
}
.faq_questions a {
	color:#192f3d;
	line-height:148%;
	text-decoration:underline;
}
.faq_questions a:hover {
	color:#3c6e8f;
}
.image_content, .image_content a {
	color:#386787;
	line-height:148%;
}
.static_content h1.static_title {
	background:url(img/bgkd_static_header.jpg) left bottom no-repeat;
	width:540px;
	height:38px;
	padding:20px 0 5px 25px;
	display:block;
	font-family:Arial, Helvetica, sans-serif;
	font-size:30px;
	color:#FFFFFF;
	line-height:30px;
}

/*---------------------   END GENERIC PAGE   ---------------------*/



/*---------------------  START FAQ PAGE  ---------------------*/

/*---------------------   END FAQ PAGE   ---------------------*/



/*---------------------  START NEWS LISTING PAGE  ---------------------*/

/*---------------------   END NEWS LISTING PAGE   ---------------------*/



/*---------------------  START BLOG LISTING PAGE  ---------------------*/

/*---------------------   END BLOG LISTING PAGE   ---------------------*/



/*---------------------  START ARTICLE PAGE  ---------------------*/

/*---------------------   END ARTICLE PAGE   ---------------------*/



/*---------------------  START SEARCH PAGE  ---------------------*/
#search_results {
	position:relative;
	z-index:10;
	padding:0 10px;
}
.search_item_right {
	width:426px;
	margin:0 4px 4px 0;
	background-color:#FFFFFF;
	color:#000000;
	padding:15px;
	float:left;
	clear:left;
}
.search_item_left {
	width:426px;
	margin:0 4px 4px 0;
	background-color:#FFFFFF;
	color:#000000;
	padding:15px;
	float:right;
	clear:right;
}
.search_item_left p, .search_item_right p {
	color:#000000;
	font-size: 10px;
	font-weight:normal;
	font-family:Verdana, Arial, Helvetica, sans-serif;
}
.search_item_left h3, .search_item_right h3 {
	color:#192F3D;
	font-family:Arial, Helvetica, sans-serif;
	font-size:15px;
	font-weight:bold;
}
.search_item_left a, .search_item_right a {
	color:#264963;
}	
.search_img {
	float:right;
	width:125px;
	height:130px;
	/*border:1px solid #3c6e8f;*/
	text-align:center;
	display:table-cell;
	vertical-align:middle;
}
.search_info {
	width:280px;
	float:left;
	padding-top:5px;
}
.pagination {
	width:62%;
	font-size:10px;
}
.pagination a {
	font-size:10px;
}
#search_results h1 {
	font-size:30px;
	line-height:45px;
}
.pagination p {
	padding-bottom:0px;
}
/*---------------------   END SEARCH PAGE   ---------------------*/



/*---------------------  START SITEMAP PAGE  ---------------------*/

/*---------------------   END SITEMAP PAGE   ---------------------*/



/*---------------------  START DEALER LOCATOR PAGE  ---------------------*/

#dealer_locator_form {
	padding:10px;
	background-color:#bbc7cf;
	position:relative;
	border:1px solid #3c6e8f;
	border-top:none;
}
#dealer_locator_form_cap {
	height:6px;
	background-color:#244053;
}
#dealer_locator_form select {
	width:180px;
	margin-bottom:6px;
}
#dealer_locator_form input {
	width:160px;
	margin-bottom:6px;
}
#dealer_locator_form .title, #dealer_locator_form .title2 {
	width:115px;
	text-align:right;
	display:block;
	float:left;
	padding:0px 8px 0px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	font-weight:bold;
	color:#000000;
}
#dealer_locator_form .title2 {
	width:70px;
	font-weight:normal;
}
#dealer_locator_form .clear {
	padding-bottom:5px;
}
#dealer_locator_form input.btn_search {
	width:118px;
	position:absolute;
	top:45px;
	right:20px;
}
#dealer_locator_form input.btn_search2 {
	width:118px;
	position:absolute;
	top:20px;
	right:20px;
}
.dealer_tab {
	position:relative;
	top:-43px;
}
#dealer_container {
	padding:0px 26px;
}
h1.dealer {
	padding-bottom: 20px;
	font-size:32px;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	color:#FFFFFF;
}
.dealer_info, .dealer_info2 {
	background-color: #1f3c4f;
	padding:10px 5px 10px;
	float:left;
	width:453px;
	height:126px;
	margin:0 0 4px 0;
	font: 10px/1.5em normal Verdana, Arial, Helvetica, sans-serif;
	color:#FFFFFF;
}
.dealer_info2 {
	float:right;
}
.dealer_pad ul#pagination {
	padding:12px 0;
	margin:0;
}
.dealer_info a, .dealer_info2 a {
	text-decoration:underline;
}

.dealer_info h4, .dealer_info2 h4 {
	font: 14px/1.5em bold Arial, Verdana, Helvetica, sans-serif;
	font-weight:bold;
	color:#FFFFFF;
	padding:0 0 5px 10px;
}
#dealer_container ul#pagination {
	padding:20px 0;
}
#dealer_container a, #dealer_container h4 {
	color:#FFFFFF;
}
.info_bkgd {
	background:url(img/bkgd_dealer_item.jpg) left top no-repeat;
	width:399px;
	height:102px;
	padding:15px 25px 25px;
	color:#000000;
	margin:0 auto;
}
.info_bkgd a {
	color:#000000;
}
/*---------------------   END DEALER LOCATOR PAGE   ---------------------*/



/*---------------------  START MEDIA PAGE  ---------------------*/

/*---------------------   END MEDIA PAGE   ---------------------*/



/*---------------------  START CAREER PAGE  ---------------------*/

/*---------------------   END CAREER PAGE   ---------------------*/



/*---------------------  START CONTACT US PAGE  ---------------------*/




/*---------------------   END CONTACT US PAGE   ---------------------*/

#size_chart { background-color:#192F3D; padding:10px 10px 10px 15px; }