﻿/*
font-size:77%;  renders 10px
font-size:85%;  renders 11px 
font-size:100%; renders 13px   
font-size:107%; renders 14px  
font-size:122%;  renders 16px  
font-size:136%; renders 18px  
*/

/* Site-Wide Elements */
body {
	background: #000 url(/images/site_bkg.jpg) no-repeat 0 0;
	color: #ffffff;
}

#site_container{
	position: relative;
	display: block;
	margin:auto;
	z-index: 0;
	/* Add width here to control whole site */
	width:962px;
	padding-top: 25px;
}

#skipto{
	position: absolute;
	top: 10px;
	left:1px;
	font-size: 67%;
	padding: 2px;
	margin: 0px;
	z-index: 99;
	text-align:right;
	width: 15em;
}

#skipto a:link, #skipto a:visited{
	position: absolute;
	top: 0px; left: -9999em;
	color: #000000;
	padding: 2px 20px;
}
#skipto a:hover, #skipto a:focus, #skipto a:active{
	position: absolute;
	top: 0px; left: 0em;
	color: #ffffff;
}

#content_container{ 
	display: block;
	clear: both;
	background: #000000 url(/images/content_container-bkg.gif) repeat-y 0 0;
	border: 1px solid #ffffff;
	border-bottom:0px none;
	border-top:0px none;
	width: 961px;
/*	overflow: auto;*/
}	

#content_block{
	position: relative;
	display: inline;
	float: right;
	clear: right;
	width: 704px;
	margin-right: 20px;
	z-index: 1;
}	


#side_nav {
	position: relative;
	display: inline;
	float: left;
	width: 220px;
}


h1{
	position: relative;
	color: #ffffff;
	font-size: 136%;
	font-weight: bolder;
	font-style: italic;
	margin: 10px 10px 0px 20px;
}

img#category_heading{
	/*margin-top: -10px;*/
	position: relative;
	color: #ffffff;
	font-size: 136%;
	font-weight: bolder;
	font-style: italic;
}

h2{
	color: #ffffff;
	font-size: 136%;
	position: relative;
}


h3,h4{
	font-size: 100%;
}


body#error_page p{padding:5px 20px;}

strong{
	font-weight: bold;
}


	
a:link, a:visited {
	color: #ffffff;
}
	
a:hover, a:focus, a:active{
	/*color: #ffeb99;*/
	color: #ffd700;
	outline: none;
}
	

.hidden_input{
	border: none;
}
	

ol li{
	Padding:0.2em 0 0 1.7em;
}

.content_seperator{ 
	position: relative;
	clear: both;
	display: block;
	
	/*height: 1px;*/
	margin: 1px auto;
}	





.breadcrumb {
	position:relative;
	float: left;
	display: inline; 
	padding-top: 5px;
	margin-left: 20px;
	color: #797979;
	border: 0px solid aqua;
	width: 300px;
	font-size: 77%
}

.breadcrumb a:link, .breadcrumb a:visited{
	color: #797979;
	text-decoration: underline;	
	padding: 1px 5px;	
	margin-left: -5px;
}

.breadcrumb a:hover, .breadcrumb a:active, .breadcrumb a:focus{color: #ffd700;
}					

