@charset "utf-8";
/* CSS Document */

body{
	margin:0;
	padding:0;
	}
.clear{
	width:0;
	height:0;
	clear:both;
	}
ul,li,div,a{
	margin:0;
	padding:0;
	list-style:none;
	text-decoration:none;
	}
.header{
	width:100%;
	height:auto;
	background:url(../images/headerBg.png) repeat-x;
	background-color:#FFF;
	}
.head{
	width:1024px;
	margin:0 auto;
	background:url(../images/headBg.png) top no-repeat;
	}
.headerTop{
	text-align:right;
	font-size:12px;
	}
.headerTop span a{
	line-height:30px;
	margin:10px;
	color:#bab9b9;
	cursor:pointer;
	}
.headerTop span a:hover{
	text-decoration:underline;
	}
.headerDown{
	height:130px;
	}
.logo{
	float:left;
	width:530px;
	height:110px;
	background:url(../images/logo.png);
	background-repeat:no-repeat;
	margin:10px 0;
	}
.logo span{
	visibility:hidden;
	}
.headerRight{
	float:right;
	}
.headerNav ul{
	margin:0 0 0 20px;
	_margin:0 0 0 170px;
	padding:0;
	}
.headerNav ul li{
	height:35px;
	float:left;
	margin:0px 10px 0 0;
	padding-left:30px;
	font-size:14px;
	line-height:35px;
	vertical-align:middle;
	}
.headerNav ul li a{
	color:#111010;
	}
.headerNav ul li a:hover{
	text-decoration:underline;
	}
.tel{
	margin:65px 10px 0 0;
	color:#f4580b;
	font-size:18px;
	background:url(../images/tel.jpg) no-repeat;
	height:55px;
	line-height:80px;
	vertical-align:bottom;
	padding-left:40px;
	_margin:65px 0 0 150px;
	}