@charset "utf-8";
/* CSS Document */

body { 
	padding:0;
	margin:0;
	font-family:Arial, Helvetica, sans-serif;
	background: #d6d6d6 url(images/bg.png) repeat-x top left;
}
div, h1, h2, h3, h4, p, form, label, input, textarea, img, span {
	margin:0;
	padding:0;
}
.spacer {
	clear:both;
	font-size:0;
	line-height:0;
}
/*------------------------------------------------main--------------------*/
#container {
	margin:0 auto 0 auto;
	width:1001px;
}
#logo {
	width:258px;
	height:340px;
	float:left;
}
.logoim {
	position:relative;
	top:175px;
	left:45px;
}
#banner {
	background:url(images/bannerbg.png) no-repeat;
	width:714px;
	height:373px;
	float:left;
}
.email {
	font-family:Tahoma, Geneva, sans-serif;
	font-size:10px;
	padding:37px 0 15px 500px;
	color:#666;
	width:180px;
 *width:195px;
	height:24px;
}
.menu {
	float:left;
}
.menu ul {
	margin:0;
	float:left;
	padding:20px 0 0 28px;
	list-style:none;
	width:80px;
	color:#fff;
}
.menu ul li {
	margin:0;
	float:left;
	padding:0 0 0 15px;
	list-style:none;
	font-size:12px;
	width:80px;
	line-height:30px;
	background:url(images/bu.png) no-repeat left;
}
.menu ul li a {
	text-decoration:none;
	color:#fff;
}
.cont {
	position:relative;
	top:20px;
	left:50px;
	float:left;
	width:181px;
	height:164px;
	background:url(images/cont.png)
}
.content {
	position:relative;
	top:25px;
	left:85px;
	background:url(images/sep.png) no-repeat top left;
	float:left;
	width:625px;
	height:250px;
}
.content h1 {
	font-family:"Tahoma", Arial, Helvetica, sans-serif;
	font-size:24px;
	font-weight:500;
	color:#000000;
	padding:5px 0 0 25px;
	margin:0;
	float:left;
	height:18px;
}
.content p {
	font-family:"Tahoma", Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#000000;
	line-height:19px;
	float:left;
	width:550px;
	padding:5px 0 0 25px;
}
.logos {
	margin:15px 0 0 10px;
	float:left;
}
.footer {
	float: left;
	width:932px;
	margin:8px 0 8px 0;
	text-align:center;
}
