/* CSS Document */
body{
	padding:0;
	margin:0;
	font-family: Verdana, Geneva, sans-serif;
	font-size:14px;
	background:url(../images/top-bg.jpg) repeat-x;
	color:#20241e;
	line-height:25px;
}
ul{
	padding:0;
	margin:0
}
.page{
	width:1100px;
	overflow:hidden;
	margin:auto;
}
#top-box{
	height:208px;
	overflow:hidden;
	padding-top:41px;
}

/*logo start*/
#logo {
	width:284px;
	height:162px;
	float:left;
	padding-left:33px;
}
/*logo end*/

/*menu start*/
#menu_box{
	margin-right:24px;
	text-align:right;
}
#menu {
	width:471px;
	height:50px;
	float:right;
}
/* IE5 Mac Hack \*/ 
#menu {
	overflow:hidden;
} 
/* End Hack */
#menu li {
	float:left;
}
#menu li a {
	display:block;
	height:0px !important;
	height /**/:50px; /* IE 5/Win hack */ 
	padding:50px 0 0 0;
	overflow:hidden;
	background-repeat:no-repeat;
}
#menu li a:hover {
	background-position:0 -50px;
}
#menu li#home a { width: 126px; background: url(../images/menu.gif) 0px 0px; }
#menu li#home a:hover{background-position: 0 -50px;}
#menu li#home2 a { width: 126px; background: url(../images/menu.gif) 0px -50px; }

#menu li#about a { width: 165px; background: url(../images/menu.gif) -126px 0px; }
#menu li#about a:hover{background-position: -126px -50px;}
#menu li#about2 a { width: 165px; background: url(../images/menu.gif) -126px -50px; }

#menu li#contact a { width: 180px; background: url(../images/menu.gif) -290px 0px; }
#menu li#contact a:hover{background-position: -290px -50px;}
#menu li#contact2 a { width: 180px; background: url(../images/menu.gif) -290px -50px; }
/*menu end*/
#top-line{
	height:15px;
	width:100%;
	background-image:url(../images/top-line.jpg);
	background-position:center;
	background-repeat:no-repeat;
	background-color:#2e2e2e;
}

.banner-main{
	background:#f6f6f6;
	width:100%;
}
.banner-index{
	width:1100px;
	padding-top:24px;
	margin:auto;
}
.index-infor{
	width:1034px;
	margin:auto;
	padding-top:20px;
	overflow:hidden;
}
.index-infor-left{
	width:848px;
	float:left;
}
.index-infor-right{
	float:left;
	padding-left:37px;
	padding-top:40px;
}
.text-orange{
	color:#fd7700;
	font-size:22px;
	line-height:34px;
}
.text-2{
	color:#984e4b;
	font-size:22px;
	line-height:34px;
}
.contact-banner{
	width:525px;
	float:left;
	padding-top:20px;
}
.contact-infor{
	float:left;
	overflow:hidden;
	padding-top:35px;
}
.products-title{
	padding-top:20px;
}
.products-list{
	width:985px;
	overflow:hidden;
	border-top:#d0d3ce 1px solid;
	margin:auto;
	margin-top:20px;
	padding-bottom:20px;
}
.products-list-left{
	width:222px;
	padding-left:12px;
	padding-top:40px;
	float:left;
}
.products-list-right{
	float:left;
	padding-top:20px;
}





.footer{
	width:100%;
	background-image:url(../images/footer-bg.jpg);
	background-position:bottom;
	background-repeat:repeat-x;
	background-color:#f6f6f6;
	height:75px;
	line-height:75px;
	text-align:center;
	font-size:12px;
	color:#b1b1b1;
	padding-top:40px;
}