/*
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 {
}

#site_container{
	position: relative;
	display: block;
	margin:auto;
	z-index: 0;
	width:990px;
}

#skipto{
	position: relative;
	display: block;
	top: -100px;
	height:1.5em;	font-size: 70%;
}
#skipto li{
	float: left;
	display: inline;
	margin-left:15px;
}
#skipto li a:link, #skipto li a:visited{
	color:#ffffff;
}
#skipto li a:hover, #skipto li a:active, #skipto li a:focus{
	color:#7c7970;
}


#content_container{ 
	position: relative;
	border: 1px solid #7c7970;
	border-bottom: none;
	width:988px;
	}	

body#product_detail #content_container,
body#shoppingcart #content_container{
	border-bottom:1px solid #7c7970;
}
	
#content_block{
	position: relative;
	display: inline;
	float: right;
	width: 740px;
/*width: 75%;*/
	z-index: 1;
	margin-right:20px;
	margin-top: 25px;
}	

#block_plainPg{
	position: relative;
	float: left;
	display: inline;
	margin-top: 25px;
	margin-left: 20px;
	margin-right: 20px;
}

#side_nav {
	position: relative;
	display: inline;
	float: left;
	width: 190px;
	margin-left:20px;
	border-right: 1px solid #c9c9c9;
	margin-top: 25px;
}


h1{
	
	color: #7e7a71;
	font-size: 150%;
/*	font-weight: bold;*/
	font-family: Helvetica, Arial, sans-serif;
}
h2{
	color: #6A6A6A;
	font-size: 136%;
}
h3{
	font-weight:bold;
}
strong{
	font-weight: bold;
}


	
a:link, a:visited {
	color: #7e7a71;
}
	
a:active, a:hover, a:focus	{
	color: #000;
}
	

	

ol li{
	Padding:0.2em 0 0 1.7em;
}

.content_seperator{ 
	position: relative;
	clear: both;
	display: block;

	height: 0.1em;
	margin: 0px auto;
}	

.breadcrumb {
	position:relative;
	float: left;
	display: inline; 
	padding-top: 5px;
	color: #5f5f5f;
	border: 0px solid aqua;
	width: 300px;
}

.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{
	width: 300px;
	overflow: visible;
	text-align: right;
	float: right;
	padding: 1px;
	margin-bottom: 10px;
	margin-right: 10px;
}

.pagecount strong,
a.b_pagecount_numbers:link,a.b_pagecount_numbers:visited{
	background-color: #4c4c4c;
	padding:0px 0.70ex;
	color: #fff;
	text-decoration: none;
	text-align: center;
	font-size: 85%;
}
a.b_pagecount_numbers:hover,a.b_pagecount_numbers:active,a.b_pagecount_numbers:focus{
	background-color: #949494;
}
.pagecount strong{
	font-weight:bold;
}
a.b_pagecount {
	color: #000000;
	font-size: 85%;
}

.pagecount_range{
	font-size: 77%;
	margin-top: 3px;
	color: #959595;
}
.corner,
.corner_left,
.corner_right
/*Used for Product detail page (yellow box and upsell), list page and category page */
{ 
	display: block;
	position: absolute;
	margin: 0px;
	z-index: 1;
}
/* Header begin XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX  */	
#header {
  position: relative;
  display: block;
  margin: 45px auto 0px auto;
  overflow: visible;
  z-index: 3;
}


#header .corner_left{
	width:5px;
	height: 5px;
	z-index: 4;
	top:-1px;
	left:-1px;
}
#header .corner_right{
	width:5px;
	height: 5px;
	z-index: 4;
	top:-1px;
	right:-1px;
}

#menu_bk{
  position: relative;
  display: block;
  margin: auto;
  z-index: 2;
  background-color: #7c7970;
  padding-top:10px;   
  height: 40px;
}
.menu_cats{
	position: absolute;
	bottom: 0px;
	left:50%;
	width: 700px;
	margin-left: -335px;
}
#logo {
	width: 200px;
}
#logo a{
	display: block;
	padding: 0px 10px 0px 10px;
}

#store_nav {
	display: block;
	margin-top: 10px;
	width:535px;
	position: absolute;
	top:-40px;
	right: 18em;
}

#search {
	display: block;
	position: absolute;
	top:-38px;
	right: 0px;
	width: 201px;
	height: 26px;
	background: url(/images/searchBG.png) no-repeat;
}

#searchBox{
	display: block;
	width: 145px;
	height: 22;
	position: absolute;
	top: 4px;
	left: 2px;
	border: 1px solid #C1BFB3;
	background-color: #C1BFB3;
	padding: 0 0.3em;
	
}


#go{
	position: relative;
	float: right;
	width: 22px;
	height: 22;
	margin: 3px 3px 0px 0px;
	border:0;
}

#go a:link, #go a:visited {
	
	/*margin:0 5px;
	padding:0 2px;*/
	font-weight: bold;
	
}
#go a:hover, #go a:focus {
	background-color: #DAA520;
}