.breadcrumb strong{font-weight:normal; color: #F40A0F; padding: 1px 5px;}

.pagecount{
	position: relative;
	display: inline;
	float: right;
	width: 681px;
	margin-right: 20px;
	

	margin-bottom: 20px;
	color: #fff;
	text-align: right;
	font: bold 85% Arial, sans-serif; 	
}
.pagecount a:link, .pagecount a:visited{
	color: #fff;
	text-decoration: underline;
	padding-right:6px;
	padding-left: 6px;
	padding-bottom: 2px;
	padding-top: 2px;
	font: bold 95% Arial, sans-serif;
}
.pagecount a:hover, .pagecount a:active, .pagecount a:focus{
background-color:#797979;
/*color: #ffeb99;*/
color: #ffd700;
 }
.pagecount strong.pagecount_numbers{
color:#F40A0F;
}
.pagecount_range{
	font-weight: normal;
	font-size: 85%;
}

button.b_button, button.b_button-onHOVER, /* This button is used on cc_contactus.asp */
a.b_button:link,  a.b_button:visited {
	display: block;
	position: relative;
	margin: 0px 0px 5px 0px;
	width: 16ex;
	height:4ex;
	float: left;
	border: 1px solid #ffeb99 /* #ffd700*/;
	text-align: center;
	text-decoration: none;
	/*color:#ffeb99;*/
	color:#ffd700;
	font-weight: bold;
	background: url(/images/b_viewdetails.jpg) repeat-x top;
	overflow: visible;
	z-index: 1;
}

button.b_button span, button.b_button-onHOVER span{line-height:3ex;}

a.b_button span{line-height:4ex;}

button.b_button-onHOVER,
a.b_button:hover, a.b_button:focus, a.b_button:active {
	text-decoration: underline;
	background-position: 0px -60px;
}



.corner1, .corner2, .corner3, .corner4{
	display: block; position:absolute; z-index: 10; margin: 0px; line-height:1px; font-size:1%; padding: 0px}
.corner1{top:-1px; left:-1px;}
.corner2{top:-1px; right:-1px;}
.corner3{bottom:-1px; left:-1px;} /* Added margin-bottom: -1px in IE6 sheet. */
.corner4{bottom:-1px; right:-1px;}/* Added margin-bottom: -1px in IE6 sheet. */

button .corner1, button .corner2, button .corner3, button .corner4,
a .corner1, a .corner2, a .corner3, a .corner4 {
	width: 2px;	height: 2px;
}

.closewin a.b_button:link, .closewin a.b_button:visited{
	margin: 20px auto;
	float: none;
}

/* Header begin XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX  */	
#header {
  position: relative;
  height: 97px;
  width: 963px;
  display: block;
  margin: auto;
	background: transparent url(/images/header_bkg.gif) no-repeat 0 100%;
	overflow: visible;
}

#logo {
  position: absolute;
  top: 19px;
  left: 20px;
  
  width: 257px;
  height: 51px
}

#free_shipping {
  position: absolute;
  top: 20px;
  left: 347px;
  
  width: 412px;
  height: 34px
}

#logo img{
  width: 257px;
  height: 51px
}

#header-lightning{
	position: absolute;
	right: 28px;
	bottom: -22px;
	display:block;
	width: 163px;
	height: 24px;
}

#store_nav {
	display: inline;
	font-weight: bold;
	font-size: 85%;
	
	float: right;
	margin-right: 24px;
	margin-top:68px;
	width: 20em;
	white-space: nowrap;
}

#store_nav li{
	float: right;
	display: inline;
}

/* Header and footer styles */
.b_ccare a:link, .b_ccare a:visited,
.b_contact a:link, .b_contact a:visited,
.b_shoppingcart a:link, .b_shoppingcart a:visited,
.b_ordertrack a:link, .b_ordertrack a:visited,
.b_contactus a:link, .b_contactus a:visited,
.b_sitemap a:link, .b_sitemap a:visited,
.b_returntometrx a:link, .b_returntometrx a:visited
{
	border-right:1px solid #ffffff;
	text-align: center;
	padding: 0 10px 2px 10px;
}


.b_ccare a:hover, .b_ccare a:focus, .b_ccare a:active,
.b_contact a:hover, .b_contact a:focus, .b_contact a:active,
.b_shoppingcart a:hover, .b_shoppingcart a:focus, .b_shoppingcart a:active,
.b_ordertrack a:hover, .b_ordertrack a:focus, .b_ordertrack a:active,
.b_contactus a:hover, .b_contactus a:focus, .b_contactus a:active,
.b_sitemap a:hover, .b_sitemap a:focus, .b_sitemap a:active,
.b_returntometrx a:hover, .b_returntometrx a:focus, .b_returntometrx a:active{
}
#store_nav li.b_ccare a,
#nav_btm_menu li.b_returntometrx a{
	border:none;
}
#cart_block{
	/*position: absolute;
	right: 20px;
	bottom: -11px;*/
	font-weight: bold;
	
	position: relative;
	float: right;
	margin:40px 20px -11px 0px;
	z-index:5;	
		
	height:68px;
	min-width: 165px;
	border-bottom: none;
	border-top: none;
	background: transparent url(/images/header_cart-bkg.png) no-repeat 100% 0px;
	text-align: center;
}
#cart_corner{
	position: absolute;
	top:0; left: -14px;
}

