@charset "utf-8";
/* CSS Document */

#header_main {
	position:relative;
	width: 990px;
	height: 230px;
	overflow:hidden;
}

.header_bg {
	position:absolute;
	top:0px;
	left:0px;
	width:990px;
	height: 300px;
}

.header_ric {
	position: absolute;
	top: 5px;
	left: 10px;
	background-repeat:no-repeat;
	background-position:left;
	width: 300px;
	height: 57px;
	z-index: 2;
}
.header_ricForm {
	position: absolute;
	top: 10px;
	left: 15px;
	background-repeat:no-repeat;
	background-position:left;
	width: 300px;
	height: 57px;
	z-index: 2;
}

.header_title {
	position: absolute;
	top: 10px;
	left: 0px;
	background-repeat:no-repeat;
	background-position:left;
	width: 300px;
	height: 57px;
	background-color:#FFF;
	/*background-image:url(../imghome/home3.png);*/
	z-index: 10;
}
.header_titleDX {
	position: absolute;
	top: 10px;
	right: 0px;
	width: 400px;
	height: 110px;
	z-index: 10;
	font-size:16px; color:#fff;
	text-align:right
	/*background-image:url("../imghome/bg_black.png");
	padding:5px;
	*/
}

.header_menu {
	position:absolute;
	bottom: 20px;
	right: 0px;
	width: 670px;
	height: 40px;
	/*ackground-color:#FFF;*/
	background-image:url("../imghome/bg.png");
	
	
	
}

.header_menu_element a {
	position:relative;
	float: right;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 10px;
	padding-bottom: 7px;
	font-family: Calibri;
	font-size:16px;
 	cursor:pointer;
	color:#333;
	/*filter:alpha(opacity=99);opacity:0.99;*/
}

.header_menu_spacer {
	position:relative;
	float: right;
	width: 30px;
	height: 40px;
}

.header_menu_element a:hover {
	background-color:#999;
	color:#FFF;
	border-bottom: solid 4px #CCC;
}