@charset "utf-8";
/* CSS Document */
/* Copyright 2010 - Free Aloe Drink */

/* Reset */
a, abbr, acronym, address, area, b, bdo, big, blockquote, body, button, caption, cite,
code, col, colgroup, dd, del, dfn, div, dl, dt, em, fieldset, form, h1, h2, h3, h4,
h5, h6, hr, html, i, images, ins, kbd, label, legend, li, map, object, ol, p, param, pre,
q, samp, small, span, strong, sub, sup, table, tbody, td, textarea, tfoot, th, thead,
tr, tt, ul, var {margin:0;padding:0;vertical-align:baseline}

/* Defaults */
:focus {outline:0}
a, a:visited {
	color:#0000FF;
	text-decoration:none
}
a:hover {}
a img { border-style: none; }
html {
	background-color: #FFFFFF;
	background-repeat: no-repeat;
}
body, html {height:100%}
h1 {color:#84c141;font-size:2em;margin:0 0 25px}
h2 {font-size:1.6em;margin:0 0 20px; z-index:6}
h3 {color:#555;font-size:1.2em;margin:0 0 15px 10px}
.style3 {color: #FF0000; font-weight: bold; } /* Red Bold */
img {border:0;vertical-align:bottom}
fieldset {border:0}
p {
	margin:0 0 1em;
}
.image { float: left; border: 2px solid #e2e2e2; padding: 3px; margin: 0 15px 10px 0; }
.imageright {
	float: right;
	margin-top: 0;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0;
	width: 360px;
	height: 300px;
	padding: 0px;
}
.textleft {
	float: left;
	border: 2px solid #e2e2e2;
	padding: 0px;
	margin: 0;
	width: 267px;
	height: 300px;
}

.divspacer {
	clear: both;
	height: 22px;
	width: 650px;
}

.imagenum {
	float: left;
	padding: 3px;
	margin: 0 15px 10px 0;
}
.imagedownload {
	float: left;
	padding: 3px;
	clear: both;
	margin-top: 0;
	margin-right: 15px;
	margin-bottom: 10px;
	margin-left: 0;
}
.texttitle {
	font-weight: bold;
	color: #FFFFFF;
	text-align: center;
	width: 265px;
	background-image: url(images/texttitle.png);
	background-repeat: repeat;
	font-size: 1em;
}

.style9 {font-weight: bold; font-style: italic; } /*Bold Italic*/
body {
	font-family: Arial, Helvetica, sans-serif;
	text-align: left;
	margin: 0px;
	padding: 0px;
}
#page {margin:0 auto -768px;min-height:100%;height:auto !important;height:100%;position:relative;z-index:5;width:960px}
#home #page {overflow:hidden}
#wrap { margin: auto; width: 960px; }
#hdr { position: relative; padding-top: 20px; padding-bottom: 20px; }
#main {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	text-align: left;
	margin: 0px;
	padding: 10px;
	width: 938px;
	border: 1px solid #999999;
	position: relative;
	height: 525px;
}
#main h2 {color:#FFF;text-shadow:1px 1px 1px #3f5c1f}
#faux {background:#FFF url(images/main.png) repeat-y;overflow:hidden;width:100%}
#top-links {
	color:#333333;
	font-size:0.72em;
	position:absolute;
	right:-1px;
	top:15px;
	height: 86px;
	width: 366px;
	text-align: right;
}
#top-links img {
	padding-top: 5px;
	padding-bottom: 5px;
}

#top-links a {
	color:#333333;
	font-weight: bold;
}
#top-links a:hover {
	color: #0000FF;
	font-weight: bold;
}


#header {
	background-image: url(images/header.png);
	background-repeat: no-repeat;
	margin: 0px;
	padding: 0px;
	clear: both;
	height: 200px;
	width: 960px;
}
#header p {
	font-size: 16px;
	font-weight: bold;
	color: #0000FF;
	text-align: left;
	padding-right: 300px;
	padding-top: 0px;
	padding-bottom: 0px;
	padding-left: 75px;
}
#header .style1 {
	font-size: 16px;
	text-transform: capitalize;
	font-weight: normal;
}
#header .title {
	color: #FFF;
	background-color:transparent;
	font-weight: bold;
	font-size: 24px;
	text-align: left;
	text-transform: uppercase;
	padding-top: 20px;
	padding-right: 300px;
	padding-bottom: 0px;
	padding-left: 25px;
}
#header .subtitle {
	font-size: 24px;
	font-weight: bold;
	text-transform: capitalize;
	padding-top: 20px;
	padding-right: 300px;
	padding-bottom: 0px;
	padding-left: 40px;
	text-align: left;
	color: #0000FF;
}


