@charset "utf-8";
/* CSS Document of nine-zone.com */
*{
	margin:0;
	padding:0;
}
img{
	border:0;
}
body{
	margin:0 auto;
	text-align:center;
	line-height:200%;
	font-size:14px;
	background:url(../images/bg.png) repeat-x;
}
#topper{
	width:944px;
	height:77px;
	padding:0 30px 0 30px;
	margin:0 auto;
}
#logo{
	float:left;
	width:277px;
	height:75px;
	margin-left:20px;
	background:url(../images/logo0.png) no-repeat;
}
#menu{
	float:right;
	height:31px;
	padding-top:30px;
	width:453px;
}

.hovermenu_tab,.menu_tab{
	display:block;
	float:left;
	height:31px;
}
.hovermenu_tab{
	display:none;
}
/*the end of topper*/
.mainTop{
	width:982px;
	background:url(../images/main_top.png) no-repeat;
	height:28px;
	margin:0 auto;
	clear:both;
}
.main{
	width:982px;
	clear:both;
	height:400px;
	margin:0 auto;
	display:table;
	background:url(../images/main_bg.png) repeat-y;
	overflow:hidden;
}
.mainBottom{
	background:url(../images/main_bottom.png) no-repeat;
	width:982px;
	height:13px;
	clear:both;
}
.mainFoot{
	background:url(../images/main_b_bg0.png) repeat-x;
	width:100%;
	height:23px;
}
.main p{
	margin:30px 100px 0 100px;
	text-indent:2em;
	color:#556169;
	text-align:left;
	padding-left:30px;
	font-size:14px;
	line-height:200%;
}
.title{
	width:90%;
	padding-left:10%;
	margin-top:20px;
	height:71px;
	text-align:left;
}
/*products page css*/
h1{
	width:90%;
	display:block;
	padding:30px 0 20px 10%;
	text-align:left;
	font-size:14px;
	font-weight:normal;
	color:#999;
}
h2{
	width:95%;
	padding-left:5%;
	border-bottom:1px solid #eee;
	font-size:14px;
	text-align:left;
	color:#cd6d2e;
}
.products_list{
	width:70%;
	margin:10px auto;
	display:block;
	border-bottom:1px solid #eee;
	font-size:14px;
	font-weight:normal;
	height:30px;
	padding-left:10%;
}
.products_list ul{
	width:100%;
	display:block;
}
.products_list ul li{
	list-style:none;
	display:inline;
	margin-right:10px;
}
.products_list ul li a{
	display:block;
	float:left;
	padding:3px 10px 0 10px;
	background:#eee;
	margin-right:10px;
	color:#cd6d2e;
	text-decoration:none;
}
.products_list ul li a:hover{
	background:#cd6d2e;
	color:#fff;
}

.products_content{
	display:block;
	width:80%;
	height:auto;
	margin:0 auto;
	padding-top:10px;
	padding-bottom:50px;
}
.backTop{
	float:right;
	margin-top:-25px;
	font-size:12px;
	font-weight:normal;
}
.backTop a{
	text-decoration:none;
	color:#cd6d2e;
}
.backTop a:hover{
	text-decoration:underline;
	color:#cd6d2e;
}
.intro{
	margin:0;
	text-align:left;
	text-indent:2em;
	color:#999;
	padding-top:15px;
	padding-bottom:15px;
}
.show{
	text-align:left;
}
.show img{
	border:5px solid #eee;
}
.show a{
	color:#CC6600;
	font-size:12px;
}
.logoimg{
	margin-right:20px; vertical-align:middle; 
}
#footer{
	margin:20px auto;
	padding-right:50px;
	font-size:12px;
	width:954px;
	color:#999;
	text-align:right;
}
#footer p{
	line-height:180%;
}
#footer p a{
	color:#999;
	text-decoration:none;
}
