@charset "gb2312";
/*页面通用样式*/
body {
	background-color: #333333;
	font: 8pt/25px Verdana, Arial, Helvetica, sans-serif, "宋体";
	margin: 0px;
}

a {
	color: #000;
	text-decoration: none;
}
a:hover {
	color: #f00;
	text-decoration: underline;
}
a:visited {
	color: #000;
	text-decoration: none;
}

img {
	border-style: none;
}

h1 {
	font-size: 14px;
	font-weight: bold;
	margin: 0px;
	padding: 0px;
}
h2 {
	font-size: 8pt;
	font-weight: bold;
	margin: 0px;
	padding: 0px;
}

.clear {
	clear: both;
}

/*页面布局通用样式*/
#main {
	width: 880px;
	background-color: #FFFFFF;
	margin: 30px auto 30px auto;
	padding: 10px;
}

#mainBody {
	background: url(../images/bg.gif) repeat-x top left;
	padding: 15px;
}

#pageTop {
	height: 88px;
}

#pageTop #logoMain {
	float: left;
	margin-top: 12px;
	margin-left: 15px;
}
#pageTop #companyName {
	float: left;
	margin-top: 28px;
	margin-left: 13px;
}
#pageTop #topNav {
	float: right;
	margin: 8px;
}
#pageTop #topNav div {
	float: left;
	width: 64px;
	height: 21px;
	background: url(../images/bg_btn.gif) no-repeat top left;
	margin-left: 8px;
	margin-right: 8px;
	line-height: 21px;
	text-align: center;
}

#mainNav {
	background: url(../images/nav/bg.gif) repeat-x top left;
}
#mainNav img.left {
	float: left;
}
#mainNav img.right {
	float: right;
}
#mainNav ul {
	list-style: none;
	margin: 0px;
	padding: 0px;
}
#mainNav li {
	float: left;
	padding-right: 2px;
	background: url(../images/nav/divider.gif) no-repeat top right;
}
#mainNav li.first a {
	margin-left: 0px;
	padding: 11px 5px 11px 5px;
}
#mainNav li a {
	color: #fff;
	font-weight: bold;
	line-height: 35px;
	padding: 11px 15px 11px 15px;
	text-decoration: none;
}
#mainNav li a:hover {
	background: url(../images/nav/bg_hover.gif) repeat-x top left;
}
#mainNav li a:visited {
	color: #fff;
	text-decoration: none;
}

/*页面左侧样式*/
#leftBody {
	float: left;
	width: 218px;
	margin-left: 10px;
}
/*产品分类样式*/
#leftBody #productTitle {
	height: 27px;
	margin-top: 10px;	
	padding-left: 20px;
	line-height: 27px;
	background: url(../images/bg_product_title.gif) no-repeat top left;
}
#leftBody #productTitle h1 {
	float: left;
	width: 150px;
	color: #fff;
}
#leftBody #productTitle a {
	float: left:
	width: 68px;
	text-align: center;
}
#leftBody #productDivider {
	width: 218px;
	height: 1px;
	overflow: hidden;
	margin-top: 3px;
	margin-bottom: 3px;
	background: url(../images/line_dot.gif) repeat-x top left;
}
#leftBody #productList {
	width: 218px;
	border: solid 1px #ddd;
}
#leftBody #productList ul {
	list-style: none;
	margin: 0px;
	padding: 0px;
}
#leftBody #productList li {
	display: inline;
	float: left;
	width: 80px;
	margin-left: 19px;
	margin-top: 18px;
	text-align: center;
}
/*联系我们样式*/
#leftBody #contactTitle {
	width: 218px;
	color: #f00;
	line-height: 30px;
	margin-top: 20px;
}
#leftBody #contactTitle img {
	float: left;
	margin-right: 10px;
	margin-top: 6px;
}
#leftBody #contactTitle h1 {
	float: left;
}
#leftBody #contactBody {
	width: 190px;
	margin-left: 14px;
}

/*页面右侧样式*/
#rightBody {
	float: right;
	width: 585px;
	margin-left: 27px;
	margin-right: 10px;
}

/*页脚样式*/
#footer {
	height: 35px;
	margin-top: 20px;
	padding: 0px 8px 0px 8px;
	background-color: #666666;
	color: #fff;
	line-height: 35px;
}
#footer #nav {
	float: left;
}
#footer #nav a:link {
	color: #fff;
}
#footer #nav a:hover {
	color: #f00;
}
#footer #nav a:visited {
	color: #fff;
}
#footer #copyright {
	float: right;
}

