#header {
	clear:both;
	background:#fff url(/images/bg_head.gif) repeat-x 2px 0;
	*background:#fff url(/images/bg_head.gif) repeat-x 0 0;
	margin:0 auto;
	border:#194a7c solid;
	border-width:0 1px 
}
#header #logoDiv {
	background:url(/upfiles/head/rsb_web_home.jpg) no-repeat 0 0;
	height:150px;
}
#header h1 a {
	background:url(/images/rosenberger.png) no-repeat scroll center 12px;
	display:block;
	height:52px;
	text-indent:-9999px;
	width:200px;
}
#header h1 a.en {
	background:url(/images/rosenberger.png) no-repeat center -36px;
}

#header a#logo {
	display:block;
	float:right;
	width:200px;
	height:60px;
	background:url(/images/logo.png) no-repeat center;
	text-indent:-9999px;
}
#header #language{
	clear:right;
}
#header #language a {
	float:right;
/*
text-indent:-9999px;
	overflow:hidden;
*/
	width:60px;
	height:18px;
	margin:0 20px 20px 0;
	color:#FFF;
	text-align:center;
	border:dotted #09C 1px;
	background-color:#194A7C;
}
/*
#header #language a.en {
	background:url(/images/flag_en.gif) no-repeat 0 0;
}
#header #language a.cn {
	background:url(/images/flag_cn.gif) no-repeat 0 0;
}
*/
#header #nav {
	clear:right;
	margin:0 0 0 200px;
	height:36px;
}
#header #nav select {
	float:left;
	margin:13px 0 0 0;
}
#header #nav a {
	display:block;
	float:left;
	height:23px;
	color:#194a7c;
	font-weight:bold;
	text-decoration:none;
	padding:20px 8px 6px 8px;
}
#header #nav a:hover, #header #nav a.on {
	color:#ee3156;
}

