/*
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-image: url(../images/body_bck.gif);
background-repeat: repeat-x;
font: "Trebuchet MS";
}

#site_container{
	position: relative;
	display: block;
	margin:auto;
	z-index: 0;
	/* Add width here to control whole site */
	width:923px;
	margin-top: 9px;
	margin-bottom: 25px;
	background-image: url(../images/site_container_bck.gif);
	background-repeat: repeat-y;
}

#right_edge{
	background-image: url(../images/right_edge.gif);
	background-repeat: no-repeat;
	background-color: transparent;
	font-size: 1%;
	position: absolute;
	bottom: -148px;
	left: 915px;
	width: 8px;
	height: 163px;
	margin: 0px;
}
#left_edge{
	background-image: url(../images/left_edge.gif);
	background-repeat: no-repeat;
	background-color: transparent;
	font-size: 1%;
	position: absolute;
	bottom: -148px;
	left: 0px;
	width: 8px;
	height: 163px;
}



#skipto{
	position: absolute;
	top: -1px;
	left: 1px;
	font-size: 67%;
	padding: 2px;
	margin: 0px;
	z-index: 99;

}
#skipto a:link, #skipto a:visited{
	color: #ffffff;
	border: 1px solid #fff;
	position: absolute;
	top: auto;
	left: -9999em;
}
#skipto a:hover, #skipto a:focus, #skipto a:active{
	color: white;
	border: 1px solid #ccc;
	position: absolute;
	top: 30px;
	left: 200px;
	width: 100px;
}

#content_container{ 
	display: block;
	border:0px solid #000;

}	

#content_block{
	position: relative;
	display: inline;
	float: right;
	width: 703px;
	margin-right:12px;
	z-index: 1;
	background-image: url(../images/content_block_bck.jpg);
	background-repeat: no-repeat;
}	

#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;
	margin-left: 12px;
	width: 190px;
	/*background-color: #f0f0f0;*/
	border: 0px solid red;
	z-index: 99;
	padding: 0em 0em 1.4em 0px;
}


h1{
	color: #000;
	font-size: 136%;
	/*font-weight: bolder;*/
}
h2{
	color: #6A6A6A;
	font-size: 136%;
	margin-top:10px;
}

h3 {
	font-weight:bold;
	padding-top: 10px;
	padding-bottom: 2px;
}
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: 0px solid aqua;
	width: 95%;
	font: "Trebuchet MS";
	font-size: 85%;
}

.breadcrumb a:link, .breadcrumb a:visited{
	color: #a2a2a2;
	text-decoration: none;
	font: "Trebuchet MS";
}

.breadcrumb a:hover, .breadcrumb a:active, .breadcrumb a:focus{
	text-decoration: underline;
	font: "Trebuchet MS";
}

.breadcrumb strong{
	font-weight:bold;
	font: "Trebuchet MS";
}

.pagecount{
	display: inline;
	float: right;
	margin-right: 20px;
	padding-bottom: 10px;
	color: #000;
	/*margin-top: -30px;*/
	font: bold 100% "Trebuchet MS", sans-serif; 
}
.pagecount a:link, .pagecount a:visited{
	color:  #1b60a3;
	text-decoration: underline;
	
	padding-right:6px;
	padding-left: 6px;
	padding-bottom: 2px;
	padding-top: 2px;
	font: bold 100% "Trebuchet MS", sans-serif; 
}
.pagecount a:hover, .pagecount a:active, .pagecount a:focus{
	color: gray;
}



/* Header begin XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX  */	
#header {
  position: relative;
  height: 95px;
  display: block;
  margin: auto;
  border: 0px solid #000;
  background-image: url(../images/hdr_bck.gif);
  background-repeat: no-repeat;

}

#logo {
  position: absolute;
  top: 30px;
  left: 34px;
}


#search {
	display: inline;
	float: right;
	margin-right: 20px;
	margin-top: 50px;
	width: 200px;
	height: 2.3em;
	border: none;
	background-image: url(../images/search_bck.gif);
	background-repeat: no-repeat;
	background-position: .1em .1em;
	padding-left:0px;
	border: 0px solid aqua;
	
}

