/* HTML Elements */
html, body {
	height: 100%;
	color: #8c8c81;
	background: url(../img/bgr.gif) repeat-y center #f1f1f1;
	font: normal 12px Arial, sans-serif;
}
#body {
	position: absolute;
	z-index: 5000;
	width: 100%;
	height: 500px;
	background: url(../img/bgr.gif) repeat-y center;
	background-color: none;
	display: none;
}
a {
	color: #8bb92b;
	text-decoration: none;
}
a:hover {
    text-decoration: underline;
}

/* Layout */
#iron_curtain {
	display: none;
	position: fixed;
	/*
	top: 0;
	left: 0;*/
	z-index: 9999;
	width: 100%;
	height: 100%;
	background: #333;
	opacity: 0.8;
}
#wrapper {
	margin: 0 auto;
	width: 1050px;
}
#header {
	margin: 0 0 0 -1px;
	padding: 62px 0 0 0;
}
body {
/*
margin: 5px 0 0 0;
border-top: 85px solid #75ae36;
*/
}
#subheader {
}
.sl {
width: 1050px;
height: 220px;
margin: 0 0 0 -2px;
border-bottom: 1px solid #75ae36;
}
#subheader {
	position: fixed;
	top: 0;
	padding: 0 0 30px 0;
	width: 1050px;
	height: 25px;
	background: url(../img/bgr_shadow_top.png) repeat-x bottom;
	z-index: 999;
	background:  #fff;
	border-top: 6px solid #75ae36;
	border-bottom: 1px solid #75ae36;
}
#logo a {
	display: block;
	float: left;
	margin: 5px 0 5px 10px;
	width: 500px;
	height: 55px;
/*	background: url(../img/logo.gif) no-repeat 10px 0;*/
}
#logo a img {
height: 50px;
}
#header .menu {
float: right;
padding: 0 30px 0 0;
/*background:  #75ae36;*/
}
#header .menu li {
float: left;
}
#header .menu li a {
display: block;
margin: 18px 0 0 30px;
padding: 2px;
color: #fff;
background:  #75ae36;
color: #75ae36;
background:  transparent;
font: bold 17px Helvetica, Verdana;
text-transform:  lowercase;
text-decoration:  none;
}
#header .menu li a:hover {
border-bottom: 2px solid #75ae36;
}
#header .menu li ul {
display: none;
}
#header .menu .join_now a {
	color: #999;
}
#header .menu .join_now a:hover {
	border-color: #999;
}

/* BOXES GENERAL */
.box1, .box2, .box3, .box4, .box2a {
	margin-top: 13px;
	margin-bottom: 13px;
	padding: 0 0 10px 0;
	height: 100%;
}
.box1 h1, .box2 h1, .box3 h1, .box4 h1, .box2a h1{
	margin: 10px;
}
.box1 .content, .box2 .content, .box3 .content, .box4 .content, .box2a .content {
	padding: 0 10px;
}

/* BOX 1 */
.box1 {
	color: #726e6b;
	background: #fbfbf9;
	border: 1px solid #dad7c4;
}
.box1 h1 {
	color: #726e6b;
	font-weight: bold;
	font-size: 16px;
	text-transform: none;
}
.box1 h1 em {
	color: #8bb92b;
	font-weight: bold;
}
.box1 blockquote {
	padding: 30px;
	font-size: 18px;
	color: #726eff;
	border: 2px solid #726eff;
}
.box1 p {
	margin: 8px 0;
	font-size: 13px;
}
.box1 p em {
	text-transform: none;
	font-size: 13px;
    color: #6b6a6a;
}

/* BOX 2 */
.box2 {
	color: #8c8c81;
	background: #f1f1e7;
	border: 1px solid #c4c0ad;
}
.box2 h1 {
	margin: 8px 0 0 0;
	padding: 10px;
	color: #444400;
	background: #d3d2c1;
	text-transform: none;
	font-size: 13px;
	font-weight: bold;
	text-align: left;
	line-height: 16px;
}
.box2 .content {
	padding: 8px;
    font-size: 13px;
	color: #444400;
}

/* BOX 2a */
.box2a {
	color: #454545;
	background: #ffffff;
	border: 1px solid #ffffff;
}
.box2a h1 {
	margin: 8px 0 0 0;
	padding: 8px;
	color: #454545;
	background: #ffffff;
	text-transform: none;
	font-size: 16px;
	font-weight: bold;
	text-align: center;
	line-height: 8px;
}
.box2a .content {
	padding: 8px;
    font-size: 13px;
	color: #454545;
}
.box2a img {
	float: center;
}

/* BOX 3 */
.box3 {
	color: #b6ad95;
	border: 1px solid #dad7c4;
}

