/* CSS Document */

body,td,th {
	font-size: 12px;
	color: #000000;
	line-height:1.5em;
}
body {
	background: url(../images/bg.gif) fixed;
	margin: 0px;
	padding:0;
	text-align:center;
}
a:link {
	color: #000000;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #000000;
}
a:hover {
	text-decoration: underline;
	color: #FF6600;
}
a:active {
	text-decoration: none;
}

/*-------------- layout ---------------- */
#head {
	width:779px;
	margin:0 auto;
	text-align:left;
	background:#FFFFFF;
}
#banner {
	height:240px;
	background:url(../images/banner.jpg);
}
#menu {
	height:50px;
	background:url(../images/menu_bg.gif);
}

#body {
	width:779px;
	margin:0 auto;
	padding:10px 0;
	text-align:left;
	background:#FFFFFF;
}
#content {
	width:505px;
	margin:0 10px;
	float:right;
	overflow:hidden;
}
#prod {
	padding:0;
	clear:right;
	margin:10px 0;
}
#prod ul,#prod ul li {
	display:block;
	margin:0;
	padding:0;
	list-style-type:none;
}
#prod ul li {
	display:block;
	float:left;
	width:30%;
	text-align:center;
	line-height:2.5em;
	margin:0 5px;
}
.img{
	display:block;
	padding:10px;
	border:1px solid #999999;
	height:120px;
}

#left {
	width:226px;
	margin:0 10px;
	border:1px solid #eeeeee;
}
.left_sub {
	margin:8px;
	border:1px solid #eeeeee;
}
.corner_1 {
	background:url(../images/corner_red.gif) no-repeat left bottom;
	padding:5px 10px 24px 10px;
}
.corner_2 {
	background:url(../images/corner_green.gif) no-repeat left bottom;
	padding-bottom:24px;
}
.corner_3 {
	background:url(../images/corner_blue.gif) no-repeat left bottom;
	padding-bottom:24px;
	text-align:center;
}

#foot {
	clear:both;
	width:779px;
	padding:20px 0;
	margin:0 auto;
	border-top: #CCCCCC 6px solid;
	background:#fbfbfb;
}

/*---------------*/

.underline {
	border-bottom:1px solid #999999;
}

/* 通用子页分类页链接样式 */
table.page-left-01 a:link {
	color: #333333;
	letter-spacing: 4px;
	text-decoration: underline;
}

table.page-left-01 a:visited {
	color: #333333;
	letter-spacing: 4px;
	text-decoration: underline;
}

table.page-left-01 a:hover {
	color: #333333;
	letter-spacing: 4px;
	text-decoration: none;
}

/* 通用分页样式 */
table.pagination {
	background-color: #F2F5FB;
	border-bottom-color: #C1C1C1;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	color: #333333;
	font-family: Verdana, Arial, "宋体";
	font-size: 12px;
}

table.pagination a:link {
	color: #333333;
	text-decoration: none;
}

table.pagination a:visited {
	color: #333333;
	text-decoration: none;
}

table.pagination a:hover {
	color: #333333;
	text-decoration: underline;
}