#searchBox{
	float: left;
	width: 145px;
	height:22px;
	border: none;
	padding-left:0px;
	padding-top:7px;
	margin-right: 10px;
	background-color: transparent;
	color: #000;
	font-size: 85%;
	border: 0px solid red;
	/*line-height: 28px;*/
}

#go a:link, #go a:visited {
	Display:block;
	height:14px;
	background-color: #E6E6FA;
	/*margin:0 5px;
	padding:0 2px;*/
	padding-left: 5px;
	font-weight: bold;
	border:1px solid #000;
}
#go a:hover, #go a:focus {
	background-color: #DAA520;
}



#store_nav {
	display: inline;
	float:left;
	margin-top: 66px;
	margin-left: 208px;
	padding-top: 0px;
	height: 1.5em;
	width: 32em;
	border: 0px solid red;
	
}

#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: none;
	padding: 5px 0.5em 0 0.5em;
	/*margin: 3px 0.75em 0 0.75em;*/
	text-transform: uppercase;
	font-size: 77%;
	color: #1b60a3;
	font: Verdana, sans-serif;
	font-weight: bold;
	background-color: #FFF;
	height: 17px;
	
}

#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: underline;
}

#minicart{
	float: left;
	display: inline;
	text-decoration: none;
	color: #1b60a3;
	font-size: 77%;
	font-weight: normal;
	background-color: #FFF;
	height: 17px;
	padding: 5px 5px 0 0;
	
}

.right_crnr {
	background-image: url(../images/top_nav_right_crnr.gif);
	background-repeat: no-repeat;
	width: 5px;
height:22px;
display:inline;
float:left;
}
.left_crnr {
background-image: url(../images/top_nav_left_crnr.gif);
background-repeat: no-repeat;
width: 5px;
height:22px;
display:inline;
float: left;
	
}

.right_crnr_home {
	background-image: url(../images/top_nav_right_crnr.gif);
	background-repeat: no-repeat;
	width: 5px;
height:22px;
display:inline;
float:left;
}
.left_crnr_home {
background-image: url(../images/top_nav_left_crnr.gif);
background-repeat: no-repeat;
width: 5px;
height:22px;
display:inline;
float: left;
	
}



body#index #store_nav div#b_home {
	display: none;
}

body#index #store_nav div.left_crnr_home, body#index #store_nav div.right_crnr_home {
	display: none;
}


#menu_bk{
  position: relative;
  display: block;
  margin: auto;
  z-index: 2;
  background-color: #000000;
  color: #fff;
  border-top:1px solid #fff;
}





/* Holiday countdown styles */
#holidayShip_message{
			background-color:#90CFF8;
	color:#206C8C;
	display:block;
	left:220px;
	position:absolute;
	top:18px;
	width:340px;
		border:1px solid #053466;
		z-index: 99;
	}
#holidayShip_image{
		position: absolute;
		top: 0px;
		left: -27px;
		z-index: 99;
	}
	#holidayShip_number{
		position: relative;
		float: left;
		color: #053466; 
		/*color: #fff; */
		font-size:250%;
		line-height: 0.9em;
		font-weight: bold;
		padding: 2px; 
		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; 
		color: #053466;
		line-height: 1em;
		text-decoration: none;
	}
	#holidayShip_textlink a:hover, #holidayShip_textlink a:focus, #holidayShip_textlink a:active{
		text-decoration: underline;
		color: #666666;
	}
	#holidayShip_arrowlink{
		font-size: 14px;
		margin-left: 3px;
	}
	#holidayShip_popup_container{
		z-index: 99;
		
	}
	
	#holidayShip_popup_container table{
		font-size: 85%;
	}
/* END Holiday countdown styles */



/* header end */	


/* LEFT NAV begin XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX  */






/* left nav end */

