#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;
  overflow:hidden;
  margin-top:20px;
  margin-bottom:10px;
  padding-bottom:20px;
	font-family: helvetica, arial, sans-serif;
}
/*
#header a.logo {
	display: block;
	float: left;
	width: 310px;
}
*/
.logo{
 position:absolute;
 left:0px;
 top:0px;
}

/* clearfix */

.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
 
.clearfix {
	display: inline-block;
}
 
html[xmlns] .clearfix {
	display: block;
}
 
* html .clearfix {
	height: 1%;
}

#siteTitle{
 position:absolute; 
 left:110px;
 top:50px;
 font-size:16px;
 color:#507182;
}


#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;
	}
	

	


#phone {
	position: absolute;
	right: 158px;
	top: 56px;
	font-size: 9pt;
	color: #717171;
	}

#search form input.query {
   clear:both;
  float:right;
  display:block;
  border:1px solid #ccc;	 
	background-color:#f0f0f0;

	background-image: url(../images/search.gif);
	background-position: top left;
	background-repeat: no-repeat;
	

	text-align:right;
  width:130px;
  font-size:12px;
  padding:3px;
  line-height:14px;
  margin:0px;
  margin-right:5px;
}



#search form input.submit {
	height: 26px;
	width: 35px;
	padding: 0;
	padding-bottom: 2px;
	line-height: 15pt;
}


#topNav{
 float:right;
 margin-bottom:10px;
 background-color:#C8D9B9;
 padding-right:0px;
 padding:5px;
 margin-top:10px;
 border:1px solid #c2d0b7;
 -moz-border-radius:8px; -webkit-border-radius:8px; 
}
#topMenu{
 margin:0;padding:0px; 
}


#topMenu li{
 float:left;
 list-style-type:none; 
 padding-top:3px;
 padding-bottom:3px;
}
#topMenu .children{
 display:none; 
}


#topMenu li a{
 text-decoration:none;
 font-size:14px;
 line-height:16px;
 display:block;
 border-right:1px solid #A9B992;
 padding-right:10px;
 padding-left:10px;
 color:#5D6E4E; 
white-space: nowrap;
 
 
}
#topMenu li a:hover{
 text-decoration:underline; 
}


	
	