/*
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 {
font-family: "Trebuchet MS";
}

p{
	padding: 10px 0px 10px 0px;
}

#site_container{
	position: relative;
	display: block;
	margin:auto;
	z-index: 0;
	/* Add width here to control whole site */
	width:900px;
	color:#613c0b;
	
}

#skipto{
}

#content_container{ 
	display: block;
	border:0px solid #000;
	background-image: url(../images/gradient_bck.gif);
	background-repeat: no-repeat;
}	

#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%;
	padding-left: 20px;
	
}


h1{
	color: #555454;
	font-size: 122%;
	font-weight: bolder;
	float:left;
	/*clear:left;*/
}
h2{
	color: #6A6A6A;
	font-size: 136%;
}


h4{
	font-size: 110%;
}

strong{
	font-weight: bold;
}

#page_title{
	color: #ed6c23;
	font-size: 200%;
	font-weight: normal;
	letter-spacing: -1px;
	margin-top: 50px;
	margin-bottom: 30px;
	float:left;
}
	
a:link, a:visited {
	color: #9eb11f;
}
	
a:active, a:hover, a:focus	{
	color: #9eb11f;
}
	

.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: #9eb11f;
	
	font-size: 85%;
	font-weight:bold;
	/*width: 300px;*/
}

.breadcrumb a:link, .breadcrumb a:visited{
	color: #9eb11f;
	text-decoration: none;
}

.breadcrumb a:hover, .breadcrumb a:active, .breadcrumb a:focus{
	text-decoration: underline;
}

.breadcrumb strong{
	font-weight:bold;
}

.pagecount{
	display: inline;
	float: right;
	/*padding-right: 20px;*/
	padding-bottom: 10px;
	color: #613c0b;
	padding-top: 25px;
	font: bold 100% Arial, sans-serif; 
	border: 0px solid red;
}
.pagecount a:link, .pagecount a:visited{
	color: #000;
	text-decoration: none;
	
	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;
	/*background-color: #fee068;*/
}



/* Header begin XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX  */	
#header {
  position: relative;
  clear: left;
  height: 104px;
  display: block;
  margin: auto;
  border: 0px solid #000;
  z-index: 99;

}

#logo {
  position: absolute;
  top: 20px;
  left: 5px;
}

#search {
	display: inline;
	position:absolute;
	top: 64px;
	right: 25px;
	
	width: 16.2em;
	height: 4.2em;
	padding-left:10px;
	
}

#searchBox{
	width: 97px;
	border-top: 1px solid #927745;
	border-left: 1px solid #927745;
	border-bottom: 1px solid #ebe5d9;
	border-right: 1px solid #ebe5d9;
	padding: 0 0.3em;
	background-color: #f5f2ec;
	color: #613c0b;
	font-family: "Trebuchet MS";
}

#store_nav {
	display: inline;
	float:left;
	margin-top: 16px;
	margin-left: 240px;
	width: 460px;
	
}


#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_home a:link, #b_home a:visited,
#b_cart a:link, #b_cart a:visited,
#b_ccare a:link, #b_ccare a:visited,
#b_sitemap a:link, #b_sitemap a:visited,
#b_ordertracking a:link, #b_ordertracking a:visited
{
	text-align: center;
	float: left;
	display: inline;
	text-decoration: none;
	color: #613c0b;
	font-family: "Trebuchet MS";
	font-size: 90%;
	padding: 0 0.75em 0 0.75em;
}

#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_sitemap a:hover, #b_sitemap a:focus, #b_sitemap a:active,
#b_ordertracking a:hover, #b_ordertracking a:focus, #b_ordertracking a:active{
	text-decoration: underline;
	color: #613c0b;
	display: inline;
}

/*body#index #store_nav div#b_home {
	display: none;
}*/

#menu_bk{
  position: absolute;
  top: 30px;
  left: 245px;
  width: 430px;
  height: 50px;
  display: block;
  margin: auto;
  z-index: 2;
  color: #000;
  
}
.menu_cats{
	position: absolute;
	top: 20px;
	left: 5px;
}

/*.recall_notice{
	display: block;  
	float: left;  
	border-bottom:1px dotted #cccccc;
	padding:14px 20px; 
	width:900px;
	
}
.recall a:link, .recall a:visited,{
	color: #f85907; 
	text-decoration: none;
	text-transform: uppercase;
	margin-left:15px;
}
.recall a:hover, .recall a:focus, .recall a:active, {
	color: #f85907; 
	text-decoration: underline;
		text-transform: uppercase;
	margin-left:15px;
}*/


