body {
	margin: 0;
	padding: 0;
	font: 12px "宋体";
	text-align: center;
}
ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
img {
	border: 0;
}
.clear {
	clear: both;
}

#container {
	margin: 0 auto;
	width: 950px;
}
#top {
	height: 290px;
	background: url(../images/bgTop.jpg) no-repeat 0;
}
#top #menu {
	padding: 28px 0 0 385px;
	width: 550px;
	height: 45px;
}
#top #menu a {
	display: block;
	float: left;
	height: 45px;
	padding: 0 40px;
	background: url(../images/bgMenuLine.gif) no-repeat 0 0;
}
#top #menu a.first {
	background: none;
}
#bot {
	clear: both;
	margin-top: 10px;
	height: 70px;
	width: 950px;
	overflow: hidden;
	text-indent: -9999em;
	background: url(../images/bgIndex.gif) no-repeat 0 -40px;
}

.prod li {
	padding: 5px 0 3px;
	border-bottom: 1px dotted #EEE;
}
.prod a {
	color: #000;
	text-decoration: none;
}
