@charset "utf-8";
@import url(http://fonts.googleapis.com/css?family=Permanent+Marker|Passion+One|Open+Sans);

#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-family:Open Sans, Tahoma;
	background:#fff;
	color:#333;
	font-size:12pt;
	line-height:1.5;
	margin:0;
}
h1, h2, h3 {
	font-family:Passion One, Tahoma, Geneva, sans-serif;
	font-weight:normal;
	color:#333;
	text-align:center;
	text-transform:capitalize;
	margin:0px auto 10px auto;
	line-height:1;
	letter-spacing:-0.03em;
}
h1.prehead {
	font-size:smaller;
	font-style:italic;
	text-align:left;
}
h1 {
	font-size:36pt;
}
h2 {
	font-size:30pt;
}
h3 {
	font-size:26pt;
}
a {
	color:#09F;
	font-weight:normal;
}
a:hover {
	color:#0CF;
	font-weight:normal;
}
ul {
	list-style-image:url(../images/tick_small.gif);
	list-style-position:inside;
}
img {
	border:0px;
}
.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;
}
.grey {
	color:#ccc;	
}
.highlight {
	background-color:#FFFFCC;
}
.disclaimer {
	font-family:Verdana, Arial;
	font-size:8pt;
	color:#999;
	line-height:1.3;
	text-align:justify;
	padding:20px;
}
.disclaimer a {
	color:#999;
	text-decoration:none;
}
.footer {
	font-family:Verdana, Arial;
	font-size:10pt;
	color:#999;
	line-height:1.3;
	text-align:center;
	margin-bottom:-20px;
}


#header, #footer {
	width:1000px;	
	margin:0 auto;
}
#headerbg, #contentbg, #footerbg {
	width:100%;	
}

#header {
	height:300px;
	background-image:url(../images/template2_01.jpg);
}
#headerbg {
	background-image:url(../images/template2_02.jpg);
}
#content {
	width:800px;
	margin:0 auto;
	padding:0 100px;
	background-image:url(../images/template2_03.jpg);
}
#contentbg {
	background-image:url(../images/template2_04.jpg);
}
#footer {
	height:100px;
	background-image:url(../images/template2_05.jpg);
}
#footerbg {
	background-image:url(../images/template2_06.jpg);
}


#box {
	margin:20px auto;
	width:600px;
	padding:20px;
	border:1px dashed #333;
}
#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;
}
