@charset "gb2312";
body{
	font-family:arial;	
	font-size:11px;
	margin:0;
	color:#414141;
}
a{
	color:#414141;
	text-decoration:none;
}
a:hover{
	color:#414141;
	text-decoration:underline;
}
img, a img{
	border:0;
}
input, select, form, textarea {
	margin:0;
	padding:0;
	font-size:12px;
	color:#666666;
	font-family:Arial, Helvetica, sans-serif;
}
ul, li, dl, dt, dd{
	margin:0;
	padding:0;
	list-style:none;
}
h1, h2, h3, h4, h5, h6 {
	margin:0;
	padding:0;
}
p {
	margin:0;
}
.photo {	
	background: #fff;
	padding:2px;
	border:#ccc 6px solid;
}
.zoom {
	width:729px;
	margin:20px auto;
}
.button {	
	text-align:center;
	padding-top:15px;
}
.boxer {
	margin:0 auto;
	width:1000px;
}
.justclear {
	clear:both;
	overflow:hidden;
	height:0;
}
/* Header Css Style */
#header {
	height:93px;
	overflow:hidden;
	border-bottom:#fff solid 1px;
}
	#header .search {
		height:16px;
		width:143px;
		border:none;
		padding:3px 0 0 10px;
		background:url(../../images/bg_input.gif) no-repeat;
	}
	#header .nav {
		height:32px;
		background:url(../images/bg_nav.gif) no-repeat;
	}
		#header .nav a {
			float:left;
			height:32px;
			display:block;
			text-indent:-9999px;
		}
		#header .nav a.home {
			width:114px;
		}
		#header .nav a.home:hover {
			width:114px;
			background:url(../images/bg_nav.gif) no-repeat left -32px;
		}
		#header .nav a.about {
			width:136px;
		}
		#header .nav a.about:hover {
			width:136px;
			background:url(../images/bg_nav.gif) no-repeat -114px -32px;
		}
		#header .nav a.support {
			width:132px;
		}
		#header .nav a.support:hover {
			width:132px;
			background:url(../images/bg_nav.gif) no-repeat -250px -32px;
		}
		#header .nav a.products {
			width:139px;
		}
		#header .nav a.products:hover {
			width:139px;
			background:url(../images/bg_nav.gif) no-repeat -382px -32px;
		}
		#header .nav a.hr {
			width:189px;
		}
		#header .nav a.hr:hover {
			width:189px;
			background:url(../images/bg_nav.gif) no-repeat -521px -32px;
		}
		#header .nav a.contact {
			width:150px;
		}
		#header .nav a.contact:hover {
			width:150px;
			background:url(../images/bg_nav.gif) no-repeat -710px -32px;
		}
		#header .nav a.chinese {
			width:140px;
		}
		#header .nav a.chinese:hover {
			width:140px;
			background:url(../images/bg_nav.gif) no-repeat -860px -32px;
		}
/* old 
		#header .nav a.home {
			width:100px;
		}
		#header .nav a.home:hover {
			width:100px;
			background:url(../images/bg_nav.gif) no-repeat left -32px;
		}
		#header .nav a.about {
			width:120px;
		}
		#header .nav a.about:hover {
			width:120px;
			background:url(../images/bg_nav.gif) no-repeat -100px -32px;
		}
		#header .nav a.support {
			width:115px;
		}
		#header .nav a.support:hover {
			width:115px;
			background:url(../images/bg_nav.gif) no-repeat -220px -32px;
		}
		#header .nav a.products {
			width:121px;
		}
		#header .nav a.products:hover {
			width:121px;
			background:url(../images/bg_nav.gif) no-repeat -335px -32px;
		}
		#header .nav a.news {
			width:102px;
		}
		#header .nav a.news:hover {
			width:102px;
			background:url(../images/bg_nav.gif) no-repeat -456px -32px;
		}
		#header .nav a.hr {
			width:172px;
		}
		#header .nav a.hr:hover {
			width:172px;
			background:url(../images/bg_nav.gif) no-repeat -558px -32px;
		}
		#header .nav a.contact {
			width:148px;
		}
		#header .nav a.contact:hover {
			width:148px;
			background:url(../images/bg_nav.gif) no-repeat -730px -32px;
		}
		#header .nav a.chinese {
			width:122px;
		}
		#header .nav a.chinese:hover {
			width:122px;
			background:url(../images/bg_nav.gif) no-repeat -878px -32px;
		}

*/
/* Footer Css Style*/
#footer {
	color:#959595;
	overflow:hidden;
	background:url(../../images/bg_footer.gif) no-repeat left top;
}
	#footer select {
		color:#959595;
		width:176px;
		height:19px;
		margin-bottom:15px;
	}
	#footer .copyright {
		padding-top:20px;
		padding-bottom:10px;
		padding-left:15px;
	}
	#footer .menu {
		padding-top:20px;
		padding-right:15px;
	}
		#footer .menu a {
			color:#959595;
		}
		#footer .menu span {
			margin:0 10px;
		}