/* Top Menu */
#menu {
	background:url(images/menu.png) repeat-x;
	border-top:1px solid #CCC;
	border-bottom:1px solid #222;
	border-left:1px solid #777;
	border-right:1px solid #777;
	height:48px;
	position:relative;
	z-index:100;
	margin-top: 50px;
	margin-right: 0;
	margin-bottom: 20px;
	margin-left: 0;
	width: 960px;
	font-size: .9em;
}
#menu img {float:left;margin:-35px 20px 0;position:relative}
#menu li {float:left;border-left:1px solid #555;list-style:none;position:relative}
#menu li a {color:#FFF;float:left;height:48px;line-height:48px;text-align:center;width:137px}
#menu li:hover a, #menu li a:hover {
	background:url(images/menu-hover.gif) repeat-x;
	color:#3300FF
}
#menu li:hover ul, #menu li.hover ul {left:auto}

#menu ul ul {
	clear:both;
	box-shadow:4px 4px 4px #000;
	-moz-box-shadow: 0px 0px 5px #000;
	-webkit-box-shadow:0px 0px 5px #000;
	position:absolute;
	top:48px;
	left:-999em;
	overflow:hidden;
	padding:0 10px;
	width:118px;
	z-index:101;
	background-color: #285D97;
	background-image: url(images/dropdown.png);
	background-repeat: repeat-x;
}
#menu ul ul li {float:none;border:0;width:100%}
#menu ul ul li a, #menu li:hover li a, #menu li.hover li a {
	background:url(images/menu-divider.gif) repeat-x;
	color:#FFFFFF;
	display:block;
	float:none;
	font-size:0.8em;
	height:auto;
	line-height:1.2em;
	margin:-1px 0 0;
	padding:8px 0;
	width:auto;
	text-align:left
}
#menu ul ul li a:hover {
	background:url(images/menu-divider.gif) repeat-x;
	color:#5EFFFF;
	font-weight:bolder;
}
#menu, #content, #main, #slider li, #opportunity, #news div, #links div, #faux {border-radius:6px;khtml-border-radius:6px;-moz-border-radius:6px;-webkit-border-radius:6px}
#menu ul ul {border-radius-bottomleft:3px;khtml-border-radius-bottomleft:3px;-moz-border-radius-bottomleft:3px;-webkit-border-bottom-left-radius:3px;-webkit-border-bottom-right-radius:3px;border-radius-bottomright:3px;khtml-border-radius-bottomright:3px;-moz-border-radius-bottomright:3px;}
#slider span {border-radius-bottomleft:6px;khtml-border-radius-bottomleft:6px;-moz-border-radius-bottomleft:6px;-webkit-border-bottom-left-radius:6px;-webkit-border-bottom-right-radius:6px;border-radius-bottomright:6px;khtml-border-radius-bottomright:6px;-moz-border-radius-bottomright:6px;}
#sitemap {border-radius-topleft:3px;khtml-border-radius-topleft:3px;-moz-border-radius-topleft:3px;-webkit-border-top-left-radius:3px;-webkit-border-top-right-radius:3px;-moz-border-radius-topright:3px;border-radius-topright:3px;khtml-border-radius-topright:3px;}
#sidebar {border-radius-topleft:6px;khtml-border-radius-topleft:6px;-moz-border-radius-topleft:6px;-webkit-border-top-left-radius:6px;-webkit-border-bottom-right-radius:6px;border-radius-bottomright:6px;khtml-border-radius-bottomright:6px;-moz-border-radius-bottomright:6px;}

