/*
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-color: #3b3b3b;*/
background-color: #000000;
color: white;
}

#site_container{
	position: relative;
	display: block;
	margin:auto;
	z-index: 0;
	/* Add width here to control whole site */
	width:860px;
	
	
}

#skipto{
}

#content_container{ 
	display: block;
	
	background-color: #121212;
}	

#content_block{
	position: relative;
	display: inline;
	float: right;
	width: 580px;
	margin-right: 19px;
	z-index: 1;
	border: 0px solid red;
	color: White;
	/*background-color: #121212;*/
	
}	

#content_block2{
	position: relative;
	display: inline;
	float: right;
	width: 780px;
	margin-right: 19px;
	z-index: 1;
	border: 0px solid red;
	color: White;
	/*background-color: #121212;*/
	
}	

#block_plainPg{
	position: relative;
	float: left;
	display: inline;
	margin-top: 20px;
	
	color: White;
	border: 0px solid red;
	width: 200px;
}


#block_plainPg a:link, #block_plainPg a:visited {
	color: #ffe159;
}
	
#block_plainPg a:active, #block_plainPg a:hover, #block_plainPg a:focus	{
	color: white;
}

#block_plainPg p{
	margin-top: 13px;
}

#block_plainPg li {
	
	font-weight: bold;
	padding-bottom: 10px;
}

#block_plainPg li li{
	font-weight: normal;
	text-indent: 20px;
}

#side_nav {
	position: relative;
	display: inline;
	float: left;
	width: 231px;
	background-color: #000;
	margin-left: 16px;
	
}


h1{
	color: #FFE159;
	font-size: 136%;
	font-family: Arial, sans-serif;
}
h2{
	color: #fff;
	font-size: 136%;
}

h3 {
	color: #ffe159;
	font-weight: bold;
	padding-top: 15px;
}

h4{
	font-size: 110%;
}


strong{
	font-weight: bold;
}


	
a:link, a:visited {
	color: #ee981c;
}
	
a:active, a:hover, a:focus	{
	color: #CCC;
}
	

	

ol li{
	Padding:0.2em 0 0 1.7em;
}

.content_seperator{ 
	position: relative;
	clear: both;
	display: block;
	
	height: 1em;
	margin: 1px auto;
	border: 0px solid Black;
}	



.breadcrumb {
	clear: both;
	position:relative;
	font-family: verdana, arial, sans-serif; 
	display: block; 
	margin-top:25px;
	margin-left: 20px;
	margin-bottom:15px;
	width: 560px;
	color: #e1c024;
}

.breadcrumb a:link, .breadcrumb a:visited{
	text-decoration: none;
	color: #e1c024;
}

.breadcrumb a:hover, .breadcrumb a:active, .breadcrumb a:focus{
	text-decoration: underline;
	color: #909090;
}

.breadcrumb strong{
	font-weight:bold;
	color: #e1c024;
}
/* Header begin XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX  */	
#header {
  position: relative;
  height: 136px;
  display: block;
  margin: auto;
  border: 0px solid red;
  background-image: url(../images/header.jpg);
  background-repeat: no-repeat;
  margin-top: 13px;  
  z-index: 99;
}

#logo {
  position: absolute;
  top: 6px;
  left: 30px;
}

#search {
	position: absolute;
	top: 80px;
	left: 426px;
	border: 0px solid red;
	width: 220px;
	height: 40px;
	/*padding-left:10px;*/
	
}

#searchBox{
	width: 97px;
	border: 1px solid #d4d4d4;
	background-color: #FFFFFF;
	padding: 4px 0.3em 4px 8px;
	color: #000;
	font-size: 90%;
	width: 130px;
	
}

#store_nav {
	display: inline;
	position:absolute;
	top: 35px;
	right: 0px;
	/*margin-top: 10px;*/
	height: 4.2em;
	width: 411px;
	border: 0px solid red;
	
}


#go a:link, #go a:visited {
	Display:block;
	height:14px;
	background-color: #E6E6FA;
	margin:0 5px;
	padding:0 2px;
	font-weight: bold;
	border:1px solid #000;
}
#go a:hover, #go a:focus {
	background-color: #DAA520;
}

#b_cart a:link, #b_cart a:visited {
	text-align: center;
	position: absolute;
	top:82px;
	left: 670px;
	display: inline;
	text-decoration: none;
	font-family: Verdana, sans-serif;
	font-size: 90%;
	font-weight: bold;
	color: #e2232a;
	text-decoration: none;
	padding: 6px 0px 10px 40px;
}

#b_cart a:hover, #b_cart a:focus, #b_cart a:active {
	text-decoration: underline;
}

#b_cart_img a:link, #b_cart_img a:visited {
	text-align: center;
	position: absolute;
	top:82px;
	right: 152px;
	display: inline;
	text-decoration: none;
	
}

