﻿
#header {
	width: 996px;
	height: 78px;
	background: url(/images/top_bg.gif) no-repeat left top;
	overflow: hidden;
}

#breadcrumb 
{
	margin: 0px 0px 0px 10px;
	color: #6f6265;
	float: left;
	clear: both;
	width: 726px;
}

#breadcrumb a
{
	color: #6f6265;
	float: left;
	display: block;
}

#breadcrumb span 
{
	float: left;
	display: block;
	padding: 0px 0.5em;
}

#logo {
	float: left;
	display: block;
}

#headerutils {
	float: right;
	height: 49px;
}

#checkoutButton {
	float: right;
	width: 123px;
	height: 49px;
	background: url(/images/checkout_button.gif) no-repeat left top;
	display: block;
}

#checkoutButton:hover {
	background: url(/images/checkout_button_hover.gif) no-repeat left top;
}

#checkoutButton a {
	width: 110px;
	height: 34px;
	display: block;
	margin: 6px 0 0 4px;
	text-decoration: none;
}

#checkoutButton a span {
	display: block;
	width: 72px;
	height: 25px;
	padding-left: 38px;
	padding-top: 9px;
	font-size: 12px;
	cursor: pointer;
}

#search {
	float: right;
	width: 261px;
	height: 49px;
	background: url(/images/search_bg.gif) no-repeat left top;
}	

#search label {
	float: left;
	color: #30366c;
	margin: 13px 9px 0 20px;
	font-size: 14px;
	font-weight: bold;
	display: block;
	_margin-left: 10px;
}

#search input.searchText {
	float: left;
	display: block;
	width: 130px;
	margin: 11px 0 0 0;
	border: solid 1px #515791;
	font-size: 13px;
	padding: 2px;
	background: transparent url(/images/70pc.png);
	_background: white;
}

#search input.searchSubmit {
	border: none;
	float: left;
	display: block;
	margin: 9px 0 0 2px;
	padding: 0px;
	width: 22px;
	height: 25px;
	background: url(/images/search_button.gif) no-repeat left top;
	cursor: pointer;
}

#footer {
	width: 996px;
	clear: both;
	height: 39px;
	background: url(/images/footer_bg.gif) no-repeat left top;	
	margin-bottom: 10px;
}

#footer p {
	text-align: center;
	padding-top: 11px;
	color: #515791;
	font-size: 90%;
}