/* News */
#news {float:left;width:498px}
#news h3 {float:left;margin:0 5px 15px 15px}
#news img.social {float:left;margin:0 2px}
#news div {background:#ddeef6 url(images/quote-bg.png) repeat-x;border:1px solid #ccdde6;clear:both;height:100px;overflow:hidden;padding:15px}
#news div p {color:#555;font-size:0.8em}
#news div p a {font-weight:bold}
#news div blockquote p {background:url(images/quote.gif) no-repeat 0 5px;font:italic 1.2em/1.3em Georgia, Garamond, Serif;margin:0;text-indent:22px}
#tweets {
	position:absolute;
	top:367px;
	left:10px;
	float:left;
	margin:15px 0px 0px 0px;
	width:496px;
	background:#ddeef6 url(images/quote-bg.png) repeat-x;
	border:1px solid #ccdde6;
	clear:both;
	height:156px;
	overflow:hidden;
	padding:0px;
}
#updatetweet {
	float:none;
	width:498px;
	text-align: left;
	clear: both;
	margin-left: 0px;
	padding-left: 45px;
}
#updatetweets {
	position:relative;
	float:left;
	width:500px;
	background:#ddeef6 url(images/quote-bg.png) repeat-x;
	border:1px solid #ccdde6;
	clear:both;
	height:auto;
	overflow:hidden;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 45px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
#sidetweets {
	position:relative;
	float:left;
	width:211px;
	background:#ddeef6 url(images/quote-bg.png) repeat-x;
	border:1px solid #ccdde6;
	clear:both;
	height:auto;
	overflow:hidden;
	padding:0px;
	margin-top: 15px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}

/* Side News */
#sidenews {float:left;width:211px}
#sidenews h3 {float:left;margin:0 5px 15px 15px}
#sidenews img.social {float:left;margin:0 2px}
#sidenews div {background:#ddeef6 url(images/quote-bg.png) repeat-x;border:1px solid #ccdde6;clear:both;height:100px;overflow:hidden;padding:15px}
#sidenews div p {color:#555;font-size:0.8em}
#sidenews div p a {font-weight:bold}
#sidenews div blockquote p {background:url(images/quote.gif) no-repeat 0 5px;font:italic 1.2em/1.3em Georgia, Garamond, Serif;margin:0;text-indent:22px}


/* Slider */
#slideshow {float:left;width:498px;height:315px;overflow:hidden}
#slideshow h2 {position:absolute;top:25px;left:20px;z-index:10}
#slideshow a, #slideshow a:visited {color:#84c141;text-decoration:none}
#slideshow a:hover {}
#slider {float:left;margin:0 0 20px;position:relative;overflow:auto;width:498px;height:315px}
#slider ul {position:absolute;list-style:none;top:0;left:0}
#slider li {float:left;width:498px;height:65px;padding:250px 0 0;overflow:hidden;position:relative}
#slider li h3 {color:#84c141;font-size:1.2em;line-height:1em;padding:12px 0 0 20px;margin:0;position:relative;z-index:101}
#slider li p {color:#ebebeb;font-size:.8em;margin:0 0 0 20px;position:relative;z-index:101}
#slider li span {background:#192815;height:65px;position:absolute;left:0;bottom:0;opacity:0.75;filter:alpha(opacity=75);width:100%}
#slider #moreinfo { position:absolute; font-family: Arial, Helvetica, sans-serif; font-size: 10px; font-style: italic; font-weight: normal;text-decoration: underline; }
#slider #moreinfo a { font-family: Arial, Helvetica, sans-serif; font-size: 10px; font-style: italic; font-weight: normal; text-decoration: underline; color: #00F; }
#slider #moreinfo a:hover {	font-family: Arial, Helvetica, sans-serif; font-size: 10px; font-style: italic; font-weight: normal; text-decoration: underline; color: #060; }

#next {cursor:pointer;position:absolute;left:420px;top:270px;z-index:102}

/* Opportunity */
#opportunity {overflow:hidden;background:#84c141;float:left;height:315px;margin:0 0 20px 10px;padding: 0px 0px 0px;width:425px; z-index:20}
#opportunity img {display:block;margin:0 auto}
#opportunity h2 {position:absolute;top:25px;left:20px;z-index:10}
#opportunity a, #opportunity a:visited {color:#84c141;text-decoration:none}
#opportunity a:hover {}
#oppinfo {float:left;margin:7px 0 20px;position:relative;overflow:auto;width:425px;height:315px;}
#oppinfo ul {position:absolute;list-style:none;top:0;left:0}
#oppinfo li {float:left;width:425px;height:65px;padding:0px 0 0;overflow:hidden;position:relative}
#oppinfo li h3 {color:#84c141;font-size:1.2em;line-height:1em;padding:12px 0 0 20px;margin:0;position:relative;z-index:101}
#oppinfo li p {color:#ebebeb;font-size:.8em;margin:0 0 0 20px;position:relative;z-index:101}
#oppinfo li span {background:#192815;height:65px;position:absolute;left:0;bottom:0;opacity:0.75;filter:alpha(opacity=75);width:100%}

