/*
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 {

	position: relative;
}

#site_container{
	position: relative;
	display: block;
	margin:auto;
	z-index: 0;
	/* Add width here to control whole site */
	  width:907px;
}


#skipto{
	position: absolute;
	top: 0px;
	left: 0px;
	padding: 2px;
	margin: 0px;
	z-index: 99;
	text-align:right;
	width: 15em;
}

body#index #skipto a#skip_tonav {display:none; visibility: hidden;}

#skipto a:link, #skipto a:visited{
	position: absolute;
	top: 0px; left:0px;/*left: -9999em;*/
	color: #ffffff;
	border: 1px solid #fff;
}
#skipto a:hover, #skipto a:focus, #skipto a:active{
	position: absolute;
	top: 0px; left: 0em;
	color: #e41e2a;
	border: 1px solid #ccc;
}
#skipto li{
/*	float: left;
	padding:0 5px;*/
}

#content_container{ 
	display: block;
	border:0px solid #000;
}	

#content_block{
	position: relative;
	display: inline;
	float: right;
	width: 100%;
	z-index: 1;
	
}	

#block_plainPg{
	position: relative;
	float: left;
	display: inline;
	margin-top: 40px;
	margin-left: 40px;
	margin-right: 10px;
}

#side_nav {
	position: relative;
	display: inline;
	float: left;
	width: 25%;
	margin-left:15px;
	margin-top: 10px;
	font-family: verdana, sans-serif;
	
}


h1{
	color: #000;
	font-size: 136%;
	font-weight: bolder;
}
h2{
	color: #6A6A6A;
	font-size: 136%;
}


h4{
	font-size: 110%;
}

strong{
	font-weight: bold;
}


	
a:link, a:visited {
	color: #3D8AD3;
}
	
a:active, a:hover, a:focus	{
	color: #7DC0FF;
}
	

.hidden_input{
	border: none;
}
	

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 {
	position:relative;
	float: left;
	display: inline; 
	padding-top: 30px;
	padding-left: 15px;
	margin-left:6px;
	margin-top:2px;
	color: #5f5f5f;
	border: 0px solid aqua;
	width: 100%;
	height:31px;
	font-size: 85%;
	font-family: Verdana, sans-serif;
	background-image: url(../images/bread_crumb_bck.gif);
	background-repeat: no-repeat;
	text-decoration: none;
}

.breadcrumb a:link, .breadcrumb a:visited{
	color: #000;
	text-decoration: underline;

	
}

.breadcrumb a:hover, .breadcrumb a:active, .breadcrumb a:focus{
	text-decoration: underline;
}

.breadcrumb strong{
	font-weight:bold;
}

.pagecount{
	display: block;
	float: right;
	margin-right: 50px;
	border:0px solid red;
/*	padding-bottom: 10px;*/
	color: #000;
	margin-top: -10px;
	font: normal 85% verdana, sans-serif; 
}
.pagecount a:link, .pagecount a:visited{
	color: #fff;
	text-decoration: none;
	background-color: #999;
	padding-right:6px;
	padding-left: 6px;
	padding-bottom: 2px;
	padding-top: 2px;
	font: normal 95% verdana, sans-serif;
}
.pagecount a:hover, .pagecount a:active, .pagecount a:focus{
	color: #000;
	background-color: #cccccc;
}



/* Header begin XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX  */	
#header {
  position: relative;
  height: 129px;
  width:907px;
  display: block;
  background-image: url(../images/header_bck.gif);
  background-repeat: no-repeat;
/*  margin-top:15px;*/
/*  margin: auto;*/
      margin: 40px auto auto;

}

#logo {
  position: absolute;
  top: 20px;
  left: 37px;
}

#search label{
	position: absolute;
	top: -1px;
	left: -1000em;
	font-size: 67%;
	padding: 2px;
	margin: 0px;
	z-index: 99;
}

#search {
	display: inline;
	position:absolute;
	top: 20px;
	left: 690px;
	width: 200px;
	height: 2em;
	border: none;
	background-image: url(../images/search_bck.gif);
	background-repeat: no-repeat;
	background-position: 0em 0em;
	padding-left:0px;
}


#searchBox{
	/*float: left;*/
	width: 180px;
	height:15px;
	border: none;
		position: absolute;
	top: 3px;
	left: 5px;
