﻿* {
	margin:0 auto;
	padding:0;
}
p {
	line-height:22px;
}
ul {
	list-style:none;
	margin:0;
	padding:0;
}
div {
	height:auto;
	margin:0 auto;
}
img {
	border:none;
}
body {
	font-size: 12px;
	font-family:Arial, Helvetica, sans-serif;
}
/*全局*/
#home {
	background-color:#F0F0F0;
}
/*头部*/
#header {
	height:220px;
	background-color:#F3F3F3;
	background:url(/template/images/site-bg.png) top repeat-x;
}
#header-main {
	width:930px;
	height:110px;
}
#header-left {
	width:520px;
	float:left;
	height:88px;
}
#header-left ul {
	margin-top:70px;
	height:20px;
}
#header-left li {
	float:left;
	padding:0 5px 0 0;
}
#header-left a {
	color:#000000;
	font-weight:bold;
	text-decoration:none;
	padding:0 6px 24px 6px;
	display:block;
	font-size:13px;
}
#header-left a:hover {
	background:url(/template/images/header-li-hover-bg.gif) center no-repeat 20px;
}
#header-right {
	width:400px;
	height:88px;
	border:#00CC00 dashed 0px;
	float:right;
}
/*标题*/
#title {
	height:75px;
	width:930px;
	background:url(/template/images/we-do-what-we-love.gif) no-repeat;
	margin-top:20px;
}
/*主体*/
#main {
	width:930px;
	height:auto !important;
	margin:30px auto 28px auto;
}
/*左边*/
#leftsdier {
	width:610px;
	height:auto !important;
	float:left;
}
#left-title {
	margin-bottom:5px;
	font-weight:normal;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:22px;
	padding:20px 0;
	color:#FFFFFF;
	line-height:35px;
}
#page-next {
	height:auto;
}
#page-next a {color:#000000;}
#content {
	height:auto !important;
}
/*分类列表*/
.product-list {height:210px; margin:20px auto 28px auto;}
.product-list a {color:#075583; text-decoration:none;}
.product-list-title {line-height:25px; border-bottom:#ccc solid 1px; font-weight:normall; font-size:14px; margin:0; padding:0;}
.product-list-title span {float:right;}
.product-list-title span a {font-weight:normal; font-size:12px;}
.product-list-body {height:160px; text-align:center; padding-top:10px;}
.product-list-body li {height:150px; width:180px; border:#666666 solid 0px; float:left; margin-right:10px; padding-top:10px;}
.product-list-body li a:hover {text-decoration:underline; color:#669900;}
.product-list-body img {width:120px; height:120px; margin-bottom:5px; border:#CCC solid 1px; display:block;}
.product-list-body img a {display:block;}
.product-list-body img a:hover {border:#FF3300 dashed 1px; display:block;}


/*右边*/
#rightsider {
	width:290px;
	height:auto !important;
	float:right;
}
.list {
	height:auto;
	margin-bottom:20px;
}
.list-title {
	line-height:35px;
	font-size:15px;
	padding-left:12px;
	font-weight:bold;
	color:#006699;
	border-bottom:#779BF9 dashed 1px;
	margin:0 auto 8px auto;
}
.list a {
	color:#0099CC;
	text-decoration:none;
}
.list a:hover {
	color:#FF0000;
	text-decoration:underline;
}
.list li {
	background:url(/template/images/arrow.gif) no-repeat center left;
	line-height:23px;
	padding-left:15px;
}
/*底部*/
#footer {
	background-color:#D7D7D7;
}
#rightcopy {
	height:auto;
	width:930px;
	text-align:center;
	padding:10px 0;
}
#rightcopy p {
	line-height:18px;
}
#rightcopy a {
	color:#000;
}
/*其他*/
.cf {
	clear:both;
}
