/*
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:990px;
	margin-top:9px;
	background-image: url(../images/site_cont_bck.gif);
	background-repeat: repeat-y;

}


#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: 790px;
	z-index: 1;
/*	background-color: #eef4f8;*/
	margin-right: 18px;
	border:0px solid red;
	
}	

#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: 170px;
	margin-left:2px;
	margin-top: 29px;
}

#b_about_rogaine a:link, #b_about_rogaine a:visited {
	background: transparent url(/images/btn_sprite.png) no-repeat -200px -5px;
	width: 179px;
	height: 30px;
	float: left;
/*	margin-top: 1px;*/

}

#b_about_rogaine a:hover, #b_about_rogaine a:focus , #b_about_rogaine a:active{
	background: transparent url(/images/btn_sprite.png) no-repeat -200px -40px;
	width: 179px;
	height: 30px;
	float: left;
}


#b_about_rogaine span{
	position: absolute;
	top: -999em;
	left: -999em;
}



#b_for_men a:link, #b_for_men a:visited {
	background: transparent url(/images/btn_sprite.png) no-repeat -200px -75px;
	width: 179px;
	height: 30px;
	float: left;
/*	margin-top: 1px;*/

}

#b_for_men a:hover, #b_for_men a:focus , #b_for_men a:active{
	background: transparent url(/images/btn_sprite.png) no-repeat -200px -110px;
	width: 179px;
	height: 30px;
	float: left;
}

#b_for_men span{
	position: absolute;
	top: -999em;
	left: -999em;
}


#b_for_women a:link, #b_for_women a:visited {
	background: transparent url(/images/btn_sprite.png) no-repeat -200px -145px;
	width: 179px;
	height: 30px;
	float: left;
/*	margin-top: 1px;*/

}

#b_for_women a:hover, #b_for_women a:focus , #b_for_women a:active{
	background: transparent url(/images/btn_sprite.png) no-repeat -200px -185px;
	width: 179px;
	height: 30px;
	float: left;
}

#b_for_women span{
	position: absolute;
	top: -999em;
	left: -999em;
}


#b_ask_expert a:link, #b_ask_expert a:visited {
	background: transparent url(/images/btn_sprite.png) no-repeat -200px -225px;
	width: 179px;
	height: 30px;
	float: left;
/*	margin-top: 1px;*/

}

#b_ask_expert a:hover, #b_ask_expert a:focus , #b_ask_expert a:active{
	background: transparent url(/images/btn_sprite.png) no-repeat -200px -260px;
	width: 179px;
	height: 30px;
	float: left;
}
#b_ask_expert span{
	position: absolute;
	top: -999em;
	left: -999em;
}


#b_special_offers a:link, #b_special_offers a:visited {
	background: transparent url(/images/btn_sprite.png) no-repeat -200px -300px;
	width: 179px;
	height: 30px;
	float: left;
/*	margin-top: 1px;*/

}

#b_special_offers a:hover, #b_special_offers a:focus , #b_special_offers a:active{
	background: transparent url(/images/btn_sprite.png) no-repeat -200px -340px;
	width: 179px;
	height: 30px;
	float: left;
}

#b_special_offers span{
	position: absolute;
	top: -999em;
	left: -999em;
}

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: 5px;
	color: #5f5f5f;
	/*border: 1px solid aqua;*/
	width: 98%;
	margin-left:10px;
	font-family: verdana, sans-serif;
	font-size: 85%;
}

.breadcrumb a:link, .breadcrumb a:visited{
	color: #a2a2a2;
	text-decoration: none;
}

.breadcrumb a:hover, .breadcrumb a:active, .breadcrumb a:focus{
	text-decoration: underline;
}

.breadcrumb strong{
	font-weight:bold;
}

.pagecount{
	display: block;
	float: right;
	margin-right: 20px;
	padding-bottom: 10px;
	color: #000;
	padding-top: 25px;
	font: bold 85% Arial, sans-serif; 
}
.pagecount a:link, .pagecount a:visited{
	color: #000;
	text-decoration: none;
	border: 1px solid Gray;
	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{
	color: gray;
}



/* Header begin XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX  */	
#header {
  position: relative;
  width: 989px;
  height: 52px;
  display: block;
  float:right;
  margin: auto;
  border: 0px solid #000;
  background-image: url(../images/header_bck.gif);
  background-repeat: no-repeat;

}

#logo {
  position: absolute;
  top: 14px;
  left: 1px;
}

#search label{
	position: absolute;
	top: -1px;
	left: -1000em;
	font-size: 67%;
	padding: 2px;
	margin: 0px;
	z-index: 99;
}

#search {
	display: inline;
	position:absolute;
	top: 22px;
	left: 760px;
	width: 200px;
	height: 2em;
	border: none;
	background-image: url(../images/search_bck.gif);
	background-repeat: no-repeat;
	background-position: 0em 0em;
	padding-left:0px;
	border: 0px solid aqua;	
}


