@charset "gb2312";
/* CSS Document */
body{
	padding:0;
	margin:0;
	background:#FFFFFF;
	color:#292929;
	font-size:12px;
	font-family:Arial, Helvetica, sans-serif;
}
div, h1, h2, h3, h4, h5, h6, p, dl, dt, dd, form, label, input, textarea, img, span, em, strong{
	margin:0; padding:0; font-style:normal;
}

ul, ol, li{
	margin:0; 
	padding:0; 
	list-style:none;
	font-size:12px;
}
a{
    color:#4A4A4A; 
	text-decoration:none;
} 
a:hover{
    color:#000;
	text-decoration:underline;
	blr:expression(this.onFocus=this.blur());
}

/********************************      General Classes      ********************************/

.clear {clear: both;}
				
.align-left {float: left;}
				
.align-right {float: right;}

/********************************      Body - header     ********************************/
#body_wrap{
     width:960px;
	 height:auto;
	 margin:0 auto;
}
.header{
	width:960px;
	height:258px;
	margin-top:10px;
}
.header h1{
	width:960px;
	height:258px;
	background:url(logo.jpg) no-repeat;
	overflow:hidden;
	float:left;
}
.header h1 a{
	width:960px;
	height:258px;
	text-indent:-10000px;
	display:block;
}
.menu{
	width:960px;
	height:37px;
	background:url(menu.jpg) no-repeat;
	float:left;
}
.menu a{
	font-size:12px;
	font-weight:bold;
	color:#FFF;
}
.menu a:hover{
	color:#FFFB00;
}

/********************************      main_wrap      ********************************/
.about{
     width:960px;
	 height:auto;
	 background:url(center.gif) repeat-y;
	 margin-top:8px;
	 float:left;
}
.about ul{
     width:960px;
	 height:auto;
	 background:url(about.jpg) left top no-repeat;
	 float:left;
}
.about ul li{
     width:860px;
	 height:auto;
	 background:url(bottom.jpg) left bottom no-repeat;
	 padding:50px;
	 float:left;
}
.about ul td{
	 line-height:22px;
	 font-size:14px;
}
.main{
     width:960px;
	 height:auto;
	 background:url(center.gif) repeat-y;
	 margin-top:8px;
	 float:left;
}
.main ul{
     width:960px;
	 height:auto;
	 background:url(top.jpg) left top no-repeat;
	 float:left;
}
.main ul li{
     width:860px;
	 height:auto;
	 background:url(bottom.jpg) left bottom no-repeat;
	 padding:50px;
	 float:left;
}
.main ul td{
	 line-height:22px;
	 font-size:12px;
}
.main ul td a{
	 color:#FF0000;
	 font-size:14px;
	 font-weight:bold;
}
/********************************      copyright      *******************************/
.contact{
     width:860px;
	 height:206px;
	 font-size:14px;
	 font-weight:bold;
	 text-align:left;
	 line-height:30px;
	 background:url(company.jpg) no-repeat;
	 margin-top:8px;
	 padding-top:120px;
	 padding-left:100px;
	 float:left;
	 display:inline
}