/* BOX 4 */
.box4 {
	margin: 0 0 20px 0;
}
.box4 h1 {
	color: #726e6b;
	font-size: 28px;
	text-transform: lowercase;
}
.box4 h1 em {
	color: #8bb92b;
	font-weight: bold;
}
.box4 a.link {
	float: left;
	margin: 30px 0;
}
.box4 img {
	float: left;
}
.box4 p {
	color: #b7ada2;
}
.box4 .content {
	padding: 9px;
    font-size: 17px;
	color: #8c8c81;
	line-height: 19px;
}
.box4 .content em {
    color: #8bb92b;
}
.ads {
	display: none;
	width: 308px !important;
	margin: 0 0 0 10px;
}
.ads_top, .ads_bottom {
	width: 280px;
	height: 8px;
	background-image: url(../img/bgr_ads2.gif);
}
.ads_top {
	background-position: top;
}
.ads_bottom {
	background-position: bottom;
}
.ads_holder {
	width: 258px;
	padding: 2px 12px 2px 8px;
	background: url(../img/bgr_ads.gif) no-repeat right center !important;
	border-left: 1px solid #96c364;
	border-right: 1px solid #96c364;
}
.ads ul {
}
.ads ul li {
	display: none;
}
.ads ul li a {
	display: block;
	width: 300px;
	height: 210px;
	text-indent: -1986em;
	overflow: hidden;
	background-repeat:  no-repeat;
	margin-left: 5px;
}
.ads ul li a:hover {
}
.ad {
	padding: 0px 0px 0px 0px;
}

.layout td {
	vertical-align: top !important;
}
.col1 {
	width: 220px;
}
.col2 {
	width: 470px;
}
div.left, td.left {
	width: 704px;
}
div.right, td.right {
	width: 322px;
}
.btn_readmore {
	display: block;
	margin: 12px 0;
	padding: 2px 4px !important;
	width: 80px;
	color: #fff;
	background: #d3d2c1;
	font-weight: bold;
	font-size: 11px;
	text-align: center;
	text-decoration: none;
}
.btn_readmore:hover {
    color: #333;
	text-decoration: none;
}
.box2 p {
	margin: 10px 0 20px 0;
}
.box3 h1 {
	padding: 8px 0;
	color: #8bb92b;
	font-weight: bold;
	font-size: 16px;
}
.box3 h2 {
	font-size: 21px;
}
.box3 p {
	font-size: 11px;
}
.box3 .tip {
	padding: 5px 0 0 50px;
}
#sat {
	background: url(../img/sat.png) no-repeat top left;
}
#kaching {
	background: url(../img/kaching.png) no-repeat top left;
}
#healthy {
	background: url(../img/healthy.png) no-repeat top left;
}
#content {
	clear: both;
	margin-top: 20px;
	padding: 0 0 90px 0;
}
#footer {
	position: fixed;
	bottom: 0;
	padding: 35px 10px 5px 10px;
	width: 1030px;
	height: 50px;
	color: #666;
	background: url(../img/bgr_shadow_bottom.png) repeat-x top;
	text-align: center;

}
#footer ul {
	padding: 5px 0;
	text-align: center;
	clear: both;
	width: auto;
	height: 1em;
}
#footer ul li {
	display: inline;
}
#footer ul li a {
	}
#footer .menu {
	color: #b6ad95;
	background: #fbfbf9;
	border: 1px solid #dad7c4;
}
#footer .menu a {
	margin: 0 8px 0 0;
	padding: 0 8px 0 0;
	color: #8bb92b;
	border-right: 1px solid #ccc;
	font-size: 13px;
}
#footer .menu .last a {
	border: 0;
}
#footer .submenu {
	float: left;
	text-align: right;
}
#footer .submenu a {
	margin: 0 6px 0 0;
	padding: 0 6px 0 0;	
	color: #333;
	border-right: 1px solid #ccc;
	font-size: 11px;
	text-decoration: none;
}
#footer:hover .submenu a, #footer:hover .extra a {
	color: #8bb92b;
}
#footer .submenu a:hover {
	text-decoration: underline;
}
#footer #copyright {
	clear: both;
	margin: 15px 0;
	padding: 0 5px;
}

#footer #copyright p {
	float: left;
	padding: 6px 0 0 0;
	width: 400px;
	color: #666;
	font-size: 11px;
	text-align:  left;
}
.extra {
	float: right;
	margin: -22px 0 0 0;	
	padding: 6px 0;
}
.extra li {
	float: left;
	padding: 0 5px;
}
.extra li a {
	display: block;
	padding: 0 0 0 18px;
	color: #8bb92b;
	background-repeat: no-repeat;
	font-size: 11px;
	font-weight:  bold;
}
.extra .rss {
	background-image: url(../img/sprites/15x15.png);
	background-position: left top;
}
.extra .twitter {
	background-image: url(../img/sprites/15x15.png);
	background-position: left bottom;
}