#store_nav div{
	
}
#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_phonenumber a:link, #b_phonenumber a:visited
{border-right:1px solid #7e7a71;
	font-size: 85%;
	font-weight: bold;
	text-align: center;
	float: left;
	display: inline;
	text-decoration: none;
	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_contact a:hover, #b_contact a:focus, #b_contact a:active,
#b_phonenumber a:hover, #b_phonenumber a:focus, #b_phonenumber a:active{
	text-decoration: underline;
	color: #7e7a71;
}

#b_phonenumber a:link, #b_phonenumber a:visited{
	border-right: none
}
/* header end */	


/* LEFT NAV begin XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX  */
.menu_static li{
	padding-right: 10px;
}

.menu_static li a:link, .menu_static li a:visited,
.menu_static li a:hover, .menu_static li a:focus, .menu_static li a:active {
	display: block;
	font-size: 136%;
	font-family: Helvetica, Arial, sans-serif;
	color:#000000;
	text-decoration: none;
	width: 100%;
	padding: 3px 0px 3px 10px;
}
.menu_static ul li a:link, .menu_static ul li a:visited{
	font-size: 85%;
	color: #7e7a71;
	border-bottom: 1px solid #e2e2e0;
	background: transparent url(../images/list-image.gif) no-repeat 0 8px;

}
.menu_static ul li a:hover, .menu_static ul li a:focus, .menu_static ul li a:active{
	font-size: 85%;
	color: #000000;
	border-bottom: 1px solid #e2e2e0;
}
/* left nav end */

	
/* FOOTER begin XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX  */	
#footer {
	position: relative;
	clear: both;
	display: block;
	margin: 0px auto;
	padding-bottom: 15px;
	
}


#nav_btm_menu{
	position: relative;
	display: block;
	/*width: 990px;*/
	background: #7c7a6e url(/images/footer_bck.gif) no-repeat 100% -1px;
	height: 70px;
	border-right: 1px solid #7c7a6e;
	margin: 0px;
}
	
#nav_btm_menu .corner_left{
	 z-index: 4;
	top:100%;
	left:-1px;
	margin-top:-5px;
}
#nav_btm_menu .corner_right{
	z-index: 4;
	top:100%;
	right:-1px;
	margin-top:-5px;
}


.nav_btm_list{
	width: 115px;
	float: left;
	border-right: 1px solid #fff;
	margin: 15px 0px 0px 30px;
}

.nav_btm_list li{
	display: inline;
	float:left;clear:left;
	font-size: 77%;
}
.nav_btm_list li a:link, .nav_btm_list li a:visited {
	color: #fff; 
	text-decoration:none;
	display:block;width: 115px;
	line-height: 1.5em;
}
.nav_btm_list li a:hover, .nav_btm_list li a:active, .nav_btm_list li a:focus{
	color: #fff; 
	text-decoration: underline;
}

#hackersafe{
	display: block;
	text-align: right;
	margin-top: -15px;
	padding-right: 30px;
}
#footer_copyright{
	clear: both;
	display: block;
	text-align: left;;
	color: #7c7a6e;
	padding: 10px;
	font-size: 77%
}

#promo{
/*	position: relative;*/
	float: left;
	margin-left:25px;
	padding-top: 35px;
}

#promo label{
	color: #ffffff;
	font-size: 85%;
	display: inline;
}

#promo #emailAddress{
	display: inline;
	background-color: #7c7a6e;
	border:1px solid #b5b3ad;
	font-size: 77%;
	color: #ffffff;
	width:200px;
}

#promo #privacy{
	font-size: 77%;
	text-transform: uppercase;
	position: absolute;
	bottom: -20px;
	right:30px;
	color: #7c7a6e;
}

#promo #emailAddress_button{
	top:8px;
	position: relative;
	height: 27px;
	margin-top:-15px;
}

/* Footer Ends*/



/*Site Map*/
#sitemap_pg_title{
	position:relative;
	margin-left: 40px;
}

.category_block{
	position: relative;
	float: left;
	margin: 10px 10px 30px 30px;
	display: block;
}

.category_block h3{
	display:none;
}
.category_block ul li, .category_block h4{
	padding-top:10px;
	text-transform: uppercase;
	font-weight:bold;
}


.category_block ul li li, .category_block .cc_navigation ul li{
	padding-top: 0px;
	text-indent: 2ex;
	text-transform: capitalize;
	font-weight: normal;
}
/*Site Map END*/



table.OrderBlock {margin: 1px 0px; width: 650px;}
table.OrderBlock td.CellL {padding: 5px 0px; width: 150px; font-family: arial, sans-serif; font-size: 12px; color: #000000;}
table.OrderBlock td.CellL em {font-style: italic;}
table.OrderBlock td.CellInput {width: 1%; padding: 5px 0px 5px 0px; text-align: left;}
table.OrderBlock td.CellInput em {font-style: italic;}
table.OrderBlock td.CellInput input {padding: 1px 2px 1px 2px; text-align: left; font-family: arial, sans-serif; font-size: 12px; border: solid 1px #666666;}
table.OrderBlock td.CellInput textarea {padding: 1px 2px 1px 2px; text-align: left; font-family: arial, sans-serif; font-size: 12px; border: solid 1px #666666;}
table.OrderBlock td.CellSubmit {width: 1%; padding: 5px 0px 5px 0px; text-align: left;}
table.OrderBlock td.CellSubmit em {font-style: italic;}
