﻿
#Header {
	width: 950px;
	height: 131px;
	background-position:center;
	background-repeat: no-repeat;
}

.HeaderTabStrip
{
	width: 613px;
	height: 42px;
	background-image:url(../Images/HeaderStandard/TabStripBackground.png);
	background-repeat:repeat-x;
	color: #FFFFFF;
	font-weight: bold;
}

.HeaderTabStrip a:link,
.HeaderTabStrip a:active,
.HeaderTabStrip a:visited
{
	font-size:8pt;
	color: #fff;
	padding: 0px 5px;	
	text-decoration: none;
	font-weight: bold;
}

.HeaderTabStrip a:hover
{
	font-size:8pt;
	color: #fff;
	padding: 0px 5px;
	text-decoration: none;
	font-weight: bold;
}

.HeaderPageLogo {
	width: 190px;
	height: 55px;
	border: 0px;
	float: left;
	margin-top: 10px;
	margin-right: 20px;
}

.HeaderTxtFieldContainer {
	background-image: url(../Images/HeaderStandard/InputBoxBackground.gif);
	background-repeat: repeat-x;
	height: 29px;
}

.HeaderTxtFieldContainerNoBg {
	background-repeat: repeat-x;
	height: 29px;
}

.HeaderTxtField {
	margin-top: 5px;
	border: 0px;
	color: #026BC4;
	font-size: 11pt;
	font-weight: bold;
	font-family: arial, sans-serif;
	height: 20px;
	float: left;
	background-color: #ffffff;
}

#HeaderSearchBoxArea a:link,
#HeaderSearchBoxArea a:active,
#HeaderSearchBoxArea a:visited
{
	font-size:8pt;
	font-weight: bold;
	color: #5f5f5f;
	text-decoration: underline;
}

#HeaderSearchBoxArea a:hover
{
	font-size:8pt;
	font-weight: bold;
	color: #5f5f5f;
	text-decoration: none;
}

#HeaderSearchBoxFormMyAccount 
{
	background-color: #FFCB00;
	width: 943px;
	float: left;
	height: 65px;
}

.StandardHeaderFormPanel
{
	background-color: #FFCB00;
}

.Header_SearchLogoImage 
{
	height: 39px; 
	width: 139px; 
	margin-top: 6px; 
	margin-right: 23px; 
}

.Header_AdvancedSearch_OptionTitle
{
	color: #09499F;
	font-weight: bold;
}

.Header_AdvancedSearch_OptionTitleDisabled
{
	color: #666666;
	font-weight: bold;
}

.Header_AdvancedSearch_LightPanel
{
	background-color: #fdedae;
	display: inline;
}
.Header_AdvancedSearch_Panel
{
	background-color: #FFCB00;
}

.Header_AdvancedSearch_TxtFieldContainer {
	background-image: url(../Images/HeaderStandard/AdvancedSearchInputBoxBackground.gif);
	background-repeat: repeat-x;
	height: 29px;
}

#menuList li
{
	font-weight:bold;
	display: inline;
	list-style-type: none;
	padding:0 .9em;
	border-right: solid 1px #666
}

#menuList li.last
{
	border-right: none
}

#menuList a:link,
#menuList a:active,
#menuList a:visited
{
	color: #0000cc;
	text-decoration: underline;
}

#menuList a:hover
{
	text-decoration: none;
}

#menuList a.disabled{
	color: #666;
	text-decoration: none;
}