/* Links */
#links { position:absolute; top:345px; left:518px;float:left;width:422px}
#links div { position:absolute; background:#ebebeb url(images/grey-bg.png) repeat-x;border:1px solid #d7d7d7;height:114px;overflow:hidden;padding:8px}
#links h3 {
	color:#555;
	font-size:1.2em;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 15px;
	margin-left: 10px;
	padding-top: 5px;
	text-align: center;
}
#links ul {clear:both;padding:0 0 0 4px;width:100%}
#links ul li {background:url(images/bullet.gif) no-repeat 0 9px;float:left;list-style:none;line-height:1em;padding:0 0 0 10px;width:190px}
#links ul li a {color:#555;font-size:.8em;text-decoration:underline}
#links .button {background:url(images/button.png) no-repeat;color:#999;float:left;font-weight:bold;height:55px;line-height:55px;margin:0 0 5px 8px;text-align:center;width:190px}

.buttonirrof {
	background:url(images/irrof/button.png) no-repeat;
	color:#999;
	float:left;
	font-weight:bold;
	height:55px;
	line-height:55px;
	text-align:center;
	width:250px;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 5px;
	margin-left: 50px;
}

/*tabs*/
#tabbed-content .ui-tabs-hide {display:none}
#tabbed-content div {position:relative}
#tabbed-content #overview { padding:0px 0 0 }
#tabs-nav {clear:both;float:left;position:relative;left:50%;text-align:center;z-index:20;}
ul#tabs {list-style:none;margin:0;height:35px;left:-50%;padding:0;position:relative;z-index:20;}
* html ul#tabs {display:inline}
ul#tabs li {float:left;position:relative;padding:0;margin:0 0 0 3px}
ul#tabs li a { font-family: Arial, Helvetica, sans-serif; background:url(images/tab-bg.png) left top no-repeat;color:#767676;float:left;font-weight:700;height:25px;padding:10px 0 0;position:relative;text-align:center;text-decoration:none;width:118px}
ul#tabs li a:hover, ul#tabs li.ui-tabs-selected a {background:url(images/tab-bg.png) left -35px no-repeat;color:#71b531;float:left;height:25px;padding:10px 0 0;text-align:center;width:118px}
ul#product-nav { margin: 0px; padding: 0px; }
ul#product-nav li { margin: 20px 0px; padding: 0px; list-style: none; }
ul#product-nav #aloeboost, ul#product-nav #aloeboost a { height: 160px; width: 499px; display: block; background: url(images/product-boost.png) no-repeat; text-indent: -9999px; }
ul#product-nav #aloeboost a:hover { background: url(images/product-boost.png) no-repeat left bottom; }
ul#product-nav #aloerest, ul#product-nav #aloerest a { height: 160px; width: 499px; display: block; background: url(images/product-rest.png) no-repeat left top; text-indent: -9999px; }
ul#product-nav #aloerest a:hover { background: url(images/product-rest.png) no-repeat left bottom; }
ul#product-nav #aloecontrol, ul#product-nav #aloecontrol a { height: 160px; width: 499px; display: block; background: url(images/product-control.png) no-repeat left top; text-indent: -9999px; }
ul#product-nav #aloecontrol a:hover { background: url(images/product-control.png) no-repeat left bottom; }
ul#product-nav #aloeadvanced, ul#product-nav #aloeadvanced a { height: 160px; width: 499px; display: block; background: url(images/product-advanced.png) no-repeat left top; text-indent: -9999px; }
ul#product-nav #aloeadvanced a:hover { background: url(images/product-advanced.png) no-repeat left bottom; }

