/*页面公共样式设置*/

body {
	font-family: Arial, Helvetica, sans-serif, "宋体";
	font-size: 12px;
	color: #003;
	margin:0;
	padding:0;
	background-image: url(images/bg.gif);
	background-repeat: repeat;
}
body a{ color:#003; text-decoration:none;}
body a:hover{ color:#f60;}

#body_bg{
	text-decoration: none;
	background-image: url(images/body_bg.gif);
	background-repeat: repeat-x;
	width: 100%;
}

#sitebody{
	width: 900px;
	margin:0 auto;
	background-image: url(images/content_bg.gif);
	background-repeat: repeat-y;
}

#content{ width:878px; text-align:left; letter-spacing:1px;
	line-height:20px;
}

/*去除表格的行、列边距样式设置*/
table,td
{
	border-collapse: collapse;
	padding: 0px;
	vertical-align: top;	
}

/*首页样式设置*/

.left_content{
	background-color: #E6F0FA;
	width: 243px;
}

li{
	list-style-type: none;
	background-image: url(images/icon02.gif);
	background-repeat: no-repeat;
	background-position: left center;
}

.index_about{
	text-align: left;
	margin: 10px;
}

.page_menu{
	font-weight: bold;
	padding-left:28px;
	line-height:24px;
	height:25px;
	letter-spacing: 1px;
	background-position: 10px 6px;
	border-bottom: 1px dotted #ccc;
	background-image: url(images/icon05.gif);
	background-repeat: no-repeat;
}

.product_list{ text-align:center; padding-right:20px;}