#header {
	position: relative;
	margin-left: auto;
	margin-right: auto;
	width: 968px;
	padding-bottom: 0px;
	background-image: url(../images/header_back.jpg);
	background-repeat: no-repeat;
	height: 166px;
	font-family: helvetica, arial, sans-serif;
}

#header a.logo {
	display: block;
	float: left;
	width: 310px;
}

#header a#sitetitle {
	position: absolute;
	width: 450px;
	left: 112px;
	top: 50px;
	font-family: helvetica, arial, sans-serif;
	color: #fff;
	font-weight: bold;
	font-size: 25pt;
	text-decoration: none;
}

#datetime { 
	position: absolute;
	top: 126px;
	left: 0px;
	color: #000;
	padding: 6px;
	font-size: 9pt;
}

#cart {
	position: absolute;
	left: 832px;
	top: 121px;
	width: 180px;
	font-size: 8pt;
	}
	
#cart a img {
	float: left;
	margin-right: 5px;
	margin-top: 2px;
	}
	
#nav ul {
	list-style-type: none;
	position: absolute;
	top: 84px;
	right: 0px;
	}
	
#nav ul li {
	display: block;
	float: right;
	height: 40px;
	padding-left: 5px;
	}
	
#nav ul li a {
	display: block;
	padding: 5px 20px 5px 15px;
	color: #ccc;
	text-decoration: none;
	height: 40px;
	}
	
#nav ul li a:hover {
	color: #fff;
	}
	
#nav ul li.active {
	background-image: url(../images/li_active.gif);
	background-repeat: no-repeat;
	background-position: top left;
	}
	
#nav ul li a.active {
	background-color: #fff;
	background-image: url(../images/a_active.gif);
	background-repeat: no-repeat;
	background-position: top right;
	color: #000;
	}
	
#nav ul li ul.children {
	position: absolute;
	top: 43px;
	right: 0;
	width: 800px;
	font-size: 10pt;
	list-style-type: none;
	}
	
#nav ul li ul.children li {
	display: inline;
	background: none;
	}
	
#nav ul li ul.children li a {
	display: block;
	float: left;
	color: #565656;
	height: 20px;
	}
	
#nav ul li ul.children li a:hover {
	color: #000;
	}
	
#nav ul li ul.children li a.active {
	background: none;
	color: #000;
	font-weight: bold;
	}
	
#search form {
	position: absolute;
	top: 15px;
	right: 25px;
	}
	
#search form input.query {
	border: 1px solid #ccc;
	background-color: #f0f0f0;
	background-image: url(../images/search.gif);
	background-position: top right;
	background-repeat: no-repeat;
	padding: 3px;
	width: 130px;
	}
	
#search form input.submit {
	height: 26px;
	width: 35px;
	padding: 0;
	padding-bottom: 2px;
	line-height: 15pt;
	}
	
	
