.header-body{
	width:800px;
	height:25px;
	margin:0 auto;
}
/*nav menu*/
.head-navigation{
	float:left;
	margin:5px 0 0 0;
	background:url(/html/images/framework/split.png) no-repeat center left;
}
.head-navigation li{
	float:left;
	text-transform:uppercase;
	font-size:0.7em;
	background:url(/html/images/framework/split.png) no-repeat center right;
}
.head-navigation li a{
	color:#fff;
	padding:0 12px 0 8px;
	text-decoration:none;
	font-weight:bold;
}
.head-navigation li a:hover{
	color:#666;
}
/*toolbar-toggler*/
a#product{
	display:block;
	margin-right:2px;
	padding:0 20px 0 12px !important;
	background:url(/html/images/framework/down-arrow.gif) no-repeat 75px 0;
}
a.toggle{
	background:url(/html/images/framework/right-arrow.gif) no-repeat 75px 1px !important;
}
/*search*/
.header-search{
	margin:1px 0 0 0;
	height:22px;
	width:222px;
	float:right;
	background:url(/html/images/framework/search.png) no-repeat top center;
}
.header-search input{
	width:160px;
	height:14px;
	border:0;
	margin:3px 0 0 25px;
	font-size:0.7em;
}