/* ********************* */
/* **** MAIN STYLES **** */
/* ********************* */
body {
	margin: 0px;
}

#container {
	width: 740px;
	margin: 0px auto;
}

#header {
	width: 740px;
	height: 243px; 
	overflow: hidden;

}

#main {
	overflow: hidden;
	width: 660px;
	font-family: Verdana, Tahoma;
	font-size: 15px;
	background: url(images/divbg.jpg) repeat-y;
	padding-left: 40px;
	padding-right: 40px;
}

#mainmc {
	overflow: hidden;
	width: 660px;
	font-family: Arial, Verdana, Tahoma;
	font-size: 16px;
	background: url(images/divbg.jpg) repeat-y;
	padding-left: 40px;
	padding-right: 40px;
}

#footer {
	width: 740px;
}

a, a:visited {
	color: #000066;
	text-decoration: underline;
}

a:hover {
	text-decoration: none;
}

/* ********************* */
/* **** BOOKMARKING **** */
/* ********************* */
.bookmark {
	float: right;
	font-size: 11px;
	text-align: center;
	padding: 5px;
	border: 1px dashed #DDDDDD;
}

.bookmarklink {
	font-size: 11px;
	font-weight: bold;
	color: #003300;
}

/* ********************* */
/* **** TESTIMONIAL **** */
/* ********************* */
#testimonialbox {
	width: 425px;
	margin: 0px auto;
	border: solid;
	border-color: #000000;
	border-width: 1px;
	background-color: #FFFF66;
	padding: 8px;
}

#testimonial {
	width: 425px;
	margin: 0px auto;
	background: url(images/testimonial-divbg.jpg);
	background-repeat: repeat-y;
}

#testimonial p {
	padding-left: 17px;
	padding-right: 17px;
}

#testimonial .photo {
	border-color: #CCCCCC;
	border-width: 1px;
	border-style: solid;
	float: right;
	margin-right: 17px;
}

#testimonial .focuspoint {
	text-align: center;
	font-size: 16px;
	color: #CC0000;
	font-weight: bold;
}

/* ********************* */
/* **** SUBSCRIBE BOX ** */
/* ********************* */
#dropin {
	position:absolute;
	visibility:hidden;
	left:200px;
	top:100px;
	width:400px;
	height:390px;
	background-image:url(images/sub.png);
	font-family: Verdana, Arial, Tahoma;
	font-size: 15px;
	color: #FFFFFF;
}

#dropinclose {
	float: right;
	color: #FFFFFF;
	text-align: right;
	font-size: 10px;
	padding-right: 30px;
	padding-top: 8px;
}

#dropinclose a {
	color: #FFFFFF;
}

#dropinsubscribe {
	position: absolute;	
	top: 244px;
	left: 40px;
}

#dropinsubname {
	position: absolute;	
	left: 144px;
}

#dropinsubemail {
	position: absolute;	
	left: 144px;
	top: 30px;
}

#dropinsubsubmit {
	margin-top: 60px;
	margin-left: 10px;

}

#dropinsubsubmitbutton {
	width: 300px;
}


/* ********************* */
/* **** ORDER FORM  **** */
/* ********************* */
#orderform {
	margin: 0px auto;
	width: 550px;
	border-left: dashed;
	border-right: dashed;
	border-bottom: dashed;
	border-color: #000000;
	border-width: 5px;
}

#insideorderform {
	background-color: #FFFF99;
	border-top: dashed;
	border-bottom: dashed;
	border-color: #000000;
	border-width: 5px;
	width: 100%;
}

#insideorderform .topheader {
	color: #CC0000;
	font-size: 24px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-align: center;
	font-weight: bold;
	padding: 5px;
}

#orderform .subheader {
	color: #000000;
	font-size: 19px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-align: center;
	font-weight: bold;
	padding-left: 5px;
	padding-right: 5px;
	text-decoration: underline;
}

#orderform p {
	font-family: Verdana, Georgia;
	font-size: 14px;
	padding-left: 10px;
	padding-right: 10px;
}

#orderform .header {
	text-align:center;
	font-family: Verdana, Georgia;
	font-size: 28px;
	font-weight: bold;
	color: #CC0000;
}


/* ********************* */
/* **** GUARANTEE   **** */
/* ********************* */
#newguarantee {
	height: 347px;
	width: 520px;
	margin: 0px auto;
	background-image:url(images/guarantee-bot.gif);
	background-position: bottom;
}

#newguarantee p {
	padding-left: 60px;
	padding-right: 60px;
}


#guarantee {
	border: 1px;
	border-color: #ddd;
	border-style: solid;
	padding-top: 3px;
	padding-left: 13px;
	padding-right: 13px;
	width: 630px;
	margin: 0px auto;
}

#guaranteespecial {
	border: 1px;
	border-color: #ddd;
	border-style: solid;
	padding-top: 3px;
	padding-left: 13px;
	padding-right: 13px;
	width: 560px;
	margin: 0px auto;
}

#guaranteeimg {
	float: right;
}


/* ********************* */
/* **** FORMATTING  **** */
/* ********************* */
h1 {
	color: #CC0000;
	text-align: center;
}

.h1mc {
	color: #990000;
	text-align: center;
	font-size: 40px;
}


h2 {
	text-align: center;
}

.h2mc {
	text-align: center;
	font-size: 27px;
}

.miracle {
	font-weight: bold;
	color: #000040;
	text-decoration: underline;
}

.redheader {
	color: #CC0000;
	text-align: center;
	font-size: 25px;
	font-weight: bold;
}

.blackheader {
	color: #000000;
	text-align: center;
	font-size: 30px;
	font-weight: bold;
}

.redhighlight {
	color: #CC0000;
}

.instantaccess {
	color: #000099;
	text-decoration: underline;
	font-size: 22px;
}

.highlightyellow {
	background-color: #FFFF00;
}

.highlightgreen {
	color: #009900;
}

.lispace {
	padding: 9px;
}

.subscribeimg {
	padding: 3px;
	border: 1px;
	border-color: #CCCCCC;
	border-style: solid;
}

.footertext {
	color: #AAAAAA;
	font-size: 10px;
	font-weight: bold;
	text-align: center;
}

.benefit {
	border: solid #000000 1px;
	padding: 7px;
	width: 550px;
	margin: 0px auto;
}

.benefithead {
	color:#000066;
	font-size: 24px;
	font-weight: bold;
	font-family: Tahoma, Arial, Verdana;
}

#affiliatebox {
	border: 1px;
	border-color: #aaa;
	border-style: solid;
	padding-top: 3px;
	padding-left: 13px;
	padding-right: 13px;
	width: 630px;
	margin: 0px auto;
}

.top {
	text-align: center;
	margin: 0px auto;
	font-size: 40px;
	color: #000000;
}

#wug {
	margin-left: 30px;
}

.wugheader {
	font-size: 30px;
	color: #000000;
}

#subscribe {
	font-family: Arial, Verdana;
	padding-left: 150px;
	padding-right: 150px;
	border: 0px;
	border-color: #333;
	border-style: solid;
	background-image: url(images/subscribebg.jpg);
	background-repeat: no-repeat;
}