





#header {
	background: #616161;
}

#header #utilities {
	padding: 23px 0 0;
	height: 27px;
}



#search {
	position: absolute;
	/*_position: static;*/
	top: 20px;
	/*left: 720px;*/
	right: 5px;
	/*min-width: 290px;*/
	text-align: right;
	z-index: 200;
	_white-space: nowrap;
}

#search label {
	display: none;
}
#search #searchKey {
	/margin: -1px 0 0;/**/
	padding: 2px 2px 0 2px;
	width: 180px;
	height: 19px;
	font-size: 0.9em;
	color: #999;
	line-height: 1.5em;
	background: #fff url(../img/search_key_bg.gif) repeat-x;
	border: 2px solid #00f6ba;
	/*border-width: 0px 0 1px 1px;
	vertical-align: top;*/
	-moz-box-sizing: content-box;
}
#search #searchKey.keyIn {
	color: #000;
}
#search #searchBtn {
	margin: 0 0 0 10px;
	width: 80px;
	height: 27px;
	background: url(../local/img/search_submit.gif) no-repeat;
	display: inline-block;
	vertical-align: top;
	cursor: pointer;
}
#search #searchBtn:hover,
#search #searchBtn.hover {
	background-position: 0 -30px;
}
#search #searchSubmit {
	display: none;
}


#header #title {
	background: #000;
	height: 120px;
	clear: both;
}
#header #title h1,
#header #title #ugtitle {
	display: none;
}


#header #title #modelnameImg {
	margin: 10px 0 0;
}











