@charset "utf-8";
/* CSS Document */

* {
	padding:0;
	margin:0;
}
body {
	font-family:Verdana, Geneva, sans-serif;
	font-size:12px;
	color:#5b5b5b;
	background:#ccc;
}
a {
	text-decoration:none;
	color:#5b5b5b;
}
a img {
	border:none;
}
h1 {
	text-align:center;
	font-size:18px;
	margin:10px 0;
}
h2 {
	margin-bottom:10px;
	font-size:16px;
	padding-bottom:5px;
}
ul {
	list-style:none;
}
p {
	line-height:18px;
	text-indent:25px;
	margin-bottom:15px;
}
.fontColor1 {
	color:#4D83A6
}
#header, #content, #footer {
	width:1000px;
	margin:0 auto;
	background:#fff;
}
#header {
	height:239px;
}
#logo {
	float:left;
	width:250px;
	height:160px;
	text-align:center;
	padding-top:20px;
}
#banner {
	float:left;
	width:750px;
	height:180px;
	overflow:hidden;
}
#menu {
	height:29px;
	clear:both;
	padding-left:50px;
	background:#af0c0d;
}
#menu ul li {
	display:inline;
}
#menu ul li a {
	display:block;
	float:left;
	padding:0 12px;
	height:29px;
	line-height:29px;
	color:#fff;
}
#menu ul li a:hover {
	text-decoration:underline;
}
#content {
	padding:0 0 15px 0;
	overflow:hidden;
	zoom:1;
}
#mainContent {
	float:left;
	width:720px;
	padding:0 5px;
	text-align:justify;
}
.productList {
	margin-top:15px;
}
.productImg{
	float:left;
	margin:0 10px 5px 0;
	
}
.productList .list {
	overflow:hidden;
	zoom:1;
	margin-top:10px;
}
.productList h2 {
	border-bottom:2px solid #af0c0d;
}
.productList dl {
	overflow:hidden;
	zoom:1;
	margin:0 5px;
	display:inline;
	float:left;
	width:230px;
}
.productList dl dt {
	float:left;
	margin:0 10px 5px 0;
}
.productList dl dt img {
}
.productList dl dt span {
	display:block;
	padding-top:5px;
}
.productList dl dd.title a {
	font-size:15px;
	color:#6b6b6b;
	font-weight:bold;
}
.productList dl dd {
	margin-bottom:5px;
}
#subContent {
	float:left;
	width:255px;
	height:800px;
	padding-left:5px;
}
.adImg {
	text-align:center;
	margin:10px 0 10px 10px;

}
.adImg img {
	margin-bottom:10px;

}
.contactUs{
	background:#F4F4F4;
}

.contactUs h2 {
	background:#af0c0d;
	height:26px;
	line-height:26px;
	color:#fff;
	font-size:14px;
	-moz-border-radius-topleft:5px;
	-moz-border-radius-topright:5px;
	-webkit-border-top-left-radius:5px;
	-webkit-border-top-right-radius:5px;
	padding-left:15px;
}
.contactUs ul li {
	margin-bottom:5px;
	line-height:18px;
	padding-left:20px;
}
#footer {
	width:1000px;
	background:url(/css/images/bg-footer.gif) repeat-x bottom;
	padding-bottom:30px;
}
#footer #bottom {
	width:992px;
	height:53px;
	background:url(/css/images/bg-bottom.png);
	margin:auto;
}
#footer #footerContent {
	width:1000px;
	margin:auto;
	text-align:center;
}
#footer #footerContent img {
	margin:25px 0 20px 0;
}
#footer #footerContent p {
	font-family:Verdana, Geneva, sans-serif;
	font-size:11px;
	color:#515151;
	text-align:center;
	padding:0px;
	margin:0px;
	line-height:22px;
}
#footer #footerContent p a {
	color:#515151;
	text-decoration:underline;
}
#footer #footerContent p img {
	margin:0 5px 0 0;
}
#footer #footerContent p a:hover {
	text-decoration:underline;
}
.panel-overlay h2{
	margin:5px 0 0 0;
	
}