﻿#headercell {
	background:url(img/headertop.jpg) repeat-x;
	width:100%;
	height:109px;
	width: 100%;
	position:fixed;
	top: 0;
	left: 0;
	z-index:1000;
}
*html #headercell {
	background:url(img/headertop.jpg) repeat-x;
	width:100%;
	height:109px;
	width: 100%;
	position: absolute;
	top: 0;
	left:0;
	z-index:1000;
}
*:first-child+html #headercell{
	background:url(img/headertop.jpg) repeat-x;
	width:100%;
	height:109px;
	width: 100%;
	position:fixed;
	top: 0;
	left: 0;
	z-index:1000;
}
#headertop {
	width:931px;
	height:90px;
	margin:0 auto;
	padding:18px 0px 0 40px;
	overflow:hidden;
}
#logo{ 
	width:245px;
	height:90px;
	clear:both;
	float:left;
	display:block;
}
#logo img {
	width:245px;
	height:89px;
	display:block;
}
#headertop_right {
	width:685px;
	height:89px;
	float:right;	
}
#lang_srch {
	width:685px;
	height:45px;
	overflow:hidden;
}
#search {
	behavior: url("iepngfix.htc") 
}
#search {
	background:url(img/search_bg.png) no-repeat;
	width:211px;
	height:23px;
	display:block;
	float:right;
	padding:0 0 22px 0;
	overflow:hidden;
}
#search input {
	float:left;
	background:none;
}
#srch_txtbox {
	width:154px;
	height:19px;
	font-size:10px;
	color:#525252;
	float:left;
	padding:4px 0px 0px 11px;
	font-size:12px;
}
#srch_btn {
	width:26px;
	height:23px;
	float:right;
	cursor:pointer;
	font-size:12px;
}
#lang_srch span { 
	float:right;
	width:80px;
	height:23px;
	display:block;
	line-height:23px;
	font-size:12px;
	color:#626262;
	padding-right:20px;
}
#lang_srch span a {
	color:#626262;
	padding:0 2px;
}
#lang_srch span a:hover {
	font-weight:bold;
}
#lang_srch span #lang_sl {
	font-weight:bold;
}