#b_cart_img a:hover, #b_cart_img a:focus, #b_cart_img a:active {
	text-decoration: underline;
}







#b_home a:link, #b_home a:visited,
#b_ccare a:link, #b_ccare a:visited,
#b_contact a:link, #b_contact a:visited,
#b_ordertracking a:link, #b_ordertracking a:visited
{
	text-align: center;
	float: left;
	display: inline;
	text-decoration: none;
	padding: 0 1em 0 1em;
	color: #f9d527;
	font-weight: bold;
	font-size: 85%;
	border-right: 2px solid #f9d527;
}

#b_home a:hover, #b_home a:focus, #b_home a:active, 
#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_ordertracking a:hover, #b_ordertracking a:focus, #b_ordertracking a:active{
	text-decoration: underline;
}

#b_contact a:link, #b_contact a:visited{
	border: 0px;
}

#menu_bk{
  position: relative;
  display: block;
  margin: auto;
  z-index: 2;
  background-color: #000000;
  color: #fff;
  border-top:1px solid #fff;
}

/* header end */	


/* LEFT NAV begin XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX  */

.menu_static {
	margin-top:0px;
	padding-top: 0px;
	padding-bottom: 10px;
	width: 214px;
	border: 0px solid red;
}
.menu_static  ul{
	display: block;

}
.menu_static li{
	letter-spacing: 0px;
	list-style: none;
	display: block;
	font-weight: bold;
	line-height: 1px;
}

.menu_static li li a{
	font-weight: normal;
	
}

.menu_static li a:link, .menu_static li a:visited {
	color:#d6d6d6;
	display: block;
	padding-left: 45px;
	margin-left: 5px;
	text-decoration: none;
	padding-bottom: 6px;
	padding-top: 5px;
	background-image: url(../images/left_nav_off.gif);
	
}

.menu_static li a:hover, .menu_static li a:focus, .menu_static li a:active {
	display: block;
	text-decoration: none;
	color: #ffe159;
	
	/*background-image: url(../images/left_nav_on.gif);*/
	
}


.menu_static li li a:link, .menu_static li li a:visited {
	color:#c6c6c6;
	display: block;
	/*padding-top: 5px;*/
	padding-left: 20px;
	text-decoration: none;
	padding-left: 60px;	
	font-size: 85%;
	background-image: url(/images/left_subnav.gif);
	background-color: Black;
	border: 0px solid red;

	
	
	
}

.menu_static li li a:hover, .menu_static li li a:focus, .menu_static li li a:active{
	display: block;
	text-decoration: none;
	color: #ffd720;
	padding-left: 60px;
	background-image: none;
	background-image: url(/images/left_subnav.gif);
}


.menu_staticR {
	padding-bottom: 0px;
	width: 214px;
	border: 0px solid red;
}
.menu_staticR  ul{
	display: block;

}
.menu_staticR li{
	letter-spacing: 0px;
	list-style: none;
	display: block;
	font-weight: bold;
	line-height: 1px;
}

.menu_staticR li li a{
	font-weight: normal;
	
}

.menu_staticR li a:link, .menu_staticR li a:visited {
	color:#ffe159;
	display: block;
	padding-left: 45px;
	margin-left: 5px;
	text-decoration: none;
	padding-bottom: 6px;
	padding-top: 5px;
	background-image: url(../images/left_nav_off.gif);
	
}

.menu_staticR li a:hover, .menu_staticR li a:focus, .menu_staticR li a:active {
	display: block;
	text-decoration: none;
	color: #d6d6d6;
	
	/*background-image: url(../images/left_nav_on.gif);*/
	
}

.menu_staticR li li a:link, .menu_staticR li li a:visited {
	color:#ffd720;
	display: block;
	/*padding-top: 5px;*/
	padding-left: 20px;
	text-decoration: none;
	padding-left: 60px;	
	font-size: 85%;
	background-image: none;
	background-color: Black;
	background-image: url(/images/left_subnav.gif);
	
}

.menu_staticR li li a:hover, .menu_staticR li li a:focus, .menu_staticR li li a:active{
	display: block;
	text-decoration: none;
	color: #c6c6c6;
	padding-left: 60px;
	background-image: none;
	background-image: url(/images/left_subnav.gif);
}

#specials{
	background-image: url(../images/bck_specials.gif);
	width: 213px;
	height: 100px;
	margin-top: 1px;
	margin-left: 9px;
	position: relative;		
	
}

#specials_txt {
	position: absolute;
	top: 30px;
	left: 80px;
	font: 85% sans-serif;
	color: White;
	width: 120px;
}


#specials_price {
	position: absolute;
	top: 80px;
	left: 75px;
	font: bold 90% sans-serif;
	color: White;

}


