﻿#header_topContainer {
	background: url('../../current/img/header/header_bg.jpg') no-repeat;
}

#header_logo
{
	float:left;

}

#header_bannerAd {
	text-align: right;
	padding-top: 1em;
}

#header_topNav 
{
	float:right;
	padding: 1.2em 0;
}

#header_topNav ul
{
	margin: 0;
	padding: 0;
	list-style-type: none;
	text-align: right;
}

#header_topNav ul li{
	display: inline;
}

#header_topNav a 
{
	color:#fff;
	margin:0 .6em;
	font-size: 1.3em;
	text-decoration:none;
}


#header_search
{
	float:right;
	line-height: 9px;
	padding: 1.2em 0;	
	margin-right: .5em;
	display: inline;
}


#header_search .header_search_textbox
{
	color : #8D0F10;
	width: 150px;
	height: 18px;
	float: left;
	font-size : 9px;
	padding:0;
	margin: 0 0 0 2em;
	border: 1px solid #aaa;
	border-radius : 5px;  -moz-border-radius : 5px; /* Mozilla */ -webkit-border-radius : 5px; /* Webkit */
}

#header_search .header_search_button
{
	line-height: 9px;
	font-size : 9px;
	padding:0;
	margin: 2px 0 0 0;
	vertical-align: top;
	float: left;
}

#header_bottom 
{
	border-top: solid 1px #ccc;
	border-bottom: solid 1px #ccc;
	padding: .2em;
	background: #fff;
	margin:0;
	height: 20px;
	font-size: .9em;
}

#header_bottom ul
{
	list-style-type:none;
	margin: 0 30px;
	padding:0;

}

#header_bottom ul li
{
	float: right;
	padding:0;
	margin: .2em .6em;
	font-color: #fff;
}

#header_bottom ul li a
{

	text-decoration:none;
	color: #444;

}

#header_bottom ul li a:hover
{

	color: #444;

}

#header_search_container {
	height: 30px;
	background: #fff;
}