/* Footer */
#footer {
	clear:both;
	font-size:.75em;
	line-height:1.4em;
	overflow:hidden;
	width:100%;
	padding-top: 20px;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0;
	text-align: left;
}
#sitemap {background:url(images/footer.png) repeat-x;padding:15px 0;overflow:hidden}
#sitemap h4 {
	color:#FFF;
	font-size:0.9em;
	margin:0 0 10px;
	text-transform:uppercase;
	font-weight: bold;
}
#sitemap li {
	float:left;
	list-style:none;
	width:150px;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 10px;
	background-image: url(images/footer-divider.png);
	background-repeat: no-repeat;
}
#sitemap li.first {background:none}
#sitemap li li {background:none;float:none;padding:0;width:auto}
#sitemap li a:hover {
	color:#5EFFFF
}
#footer p {
	background:url(images/logo-footer.png) no-repeat 0 15px;
	color:#000000;
	padding:20px 0 0 50px;
	font-size: .95em;
}
#footer p a {
	color: #333333;
}
#footer p a:hover {
	color: #0000FF;
}
#footer p strong {
	color:#333333;
	display:block
}
#content {
	font-family: Arial, Helvetica, sans-serif;
	text-align: left;
	clear: both;
	padding: 10px;
	width: 938px;
	border: 1px solid #CCCCCC;
	position: relative;
}

/* pageContent */
#pagecontent {
	display:inline;
	float:right;
	width:650px;
	margin-top: 30px;
	margin-right: 0px;
	margin-bottom: 0;
	margin-left: 0;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #CCCCCC;
	padding-right: 30px;
}
#pagecontent .wrap { background:#e6e6e6; float: left; width: 538px; border:1px solid #CCCCCC; margin-bottom: 0; overflow:hidden; position:relative; padding:11px 0 0; margin-left: -21px; }
#pagecontent h1 { font-size: 28px; color: #172D1A; font-weight:400;padding: 0 0 18px 21px }
#pagecontent h1.tabless {padding:0;}
#pagecontent a {
	font-weight: bold;
	color: #0000FF;
}
#pagecontent a:hover {
	font-weight: bold;
	color: #FF00CC;
	text-decoration: underline;
}
#pagecontent h2 { font-size: 30px; color: #172D1A; letter-spacing: -1px; z-index:10 }
#pagecontent h3 {
	color: #006600;
	font-size: 20px;
	margin-bottom: 20px;
	line-height: 26px;
	font-weight: bold;
}
#pagecontent h4 { font-size: 16px; margin-top: 20px; margin-bottom: 10px; }
#pagecontent h4 em { font-size: 12px; line-height: normal; font-weight: normal; font-style: normal; color: #666666; }
#pagecontent blockquote p { font: italic 20px/24px Georgia, "Times New Roman", Times, serif; text-align: center; margin-top: 0px; margin-bottom: 20px; color: #666666; border-bottom: 1px dotted #CCCCCC; padding-bottom: 20px; }
#pagecontent blockquote p strong { font: bold normal 12px/normal Arial, Helvetica, sans-serif; }
#pagecontent p { margin-top: 15px; margin-bottom: 15px; font: 15px/22px Georgia, "Times New Roman", Times, serif; }
#pagecontent p.text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: .9em;
	padding-left: 2px;
}
#pagecontent p.textcenter {
	font-family: Arial, Helvetica, sans-serif;
	font-size: .8em;
	text-align: center;
	background-color: #CCCCCC;
	font-weight: bold;
}
#pagecontent p.distributor { float: left; margin: 0px 20px 0px 0px; }
#pagecontent ul, #pagecontent ol { padding-left: 20px; margin-top: 20px; margin-bottom: 20px; }
#pagecontent ul li, #pagecontent ol li { margin-top: 10px; margin-bottom: 10px; font: 14px/18px Georgia, "Times New Roman", Times, serif; }
#pagecontent ul li ul li {
	color: #006600;
}
#pagecontent ul li ul li ul li { font-weight: normal; color: #000000; }
#pagecontent #highlights { width: 225px; background: #FFFFFF; float: left; border: 1px solid #71B531; margin-right: 40px; margin-bottom: 20px; position: relative; }
#pagecontent #highlights h4 { background: #D4F3A1; padding: 5px; color: #000000; margin-top: 0px; }
#pagecontent #highlights ul { margin: 20px 10px 0px 30px; padding: 0px; }
#pagecontent #highlights ul li { font-size: 12px; line-height: 20px; }
#pagecontent #highlights p { text-align: center; }
#pagecontent #highlights p.outside { position: absolute; top: -50px; right: -35px; }
#pagecontent ul#product-choice { margin: 0px; padding: 0px; }
#pagecontent ul#product-choice li { display: block; float: left; width: 200px; list-style: none; border: 1px dotted #CCCCCC; padding: 10px; margin: 0px 0px 0px 20px; }
#pagecontent ul#product-choice h3 { font: 16px Arial, Helvetica, sans-serif; }
#pagecontent ul#product-choice h3 em { font-size: 12px; color: #999999; }
#pagecontent ul#product-choice li p { text-align: center; }
#pagecontent .events {
	float: left;
	height: 500px;
	width: 450px;
	text-align: center;
}
#pagecontent .eventsbu {
	float: right;
	height: auto;
	width: 200px;
	text-align: center;
	padding-top: 75px;
}

