﻿

#header_container {
	position: relative;
	height: 110px;
}

#header_logo
{
	float:left;
	margin-bottom:.5em;
	position: absolute;
	height:110px;

}

.header_logo_text {
	color:#262B4D;
	font-style:Italic;
	font-family:calibri, Lucida Sans Unicode;
	font-weight:normal;
	font-size:130%;
	margin:0 0 1em 3em;
	letter-spacing:1.5px;
}

#header_topNav 
{
	position: relative;	
}

#header_topNav a 
{
	color: #7F3045;
	text-decoration:none;
}

#header_topNav ul
{
	list-style-type: none;
	margin: 5px 0 0 0;
	padding: 0;
	float: right;
	position: relative;
}

#header_topNav ul li 
{
	display: inline;
	padding: 0 .5em;
	border-right: 1px solid #7F3045;
}

#header_search
{
	line-height: 9px;
	padding: 0;
	margin:0;
	position: absolute;
	top: 90px;
	left: 630px;
}

#header_search .header_search_textbox
{
	color : #7F3045;
	height: 14px;
	width: 100px;
	font-size : 9px;
	padding:0;
	margin: 0;
	border: 1px solid #7F3045;
	float:left;
}

#header_search .header_search_button
{
	line-height: 9px;
	font-size : 9px;
	padding:0;
	margin: 0;
	vertical-align: top;
	float:left;
}

.header_contact_info_store {
	float:right;
	display:inline;
	height:80px;
	margin-top:0;
	padding-top:0;
	font-size:.9em;
}

.header_contact_info_store ul{
	list-style-type:none;
	text-align:right;
	margin-top:1em;
	padding-top:0;
}

.header_contact_info_store ul li b
{
	font-size:1.2em;
}

#dropdown_container
{
	background-image: url('../../current/img/header/dropdown_bg.jpg');
	width:800px;
	background-repeat: repeat-x;
	border-top: 1px solid #ccc;
	border-bottom: none;
	text-align: center;
;
}

#header_bottom 
{
	border: solid 1px #ccc;
	border-top: none;
	padding: .2em;
	background-image: url('../../current/img/header/headerBottom_bg.jpg');
	background-repeat: repeat-x;	
	margin:0;
	height: 17px;
}

#header_bottom ul
{
	list-style-type:none;
	margin:0;
	padding:0;
}

#header_bottom ul li
{
	float: right;
	padding:0;
	margin:0 .6em;
}

#header_bottom ul li a
{
	text-decoration:none;
	color: #666;
	font-size:80%;
}

#header_banner {
	height: 30px;
	border: 1px solid #ccc;
	background-color: #E8E6E6;
	margin: 5px 0;
}




Table.HeaderLogo 
{ 
	width:100%;
}
TD.HeaderLogo {}

TD.HeaderLinks 
{
	vertical-align:bottom;
	text-align:right;
}

A.HeaderLinks
{
	color:navy;
	text-decoration:none;
}
A.HeaderLinks:Hover
{
	color:#223D72;
	background-color:#FFFFCC;
	text-decoration:underline;
}