#recall_notice {
	border-bottom: 1px dotted #ccc;
}
#recall_notice div {
	background: transparent url(/images/recall.gif) no-repeat left center;
	padding-top: 10px;
	padding-bottom: 10px;
	margin: auto;
	width: 950px;
}
#recall_notice div a {
	text-transform: uppercase;
	color: #f85907;
	padding:20px;
	padding-left: 30px;
	font-size: 13px;
	text-decoration: none;
}

#recall_notice div a:hover{
	text-decoration: underline;
}
/* header end */	


/* LEFT NAV begin XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX  */
#navigation {
	margin-top:1px;
	height: 220px;
	border: 0px solid black;
	padding-top: 0px;
	padding-left: 20px;
}
#navigation li{
	letter-spacing: 0px;
	list-style: none;
	display: block;
	height: 2em;
	line-height: 0px;
}

#navigation li a:link, #navigation li a:visited {
	background: url(/images/header_menu-arrow.gif) no-repeat 10px 45%;
	color: #191970; 
	display: block;
	height: 24px;
	padding-left: 20px;
	padding-top: 5px;
	text-decoration: none;
}

#navigation li a:hover, #navigation li a:focus {
	color: #8B0000;
	display: block;
	height: 24px;
	text-decoration: none;
}
/* left nav end */


.b_buynow a:link, .b_buynow a:visited {
	background-image: url(/images/b_buynow.gif);
	background-repeat: no-repeat;
	width: 81px;
	height: 24px;	
	border: 0px solid red;
	float: left;
	margin-top: 12px;

}

.b_buynow a:hover, .b_buynow a:focus {
	background-image: url(/images/b_buynowON.gif);
}

.b_learnmore a:link, .b_learnmore a:visited {
	background-image: url(/images/b_learnmore.gif);
	background-repeat: no-repeat;
	width: 83px;
	height: 24px;	
	float: left;
	clear:left;
	margin-top: 4px;
}

.b_learnmore a:hover, .b_learnmore a:focus {
	background-image: url(/images/b_learnmoreon.gif);
}




/*EMAIL SIGN UP begin*/
#promo{
	clear: both;
	border:1px solid #000;
	text-align: center;
	padding: 10px;
}
#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: 15px;
	background-image: url(../images/sketch_line_footer.gif);
	background-repeat: no-repeat;
	width:900px;
}

#footer_copyright{
	font-size: 77%;
	color:#7a592e;
	float: left;
	margin-left: 20px;
	margin-top:20px;
}



#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: #191970; 
	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: #8B0000;
}

#mcafeesecure{
	display: block;
	/*text-align: center;*/
	float:right;
	padding: 10px;
	margin-top:20px;
}

/* 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;
}

.none{
	display: none;
}

/*Site Map END*/

/*cat and list page shared style*/
#cat_image {
	position:absolute;
	top: 0px;
	left: 410px;
	width:330px;
	height:133px;
	border: 0px solid red;
	display: block;
	z-index: 99;
}


#priority_info_box,
#priority_err{
	position: absolute;	
	z-index: 98;
	top: 50px;
	left: 50%;
	width:450px;
	margin-left: -225px;
	background-color: #ffffff;
	color:#613C0B;
	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: #db4402; 
	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; font-size: 90%; font-family: trebuchet ms,verdana,arial,helvetica,clean,sans-serif;}
#priority_info_box em,
#priority_err em{font-weight:bold; font-style: italic;}

#priority_processing{ 
	display: block; 
	padding: 10px 0px 10px 0px;
	margin-top: 20px;
	background: url(/images/priority_shipping_detail.gif) no-repeat;
	border-bottom: 1px solid #DAE7F2;
	width: 300px;
	height: 75px;
	font-weight: bold;
}
#priority_processing p{margin: 0px 0 0 60px; padding: 18px 0px 0px 0px; font-size: 11px;}

#priority_processing_onCart{
position:relative;
top:10px;
clear:both;
display: block; 
background:url(/images/priority_shipping_detail.gif) no-repeat 10px 5px; 
border: 1px dotted #613C0B; 
text-align:left;
padding: 10px;
width: 300px;
margin: 15px 0px 15px 18px;
}
#priority_processing_onCart em{font-weight:bold; font-style: italic;}

#priority_processing_onCart p{ margin: 10px 0 0px 60px;}

a#b_priority:link, a#b_priority:visited {
	background: url(/images/b_addpriority.gif) no-repeat 0 0;
	display: block;
	width:189px;	height:27px; }
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 {}