#header {
	position: relative;
	margin-left: auto;
	margin-right: auto;
	width: 998px;
	padding-bottom: 0px;
	background-image: url(../images/header_back.jpg);
	background-repeat: no-repeat;
	height: 165px;
	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: #787878;
	padding: 6px;
padding-left:22px;
	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 {
background-image: url(../images/li_inactive.gif);
	background-repeat: no-repeat;
	background-position: top left;
background-color: #f4f4f4;
	display: block;
	float: right;
	height: 38px;
	padding-left: 5px;
margin-right:4px;
	}
	
#nav ul li a {
background-color: #f4f4f4;
	background-image: url(../images/a_inactive.gif);
	background-repeat: no-repeat;
	background-position: top right;
	display: block;
	padding: 5px 20px 0px 15px;
	color: #000000;
	text-decoration: none;
	height: 33px;
	font-size: 11pt;
	}
	
#nav ul li a:hover {
	color: #fff;
	}
	
#nav ul li.active {
background-color: #ffffff;
	background-image: url(../images/li_active.gif);
background-position:left top;
background-repeat:no-repeat;
margin-right:4px;
padding-bottom:1px;
	}
	
#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 {
background-image:none;
	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;
	}
	
.openXHeader { position: absolute; top: 10px; left: 255px; }	
