@charset "utf-8";
/* CSS Document */
#container {
	width:1000px;
	text-align:left;
	overflow:hidden;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 30px;
}
.feature {
	width:950px;
	text-align:left;
	overflow:hidden;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 30px;
	border-radius:5px;
	background-color: #fff;
	border:1px solid #dadada;
 filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#ebebeb');
	background: -moz-linear-gradient(top, #ffffff, #ebebeb 100%);
	background: -webkit-gradient(linear, 0 0, 0 100%, from(#ffffff), to(#ebebeb));
	padding: 20px;
}
.feature ul {
	margin-left: 20px;
}
.feature h2 {
	font-size: 14px;
	color: #F30;
}
.feature h3 {
	font-size: 12px;
	font-weight: bold;
}
.feature-img {
	float: right;
	margin-top: 10px;
	margin-right: 20px;
	margin-left: 20px;
}
.feature-img1 {
	float: left;
	margin-top: 10px;
	margin-right: 15px;
	margin-bottom: 15px;
	text-align: left;
	width: 210px;
}
.awards {
	width:950px;
	text-align:left;
	overflow:hidden;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 30px;
	border-radius:5px;
	background-color: #fff;
	border:1px solid #dadada;
	padding: 20px;
}
#nav {
	margin-top: 10px;
	margin-bottom: 10px;
	margin-right: auto;
	margin-left: auto;
	width: 990px;
}
#main-box {
	float: left;
	height: 317px;
	width: 421px;
	background-image: url(images/mainp-back.png);
	padding-left: 4px;
	padding-top: 3px;
}
#main-box a {
	text-decoration: underline;
}
#main-box-txt {
	margin-left: 170px;
	margin-top: 13px;
}
#main-txt {
	float: left;
	width: 520px;
	margin-left: 35px;
	margin-top: 5px;
}
#main-icon {
	float: left;
}
#main-title {
	float: left;
	margin-left: 20px;
}
#main-title h1 {
	font-size: 20px;
	font-weight: normal;
	display:inline;
}
#main-txt1 {
	margin-bottom: 3px;

}
#choose-sub{
	margin-bottom: 5px;
}
#choose-sub select{
	border: 1px solid #CCC;
}
.download {
	float: left;
}
.download a {
	height: 33px;
	width: 92px;
	display:block;
	background-image: url(images/button.png);
	background-position: 0px 77px;
	font-size: 14px;
	color: #fff;
	padding-top: 5px;
	padding-left: 60px;
}
.download a:hover {
	background-image: url(images/button.png);
	background-position: 0px 39px;
}
.order {
	float: left;
	margin-left: 30px;
}
.order a {
	height: 31px;
	width: 93px;
	display:block;
	background-image: url(images/button.png);
	background-position: 0px 0px;
	font-size: 14px;
	color: #fff;
	padding-top: 5px;
	padding-left: 60px;
}
.order a:hover {
	background-image: url(images/button.png);
	background-position: 0px -38px;
}
.order-txt{
	text-align: center;
}
.table{
	width: 950px;
	margin-bottom: 10px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-left-style: solid;
	border-top-color: #e4e4e4;
	border-right-color: #e4e4e4;
	border-left-color: #e4e4e4;
	margin-top: 10px;
}
.table-list{
	height: 50px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #e4e4e4;
}
.table-icon{
	height: 40px;
	width: 50px;
	float: left;
	padding-top: 10px;
	padding-left: 20px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #e4e4e4;
}
.table-name{
	float: left;
	width: 260px;
	font-size: 13px;
	font-weight: bold;
	height: 35px;
	padding-top: 15px;
	padding-left: 10px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #e4e4e4;
}
.table-download{
	float: left;
	width: 133px;
	text-decoration: underline;
	height: 35px;
	padding-top: 15px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #e4e4e4;
	text-align: center;
}
.table-download1{
	float: left;
	width: 132px;
	text-decoration: underline;
	height: 35px;
	padding-top: 15px;
	text-align: center;
}
.related-guide {
	width: 1000px;
	margin-right: auto;
	margin-bottom: 30px;
	margin-left: auto;
}
.title h3 {
	font-size: 18px;
	font-weight: normal;
}
.title {
	float: left;
	background-image: none;
	background-repeat: no-repeat;
	margin-left: 10px;
}
.guide-icon {
	float: left;
}
.guide-list {
	margin-left: 30px;
	width: 950px;
	border-top-width: 1px;
	border-top-style: dashed;
	border-top-color: #06C;
	border-right-color: #000;
	border-bottom-color: #06C;
	border-left-color: #06C;
}