/*EMAIL SIGN UP begin*/
#promo{
	clear: both;
	color:#1b60a3;
	text-align: left;
	padding: 10px;
	font-family: "Trebuchet MS", sans-serif;
	font-weight: bold;
	font-size: 85%;
	background-image: url(../images/promo_bck.gif);
	background-repeat: no-repeat;
	background-position: .5em 5em;
}
#promo form{
	position: relative;
	padding:5px 0px;
}
#promo #emailAddress{
	color:#1b60a3;
	background-color: #fff;
	border: 0px solid #ccc;
	background: transparent;
	
	width: 130px;
	height: 23px;
	padding: 0.2em 0.2em 0em .5em;
	font-family: "Trebuchet MS", sans-serif;
}
#promo #emailAddress_button{
	display: inline;
	padding-top: 5px;
}
#promo #privacy {
	display: inline;
	font-family: "Trebuchet MS", sans-serif;
	font-size: 85%;
}	
/*EMAIL SIGN UP end*/

/* FOOTER begin XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX  */	
#footer {
	position: relative;
	clear: both;
	display: block;
	margin: auto;
	padding-bottom: 15px;
	background-image: url(../images/footer_bck.gif);
	background-repeat: no-repeat;
	background-color: white;
	margin-top:50px;
	height: 100px;

	
}
#nav_btm_menu{
	padding-left: 15px;
	padding-top: 7px;
	height: 50px;
}
#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: #fff; 
	text-decoration: underline;
	font-family: "Trebuchet MS", sans-serif;
	font-weight: bold;
	text-transform: uppercase;
	font-size: 85%;
	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;
	text-decoration: none;
}

#mcafeesecure{
	display: block;
	float:right;
	margin-top:20px;
	margin-right:10px;
}
#footer_copyright{
	display: block;
	float:left;
	text-align: left;
	color: #1b60a3;
	padding: 10px;
	font-family: "Trebuchet MS", sans-serif;
	font-size: 85%;
	margin-top:20px;
	margin-left:10px;
}
/* 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;
}


/*priority processing styles*/

#priority_info_box,
#priority_err{
	position: absolute;	
	z-index: 98;
	top: 50px;
	left: 50%;
	width:450px;
	margin-left: -225px;
	background-color: #ffffff;
	color:#000000;
	border: 1px solid #003d80; 
	text-align:left;}
#priority_err{top:35%; border:2px solid #850000;}
	
#priority_info_box h2,
#priority_err h2{
	position: relative; 
	display: block; 
	background-color: #003d80; 
	color: #ffffff;
	margin: 0;
	padding: 0;
	line-height: 26px;
}
#priority_info_box h2 span,
#priority_err h2 span{padding:0 15px;}
#priority_info_box h2 a,
#priority_err h2 a{
	position:absolute; top: 2px; right: 2px;
}
#priority_info_box p,
#priority_err p{padding:5px 15px; margin: 0;}
#priority_info_box em,
#priority_err em{font-weight:bold; font-style: italic;}

#priority_processing{ 
display: block; 
/*	padding: 10px 20px 10px 0px;*/
	margin-bottom: 20px;
	background: url(/images/priority_ship_detail.gif) no-repeat;
	width: 360px;
height: 75px;
	font-weight: bold;
}
#priority_processing p{ margin: 0px 0 5px 95px; padding: 0; padding-top: 20px;font-size: 12px;}

#priority_processing_onCart{
clear:both;
display: block; 
position: relative;
background: #FFF url(/images/priority_ship_cart.gif) no-repeat; 
border: 0px solid #003d80; 
text-align:left;
/*padding: 10px 20px 10px 20px;*/
width: 560px;
height: 120px;}
#priority_processing_onCart em{font-weight:bold; font-style: italic;}

#priority_processing_onCart p{ margin: 0px 10px 5px 105px;
padding-top: 5px; font-size: 85%;}

a#b_priority:link, a#b_priority:visited {
	background: url(/images/b_addpriority.gif) no-repeat 0 0;
	display: block;
	width:170px;	
	height:30px; 
	position: absolute;
	top: 65px;
	left: 100px;}
a#b_priority:focus, a#b_priority:hover, a#b_priority:active {
	background-position: 0 0px;}
a#b_priority span{position:absolute; top: 0; left: -9999em;}

#priority_note{
	clear: both;
	display: block;
	padding-top: 10px;
	text-align: left;
	font-size: 77%;	
}
#priority_note em{font-style: italic;}

#priority_note a:link, #priority_note a:visited {font-weight: bold;}
#priority_note a:focus, #priority_note a:hover, #priority_note a:active {}