﻿@charset "utf-8";
body {
	margin: 0px;
	padding: 0 30px;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
ul, ol, li, h1, h2, h3, h4, h5 {
	list-style-type: none;
	padding: 0;
	margin: 0;
	color: #6C6C6B;
}



#container {
	background-image: url(images/index/index_bg.jpg);
	background-repeat: no-repeat;
	background-position: 170px 50px;
	height: auto;
	width: 950px;
	margin: auto;
}
#header {
	height: 85px;
}
#header .topRightSec {
	width: auto;
}
#header .topRightSec a {
	font-size: 11px;
	text-decoration: none;
	color: #000000;
}


#header  .topItem a {
	font-weight: bold;
	text-decoration: none;
	color: #6C6C6B;
}
#header .topItem a:hover {
	text-decoration: underline;
	color: #990000;

}
#mainSec {
/* 	background-image: url(images/index/index_bg.jpg);
	background-repeat: no-repeat;
	background-position: 150px;
*/	height: 477px;
	text-align: left;
}
#mainSec #leftBar {
	width: 230px;
	height: 100%;
}
#mainSec  #leftBar  h4  {
	margin: 0 auto 0px;
	font-size: 14px;
	color: #1A1A1A;
}
#mainSec #leftBar h5 {
	font-size: 12px;
	font-weight: bold;
	margin: 0;
}

#mainSec #leftBar #mainProduct {
	width: 185px;
	margin: 0px auto;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-top-color: #999999;
	border-right-color: #999999;
	border-bottom-color: #999999;
	border-left-color: #999999;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
}
#mainSec #leftBar #hotnews {
	width: 185px;
	margin: 5px auto 0;
}
#mainSec #leftBar #hotnews a {
	margin: 0 0 0 10px;
	font-size: 11px;
	color: #4D4D4D;
	text-decoration: none;
}

#mainSec #leftBar #hotnews a:hover {
	color: #990000;
	text-decoration: underline;
}
#mainSec #leftBar #hotnews .more {
	margin: 0;
	text-align: right;
}
#mainSec #leftBar #links {
	width: 185px;
	margin: 5px auto 0;
}
#mainSec #leftBar #links a {
	margin: 0 0 0 10px;
	font-size: 11px;
	color: #4D4D4D;
	text-decoration: none;
}
#mainSec #leftBar #links a:hover {
	color: #990000;
	text-decoration: underline;
}
#mainSec #leftBar #search {
	width: 185px;
	margin: 0 auto;
	font-size: 11px;
	margin: 5px auto 0;
}
#mainSec #leftBar #search ul {
	margin: 0 0 0  10px;
}
#mainSec  #leftBar  #search  .inputForm {
	border: 1px solid #333333;
	font-size: 11px;
	height: 15px;
	width: 100px;
}
#mainSec #leftBar #search .btn {
	height: 20px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	background-color: #808080;
	color: #FFFFFF;
	font-size: 11px;
	width: 30px;
}












#footer {
	height: 80px;
	padding: 5px;
	font-size: 11px;
	color: #666666;
}
#footer a {
	color: #666666;
	text-decoration: none;
}
#footer a:hover {
	color: #990000;
	text-decoration: underline;
}