#slideshow {
	width: 1050px;
	height: 220px;
	background:  url(../img/loader2.gif) no-repeat 10px 10px;
	border-bottom: 1px solid #75ae36;
}
#slideshow .slides  li {
	float: left;
	/*position: absolute;*/
	width: 350px;
	height: 220px;
	overflow: hidden;
}
#slideshow .slides li img {
	/*position: absolute;*/
}
#slideshow .slides li p {
	position: absolute;
	margin: 140px 0 0 578px;
	padding: 11px;
	width: 450px;
	color: #1e1b5d;
	color: #999;
	background:  #fff;
	font: bold 13px Helvetica, Arial, sans-serif;
	line-height: 1.5em;
	opacity: 0.85;
}

#slideshow_menu {
	display: none;
	position: absolute;
	margin: 0 0 0 0;
	width: 1050px;
	height: 220px;
	z-index: 998;
}
#slideshow_menu li {
	float: left;
	padding: 15px;
	width: 144px;
	height: 190px;
	background: #fff;
	border-right: 1px solid #75ae36;
	opacity: 0.9;
	filter:progid:DXImageTransform.Microsoft.Alpha(opacity=90);	
	cursor: pointer !important;
}
#slideshow_menu li.last {
	width: 145px;
	border: 0;
}
#slideshow_menu li:hover {
	background: #fff;
	background: #75ae36;
	cursor: pointer !important;
}
#slideshow_menu li a {
	display: block;
	width: 50px;
	color: #75ae36;
	font: bold 16px Arial, Helvetica, sans-serif;
	text-transform: lowercase;
	text-decoration: none;
}
#slideshow_menu li:hover a, #slideshow_menu li a:hover {
    color: #cb3312;
    color: #fff;
    background: #75ae36;
}

#horizon{
	position: absolute;
	top: 50%;
	left: 0px;
	width: 100%;
}

.mod{
	position: fixed;
	z-index: 9999;
}
.mod .border {
	position: absolute !important;
	width: 100%;
	height: 100%;
	background: #75ae36;
	opacity: 0.7;
}
.mod .frame {
	width: 480px;
	height: 380px;
	background: #fff;
}
.mod .header {
	padding: 5px;
	height: 25px;
	border-bottom: 2px solid #75ae36;
}
.mod .header h1 {
	float: left;
	color: #75ae36;
	color: #333;
	font-size: 21px;
}
.mod .header a {
	float: right;
}
.button {
	float: left;
	display: block;
	margin: 8px 5px 0 0;
	padding: 2px 6px !important;
	color: #fff;
	background: #75ae36;
	font-weight: bold;
	text-decoration: none !important;
}
.button:hover {
	color: #333;
}
.mod .content {
	padding: 8px 10px;
}
.modal_content {
}
.mod .footer {
}
.jScrollPaneTrack {
	background: #eee !important;
}
.jScrollPaneDrag {
	background: #75ae36 !important;
}

.clear {
	clear: both;
	height: 0;
	line-height: 0;
	font-size: 0;
}
.loader {
	margin: 120px auto 0 auto;
	width: 60px;
	padding: 0 0 0 20px;
	background: url(../img/loader.gif) no-repeat left center;
}


.readmore {
	display: inline;
	width: 24px;
	height: 14px;
	background: url(../img/more.png) no-repeat;
	text-indent: -1986em;
	text-decoration: none;
	overflow: hidden;
}
.readmore:hover {
	text-decoration: none;
}

.left {
}
.right {
}
#page_content > .inner_page {
	margin: 0 0 0 10px;
}
#back {
	margin: 20px 0;
}
.inner_page {
	width: 458px;
	color: #8c8c81 !important;
}
.inner_page p {
	margin: 0 0 15px 0;
	line-height: 1.5em;
}
.inner_page blockquote {
	margin: 0 0 30px 0;
	line-height: 2em;
}
.inner_page ul {
margin: 0 25px 15px 25px;
}
.inner_page ul li {
list-style: circle;
}
.inner_page img {
padding: 1px;
border: 1px solid #8c8c81; 
}
.inner_page img.left {
float: left;
margin: 1em 1em 1em 0;
}
.inner_page img.right {
float: right;
margin: 1em 0 1em 1em;
}

.browser_error
{
	height: 100%;
	margin: 250px 0px 0px 0px;
}