#cart_block a:link, #cart_block a:visited{	
	font-size: 85%;
	margin-right: 14px; 
	padding-left: 20px;
	background: #000000 url(/images/icon_sprite.gif) no-repeat 0 0;
}
#cart_block a:hover, #cart_block a:focus, #cart_block a:action{
	background: #000000 url(/images/icon_sprite.gif) no-repeat 0px -36px;
}

#cart_block p{
	margin-right: 14px; 
	padding:5px 0;
	font-size:77%; color: #d0d0d0;}
/* header end */	


/* LEFT NAV begin XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX  */


#categories{
	clear: both;
	padding: 10px;
}

.side_ad{
	display: block;
	width: 194px;
	margin: 30px auto 0 auto;
}

#search {
	position: relative;
	margin: 0;
	display: block;
	float: left;
	background: #797979 url(/images/search_bkg.gif) no-repeat top;
	border:1px solid #000;
	width: 217px;
	height: 63px;
}

#search_corner{
	position: absolute;
	top:-1px; right:-15px;
}

#search label{
	position:absolute;
	left: -9999em;
}

#searchBox{
	width: 120px;
	float: left;
	border: 1px solid #000;
	border-right: none;
	padding: 3px 3px;
	margin: 20px 0 0 20px;
	color: #797979;
	font-size:77%;
	
}
#go input{
	Display:inline;
	height:30px;
	float: left;
	margin: 15px 0 0 0px;
	font-weight: bold;
	/*color: #ffeb99;*/
	color: #ffd700;
}

.menu_static li{
	padding:9px 0ex 11px 2ex;
	font-size: 85%;
	background: transparent url(/images/menu_static-hr.gif) no-repeat bottom;
}
.menu_static li a:link, .menu_static li a:visited{	text-decoration: none;}
.menu_static li a:hover, .menu_static li a:active, .menu_static li a:focus{text-decoration: underline;}
/* left nav end */

/*EMAIL SIGN UP begin*/
#promo{
	clear: both;
	padding: 10px;
}

#promo label{
	color: #8c8c8c;
	font-size: 77%;
	padding:5px 0px 5px 10px;
	display: block;
}

#promo #emailAddress{
	margin:5px 0px 5px 10px;
	width:178px;
}
#promo #emailAddress_button{
	float:left;
	margin:5px 0px 5px 10px;
}
 #promo #privacy{
 	float:left;
	color: #8c8c8c;
	font-size: 77%;
	padding:5px 0px 5px 10px;
}
/*EMAIL SIGN UP end*/

/* FOOTER begin XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX  */	
#footer {
	position: relative;
	clear: both;
	display: block;
	width: 963px;
	margin: auto;
		
	padding:73px 0 15px 0;
	background: transparent url(/images/footer_bkg.jpg) no-repeat top;
}
#nav_btm_menu{
	margin-left: 12px;
}
#nav_btm_list{
	font-size: 77%;
	float: left;
}

#nav_btm_list li{	display: inline;}
#nav_btm_list li a:link, #nav_btm_list li a:visited {
	padding:0 6px 2px 3px;
}
#nav_btm_list li a:hover, #nav_btm_list li a:active, #nav_btm_list li a:focus{
}
#nav_btm_menu li.b_returntometrx a:link, #nav_btm_menu li.b_returntometrx a:visited{
	color: #f40a0f;
	font-weight: bold;
}
#nav_btm_menu li.b_returntometrx a:hover, #nav_btm_menu li.b_returntometrx a:focus, #nav_btm_menu li.b_returntometrx a:active{
	color: #ffd700;
}
#mcafeesecure{
	display: block;
	width: 200px;
	float: right;
	text-align: right;
	padding-right: 18px;
}
#footer_copyright{
	clear: left;
	display: block;
	float: left;
	margin-left: 15px;
	padding-top: 5px;
	text-align: left;
	color: #ffffff;
	font-size: 77%;
	width:50%;
}
#footer_copyright P{
	padding: 5px 0;
}
/* Footer Ends*/


/*Site Map*/
#sitemap_pg_title{
	position:relative;
	margin-left: 40px;
}

.category_block{
	position: relative;
	float: left;
	margin-top: 10px;
	margin-left: 30px;
	display: block;
}

.category_block h2{
	font-weight: bold;
}

#sitemap_cats li{
padding: 6px 0 6px 12px;
	
}
/*Site Map END*/

.none{
	display: none;
}

