﻿
#header {
	width: 996px;
	height: 78px;
	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: 11px;
	font-size: 12px;
	cursor: hand;
}

#checkoutDetails {
	display: block;
	float: right;
	width: 110px;
	color: #777777;
	padding: 8px 2px;
}

#search {
	float: right;
	width: 261px;
	height: 49px;
	background: url(../images/search_bg.gif) no-repeat left top;
}

#search label {
	float: left;
	color: White;
	margin: 13px 6px 0 20px;
	_margin: 13px 6px 0 10px;
	font-size: 16px;
	display: block;
}

#search input.searchText {
	float: left;
	display: block;
	width: 124px;
	height: 18px;
	margin: 12px 0 0 0;
	border: none;
	padding: 2px 4px;
	background: transparent url(../images/searchtext_bg.png) repeat 0 0;
}

#search input.searchSubmit {
	border: none;
	background: white url(../images/search_button.gif) no-repeat left top;
	float: left;
	display: block;
	margin: 8px 0 0 2px;
	padding: 0px;
	width: 30px;
	height: 28px;
	cursor: pointer;
	padding-top: 30px;
}

#footer {
	width: 996px;
	clear: both;
	height: 39px;
	background: url(../images/footer_bg.gif) no-repeat left top;
}

#footer p {
	text-align: center;
	padding-top: 9px;
	color: White;
}

#footer a {
	color: White;
}