@charset "utf-8";
body {
	width:800px;
	font: 100% Helvetica, Verdana, Arial, sans-serif;
	background:#343226;
	margin: 0px auto; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
}

#container {
	width: 800px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #060;
	margin: 0px auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
	height: auto;
}
#header {
	padding: 0px 10px 0px 20px;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	height: 140px;
	background-image:url(images/headerbg.png);
	margin-top: 0px;
}

#header img {border:none; z-index:-1;}

#header h4 {
	font-family: Helvetica, Verdana, Arial, sans-serif;
	font-size:1.2em;
	margin-bottom:2px;
	margin-top: 0px;
	padding-top: 10px;
	color: #f3f1c5;
	text-align:center;
}

.homep {font-size:1.3em;}

h1 {
	font-family: Helvetica, Verdana, Arial, sans-serif;
	font-size:1.2em;
	margin-bottom:2px;
	margin-top: 0px;
	padding-top: 10px;
	line-height: 1.25em;
	color: #f3f1c5;
	text-align:center;
}

#header h2 {
	margin-bottom: 0px; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding-top: 5px; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	color: #f3f1c5;
	font-size: 1.25em;
}

#mainContent {
	background: url(images/leaves.gif);
	height: 460px;
}

/* MAIN COPY COLUMN STYLES */

#maincopy {
	position:relative;
	margin-left: auto;
	margin-right:auto;
	height: 458px;
	width: 600px;
	overflow: auto;
	z-index: 2;
	background-image:url(images/maincopysubbg.png);
	}
#maincopy h4 {
	color: #000;
	padding: 0 10px;
	margin:5px 0 0 0;
	font-size:0.9em;
}

#maincopy h5 {
	color:#000;
	padding:0 10px;
	margin: 5px 0 0 0;}

#maincopy p {
	color: #000;
	padding: 0px 14px;
	line-height:1.25em;
	font-size:0.75em;
}

#maincopy img {
	float: right;
	padding: 5px 10px;
}

/* OPT-IN BOX */

#boxy {height:200px;}

#optinbox {
	font-size: 0.8em;
	line-height: 1.25em;
	color: #000;
	text-align: center;
	vertical-align: middle;
	height: 225px;
	width: 220px;
	padding-top: 10px;
	padding-left: 10px;
	background-image:url(images/optinboxbg.png);
	visibility:visible;
	z-index:0;
	border:#000 thin double;
}

#optinbox #x {float:right; padding-right:10px; margin-bottom:10px;}

h4 {
	font-family: Helvetica, Verdana, Arial, sans-serif;
	font-size:1.1em;
	padding-bottom: 10px;
	padding-left:10px;
}

.funkybox {
	width: 260px;
	height: 200px;
	float:left;
	background:url(images/funkybox.gif);
	margin: 10px 20px 10px 10px;
	z-index:2;
	border:#000 dashed medium;
}

#optinbox2 {
	font-size: inherit;
	line-height: inherit;
	color: #000;
	text-align: center;
	vertical-align: middle;
	height: 190px;
	width: 260px;
	padding-bottom: 10px;
	margin:auto;
	background-image:url(images/optinboxbg.png);
	border:#000 medium dotted;
}

.regform {padding-left:20px;}
/*.regform td {font-size:0.8em;}*/

/* FOOTER STYLES */

#footer {
	padding: 0px 5px 0px 5px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	color: #f3f1c5;
	height: 110px;
	font-size:0.6em;
	background-image:url(images/footerbg.png);
}

#footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}

#footer a {
	color: #f3f1c5;
	text-decoration: none;
}
#footer a:hover {
    text-decoration: underline;
}

#footer table td {vertical-align:top;}
	
#footer #copyright {
	float:left;
	text-align:left;
}

.social table td {vertical-align:bottom;}

.social img {padding: 10px 3px 0px 2px; border:none;}

.social a {text-decoration:none;}

.numbers {
	padding-left: 25px; 
	text-align:left;
	padding-top:5px;}

.address {
	padding-left:25px; 
	text-align:left;
	padding-top:5px;}


/* SUB PAGES MAIN CONTENT STYLE */

.oneColFixCtrHdr #container #mainContent #maincopysub {
	height: 440px;
	width: 600px;
	margin:auto;
	overflow: auto;
	z-index: 1;
	background-image:url(images/maincopysubbg.png);
	font-size:0.75em;
	padding:10px;
	font-weight:500;
		}
		
#maincopysub h2 {
	font-size:1.25em;
	font-weight:bold;
	margin-left:10px;
}

#maincopysub p {
	padding-bottom:5px;
	margin:5px 10px 5px 10px;}

.redtext {
	color:#900;
	font-weight:bold;
	text-align:center;
}

.redtexthigh {
	color:#900;
	font-weight:bold;
	background-color:#FF9;
}

.redtexthighbig {
	color:#900;
	font-weight:bold;
	background-color:#FF9;
	font-size:1.8em;
	line-height:1.5em;
	width:55%;
}
.bold {font-weight:bold;}