#pagecontent .eventsinfo {
	height: auto;
	width: 650px;
	text-align: left;
	clear: both;
	padding-bottom: 25px;
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	margin-bottom: 25px;
}
.irrof {
	float: left;
	height: 270px;
	width: 650px;
	padding-top: 10px;
	padding-bottom: 10px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
}

/* Sidebar */
#sidebar {
	float:left;
	width:209px;
	background-color: #F6F6F6;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #CCCCCC;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #CCCCCC;
	padding-top: 25px;
	padding-right: 20px;
	padding-bottom: 0px;
	padding-left: 20px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
}
#sidebar h2 {
	border-bottom:6px solid #ebebeb;
	color:#585858;
	font-size:1.2em;
	font-weight:normal;
	padding:0 0 5px;
	text-transform:uppercase
}
#sidebar #news {float:none;width:auto}
#sidebar #news div {height:auto;width:179px}
#sidebar #news p {line-height:1.2em}
#sidebar ul {
	float:left;
	list-style:none;
	width:240px;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 10px;
	padding-left: 0;
}
#sidebar ul li a {
	display:block;
	font-weight:bold;
	height:49px;
	line-height:48px;
	width:210px;
	font-size: 0.94em;
}
#sidebar ul li a:hover {
	background:url(images/menu-hover.png) no-repeat;
	border:0;
	color:#FF00CC;
	margin:0 0 0;
	width:240px
}
#sidebar #selected {
	background:url(images/menu-hover.png) no-repeat;
	border:0;
	color:#FF00CC;
	margin:0 0 0;
	width:240px
}
#sidebar h3 {font-size:.8em;font-weight:normal;line-height:1em;margin:0 5px 10px 0;text-transform:uppercase}
#sidebar #news div {height:auto}
#sidebar #news div blockquote p {font-size:1em}
* html #sidebar {overflow:hidden}

