@charset "utf-8";

.form {
	font-family:Arial;
	font-size: 16pt;
	color:#666;
	background-color:#FFFFDD;
	border:1px solid #CCC;
}
#video {
	width:480px;
	height:240px;
	position:relative;
	left: 20px;
	top: 5px;
}

#menu {
	width:800px;
	height:40px;
	position:relative;
	left: 100px;
	top: 39px;
}

#join {
	width:150px;
	height:150px;
	position:relative;
	left: 290px;
	top: 90px;
}

body {
	font:100% Helvetica, Arial, Verdana, sans-serif;
	background:#54729e;
	color:#333;
	font-size:12pt;
	line-height:1.5;
	margin:0;
	
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}
h1, h2, h3 {
	color:#1a1a1a;
	text-align:center;
	text-transform:capitalize;
	width:100%;
	margin-left:auto;
	margin-right:auto;
	line-height:1.2;
	margin-bottom:10;
	margin-top:0;
}
h1.prehead {
	font-size:smaller;
	font-style:italic;
	text-align:left;
}
h1 {
	font-family:Helvetica;
	font-size:30pt;
	font-weight:bold;
}
h2 {
	font-size:24pt;
}
h3 {
	color:#333;
	font-size:20pt;
	/*width:80%;*/
}
a {
	color:#54729e;
}
a:hover {
	color:#54729e;
}
a:visited {
	color:#54729e;
}
p {
	margin-top:0;
	margin-bottom:10;
}
ul {
	list-style-image:url(../images/tick_small.gif);
	list-style-position:inside;
}
img {
	border:0px;
}
.large, .larger, .x-large, .xx-large, .small, .smaller, .x-small, .xx-small {
	color:#54729e;
}
.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:#DD0000;
}
.highlight {
	background-color:#FFFFCC;
}
.disclaimer {
	font-family:Verdana, Arial;
	font-size:7pt;
	color:#999;
	line-height:1.5;
	text-align:justify;
	padding:20px;
}
.footer {
	font-family:Verdana, Arial;
	font-size:8pt;
	color:#999;
	line-height:1.5;
	text-align:center;
	margin-bottom:-20px;
}


#header1 {
	width:1000px;
	height:200px;
	margin:0px auto;
	background-image:url(../images/template_01.gif);
}
#header1bg {
	width:100%;
	background-image:url(../images/template_02.gif);

}

#content {
	width:900px;
	margin:0px auto;
}
#contentwrap {
	width:1000px;
	margin:0px auto;
	background-image:url(../images/template_03.gif);
}
#contentbg {
	width:100%;
	background-image:url(../images/template_04.gif);
}

#footer1 {
	width:1000px;
	height:100px;
	margin:0px auto;
	background-image:url(../images/template_05.gif);
}
#footer1bg {
	width:100%;
	background-image:url(../images/template_06.gif);
}


#boxhdr {
	width:700px;
	height:50px;
	background-image:url(../images/component_01.gif);
}
#boxbg {
	background-image:url(../images/component_02.gif);
}
#boxftr {
	width:700px;
	height:50px;
	background-image:url(../images/component_03.gif);
}
#boxcnt {
	width:570px;
	margin:0px auto;
}
#boxwrap {
	width:700px;
	margin:0px auto;
}


#testhdr {
	width:700px;
	height:50px;
	background-image:url(../images/testimonial_01.gif);
}
#testbg {
	background-image:url(../images/testimonial_02.gif);
}
#testftr {
	width:700px;
	height:50px;
	background-image:url(../images/testimonial_03.gif);
}
#testcnt {
	width:570px;
	margin:0px auto;
}
#testwrap {
	width:700px;
	margin:0px auto;
}


#bonushdr {
	width:700px;
	height:50px;
	background-image:url(../images/bonus_01.gif);
}
#bonusbg {
	background-image:url(../images/bonus_02.gif);
}
#bonusftr {
	width:700px;
	height:50px;
	background-image:url(../images/bonus_03.gif);
}
#bonuscnt {
	width:570px;
	margin:0px auto;
}
#bonuswrap {
	width:700px;
	margin:0px auto;
}

#orderform {
	margin:0px auto;
	width:550px;
	padding:15px;
	border:2px dashed #999;
}

#optin {
	margin:0px auto;
	width:352px;
	height:200px;
	background-image:url(../images/optinbox.gif);
}

#optincode {
	position:relative;
	margin:0px auto;
	width:250px;
	left: 0px;
	top: 90px;
}
#box {
	width:700px;
	margin:0 auto;
	padding:30px;
	border:5px dashed #54729e;
	margin-top:20px;
	margin-bottom:50px;
	-moz-box-shadow: 3px 3px 10px #CCC;
	-webkit-box-shadow: 3px 3px 10px #CCC;
	box-shadow: 3px 3px 10px #CCC;
}
#box2 {
	width:800px;
	margin:0 auto;
	padding:30px;
	border:5px dashed #54729e;
	margin-top:20px;
	margin-bottom:50px;
	-moz-box-shadow: 3px 3px 10px #CCC;
	-webkit-box-shadow: 3px 3px 10px #CCC;
	box-shadow: 3px 3px 10px #CCC;
}