#searchBox{
	width: 180px;
	height:15px;
	border: none;
	position: absolute;
	top: 3px;
	left: 5px;
	background-color: transparent;
	color: #000;
	font-size: 85%;
	border:0px solid red;
}

#store_nav {
	display: inline;
	float:right;
	margin-top: 14px;
	margin-right: 17px;
	height: 38px;
	width: 792px;
	background-image: url(../images/top_nav_bck.gif);
	background-repeat: no-repeat;

}

#go {
	position: absolute;
	top: 0px;
	left: 150px;
}

/*#go a:link, #go a:visited {
	Display:block;
	height:14px;
	background-color: #E6E6FA;
	margin:0 5px;
	padding:0 2px;
	font-weight: bold;
	border:10px solid #000;
}
#go a:hover, #go a:focus {
	background-color: #DAA520;
}
*/




/*body#index #store_nav div#b_home {
	display: none;
}
*/

#b_home a:link, #b_home a:visited {
	background: transparent url(/images/btn_sprite.png) no-repeat 0px -10px;
	width: 68px;
	height: 35px;
	float: left;
	margin-top: 1px;

}

#b_home a:hover, #b_home a:focus , #b_home a:active{
	background: transparent url(/images/btn_sprite.png) no-repeat 0px -50px;
	width: 68px;
	height: 35px;
	float: left;
}

#b_home span{
	position: absolute;
	top: -999em;
	left: -999em;
}

#b_ccare a:link, #b_ccare a:visited {
	background: transparent url(/images/btn_sprite.png) no-repeat 0px -90px;
	width: 128px;
	height: 35px;
	float: left;
	margin-top: 1px;

}

#b_ccare a:hover, #b_ccare a:focus , #b_ccare a:active{
	background: transparent url(/images/btn_sprite.png) no-repeat 0px -130px;
	width: 128px;
	height: 35px;
	float: left;
}

#b_ccare span{
	position: absolute;
	top: -999em;
	left: -999em;
}



#b_ordertracking a:link, #b_ordertracking a:visited {
	background: transparent url(/images/btn_sprite.png) no-repeat 0px -170px;
	width: 136px;
	height: 35px;
	float: left;
	margin-top: 1px;

}

#b_ordertracking a:hover, #b_ordertracking a:focus , #b_ordertracking a:active{
	background: transparent url(/images/btn_sprite.png) no-repeat 0px -210px;
	width: 136px;
	height: 35px;
	float: left;
}


#b_ordertracking span{
	position: absolute;
	top: -999em;
	left: -999em;
}

#b_cart a:link, #b_cart a:visited {
	background: transparent url(/images/btn_sprite.png) no-repeat 0px -250px;
	width: 123px;
	height: 35px;
	float: left;
	margin-top: 1px;
}
 
#b_cart a:hover, #b_cart a:focus, #b_cart a:active  {
	background: transparent url(/images/btn_sprite.png) no-repeat 0px -290px;
	width: 123px;
	height: 35px;
	float: left;
}
#b_cart span{
	position: absolute;
	top: -999em;
	left: -999em;
}

/*#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  */






/* left nav end */

/*EMAIL SIGN UP begin*/
#promo{
	clear: both;
	border:0px solid #000;
	text-align: center;
	padding: 10px;
	display:none;
}
#promo form{
	position: relative;
	padding:5px 0px;
}
#promo #emailAddress{
	color: #000;
	background-color: #fff;
	border: 1px solid #ccc;
	padding:0.1em 0.2em 0em 0.2em;
}
#promo #emailAddress_button{
	display: inline;
}
#promo #privacy {
	display: inline;
}	
/*EMAIL SIGN UP end*/

/* FOOTER begin XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX  */	
#footer {
	position: relative;
	clear: both;
	display: block;
	margin: auto;
	padding-bottom: 50px;
	background-image: url(../images/footer_bck.gif);
	background-repeat: no-repeat;
	background-color: white;
	height: 150px;


}
#nav_btm_menu {
	position: absolute;
	top: 45px;
	left: 8px;
}
#nav_btm_list{
	border:0px solid #000;
}

#nav_btm_list li{
	display: inline;
}
#nav_btm_list li a:link, #nav_btm_list li a:visited {
	color: #77859a; 
	text-decoration: none;
	float:left;
	display:inline;
	line-height: 1.5em;
	padding: 8px;
	font-family: verdana, sans-serif;
	font-size: 77%;
}
#nav_btm_list li a:hover, #nav_btm_list li a:active, #nav_btm_list li a:focus{
	color: #949292;
	text-decoration: underline;
}

#mcafeesecure{
	display: block;
/*	text-align: center;
	padding: 10px;
*/
	position: absolute;
	top: 50px;
	left: 900px;
	
}
#footer_copyright{
	/*clear: both;*/
	position: absolute;
	top: 80px;
	left: 130px;
	display: block;
	text-align: center;
	color: #959595;
	padding: 10px;
	font-family: verdana, sans-serif;
	font-size: 77%;
}
/* 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*/

.none{
	display: none;
}
