.mainBanner {
	background-image: url(/_img/bg/mainbanner.jpg);
	position: relative;
	height: 247px;
}
.mainBanner h1 {
	font-size: 24px;
	font-weight: normal;
	line-height: 24px;
	padding-top: 15px;
	padding-left: 345px;
}
.mainBanner h1 .bigger {
	font-weight: bold;
}
.mainBanner h1 .biggest {
	font-weight: bold;
	font-size: 30px;
}
.mainBanner h2 {
	color: #c80000;
	font-size: 16px;
	font-weight: bold;
	padding-top: 10px;
	padding-left: 345px;
}
.mainBanner .tryItNow {
	position: absolute;
	left: 495px;
	top: 155px;
}



.mainCopy {
	background: #fff no-repeat;
	padding: 6px 6px 6px 6px;
}



.features {
	font-size: 12px;
	line-height: 13px;
	background: #fffaea url(/_img/bg/features_top.jpg) no-repeat;
	padding: 6px 6px 6px 6px;
}
.features h3 {
	color: #000;
	text-align: center;
	font-size: 18px;
	line-height: 24px;
	border-bottom: 2px solid #c60000;
}
.features ul {
	margin: 12px 0;
	padding: 0 0 0 25px;
}
.features li {
	color: #333;
	font-weight: bold;
	padding: 0 0 8px 0;
}
.features li dl {
	display: inline;
}
.features li dd {
	font-size: 10px;
	line-height: 11px;
	font-weight: normal;
}



.guarantee {
	background: #c55700 url(/_img/bg/guarantee_top.jpg) no-repeat;
	padding: 6px 6px 6px 6px;
}
.guarantee h3 {
	color: #fff;
	text-align: center;
	font-size: 18px;
	line-height: 24px;
}
.guarantee .boxContent {
	width: 219px;
	background: #fffaea url(/_img/bg/guarantee2_top.jpg) no-repeat;
	margin-left: 4px;
	margin-right: auto;
	padding: 20px 0 0 0;
}
.guarantee .boxContent p {
	text-align: center;
	font-size: 11px;
	line-height: 15px;
	font-weight: bold;
	padding: 6px 6px 0 6px;
}
.guarantee .boxBottom {
	line-height: 1px;
	height: 8px;
	margin: 0 0 0 4px;
	padding: 0 0 0 0;
	background: #c55700 url(/_img/bg/guarantee2_bot.jpg) no-repeat bottom left;
}

