/* HomePage Style Document */
a:link,
a:visited,
a:active {
	font-size:12px;
	color:#000;
	text-decoration:none;
	}
a:hover {
	font-size:12px;
	color:#930;
	text-decoration:underline;
	}
body {
	border:0 none;
	background:#000 url(../images/home/bg.jpg) repeat-x;
	border:6px #3A3A3A solid;
	}
.proshow {
	background:url(../images/home/probg.jpg) repeat-y;
	}
.pro {
	background:url(../images/home/pro.jpg) no-repeat;
	width:121px;
	height:141px;
	}
.pro img {
	width:116px;
	height:104px;
	margin-top:3px;
	margin-left:2px;
	}
.pro p {
	color:#000;
	text-align:left;
	text-indent:25px;
	height:28px;
	line-height:28px;
	}
.td_bg {
	background-color:#3A3A3A;
	}
.search {
	background:url(../images/home/search_bg.jpg) repeat-y;
	background-position:9px 0;
	height:107px;
	}
.search .search_text {
	width:110px;
	color:#333;
	border:#666 1px solid;
	background-color:#85868A;
	}
.links {
	background:#ccc;
	color:#303;
	}
.copyright {
	color:#B4B4B4;
	width:437px;
	background:url(../images/home/index_42.jpg) repeat-x;
	}
.copyright a {
	color:#B4B4B4;
	}
/* Width&Height Style */
.maintop {
	margin-top:7px;
	}
.bot_border {
	border-bottom:#3A3A3A 9px solid;
	}