@charset "UTF-8";
/* CSS Document */

body {
	background-image: url(images/bg_meadow.jpg);
	background-position: center top;
	background-repeat: no-repeat;
	background-color: #666666;
	padding: 0;
	margin: 0;
	border: 0;
}

#wrapper {
	position: relative;
	left: 50%;
	width: 900px;
	margin-left: -450px;
	display: block;
	min-height: 1000px;
}

h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 35px;
	color: #FFFFFF;
	font-weight: lighter;
	position: relative;
	left: 20px;
	top: -10px;
}

h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	color: #FFFFFF;
	font-weight: lighter;
	position: relative;
	left: 20px;
	top: -30px;
}

#star {
	height: 212px;
	width: 262px;
	display: block;
	background-image: url(images/star.png);
	position: absolute;
	left: 60px;
	top: 110px;
	font-family: Arial, Helvetica, sans-serif;
	text-align: center;
	padding-top: 50px;
}

#star a {
	color: #FFFFFF;
	text-decoration: none;
}

#star a:hover {
	color: #FF0000;
	text-decoration: underline;
}

#star_1 {
	font-size: 40px;
	display: block;
}

#star_2	{
	font-size: 60px;
	font-weight: bold;
	display: block;
}

#star_3 {
	font-size: 25px;
	display: block;
}

#gadget {
	height: 350px;
	width: 350px;
	display: block;
	background-image: url(images/iphone_img.png);
	background-position: center;
	background-repeat: no-repeat;
	position: absolute;
	left: 544px;
	top: 60px;
}

#nav_menu {
	position: relative;
	display: block;
	height: 49px;
	top: 286px;
	margin-bottom: 240px;
}

#nav_home {
	display: block;
	height: 49px;
	width: 90px;
	background-image: url(images/nav_home_up.jpg);
	overflow: hidden;
	line-height: 500px;
	position: absolute;
}

#nav_home:hover, #nav_home.current {
	background-image: url(images/nav_home_over.jpg);
}

#nav_protect {
	display: block;
	height: 49px;
	width: 160px;
	background-image: url(images/nav_protected_up.jpg);
	overflow: hidden;
	line-height: 500px;
	position: absolute;
	left: 100px;
}

#nav_protect:hover, #nav_protect.current {
	background-image: url(images/nav_protected_over.jpg);
}

#nav_faq {
	display: block;
	height: 49px;
	width: 80px;
	background-image: url(images/nav_faq_up.jpg);
	overflow: hidden;
	line-height: 500px;
	position: absolute;
	left: 270px;
}

#nav_faq:hover, #nav_faq.current {
	background-image: url(images/nav_faq_over.jpg);
}

#nav_contact {
	display: block;
	height: 49px;
	width: 140px;
	background-image: url(images/nav_contact_up.jpg);
	overflow: hidden;
	line-height: 500px;
	position: absolute;
	left: 360px;
}

#nav_contact:hover, #nav_contact.current {
	background-image: url(images/nav_contact_over.jpg);
}

#statement {
	display: block;
	width: 900px;
	position: relative;
	top: 60px;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #FFFFFF;
}

#coverage {
	position: relative;
	display: block;
	width: 320px;
	left: 290px;
	top: 90px;
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	font-size: 16px;
}

#coverage a {
	color: #FFFFFF;
	text-decoration: underline;
}

#coverage a:hover {
	text-decoration: none;
}

#why_insure, #testimonials {
	display: block;
	width: 240px;
	background-image: url(images/bg_why_test.jpg);
	background-position: top;
	background-repeat: no-repeat;
	background-color: #FFFFFF;
	position: absolute;
	top: 500px;
	padding: 5px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

#testimonials {
	left: 650px;
}

.box_header {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #FFFFFF;
	display: block;
	padding-left: 5px;
}

#footer {
	display: block;
	width: 100%;
	height: 130px;
	padding-top: 20px;
	position: relative;
	background-image: url(images/bg_bottom.jpg);
	background-repeat: repeat-x;
}

#footer_contents {
	width: 900px;
	height: 150px;
	position: absolute;
	left: 50%;
	margin-left: -450px;
}

#footer_content {
	position: absolute;
	left: 50%;
	margin-left: -450px;
	width: 900px;
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

#footer_content a {
	color: #FFFFFF;
	width: 290px;
	display: inline-block;
	text-align: center;
	text-decoration: underline;
}

#footer_content a:hover {
	text-decoration: none;
}

#footer_content p {
	display: block;
}

#faq {
	position: relative;
	display: block;
	width: 600px;
	top: 90px;
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	font-size: 12px;
	padding-bottom: 100px;
}

.faq_q {
	font-size: 14px;
	font-weight: bold;
	padding-bottom: 8px;
}

#protect {
	position: relative;
	display: block;
	width: 600px;
	top: 90px;
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	font-size: 14px;
	padding-bottom: 100px;
}

.big_price {
	font-weight: bold;
	font-size: 14px;
	text-decoration: underline;
}

.buy {
	background-image: url(images/buy_now_up.jpg);
	height: 52px;
	width: 228px;
	display: block;
	overflow: hidden;
	line-height: 500px;
	
}

.buy:hover {
	background-image: url(images/buy_now_over.jpg);
}

#payment {
	position: relative;
	width: 900px;
	height: 1500px;
	top: 90px;
	color: #FFFFFF;
	display: none;
}

#contact {
	position: relative;
	display: block;
	width: 600px;
	top: 90px;
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	font-size: 14px;
	padding-bottom: 100px;
}

#contact label {
	width: 150px;
	display: inline-block;
	vertical-align: top;
	padding-top: 3px;
	padding-left: 80px;
}

#contact_first_name, #contact_last_name, #contact_tel_no, #contact_email {
	margin-bottom: 10px;
	width: 300px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

#contact textarea {
	width: 305px;
	height: 200px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

.error {
	color: #FFFFFF;
}