/* CSS Document */

* {
	margin: 0;
	padding: 0;
	border: 0;
}

body {
	color: #555;
	font: 12px/150% Verdana, Arial, Helvetica, sans-serif;
	background-color: #FFF;
}

ul, li {
	margin: 0;
	padding: 0;
	list-style: none;
}

h2 {
	clear: both;
	color: #F57D00;
	font-size: 14px;
}

p {
	margin: 15px 0;
	line-height: 200%;
}

a:link, a:visited {
	color: #5097D6;
	text-decoration: none;
}

a:hover {
	color: #005580;
	text-decoration: underline;
}

a:active {
	color: #FFF;
	background-color: #5097D6;
}


/* layout
----------------------------------- */
#page {
	width: 980px;
	margin: 0 auto;
}

#head {
	width: 980px;
	height: 150px;
	padding-top: 15px;
	border-top: 5px solid #E0E4E4;
	background: url(../img/head_bg.jpg) no-repeat right top;
	/* position: relative; */
}

#main {
	width: 930px;
	margin: 0 auto;
}

#left {
	float: left;
	width: 270px;
	margin-right: 20px;
}

#right {
	float: left;
	width: 640px;
}

#foot {
	clear: both;
	height: 30px;
	margin-top: 15px;
	padding: 10px;
	border-top: 1px solid #ccc;
	background-color: #E0E4E4;
}

/* head
----------------------------------- */
#head h1 {
	float: left;
	font-size: 30px;
	font-weight: bold;
	color: #006699; 
	height: 60px;
	line-height: 30px;
	padding-left: 110px;
	background: url(../img/logo.gif) no-repeat left;
}

#logo {
	float: left;
	margin-left: 15px;
}

#tools {
	float: right;
	margin: -5px 10px 0 0;
}

#tools li {
	float: left;
}

#home {
	padding: 0 5px 0 20px;
	background: url(../img/home_icon.gif) no-repeat left center;
}

#fav {
	padding: 0 5px 0 20px;
	background: url(../img/fav_icon.gif) no-repeat left center;
}

/* nav
----------------------------------- */
#nav {
	height: 59px;
	line-height: 52px;
	background: url(../img/nav_bg.jpg) repeat-x left top;
	position: relative;
}

#menu {
	height: 59px;
	padding-left: 25px;
	background: url(../img/nav_left_bg.jpg) no-repeat left top;
	overflow: hidden;
	position: absolute;
	top: 0;
	left: 0;
}

#language {
	height: 59px;
	background: url(../img/nav_right_bg.jpg) no-repeat right top;
	overflow: hidden;
	position: absolute;
	top: 0;
	right: 0;
}

#menu li {
	float: left;
}



#nav li a:link, #nav li a:visited {
	color: #006699;
	font-size: 14px;
	font-weight: bold;
	text-decoration: none;
	padding: 3px 15px;
	border-right: 1px solid #DAECF7;
}

#nav li a:hover, #nav li a:active {
	color: #5097D6;
	text-decoration: underline;
	background: none;
}

#language li {
	float: left;
}

#language a#zh {
	font-size: 12px;
	padding-left: 20px;
	background: url(../img/zh_icon.gif) no-repeat left center;
}

#language a#en {
	font-size: 12px;
	margin-left: 10px;
	padding-left: 20px;
	background: url(../img/en_icon.gif) no-repeat left center;
}


/* main
----------------------------------- */
#main h2 {
	margin-bottom: 10px;
	padding-bottom: 5px;
	background: url(../img/title_bg.gif) no-repeat left bottom;
}

.zh p {
	text-indent: 2em;
	margin: 10px 0;
}

.mainContent table {
	border-collapse: collapse ;
	text-align: left;
	width: 600px;
	margin: 20px;
}

.mainContent caption {
	font-weight: bold;
	background-color: #eee;
	padding: 5px 0;
}

.mainContent table  th {
	padding: 5px;
	border-bottom: 1px solid #eee;

}

.mainContent table  td {
	padding: 5px;
	border-bottom: 1px solid #eee;
}

/* common class
----------------------------------- */
.hidden {
	display: none;
}

.clear {
	clear: both;
	height: 1px;
	line-height: 1px;
	font-size: 0;
}

.floatLeft {
	float: left;
}

.floatRight {
	float: right;
}

.mail {
	background: url(../img/mail_icon.gif) no-repeat left 2px;
}

.msn {
	background: url(../img/msn_icon.gif) no-repeat left 2px;
}

.qq {
	background: url(../img/qq_icon.gif) no-repeat left 2px;
}

.tel {
	background: url(../img/tel_icon.gif) no-repeat left 2px;
}

.fax {
	background: url(../img/fax_icon.gif) no-repeat left 2px;
}

.text {
	color: #555;
	padding: 1px;
	border: 1px solid #eee;
}

/* oem product list @ left
----------------------------------- */
.productList {
	margin-bottom: 15px;
	overflow: hidden;
}

.productList li {
	float: left;
	margin-right: 5px;
}

/* menu list @ left
----------------------------------- */
.sortList {
	margin: 0 10px 20px 0;
}

.sortList li a {
	text-decoration: none;
	display: block;
	height: 30px;
	line-height: 30px;
	
	padding-left: 20px;
	border-bottom: 1px solid #fff;
	background: #EEF0F0;
}

.sortList li a:hover {
	text-decoration: none;
	background: #f5f5f5 url(../img/arrow_icon.gif) no-repeat right;
}

/* contact list @ left
----------------------------------- */
.contactList {
	padding: 10px 0 10px 5px;
}

.contactList li{
	padding-left: 25px;
}

ul.faxList {
	padding-bottom: 20px;
}
/* page link
----------------------------------- */
#pageLink {
	text-align: center;
	margin-top: 15px;
	height: 25px;
	clear: both;
}

#pageLink a {
	padding: 5px;
	border: 1px solid #eee;
}

#pageLink a:hover {
	padding: 5px;
	border: 1px solid #eee;
	background: #ddd;
}