#specials_details_btn a:link, #specials_details_btn a:visited {
	background-image: url(/images/b_spec_details.gif);
	background-repeat: no-repeat;
	position: absolute;
	top: 80px;
	left: 135px;
	width: 65px;
	height: 34px;	
}

#specials_details_btn a:hover, #specials_details_btn a:focus {
	background-image: url(/images/b_spec_detailson.gif);
	width: 65px;
	height: 34px;	

}

/* left nav end */

	
/* FOOTER begin XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX  */	
#footer {
	position: relative;
	clear: both;
	display: block;
	margin: auto;
	width: 100%;
	height: 129px;
	background-image: url(../images/footer_bck.gif);
	background-repeat: repeat-x;
	/*padding-bottom: 15px;*/
}


#nav_btm {
	position: relative;
  	display: block;
	background-image: url(../images/nav_btm_bck.gif);
	background-repeat: repeat-x;
	width: 860px;
	height: 128px;
  	margin: auto;
  	border-top: 1px solid #fff;
}


/*#nav_btm #nav_btm_menu, #nav_btm #promo, #nav_btm #hackersafe{
	Float:left;
	display: block;
	margin: 10px 0;
	padding: 0 27px;  
	color: #000;
}
*/
#promo{
	float: left;
	position: relative;
	display: block;
	margin-top: 28px;
	padding-top: 5px;
	padding-bottom: 10px;
	padding-left: 0px;
	margin-left: 5px;
	height: 40px;
	width: 400px;
}

#promo #promo_message{
	float: left;
	height: 30px;
	width: 290px;
	font-family: verdana, arial, sans-serif; 
	color: #AFAFAF; 
	font-weight: bold;
	font-size: 85%;

}


#promo #promo_button a:link, #promo #promo_button a:visited {
	float: left;
	margin-top: 3px;
	margin-right: 10px;
	background-image: url(/images/b_signup.gif);
	background-repeat: no-repeat;
	width: 94px;
	height: 25px;	
}

#promo #promo_button a:hover, #promo #promo_button a:focus {
	background-image: url(/images/b_signupon.gif);
	width: 94px;
	height: 25px;	

}


#privacy {
}

#nav_btm_menu {
	float: left;
	margin-top: 15px;
	padding-top: 5px;
	padding-bottom: 10px;
	padding-left: 15px;
	margin-left: 15px;
	padding-right: 15px;
	margin-right: 15px;
	border-right: 1px dotted #656565;
}

#nav_btm_menu2 {
	float: left;
	margin-top: 15px;
	padding-top: 5px;
	padding-bottom: 10px;
	margin-left: 15px;
	padding-right: 15px;
	margin-right: 15px;
	border-right: 1px dotted #656565;
}


#nav_btm a:link, #nav_btm a:visited {
	font-family: verdana, arial, sans-serif; 
	color: #a0a0a0; 
	text-decoration: none;
	display:block;
	line-height: 1.5em;
	font-size: 85%;
	
	
}
#nav_btm a:hover, #nav_btm a:active, #nav_btm a:focus{
	color: #fad528;
	text-decoration: underline;
}

#footer_copyright{
	position: absolute;
	top: 90px;
	right: 30px;
	text-align: right;
	color: #817f7f;
	font-size: 80%;
	
}

#hackersafe{
	position: absolute;
	top: 20px;
	right: 30px;
	border-right:0px none !important; 
	padding-left:15px;
	padding-top:15px;
	padding-bottom:15px;
	border-left: 1px dotted #656565;
	color: #817f7f; 
}

/* 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;
}


/*Site Map END*/


/* Holiday countdown styles */
#holidayShip_message{
		left:45%;
		margin-left:-180px;
		position:absolute;
		top:15px;
		width:240px;
		display: block;
		background: url(/images/background-holidayCountdown.gif) no-repeat top;
		z-index: 99;
		
	
	}
#holidayShip_image{
		position: absolute;
		top: 5px;
		left: -15px;
	}
	#holidayShip_number{
		position: relative;
		float: left;
		color: red; 
		font-size: 16px; 
		font-weight: bolder;
		padding: 1px; 
		margin: 1px;
		text-align: right;
	}
	#holidayShip_textlink{
		position: relative;
		display: block;
		padding-left: 2px;
		padding-top: 3px;
		
	}
	#holidayShip_textlink a:link, #holidayShip_textlink a:visited{
		font-family: Arial, Helvetica, sans-serif; 
		font-size: 11px; font-weight: bold; 
		line-height: 1.0em;
		text-decoration: none;
		color:red;
		
	}
	#holidayShip_textlink a:hover, #holidayShip_textlink a:focus, #holidayShip_textlink a:active{
		text-decoration: underline;
	}
	#holidayShip_arrowlink{
		font-size: 14px;
		margin-left: 3px;
	}
	#holidayShip_popup_container{
		z-index: 99;
		color:black;
	}
/* END Holiday countdown styles */