/* CSS Document */
#head {
	float:left;
	width:930px;
	height:161px;
	margin-bottom:10px;
}

#head .left	{
	background:url(/static/images/logo.jpg) no-repeat left center;
	height:161px;
	width:161px;
	float:left;
}

#head .left a {
	height:161px;
	width:161px;
	display:block;	
}

#head .right {
	width:759px;
	height:161px;
	text-align:left;
	float:right;
	background:url(/static/images/head_bg.jpg) no-repeat center;
}


#head .right .navigation {
	float:left;
	margin-top:130px;
	margin-left:15px;
	height:32px;
	display:inline;
}

#head .right .navigation a {
	font-size:12px;
	padding:9px 15px;
	float:left;
	display:inline;
}

#head .right .navigation a.active {
	background:url(/static/images/head_active_link.jpg) repeat-x;
}


#head .right .search .input{
	width:175px;
	color:#333333;
	font-size:11px;
	padding:2px 5px;
	border:none;
	background:none;
	margin-top:2px;
	float:left;
}

#head .right .search .images {
	position:absolute;
	margin-left:1px;
}

#head .right .search  {
	position:absolute;
	margin-left:540px;
	margin-top:10px;
	background:url(/static/images/search_bg.jpg) left top no-repeat;
	height:20px;
}

 