.boldhighlight {font-weight:bold; background-color:#FF9;}

.highlight {background-color:#ff9;}

.enfasi {
	font-style:italic;
}

.underline {text-decoration:underline;}

.centre {text-align:center;}

.leftimg {
	float:left;
	padding: 10px 10px 10px 0px;
	margin-right: 10px;
	margin-top:0px;
}
.rightimg {
	float:right;
	padding: 10px 0px 10px 0px;
	margin-left: 5px;
	margin-top:0px;
}

.ctrimg {
	padding: 10px;
	margin:auto;
	display:block;
	margin-left:auto;
	margin-right:auto;
	border:none;
}
.chkmrk {
	float:left;
	padding: 0px 10px 5px 0px;
	margin-right: 10px;
	margin-top:0px;
}

.aaplayer {
	text-align:center;
	margin:15px auto;
	width:70%;
}

.joinup {
	width:80%;
	margin:auto;
	border:#900 dashed thick;
	padding:20px;
	text-align: center;
}

.joinup a {text-decoration:none; color:#000;}

.joinup img {border:none;}

.joinup table {margin:auto;}

.joinup td {text-align:left; padding:5px; font-weight:600;}

.joinup2 {
	width:70%;
	margin:auto;
	border:#900 dashed medium;
	padding:15px;
	text-align: center;
}

.joinup2 a {text-decoration:underlined; color:#33c;}

.joinup2 img {border:none;}


.testimonials {
	width:70%;
	margin:25px auto;
	padding:10px;
	border:#000 double medium;
}

.testimonials a {text-decoration:none}

.guarantee {
	width:70%;
	background-color:#ffc;
	border:#000 solid thin;
	margin:auto;
}

a {color:#000;}

.termsofuse {text-align:center;
font-weight:600;
font-size:0.9em;}

.asterisks p {margin-left:22px;
margin-bottom:0px;}

.disclaimer {font-size:0.8em; text-align:center;}

/* AUDIO LINKS STYLES */

#audios {
	width:90%;
	margin:auto;
}

#audios hr {
	color:#900;
    margin:10px 0px;
}

.audioprice {
	margin: 10px 0px;
	text-align:center;
}

#audios ol {
	font-weight:bold;
	color:#900;
}

#audios ol p {color:#000;}

.drops {
	width:300px;
	margin:auto;
}

/*====================================
  MINDSET MATTERS TABLE
  ====================================*/

.mindset {
	border:none;
	text-align:left;
	width:auto;
}

.mindset td {padding-left:5px; 
padding-top:10px;
padding-bottom:5px;
width:33%;
border-bottom:thin dotted #666;}

/*====================================
  TRIALS PAGE MAIN CONTENT AREA 
  ====================================*/
  
.trials {
	width:80%;
	padding:10px;
	text-align:center;
	margin:auto;
	border-bottom:thin dotted #666;
}

.trials2 {
	width:80%;
	padding:10px;
	text-align:center;
	margin:auto;
}

.bluelink {
	color:#33C;
	text-decoration:underline;}
	
.bluetext {color:#33C;}

.bluetexthigh {color:#33c; background-color:#FF9;}

.leftext {text-align:left;}

.overhaul p {width:60%; margin:auto;}

/*===============================
  MINDSHIFT MAGIC PAGE
  =============================== */
  
.asterisk li {
	list-style-image:url(images/asterisk.png);
	vertical-align:bottom;
	line-height:1.25em;
	padding-bottom:1.25em;
	}
	
/*===============================
  TELECLASS PAGE
  =============================== */	
  
.calldetails {
	margin-left:30px;
	padding:10px;
	font-size:1.2em;
	font-weight:600;
}

.calldetails table {padding:10px;}

/*===============================
  MINDSET MATTERS PAGE
  =============================== */
  
.silver {color:#F03; font-weight:bold; font-size:1.3em;}

table.mindsetpayments {width:90%; margin:auto;}

.tiers {text-align:left; font-size:1.2em; font-weight:500;}

h1 {margin-left:10px;}

.benefitsmm {
	width:480px;
	margin:auto;
	border:thick solid #456b20;
	padding:15px;
	font-style:italic;
	font-size:1.2em;
}

.benefitsmm h2 {text-align:center;}

.benefitsmm ul {
	list-style-type:none;
	padding:0;
	margin:0;
}

.benefitsmm li {
	background-image:url(images/greentick.png);
	background-repeat:no-repeat;
	background-position:0 0;
	padding-bottom:1.5em;
	padding-left:40px;
}

.mmtestimonial {
	width:440px;
	margin:auto;
	border: medium ridge #456b20;
	padding:15px;
	font-style:italic;
	margin-top:1.5em;
	margin-bottom:1.5em;
}

.mmtestimonial h2 {
	text-align:center;
	margin-top:0px;
	margin-bottom:1.2em;
	padding-top:2px;
}

.mmtestimonial hr {
	width:90%; 
	color: #456b20;
	}

/*================================
  SEPTEMBER PROGRAMS
  ================================*/
ul.doodle {width:90%; margin:auto;}
 
.doodle li {
	list-style-image:url(images/dood_arrow-r.gif);
	vertical-align:bottom;
	line-height:1.25em;
	padding-bottom:1.25em;
	padding-left:5px;
	}
	
.golds {background-color: #456b20;
color:#f3f1c5; 
font-weight:bold; 
font-size:1.4em;
padding:5px;
text-align:center;
width:90%;
margin:auto;}	

