@charset "utf-8";

#header, #footer {
	max-width:1000px;	
	margin:0 auto;
	background-size: 100% 100%;
    background-repeat: no-repeat;
}
#headerbg, #contentbg, #footerbg {
	width:100%;	
}

#header {
	height:210px;
	background-image:url(../images/template_01.jpg);
}
#headerbg {
	background-image:url(../images/template_02.jpg);
}
#content {
	max-width:750px;
	padding:0 125px;
	/*max-width:800px;
	padding:0 100px;*/
	margin:0 auto;
	background-image:url(../images/template_03.jpg);
	background-size: 100% 100%;
}
#contentbg {
	background-image:url(../images/template_04.jpg);
}
#footer {
	height:110px;
	background-image:url(../images/template_05.jpg);
	background-size: 100% 100%;
    background-repeat: no-repeat;
}
#footerbg {
	background-image:url(../images/template_06.jpg);
}

body {
	font-family:Geneva, Arial, Helvetica, sans-serif;
	/*font:100% Helvetica, sans-seri, Verdana, Arial;*/
	background:#fff;
	margin:0px;
	padding:0px;
	color:#1a1a1a;
	font-size:13pt;
	line-height:1.5;
}
h1, h2, h3 {
	font-family:Impact;
	color:#2c0e02;
	text-align:center;
	text-transform:capitalize;
	width:100%;
	margin:0 auto;
	line-height:1.2;
	font-weight:normal;
	/*text-shadow:#CCC 1px 1px 3px;*/
}
h1.prehead {
	font-size:smaller;
	font-style:italic;
	text-align:left;
}
h1 {
	margin:0;
	font-size:36pt;
}
h2 {
	font-size:26pt;
}
h3 {
	font-size:20pt;
}
a {
	color:#06C;
}
a:hover {
	color:#09F;
}
.preview {
	background-color:#F00;
	padding:10px;
	text-align:center;
	color:#FFFFFF;
	font-size:14px;

	position:fixed;
	top:0;
	left:0;
	width:100%;
	min-height:20px;
	z-index: 10000;
	
	transition:opacity 0.2s linear;
	-moz-transition:opacity 0.2s linear;
	-webkit-transition:opacity 0.2s linear;
	
}
.preview a {
	color:#FFFFFF;
	font-weight:bold;
}
.previewwrap {
	height:40px;	
}
/*ul {
	list-style-image:url(../images/tick_small.png);
	list-style-position:inside;
}*/
.form {
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:16pt;
	color:#333;
	padding:5px;
	margin:3px;
	width:300px;
	height:30px;
	border:1px solid #ccc;
	background-color:#FFC;	
}
.large {
	font-size:large;
	font-weight:bold;
	line-height:1;
}
.larger {
	font-size:larger;
	font-weight:bold;
	line-height:1;
}
.x-large {
	font-size:x-large;
	font-weight:bold;
	line-height:1;
}
.xx-large {
	font-size:xx-large;
	font-weight:bold;
	line-height:1;
}
.small {
	font-size:small;
}
.smaller {
	font-size:smaller;
}
.x-small {
	font-size:x-small;
}
.xx-small {
	font-size:xx-small;
}
.red {
	color:#CC0000;
}
.left {
	text-align:left;	
}
.right {
	text-align:right;	
}
.highlight {
	background-color:#FFFF00;
}
.letter {
	font-family:Georgia;
	float:left;
	color:#333;
	font-size: 70px;
	line-height: 60px;
	padding-right: 5px;	
}
img, video {
	border:0px;
	max-width:100%;
	height:auto;
}
img.light:hover {
	opacity:0.8;	
}
hr {
	clear:both;
	height:1px;
	border: 0;
	margin-bottom:30px;
	
	background: #ffffff;
	background: -moz-linear-gradient(left, #ffffff 0%, #dddddd 50%, #ffffff 100%);
	background: -webkit-gradient(linear, left top, right top, color-stop(0%,#ffffff), color-stop(50%,#dddddd), color-stop(100%,#ffffff));
	background: -webkit-linear-gradient(left, #ffffff 0%,#dddddd 50%,#ffffff 100%);
	background: -o-linear-gradient(left, #ffffff 0%,#dddddd 50%,#ffffff 100%);
	background: -ms-linear-gradient(left, #ffffff 0%,#dddddd 50%,#ffffff 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ffffff',GradientType=1 );
	background: linear-gradient(left, #ffffff 0%,#dddddd 50%,#ffffff 100%);
}
hr.hide {
	height:0px;	
	margin:0px;
}
.textfield {
	border:2px #ccc solid;
	font-size:16pt;
	font-weight:bold;
	letter-spacing:-0.03em;
	color:#666;
	max-width:70%;
	padding:5px;
	margin:0 0 2px 0;
	background-color:#FFC;
}
.textfield:focus {
	background-color:#FFC;
}
.submit {
	font-size:16pt;
	font-weight:bold;
	letter-spacing:-0.03em;
	color:#333;
	padding:7px 30px;
	margin:1px;
	width:400px;
}
.textfieldlabel {
	letter-spacing:-0.03em;
	line-height:1;
	padding:0 2px; 0 0;
}
.disclaimer, .disclaimer a {
	font-family:Verdana, Arial;
	font-size:9pt;
	color:#CCC;
	line-height:1.3;
	text-align:justify;
	margin:0 auto;
	margin-bottom:20px;
	text-decoration:none;
}
.footer {
	font-family:Verdana, Arial;
	font-size:9pt;
	color:#CCC;
	line-height:1.3;
	text-align:center;
}

#videobox {
	margin-left:auto;
	margin-right:auto;
	margin-top:0px;
	margin-bottom:20px;
	width:75%;
	height:100%;
	padding:10px;
	border:1px dashed #CCC;
}
#videoheader {
	margin:0px auto;
	height:100px;
	max-width:600px;
	background-image:url(../images/component_01.gif);
}
#videocontent {
	margin:0px auto;
	max-width:500px;
	padding:1px 50px 10px 50px;
	background-image:url(../images/component_02.gif);
}
#videofooter {
	margin:0px auto;
	height:50px;
	max-width:600px;
	background-image:url(../images/component_03.gif);
}
video {
	margin:0 auto;
	max-width:100%;	
}
#box {
	max-width:650px;
	padding:20px;
	margin:20px auto;
	border:2px dashed #333;	
}
#boxheader {
	margin:0px auto;
	height:50px;
	max-width:700px;
	background-image:url(../images/component_01.gif);
}
#boxcontent {
	margin:0px auto;
	max-width:550px;
	padding:1px 75px 10px 75px;
	background-image:url(../images/component_02.gif);
}
#boxfooter {
	margin:0px auto;
	height:50px;
	max-width:700px;
	background-image:url(../images/component_03.gif);
}
#bonusheader {
	margin:0px auto;
	height:50px;
	max-width:700px;
	background-image:url(../images/bonus_01.gif);
}
#bonuscontent {
	margin:0px auto;
	max-width:560px;
	padding:1px 70px 10px 70px; /* top right bottom left*/
	background-image:url(../images/bonus_02.gif);
	font-size:smaller;
}
#bonusfooter {
	margin:0px auto;
	height:50px;
	max-width:700px;
	background-image:url(../images/bonus_03.gif);
}
#testimonialheader {
	margin:0px auto;
	height:50px;
	max-width:700px;
	background-image:url(../images/testimonial_01.gif);
}
#testimonialcontent {
	margin:0px auto;
	padding:1px 70px 50px 70px;
	max-width:560px;
	background-image:url(../images/testimonial_02.gif);
	color:#33;
	font-size:smaller;
}
.testimonialtitle {
	color:#FFF;
	font-size:x-large;
	text-shadow:none;
}
#testimonialfooter {
	margin:0px auto;
	height:50px;
	max-width:700px;
	background-image:url(../images/testimonial_03.gif);
}
#guaranteeheader {
	margin:0px auto;
	height:50px;
	max-width:700px;
	background-image:url(../images/guarantee_01.gif);
}
#guaranteecontent {
	margin:0px auto;
	padding:1px 70px 10px 70px;
	background-image:url(../images/guarantee_02.gif);
	max-width:560px;
}
#guaranteefooter {
	margin:0px auto;
	height:50px;
	max-width:700px;
	background-image:url(../images/guarantee_03.gif);
}
#orderform {
	margin:0px auto;
	max-width:550px;
	padding:20px;
	border:3px dashed #CCC;
	background-color:#FFF;
	/*font-size:smaller;*/
}
@media only screen and (max-width: 900px) {
	/*
	1vw = 1% of viewport width
	1vh = 1% of viewport height
	1vmin = 1vw or 1vh, whichever is smaller
	1vmax = 1vw or 1vh, whichever is larger
	*/
	/*#headerfooter {
		display: none;
	}*/
	/*#header, #headerbg, #footer, #footerbg {
		display:none;
		height:0px;
		background-image:none;
	}*/
	h1 {
		font-size:5vmax;
	}
	h2 {
		font-size:3vmax;
	}
	h3 {
		font-size:2vmax;
	}
	#headerbg, #footerbg, #videoheader, #videofooter, #boxheader, #boxfooter, #bonusheader, #bonusfooter, #guaranteeheader, #guaranteefooter {
		display:none;	
	}
	#content, #contentbg {
		background-image:none;
	}
	#content {
		padding:1em;
	}
	#videocontent, #boxcontent, #bonuscontent, #guaranteecontent {
		padding:0em;
		background-image:none;
	}
	hr {
		height:0px;
		margin:0;
	}
}