/* Sales Page Styles */

body {
	color:#333;
	background-color:#333;
}
h1 {
	color:#222;
	padding:0;
}
h3 {
	font-size:30px;
	font-family:georgia,helvetica,arial;
	letter-spacing:-1px;
	line-height:40px;
	text-align:center;
	padding:0;
	margin:0;
	color:#222;
}
h4 {
	font-size:24px;
	font-family:georgia,helvetica,arial;
	line-height:28px;
	text-align:center;
	padding:0;
	margin:0;
	color:#222;
}
p {
	line-height:20px;
	padding:5px 0;
}
#content {
	background-color:#88bbbc;
}
#header {
	height:200px;
	background:url(../images/topbg2.png) top repeat-x #333;
}
#logo {
	background:url(../images/hdrbg2.png) top center no-repeat;
	margin:0 auto;
	padding:15px 15px 15px 15px;
	width:800px;
	height:70px;
}
#container {
	width:660px;
	background-color:fff;
	border-radius:15px;
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	padding:40px;
	box-shadow:0 0 3px 3px #7f7f7f;
	margin-bottom:60px;
}
.headline {
	font-size:44px;
	font-weight:bold;
	font-family: 'Oswald', sans-serif;
	letter-spacing:-2px;
	text-align:center;
	padding-top:20px;
}
#squ_headline h2 {
	font-size:22px;
	font-weight;bold;
	letter-spacing:-1px;
	text-align:center;
	margin:-5px 0 0;
	color:#5e5e5e;
}
#video {
	text-align:center;
	padding:10px;
	width:720px;
	height:400px;
	background-color:#fff;
	border:1px #5e5e5e solid;
	margin:10px auto 0;
}
#vidbox {
	width:720px;
	height:400px;
	margin:0 auto;
	background:url(../images/video2.jpg) no-repeat top center;
}
#vidbutton {
	padding-top:170px;
}
.hoverfade:hover{
	opacity: 0.9; /* Chrome 4+, FF2+, Saf3.1+, Opera 9+, IE9, iOS 3.2+, Android 2.1+ */
	filter: alpha(opacity=90); /* IE6-IE8 */
}
#video2 {
	text-align:center;
	padding:10px;
	width:426px;
	height:240px;
	background-color:#fff;
	border:1px #5e5e5e solid;
	margin:10px auto 40px;
}
#vidbox2 {
	width:426px;
	height:240px;
	margin:0 auto;
	background:url(../images/video3.jpg) no-repeat top center;
}
#vidbutton2 {
	padding-top:90px;
}
.hoverfade2:hover{
	opacity: 0.9; /* Chrome 4+, FF2+, Saf3.1+, Opera 9+, IE9, iOS 3.2+, Android 2.1+ */
	filter: alpha(opacity=90); /* IE6-IE8 */
}
#ordernow {
	padding:30px 0 40px;
	margin:0 auto;
	text-align:center;
}
.ordernow_text {
	font-size:36px;
	font-family: 'Oswald', sans-serif;
	padding:0 0 15px;
	margin:0;
	text-shadow: 0 1px 0 #fff;
}
#feature_col_left {
	width:310px;
	float:left;
	padding:20px 0 20px 10px;
}
#feature_col_right {
	width:310px;
	float:left;
	padding:20px 0 20px 30px;
}
.feature_box {
	width:310px;
	height:100px;
	padding:15px 0;
}
.feature_title {
	font-family:helvetica,arial;
	font-size:20px;
	font-weight:bold;
	letter-spacing:-1px;
	padding:0 0 5px 0;
	margin:0;
}
.feature_image {
	width:64px;
	height:64px;
	float:left;
	margin:0;
}
.feature_text {
	float:left;
	width:220px;
	padding:5px 0 10px 5px;
	margin:0;
}
#guaranteebox {
	background:url(../images/guarantee.jpg) no-repeat top center;
	width:550px;
	height:280px;
	margin:0 auto;
	padding:160px 0 20px;
}
#guaranteebox p {
	padding:5px 30px;
	font-size:18px;
}
#fullfooter {
	background:url(../images/footbg.png) repeat-x top center #333;
}
#footer {
	padding:20px 0;
	color:#e3e5d1;
	width:800px;
	text-align:right;
}
#footer ul li a{
	color:#e3e5d1;
}
#footer ul li a:hover{
	color:#aeb47a;
}
















