h2{
	width: 998px;
	margin-top: 20px;
	margin-bottom: 30px;
}

/* @group Header #standard body */

#content{
	padding: 0px;
	width: 992px;
}

#header_ad{
	position: relative;
	padding: 0px;
	margin: 0px;
	height: 537px;
	background: black url(../layout/girl_back2.jpg) no-repeat;

}

/* @group features list */

#header_ad ul#features{
	padding: 0px;
	margin: 10px;
	position: absolute;
	right: 10px;
	top: 0px;
}
#header_ad ul#features li{
	text-align: right;
	width: 100%;
	margin: 0px;
	list-style-type: none;
	padding: 2px;
	font-size: 22px;
	font-weight: bold;
}
#header_ad ul#features li strong{
	color: #F37D20;
}

/* @end */
#header_ad #video{
	padding: 0px;
	margin: 0px;
	position: absolute;
	top: 150px;
	left: 250px;
}
#header_ad #phone{
	padding: 0px;
	margin: 0px;
	position: absolute;
	bottom: 24px;
	right: 35px;
	font-size: 36px;
	font-weight: bold;
}
#header_ad #facebook{
	padding: 0px;
	margin: 0px;
	position: absolute;
	bottom: 10px;
	left: 10px;
}

/* @group contact form */

#header_ad #contact_form{
	width: 300px;
	position: absolute;
	right: 15px;
	top: 110px;
	padding: 0;
	margin: 0;
}

#header_ad #contact_form input, #header_ad #contact_form label,#header_ad #contact_form textarea{
	padding: 0;
	margin: 0 0 0 10px;
}
#header_ad #contact_form textarea{
	margin-bottom: 10px;
	width: 275px;
	height: 100px;
}

#header_ad #contact_form .submit{
	position: absolute;
	right: 10px;
	top: 100px;
	padding: 0;
	margin: 0;
}

#header_ad #contact_form label.error{
	height: 20px;
	background: red;
	position: relative;
	top: -18px;
	left: -114px;
	padding: 1px 2px 2px;
}
/* @end */

/* @end */

/* @group Home Body */

#home_text{
	position: relative;
	margin-bottom: 50px;
	padding-bottom: 50px;
}

#home_text div{
	width: 600px;
}

#home_text #feature_list{
	position: absolute;
	top: 60px;
	right: 15px;
	width: 300px;
}

#home_text p{
	width: 100%;
	text-indent: 1em;
	padding-left: 20px;
}
#home_text p.center{
	width: 100%;
	text-align: center;
	text-indent: 0;
	padding-top: 30px;
}

div#starting_at{
	position: absolute;
	display: block;
	text-transform:uppercase;
	width: 300px;
	top: 490px;
	right: 25px;
	text-align: center;
	font-size: 24px;
	line-height: 2;
}

#starting_at strong{
	font-size: 36px;
	padding-bottom: 20px;
	margin-bottom: 20px;
	line-height: 1;
}

/* @end */