/*margin-left:10px;
margin-top:0px;*/
	background-color: transparent;
	color: #000;
	font-size: 85%;
	border:0px solid red;
}

#store_nav {
	display: inline;
	float:left;
	margin-top: 22px;
	margin-left:210px;
	height: 3em;
	width: 48%;

	
}


#go {
	position: absolute;
	top: 0px;
	left: 160px;
}


#b_home a:link, #b_home a:visited,
#b_cart a:link, #b_cart 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: underline;
	padding: 0 0.75em 0 0.75em;
	color:white;
	font-family: Verdana,  sans-serif;
	text-transform: uppercase;
	font-size: 77%;
}

#b_home a:hover, #b_home a:focus, #b_home a:active, 
#b_cart a:hover, #b_cart a:focus, #b_cart 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: none;
		color:white;
}

#b_cart a:link, #b_cart a:visited {
	background-image: url(../images/cart.gif);
	background-repeat: no-repeat;
	background-position: 0em 25%;
padding-left: 20px;
margin-left: 8px;
}

body#index #store_nav div#b_home {
	display: none;
}

#minicart{
	float: left;
	display: inline;
	text-decoration: none;
	color: #fff;
	font-size: 85%;
	height: 17px;
		font-family: Verdana, sans-serif;
	/*padding: 0px 2px 0 0;*/
	border:0px solid red;
}

#menu_bk{
  position: absolute;
  top:62px;
  left: 210px;
  display: block;
  margin: auto;
  z-index: 2;
  background-image: url(../images/store_nav_bck.gif);
  background-repeat: no-repeat;
  width: 631px;
  height: 58px;
  color: #fff;
 
}



/* header end */	


/* LEFT NAV begin XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX  */






/* left nav end */



/* FOOTER begin XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX  */	
#footer {
	position: relative;
	clear: both;
	display: block;
	background-image: url(../images/footer_bck.gif);
	background-repeat: no-repeat;
	margin: auto;
	padding-bottom: 50px;
	margin-left:5px;
	width:900px;
	height: 100px;
}
#nav_btm_list{
margin-left:10px;

}

#nav_btm_list li{
	display: inline;
}
#nav_btm_list li a:link, #nav_btm_list li a:visited {
	font-family:verdana, sans-serif;
	font-size: 77%;
	color: #fff;
	text-decoration: underline;
	float:left;
	display:inline;
	line-height: 1.5em;
	padding: 10px;
}
#nav_btm_list li a:hover, #nav_btm_list li a:active, #nav_btm_list li a:focus{
color: #fff;
}

body#index #nav_btm_list li#b_home_footer {
	display: none;
}



#mcafeesecure{
	position:absolute;
	top: 95px;
	left: 10px;
}
#footer_copyright{
	clear: both;
	display: block;
	text-align: left;
	color: #fff;
	padding: 10px 15px 20px 20px;
	font-family:verdana, sans-serif;
	font-size: 77%;
}
/* Footer Ends*/
/*EMAIL SIGN UP begin*/
#promo{
	position:absolute;
	top: 10px;
left: 626px;

	background-image: url(../images/promo_bck.gif);
	background-repeat: no-repeat;
	width: 260px;
	height:70px;
}



#promo form{
	position: relative;
	font-size:77%;
	
}
#promo #emailAddress{
	color: #000;
	background-color: transparent;
	border: 0px solid #ccc;
	padding: .5em 0em 0em 0.2em;
	width:145px;
	height: 20px;
	display: inline;
	position: absolute;
	top: 25px;
	left: 65px;
}
#promo #emailAddress_button{
	display: inline;
	position: absolute;
	top:26px;
	left: 218px;
}
#promo #privacy a {
	font-size: 77%;
	color: #fff;
	position: absolute;
	top: 50px;
	left: 185px;
}
/*EMAIL SIGN UP end*/

/*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*/

.none{
	display: none;
}

/* Holiday countdown styles */
#holidayShip_message{
	background: url("/images/background-holidayCountdown.gif") no-repeat scroll center top #FFFFFF;
    display: block;
    left: 865px;
    margin-left: -300px;
    position: absolute;
    top: -40px;
    width: 300px;
    z-index: 99;
	}
#holidayShip_image{
		position: absolute;
		top: 5px;
		left: -28px;
	}
	#holidayShip_number{
		position: relative;
		float: left;
		color: #071354; 
		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;
	}
	#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;
	}
/* END Holiday countdown styles */

