﻿/* Created 7/23/09 TMP for to combine/replace MasterPage_Header.css and MasterPage_Footer.css */
*
{
	font-family: Arial, Helvetica, sans-serif;
}

#HeaderSpacer, #Header, #BreadCrumbRow, #Footer
{
	width: 995px;
}	

 #Header 
{
	position: absolute;
	top: 6px;
}
#HeaderSpacer
{
	position: relative;
	height: 94px;
	
}
#Header, #HeaderSpacer
{
	height: 94px;
	left: auto;
}
		
#navbar 
{
    font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	
	background-color: #284F76;
	color: #003466;
	margin-right: auto;
	margin-left: 0px;
	line-height: 24px;
	height: 24px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #9BA6D9;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CED5DD;
}
#navbar a 
{
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
	background-color: #3A5C81;
	text-align: center;
	line-height: 18px;
	padding-right: 3px;
	padding-left: 3px;
	border: 1px solid #FFFFCC;
}
#navbar a:hover 
{
	font-weight: bold;
	color: #003466;
	background-color: #FFFFFF;
	border: 1px solid #ffffff;
}	

#BreadCrumbRow
{
	background-color: #FFFFCC;
}

#SearchKeyword, #SearchSKU
{
	position: absolute;
	left: 765px;
	width: 230px;
}
#SearchKeyword
{
	top: 100px;
}
#SearchSKU
{
	top: 138px;
}
#BreadCrumbRow, #SearchKeyword, #SearchSKU
{
	height: 34px;
}
#BreadCrumb
{
	position: absolute; 
	top: 100px; 
	height: 34px; 
	width: 795px; 
	z-index: 2; 
	overflow: hidden; 
	white-space: nowrap;
}

#Footer 
{
    left: 0px;
    
    height: 70px;
    z-index: 50;
    background-color: #FFFFFF;
    clear: both;
    text-align: center;
    font-size: 9px;
    padding-top: 6px;
    border-top-width: 3px;
    border-right-width: 2px;
    border-left-width: 2px;
    border-top-color: #003399;
    border-right-color: #0033AB;
    border-left-color: #0033AB;
    border-top-style: solid;
    visibility: visible;
    margin-top: 1px;
}

#Footer a {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 9px;
    font-weight: bold;
    color: #003399;
    text-decoration: none;
}
#Footer a:hover {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 9px;
    font-weight: bold;
    color: #B74E4E;
    text-decoration: underline;
}

#Footer p {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 9px;
    font-variant: small-caps;
    color: #333399;
    text-align: center;
}
#Footer ul {
    list-style-type: none;
    display: inline;
    text-align: center;
    margin-right: auto;
    margin-left: auto;
    text-align: center;
}
#Footer li {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 9px;
    font-weight: bold;
    color: #003399;
    text-decoration: none;
    display: inline;
    margin: 5px;
    padding-right: 5px;
    padding-left: 5px;
}
#Footer hr {
    line-height: 8px;
    color: #660000;
}

#Footer td {
    text-align: center;
}
