@charset "utf-8";
/* CSS Document */
@import url("font.css");
body{
	margin:0;
	padding:0;
	font-size: 12px;
	font-family: Tahoma;
	line-height: 21px;
	color: #292929;
	background: #fff url(bg.jpg) repeat-x fixed;

}

#layout{ width:960px; margin: auto}
#header{ height:84px;}

#h-content{width:960px;  margin-top:10px;background:#fff;}
#h-left{width:630px;  float:left}
#footer{ width:936px; height:75px; background:#fff url(footer.gif); margin:10px 0 10px 0; padding:16px 0 0 24px; clear:left}
#h-product{ width:630px; height:200px;}
#h-news{
	width:300px;
	margin-left:10px;
	padding:35px 10px 0 10px;
	float:left;

	background-image: url(h-news.jpg);
	background-repeat: no-repeat;
}
#h-company{ width:420px;;float:left; background:url(h-company-bg.gif) }
#h-company p{ margin:0 13px 0 10px; padding:0}
#h-company p img{ margin:0 10px 7px 0}
#h-faq{ width:209px;float:left}
#h-partner{width:620;clear:left;background:#fff url(h-partner.gif); padding:0 5px 0 5px;margin-top:10px;}

.input{
	width:90px;
	height:17px;
	background-color: #939fa0;
	border: 1px solid #a9b2b3;
}
#menu{ list-style:none; margin:0; padding:0;}
#menu li{ float:left;}
#menu li a{display:block; height:45px;}
#menu-company{ width:131px; background: #00386a url(menu-company.gif) no-repeat}
#menu-news{ width:97px; background: #00386a url(menu-news.gif) no-repeat}
#menu-product{ width:98px; background: #00386a url(menu-product.gif) no-repeat}
#menu-service{ width:99px; background: #00386a url(menu-service.gif) no-repeat}
#menu-job{ width:97px; background: #00386a url(menu-job.gif) no-repeat}
#menu-project{ width:99px; background: #00386a url(menu-project.gif) no-repeat}
#menu-partner{ width:108px; background: #00386a url(menu-partner.gif) no-repeat}

#menu-company:hover{ background: #00386a url(menu-company2.gif) no-repeat}
#menu-news:hover{ background: #00386a url(menu-news2.gif) no-repeat}
#menu-product:hover{ background: #00386a url(menu-product2.gif) no-repeat}
#menu-service:hover{ background: #00386a url(menu-service2.gif) no-repeat}
#menu-job:hover{  background: #00386a url(menu-job2.gif) no-repeat}
#menu-project:hover{ background: #00386a url(menu-project2.gif) no-repeat}
#menu-partner:hover{ background: #00386a url(menu-partner2.gif) no-repeat}







