@charset "utf-8";
/* CSS Document */

*{
	margin:0;
	padding:0;
	font-size:12px;
	font-family:Arial, Helvetica, sans-serif;
}
body{
	background:url(images/bg.jpg) no-repeat;
}
a,li{
	list-style:none;
	text-decoration:none;
}
a{
	color:#666;
}
img{
	border:0;
}
#main{
	width:976px;
	margin:0 auto;
	background-color:#FFF;
}

#top{
	width:960px;
	height:100px;
	margin:0 auto;
	position:relative;
}
.quick{
	width:200px;
	line-height:24px;
	margin-left:760px;
	z-index:1;
	position:absolute;
}
.quick a{
	display:block;
	width:60px;
	line-height:20px;
	background-color:#333;
	color:#FFF;
	text-align:center;
	margin-left:10px;
	margin-top:10px;
	float:right;
}
.quick a:hover{
	background-color:#F00;
}
.nav{
	width:680px;
	float:right;
	margin-top:40px;
}
.nav a{
	width:90px;
	height:30px;
	margin-right:7px;
	font-weight:bold;
	font-size:13px;
	display:block;
	float:left;
	text-align:center;
	line-height:30px;
}
.nav a:hover{
	border-bottom:3px #FF0000 solid;
}
.left a{
	display:block;
	height:28px;
	line-height:28px;
	text-indent:15px;
	text-align:left;
	border-bottom:1px #CCCCCC dotted;
	width:92%;
	font-weight:bold;
	margin:0 auto;
}
.left a:hover{
	background-color: #333;
	color:#FFF;
}
#middle{
	width:960px;
	margin:0 auto;
	height:281px;
}
#footer{
	width:960px;
	margin:0 auto;
	height:40px;
	line-height:40px;
	color:#999;
}
#abfooter{
	width:960px;
	margin:0 auto;
	height:40px;
	line-height:40px;
	color:#999;
	border-top:1px #CCCCCC solid;
	margin-top:10px;
}

.product{
		width:200px;
		height:190px;
		float:left;
		margin-left:15px;
		margin-top:10px;
		line-height:25px;
		text-align:center;
		}
	.product img{
		margin:5px 5px 5px 5px;
		}