/* CSS Document */


#header_module_wrapper{ /* Container you can use to surround a CSS button to clear float */
	overflow: hidden; /*See: http://www.quirksmode.org/css/clearing.html */
	width: 100%;
	position: fixed;
	left: 0px;
	top: 0px;
	padding: 0px;

}
#header_bg_wrapper{
	width: 100%;
	height: 60px;
	margin: 0px;
	padding: 0px;
	background-image: url(../images/header/bg.gif);
	background-repeat: repeat-x;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #5e6870;
}

#header_menu{
	padding: 0px;
	margin: auto;
	width: 970px;
	height: 100%;
}

#header_menu #module_left{
	padding: 0;
	margin: 0;
	height: 100%;
	width: 300px;
	float: left;
}

#header_menu #module_left span{
	float: left;
}
#header_menu #module_left span#slogan{
	position: relative;
	margin-top: 6px;
	display: block;
	margin-left: 10px;
	color: #999999;
}


/*START OF Module Right*/


#header_menu #module_right{
	list-style: none;
	font-size: 11px;
	margin: 0;
	display: block;
	float: right;
	padding: 0px;
	width: 550px;
	height: 100%;
}

#header_menu #module_right ul#search_module{
	float: right;
	display: block;
	text-decoration: none;
	list-style: none;
	position: relative;
	margin: 0px;
	padding: 0px;
	top: 3px;
	overflow: hidden;
	height: 20px;
	border: 1px solid #CCCCCC;
	background-color: #efefef;
	vertical-align: text-bottom;
}

#header_menu #module_right ul#search_module li{
	float: left;
	display: block;
	margin: 0px;
	position: relative;
	padding: 0px;
	top: 0px;
}	




#about_btn{
	float: right;
	display: block;
	text-decoration: none;
	margin-right: 20px;
	line-height: 13px;
	margin-top: 8px;
	list-style: none;
	margin-bottom: 10px;
	margin-left: 0px;
	text-align: right;
}



.search_field_top {
	font-size: 11px;
	color: #333333;
	width: 200px;
	border: 0px;
	margin: 0px;
	padding-right: 5px;
	padding-left: 5px;
	height: 20px;
	position: relative;
	top: 0px;
	background-color: #efefef;

}
.search_field_top:focus{
	background-color: #DDEEFF;
}
.search_field_top:active{
	background-color: #FFFFFF;
}