﻿/* Bottom Help */

#help_box {
	width:950px;
	height:194px;
	background-image: url(../images/index_new/bg_help.gif);
	background-repeat: no-repeat;
	margin-top:15px;
	padding:10px 6px;
	margin-left:auto;
	margin-right:auto;
}
.help_content {
   width:136px;
   height:200px;
   margin-right:4px;
   float:left;
}
.help_content H3 {
	font-size:14px;
	font-weight:normal;
	color:#4C4C4C;
	text-align:center;
	height:38px;
	line-height:38px;
	margin:0px;
	padding:0px;
	letter-spacing: 0.2em;
}
.help_content ul {
	margin:0px;
	padding:0px;
	margin-top:8px;
	list-style-type: none;
}
.help_content ul li {
	font-size:12px;
	color:#999;
	text-align:center;
	height:20px;
	line-height:20px;
	letter-spacing: 0.2em;
}
.help_content ul li a:link, .help_content ul li a:visited {
	color:#999;
	text-decoration: none;	
}
.help_content ul li a:hover {
   color:#eb5300;
   text-decoration:underline;
}
.banners {
   width:250px;
   height:210px;
   float:left;
}
.banners H3 {
    font-size:14px;
    font-weight:normal;
	color:#4C4C4C;
	text-align:center;
	height:38px;
	line-height:38px;
	margin:0px;
	padding:0px;
	letter-spacing: 0.2em;
}
.banners ul {
    width:225px;
	margin-left:auto;
	margin-right:auto;
  	padding:0px;
	margin-top:8px;
	list-style-type: none;
	display:block;
	overflow:hidden;
}
.banners ul li {
	width:106px;
	height:60px;
	float:left;
	display:block;
	padding-top:5px;
}
