/* This CSS file is created for you to create or override any of the existing CSS styles used in this theme */
#header {
	position: relative;
	background:url(/images/headerBG.jpg) repeat-x #2f4e6f;
	height: 156px;
	border:none;
	padding: 0;
}
#branding				{ width: 0; margin: 0 auto; }
#header_content {
	position: relative;
	margin: 0 auto;
  	width: 950px;
  	text-align: left;
	
}
#logo {
	padding: 20px 0 0 10px;
	
}
#logo img { border: none; } 
#search input, textarea, select {
	margin: 0;
}
#search fieldset { border: 0px; }
#search {
	position: absolute;
	top: 25px;
	left: 634px;
	width: 325px;
}
.search_box {
	padding-right: 4px;
	text-align:right;
}
#search fieldset { 
	border: 0px; 
	padding:3px; 
	margin: 0; 
	border: none;
}

#search_txt {
	
	border: none;
	width: 200px; 

}
#search .btn {
	font-family:Verdana, Geneva, sans-serif;
	font-size: 12px;
	margin: 0;
	border: 1px #98b1c4 solid;
	background: #c8d7e3;
	padding: 2px;	
	color:#000;
}
#search .btn:hover {
	background: #d67a24;
}
#h_links {
	font-family:Verdana, Geneva, sans-serif;
	color: #c8d7e3;
	margin: 0;
	padding: 0 5px 10px 0;
}
#h_links a {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	color: #c8d7e3;
	text-decoration:none;
	
}
a.cart {
	padding: 3px 4px 3px 25px;
	background: transparent url(/images/cart.png) no-repeat center left;
}
a.login {
	padding: 3px 4px 3px 18px;
	background: transparent url(/images/login.png) no-repeat center left;
}
a.account {
	padding: 3px 4px 3px 25px;
	background: transparent url(/images/accounticon.png) no-repeat center left;
}
#h_links a:hover {
	color: #d67a24;
}
/*navigation styles*/
.solidblockmenu ul{
margin: 19px 0 8px 0;
padding: 0;
float: left;
font: bold 13px Arial;
width: 100%;
/*border: 1px solid #625e00;
border-width: 1px 0;*/
background: black url(/images/navBG.jpg) center center repeat-x;
}

.solidblockmenu li{
display: inline;
}

.solidblockmenu li a{
float: left;
color: #c8d7e3;
padding: 8px 11px;
text-decoration: none;
border-right: 1px solid #c8d7e3;
}

.solidblockmenu li a:visited{
color: #c8d7e3;
}

.solidblockmenu li a:hover, .solidblockmenu li a.current{
color: white;
background: transparent url(/images/rnavBG.jpg) center center repeat-x;
}

.tabcontainer{
clear: left;
width:95%; /*width of 2nd level sub menus*/
height:1.5em; /*height of 2nd level sub menus. Set to largest's sub menu's height to avoid jittering.*/
}

*:first-child+html .ieclass{ /*IE7 hack to remove gap between menu and sub contents*/
margin-top: -1em;
}

* html .ieclass{ /*IE6 and below hack to remove gap between menu and sub contents*/
margin-top: -1em;
}

.tabcontent{
display:none;
}