div#preloaded-images { position: absolute; overflow: hidden; left: -9999px; top: -9999px; height: 1px; width: 1px; }
.AA a {	display:block; width: 296px; background: url("css/images/AA_offer_btn.png") 0 0 no-repeat; text-decoration: none; position: absolute; top: 173px; left: 44px; }
.AA a:hover { background: url("css/images/AA_offer_over.png") 0 0 no-repeat; color: #049; }
.AA a:active { background: url("css/images/AA_offer_action.png") 0 0 no-repeat; color:#fff; }
.AB a { display:block; width: 296px; background: url("css/images/AB_offer_btn.png") 0 0 no-repeat; text-decoration: none; position: absolute; top: 173px; left: 364px; }
.AB a:hover { background: url("css/images/AB_offer_over.png") 0 0 no-repeat; color: #049; }
.AB a:active { background: url("css/images/AB_offer_action.png") 0 0 no-repeat; color:#fff; }
.AR a { display:block; width: 296px; background: url("css/images/AR_offer_btn.png") 0 0 no-repeat; text-decoration: none; position: absolute; top: 284px;	left: 44px; }
.AR a:hover { background: url("css/images/AR_offer_over.png") 0 0 no-repeat; color: #049; }
.AR a:active { background: url("css/images/AR_offer_action.png") 0 0 no-repeat; color:#fff; }
.AC a { display:block; width: 296px; background: url("css/images/AC_offer_btn.png") 0 0 no-repeat; text-decoration: none; position: absolute; top: 284px; left: 364px; }
.AC a:hover { background: url("css/images/AC_offer_over.png") 0 0 no-repeat; color: #049; }
.AC a:active { background: url("css/images/AC_offer_action.png") 0 0 no-repeat; color:#fff; }

#banner { height: 400px; width: 700px; overflow: hidden; position: relative; float: left; background-image: url(images/home-bg-temp.png); background-repeat: no-repeat; }
#banner a { color: #71B531; }
#banner #s1, #banner #s2, #banner #s3 { padding-top: 275px; padding-right: 20px; padding-left: 20px; width: 660px; height: 125px; }
#banner #s1 { background: url(images/bg-aloe2.jpg); }
#banner #s2 { background: url(images/bg-fist.jpg); }
#banner #s3 { background: url(images/bg-team.jpg); }
#banner h2 { color: #FFFFFF; border-bottom: 1px dotted #FFFFFF; margin-bottom: 10px; font-size: 22px; padding-bottom: 10px; font-weight: normal; }
#banner p { color: #FFFFFF; font-size: 14px; line-height: 18px; }

#banner ul { padding-top: 170px; padding-left: 40px; }
#banner ul li { list-style-type: none; float: left; text-indent: -9999px; }
#banner ul li a { display: block; height: 97px; width: 306px; text-indent: -9999; float: left; background-position: bottom; }
#banner ul li#wellness, #banner ul li#energy { margin: 0 8px 8px 0; }
#banner ul li#rest {margin: 0 8px 0 0;}
#banner ul li#wellness a { background-image: url(images/home-nav.png); background-repeat: no-repeat; background-position: left top; }
#banner ul li#energy a { background-image:url(images/home-nav.png); background-position: -306px 0px; }
#banner ul li#rest a { background-image:url(images/home-nav.png); background-position: -612px 0px; }
#banner ul li#weight a { background-image:url(images/home-nav.png); background-position: right 0px; }
#banner ul li#wellness a:hover { background-image: url(images/home-nav.png); background-repeat: no-repeat; background-position: 0 -97px; }
#banner ul li#energy a:hover { background-image:url(images/home-nav.png); background-position: -306px -97px; }
#banner ul li#rest a:hover { background-image:url(images/home-nav.png); background-position: -612px -97px; }
#banner ul li#weight a:hover { background-image:url(images/home-nav.png); background-position: right -97px; }
#banner #wellness , #banner #energy, #banner #rest, #banner #weight { display: block; height: 97px; width: 306px; }

#offernav { width: 250px; float: right; background: #FFFFFF url(images/home-offer.png) no-repeat left top  ; height: 400px; }

#numberclass1 {
	background-image: url(images/numbers/01.png);
	background-position: left top;
	background-repeat: no-repeat;
}
#numberclass2 {
	background-image: url(images/numbers/02.png);
	background-position: left top;
	background-repeat: no-repeat;
}
#numberclass3 {
	background-image: url(images/numbers/03.png);
	background-position: left top;
	background-repeat: no-repeat;
}
#numberclass4 {
	background-image: url(images/numbers/04.png);
	background-position: left top;
	background-repeat: no-repeat;
}
#numberclass5 {
	background-image: url(images/numbers/05.png);
	background-position: left top;
	background-repeat: no-repeat;
}
#numberclass6 {
	background-image: url(images/numbers/06.png);
	background-position: left top;
	background-repeat: no-repeat;
}
#numberclass7 {
	background-image: url(images/numbers/07.png);
	background-position: left top;
	background-repeat: no-repeat;
}
#numberclass8 {
	background-image: url(images/numbers/08.png);
	background-position: left top;
	background-repeat: no-repeat;
}
#numberclass9 {
	background-image: url(images/numbers/09.png);
	background-position: left top;
	background-repeat: no-repeat;
}
#numberclass10 {
	background-image: url(images/numbers/10.png);
	background-position: left top;
	background-repeat: no-repeat;
}
.numberclassh1 {
	font-style: italic;
	line-height: 110px;
	font-weight: bold;
	color: #333333;
	text-align: center;
	height: 100px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCCCCC;
	text-indent: 131px;
}

.center {
	text-align: center;
}
.stylenote {
	font-style: italic;
	font-weight: bold;
	color: #FF0000;
}
.tablesmtext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	font-weight: bold;
}


.enrollment {
	font-family: Arial, Helvetica, sans-serif;
	font-size: .9px;
	border: 1px solid #CCCCCC;
	clear: both;
}
.box {
	border: 2px solid #666666;
	padding: 5px;
}
.halfcol {
	width: 325px;
	float: left;
}

/* IE6 */
* html #menu img, * html #next, * html #sitemap li {behavior:url(/js/iepngfix.htc)}
* html #sitemap {background:none}
