@charset "utf-8";
/* CSS Document */

/*----------DEFAULTS----------*/
body, div, img, h1, h2, h3, h4, h5, h6, p, ul, ol, li, dl, dd, dt,
blockquote, fieldset, legend, label, textarea {
    margin: 0; padding: 0; border: 0;
}
sh1, h2, h3, h4, h5, h6, p {
    margin: 0 0 1em 0;
}
h1{font-size: 300%; text-align: center; font-weight:bold; line-height: 100%;}
h2{font-size: 150%; font-family: "Arial Narrow", Arial, Helvetica, sans-serif; font-weight:bold; letter-spacing:-1px; word-spacing:-1px; text-align: center; margin-top: 40px; line-height: 100%;}
h3{font-size: 140%; text-align: center; font-weight: normal; line-height: 100%;}
h4{font-size: 140%;}
h5{font-size: 120%;}
h6{font-size: 110%;}

html, body { height: 100%; }

img { border: 0; }

/*----------MAIN----------*/
body {
	background-color: #000000;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 18px;
	line-height: 22px;
}
.container {
	width: 80%;
	max-width: 960px;
	margin: 0;
	padding: 0;
	margin: 0 auto;
	position: relative;
}
.container p {
	width: 85%;
	margin: 0 auto;
	margin-top: 40px;
}
.float-left {
	float: left;
}
.float-right {
	float: right;
}
.clear {clear: both;
}
.center {  
	display: block;
	margin-top: 0px;
	margin-left: auto;
	margin-right: auto;
	padding: 0px;
	line-height: 0;
}
.white {
	background-color: #ffffff;
	position: relative;
}
.red {
	color: #cc0000;
}
.underline {
	text-decoration: underline;
}
.italic {
	font-style: italic;
	font-weight: normal;
	color: #000 !important;
}
.padding-top {
	padding-top: 20px;
}

/*----------HEADER----------*/
.header {
	width: 100%;
	height: 50px;
	color: #ffffff;
	text-align: center;
	font-size: 240%;
	font-family: "Arial Narrow", Arial, Helvetica, sans-serif;
    font-weight:bold;
    letter-spacing:-1px;
    word-spacing:-1px;
	padding-top: 25px;
	background: #300202; /* Old browsers */
background: -moz-linear-gradient(left,  #300202 0%, #d10909 20%, #d10909 80%, #300202 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, right top, color-stop(0%,#300202), color-stop(20%,#d10909), color-stop(80%,#d10909), color-stop(100%,#300202)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(left,  #300202 0%,#d10909 20%,#d10909 80%,#300202 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(left,  #300202 0%,#d10909 20%,#d10909 80%,#300202 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(left,  #300202 0%,#d10909 20%,#d10909 80%,#300202 100%); /* IE10+ */
background: linear-gradient(to right,  #300202 0%,#d10909 20%,#d10909 80%,#300202 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#300202', endColorstr='#300202',GradientType=1 ); /* IE6-9 */
}
#header-shadow {
	width: 100%;
	height: 16px;
	background-image: url('../images/header-shadow.png');
	background-repeat: repeat-x;
}

/*----------TOP----------*/
#checkmarks {
	margin-left: -30px;
	width: 63%;
	margin-top: 40px;
	font-size: 120%;
	font-family: "Arial Narrow", Arial, Helvetica, sans-serif;
    font-weight:bold;
    letter-spacing:-1px;
    word-spacing:-1px;
}
#checkmarks ul {
	list-style: none;
	line-height: 100%;
}
#checkmarks ul li {
	background-image: url('../images/checkmark.png');
	background-repeat:no-repeat;
	padding-left: 35px;
	margin-top: 15px;
	min-height: 24px;
}
#checkmarks span {
	background-color: #F8FF00;
}
#image1 {
	margin-left: -48px;
}
#image2 {
	margin-right: -120px;
}
#image4 {
	margin-left: -120px;
}
#image5 {
	margin-right: -120px;
}
#image6 {
	margin-left: -120px;
}
#image7 {
	margin-right: -120px;
}
#image8 {
	margin-right: -120px;
}
#image9 {
	width: 55%;
}
#btn {
	margin-left: -70px;
}
.highlight {
	background-color:#F8FF00;
}
.grey-box {
	width: 80%;
	background-color:#e6e6e6;
	border:5px solid #cccccc;
	margin: 0 auto;
	margin-top: 40px;
	padding: 15px;
}
.grey-box ul {
	list-style: none;
	line-height: 100%;
}
.grey-box ul li {
	background-image: url('../images/checkmark.png');
	background-repeat:no-repeat;
	padding-left: 35px;
	margin-top: 15px;
	min-height: 24px;
}
.grey-box span {
	color: #000099;
}
.box-bullets {
	font-family: "Arial Narrow", Arial, Helvetica, sans-serif;
    font-weight:bold;
    letter-spacing:-1px;
    word-spacing:-1px;
	font-style: italic;
}
#box {
	padding: 5px;
	border: 1px solid #FF0004;
	font-size: 80%;
	line-height: 100%;
}
.testimonial {
	position: absolute;
	top: -200px;
	left: -15%;
	z-index: 1;
	background-image: url('../images/testimonial.png');
	background-repeat: no;
	width: 504px;
	height: 372px;
	padding: 15px;
	text-align: center;
	font-size: 12px;
	line-height: 14px;
	color: #adadad;
}
#testimonial p {
	margin-bottom: 0;
	margin-top: 30px;
	padding: 0;
}
.testimonials1 {
	width: 50%;
	margin-top: 170px;
	font-size: 90%;
}
.testimonials2 {
	width: 50%;
	position: relative;
	font-size: 90%;
	margin-top:20px;
}
#btn2 {
	position: absolute;
	top:-15px;
	left:250px;
	z-index:1;
}
#checks {
	list-style: none;
	line-height: 100%;
	width: 70%;
	margin: 0 auto;
}
#checks li {
	background-image: url('../images/checkmark.png');
	background-repeat:no-repeat;
	padding-left: 35px;
	margin-top: 15px;
	min-height: 24px;
}
#gift {
	margin-top:-20px;
	margin-left: -20px;
	width: 34%;
}
#bottom-cta {
	margin-left:-30px;
	margin-top:-180px;
	width: 100%;
}