@charset "utf-8";
/*	Slideshow style */
#slides {
	position:absolute;
	z-index:100;
	width:1000px;
	height:350px;
}

/*
	Slides container
	Important:
	Set the width of your slides container
	If height not specified height will be set by the slide content
	Set to display none, prevents content flash
*/

.slides_container {
	width:1000px;
	height:350px;
	overflow:hidden;
	position:relative;
	display:none;
}

/*
	Each slide
	Important:
	Set the width of your slides
	Offeset for the 20px of padding
	If height not specified height will be set by the slide content
	Set to display block
*/

#slides .slide {
	width:1000px;
	height:350px;
	display:block;
}

/*
	Next/prev buttons
*/
#slides .next,#slides .prev {
	position:absolute;
	top:135px;
	left:0px;
	right:0px;
	width:24px;
	height:43px;
	display:block;
	z-index:101;
}

#slides .next {
	left:925px;
}

/*
	Pagination
*/

.pagination {
	margin:-20px 0 0 425px;
	width:100px;
	z-index:9999;
	position:absolute;
}

.pagination li {
	float:left;
	margin:0 1px;
	list-style:none;
}

.pagination li a {
	display:block;
	width:12px;
	height:0;
	padding-top:12px;
	background-image:url(images/pagination.png);
	background-position:0 0;
	float:left;
	overflow:hidden;
}

.pagination li.current a {
	background-position:0 -12px;
}
body{
	margin:0px;
	padding:0px;
	font-size:14px;
	font-family:Arial, Helvetica, sans-serif;
	background-color:transparent;
}
.banner{
	width:1000px;
	min-height:300px;
	padding:30px;
	background:url(images/bannerbg.png) no-repeat left top;
}
.bannerleft{
	width:420px;
	float:left;
	height:auto;	
}
.bannerleft h2{
	margin:0px;
	padding:0px;
	color:#FFF;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:18px;
	font-weight:bold;	
}
.bannerleft h1{
	margin:0 0 5px 0;
	padding:0px;
	color:#FFF;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:32px;
	font-weight:bold;	
}
.bannerleft ul{
	margin:15px 0 0 15px;
	list-style:none;
	padding:0px;
	float:left;
	width:180px;
}
.bannerleft ul li{
	line-height:30px;
	height:30px;
	color:#000;
	border-bottom:dotted 1px #999;
	font-size:14px;
	padding:0 0 0 15px;
	background:url(images/image9.png) no-repeat left center;	
}
.banneright-text{
	width:300px;
	float: right;
	margin:0 55px 0 0;
	height:auto;	
}
.banneright-text h2 {
	margin:8px 0 -8px 10px;
	padding:0px;
	color:#FFF;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:18px;
	font-weight:bold;	
}
.banneright-text ul{
	margin:15px 0 0 20px;
	list-style:none;
	padding:0px;
	float: left;
	width:270px;
}
.banneright-text ul li{
	line-height:30px;
	height:30px;
	color:#fff;
	border-bottom:dotted 1px #999;
	font-size:14px;
	padding:0 0 0 25px;
	background:url(images/item.png) no-repeat left center;	
}
.signup{
	width:160px;
	height:38px;
	float:left;
	margin:35px 0 0 15px;	
}
.signup a{
	width:160px;
	height:38px;
	line-height:38px;
	text-align:center;
	color:#000;
	font-weight:bold;
	font-size:16px;
	text-decoration:none;
	display:block;
	background:url(images/image10.png) no-repeat left top;	
}
.signup a:hover{
	background:url(images/image10.png) no-repeat left bottom;	
}
.readmore{
	width:160px;
	height:38px;
	float:left;
	margin:35px 0 0 15px;	
}
.readmore a{
	width:160px;
	height:38px;
	line-height:38px;
	text-align:center;
	color:#FFF;
	font-weight:bold;
	font-size:16px;
	text-decoration:none;
	display:block;
	background:url(images/image11.png) no-repeat left top;	
}
.readmore a:hover{
	background:url(images/image11.png) no-repeat left bottom;	
}
.banneright{
	width:150px;
	float:left;
	margin:0 0 0 27px;	
}
.starting{
	color:#000;
/*	font-weight:bold;*/
	font-size:14px;
	width:130px;
	height:20px;
	line-height:20px;
	margin:45px 0 0 0;
	padding:0 0 0 22px;
}
.rate{
	font-size:24px;
	font-weight:bold;
	float:left;
	margin:13px 0 0 20px;
}
.rate1{
	font-size:40px;
	font-weight:bold;
	float:left;	
}
.rate2{
	font-size:24px;
	font-weight:bold;
	float:left;
	margin:13px 0 0 0;
}
.per{
	color:#000;
	font-weight:bold;
	font-size:14px;
	width:70px;
	height:20px;
	line-height:20px;
	padding:0 0 0 55px;	
}