@charset "utf-8";
/* CSS Document */

* {
	margin:0;
	padding: 0;

}

body {
	font-size: 12px;
	font-family: Tahoma, Arial;
	color: #000;
	text-align:center;

	

}
img { border: 0;
	
}

.clear {
	clear: both;
	height: 0px;
}

#page-wrap {
	background-color: #FFFFFF;
	text-align: left;
	width: 980px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}

#header {
	width: 980px;
	background: url(images/header.jpg) top center no-repeat;
	height: 49px;
	position: relative;
}

#content {
	background: url(images/body-bg.gif) center center repeat-y;
	overflow: hidden;
	padding: 0 40px 0 57px;
	margin: 0;
	line-height: 1.5;
}

#title {
	width: 710px;
	margin: 0 auto;
}
#main-content {
	float: left;
	width: 500px;
	padding: 15px 0;
}
h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 24px;
	color: #F80F00;
	margin-bottom: 25px;
	text-align: center;
	
}

h2 span {
	text-decoration: underline;
}
h3 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	
	color: #F71306;
	padding: 10px 0;
	
}

#video {
	margin-bottom: 25px;
}
ul{
	list-style-type:none;
	
}

.check-marks li{
	background:url(images/checkmark.png) center left no-repeat;
	padding-left: 45px;
	line-height: 2em;
	font-family:"Trebuchet MS",Arial,Helvetica,sans-serif;
	font-size: 16px;
	margin-left: 6px;
}

#testimonials {
	margin-top: 25px;
}
#testimonials li {
	display: block;
	width: 260px;
	height: 220px;
	line-height: 1.8em;
	float: left;
	
	margin: 10px 5px 15px 0;
	border-right: 1px dotted #999;
	text-align: center;
	font-size: 14px;
	font-weight: bold;
	padding: 10px;
}

#testimonials span {
	font-style: italic;
	font-weight:normal;
	font-size: 13px;
	color: #666666;
}

#testimonials li.end {
	border-right: 0 none;
}
#quote-form {
	float: right;
	width: 350px;
	margin-left: 25px;
	background: url(images/rewards-plus.jpg) top left no-repeat;
	height:600px;
	color: #fff;
	font-size: 16px;

}

#quote-form table {
	padding: 170px 10px 25px;
	text-align:left;
	}

#quote-form input[type=text]{	
	width: 200px;
	padding: 3px 0;
	margin: 3px 0;
}
#footer {
	background: url(images/footer.gif) bottom center no-repeat;
	height: 58px;
	text-align: center;
	font-size: 10px;
	}
#footer p {
	padding-top: 5px;
}
