@charset "utf-8";
/* CSS Document */

/*--------------------------------------header -------------------*/

.top_header {
	position:relative;
	height:156px;
	text-align:left;
}
.header h1 {
	position: absolute;
	top:0px;
	left:0px;
}
.header h1 img{
}


/*---------------------------------------nav ------------------*/
.header .nav {
	position: absolute;
	z-index: 99;
	top:4px;
	right: 160px;
	padding: 5px 4px 7px 0;
	float: left;
}
.header .nav ul {
	margin:0;
}
.header .nav li {
	display:inline;
	color:#685c50;
	padding:0 2px 0 14px;
	font-weight: normal;
	background: url(../images/icon01.gif) no-repeat 0px 2px;
	*background: url(../images/icon01.gif) no-repeat left 2px;
} 
.header .nav li a {
	color: #014681;
} 
.header .nav li a:hover{
	color: #F60;
}
/*---------------------------------------------------------------*/

.header .telephone {
	float: right;
	margin: 6px 10px;
	padding:3px 10px;
	background: url(../images/pic_02.gif) no-repeat left top;
	color: #FFF;
	font-size: 11px;
}
.header .toplogo {
	position: absolute;
	top: 45px;
	right: 15px;
}
.header .images {
	position: absolute;
	top: 120px;
	left:0px;
	z-index: 99;
}
.header .images img {
	z-index: 99;
}
/*----------------------------------------------- search Start--*/
.mpwrap .search {
	float: right;
	position: absolute;
	right: 20px;
	top: 180px;
}
.mpwrap .search label {
	margin: 0;
	padding: 0;
	vertical-align: middle;
	color: #666666;
}
.mpwrap .search .inputgray {
	color: #CCC;
	width: 165px;
	border: 1px solid #c9c9c9;
	text-align: left;
	vertical-align: middle;
	font-size: 100%;
	padding-left: 2px;
	padding-top: 3px;
	*margin-bottom: 5px;
	margin-bottom: 10px\9;
	*margin: 2px 0 0 0;
}
.mpwrap .search p {
	color: #999999;
	font-size: 90%;
	margin-left: 52px;
	margin-top: 5px;
}