/* CSS Document */

html { overflow-y:scroll; }
body {
	color:#535353;
	font-size:14px;
	margin:0 auto;
	background-color:#e57700;
	background-repeat: repeat-x;
	background-position: top center;
	font-family:Arial, Helvetica, sans-serif;
	background-image:url(images/bg_body.jpg);
}

a {
	color:#8d3a96;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

h1, h2, h3, h4, p { margin:0 0 8px 0; }

h1 { font-size:25px; }

h2 { font-size:20px; }

h3 { font-size:15px; }

h4 { font-size:18px; }

/* ---- class settings ----------------------- */

.img_top {
	position: absolute;
	top: 0;
	left: 0;
}

.img_btm {
	position: absolute;
	left: 0;
	bottom: 0;
}

.hidden-text {
     display: block;
     position: absolute;
     top: 0px;
     left: 0px;
     text-indent: -2000em;
}

.left_side {
	position: absolute;
	left: 0;
	bottom: 0;
	margin: 0 0 0 10px;
	width:140px;

}	

.img {
border: 3px solid #333333;
margin:2px 5px 2px 5px;

}


/* ---
    min-height:400px;
    height:auto !important;
    height:400px;
--- */

/* ---- layout settings ----------------------- */


#main_container {
	position:relative;
	margin:0 auto;
	width:950px;
	height:auto;
	
}

#content-container {
	position:relative;
	margin:0 auto;
	width:679px;
	height:auto;
	float:left
}


#header {
	position:relative;
	top:0;
	left:0;
	width:906px;
	height:166px;
	background-image:url(images/bg_header.jpg);
	background-repeat:no-repeat;
	margin: 0 auto;
}

#banner {
	position:relative;
	top:0;
	left:0;
	width:479px;
	height:220px;
	background-image:url(images/bg_banner.jpg);
	background-repeat:no-repeat;
	padding: 70px 0 0 200px;
}


/* ---- start nav id settings ------------------------ */
 
#nav {
	position:relative;
	top:20px;
	left:70px;
	width:769px;
	height:38px;
}

/* ---- end nav id settings -------------------------- */

#main {
	position:relative;
	top:0;
	left:0;
	width:885px;
	height:auto;
	background-image:url(images/bg_main.jpg);
	background-repeat:repeat-y;
	margin: 0 0 0 22px;
	padding: 0 20px 0 0;
}

#main-sub {
	position:relative;
	margin:0 auto;
	width:904px;
	height:auto;
	float:left;
	background-image:url(images/bg_main-sub.jpg);
	background-repeat:repeat-y;

}

#main_side-left {
	position:relative;
	top:0;
	left:0;
	float:left;
	width:904px;
	height:auto;
	padding: 8px 0 0 10px;
	background-image:url(images/bg_main-sub.jpg);
	background-repeat:repeat-y;

	
}
/* ---- start main content settings -------------- */

#content_main {
	position:relative;
	top:0;
	left:0;
	width:625px;
	height:auto;	
	padding: 5px 15px 0 35px;
}

#content_right {
	position:relative;
	top:0;
	left:0;
	width:549px;
	height:auto;	
	padding: 5px 15px 0 15px;
	float:left;
	background-color:#FFFFFF;
}

#content_right-sub {
	position:relative;
	top:0;
	left:0;
	width:549px;
	height:auto;	
	padding: 5px 91px 0 15px;
	float:right;
}




/* ---- end main content settings ---------------- */

/* ---- start side bar content settings -------------- */

#side_bar {
	position:relative;
	top:0;
	left:0;
	float:right;
	width:196px;
	height:auto;
	padding: 5px 0 0 8px;
	
}

#diet-tips {
	position:relative;
	top:0;
	left:0;
	width:194px;
	height:238px;
	background-image:url(images/img_diet-box.jpg);
	background-repeat:no-repeat;
	padding: 50px 0 0 10px;
	margin: 10px 0 0 0;
	float:left;
}

#side_left {
	position:relative;
	top:0;
	left:0;
	float:left;
	width:194px;
	height:auto;
	padding: 14px 0 0 25px;
	color:#FFFFFF;
}

/* ---- end side bar content settings ---------------- */

#footer {
	position:relative;
	top:0;
	left:0;
	width:882px;
	height:64px;
	clear:both;
	background-image:url(images/bg_footer.jpg);
	background-repeat:no-repeat;
	margin: 0 auto;
	padding: 12px 10px 0 13px;
	color:#2b2b29;
	font-size:12px;
}

.footer-text {
	position:relative;
	top:0;
	left:0;
	width:50px;
	height:auto;
	float:left;
}


#footer a {
	text-decoration:none;
}

#footer a:hover {
	text-decoration:underline;
}

/* ---- start navigation settings -------------------------- */
 
#nav a {
	position:relative;
	float:left;
	height:37px;
	cursor:pointer;
	background-repeat:no-repeat;
	background-image:url(images/nav.jpg);
}

a#nav_01 {
	width:67px;
	background-position:0 0;
}

a:hover#nav_01{
	background-position: 0 -37px;
}

.active_01 {

	background-position: 0 -37px !important;
}

a#nav_02 {
	width:89px;
	cursor:pointer;
	background-position:-67px 0;
}

a:hover#nav_02{
	background-position:-67px -37px;
}

.active_02 {
	background-position:-67px -37px !important;
}

a#nav_03 {
	width:65px;
	cursor:pointer;
	background-position:-156px 0;
}

a:hover#nav_03{
	background-position:-156px -37px;
}

.active_03 {
	background-position:-156px -37px !important;
}

a#nav_04 {
	width:99px;
	cursor:pointer;
	background-position:-221px 0;
}

a:hover#nav_04{
	background-position:-221px -37px;
}

.active_04 {
	background-position:-221px -37px !important;
}

a#nav_05 {
	width:145px;
	cursor:pointer;
	background-position:-320px 0;
}

a:hover#nav_05{
	background-position:-320px -37px;
}

.active_05 {
	background-position:-320px -37px !important;
}

a#nav_06 {
	width:176px;
	cursor:pointer;
	background-position:-465px 0;
}

a:hover#nav_06{
	background-position:-465px -37px;
}

.active_06 {
	background-position:-465px -37px !important;
}

a#nav_07 {
	width:109px;
	cursor:pointer;
	background-position:-641px 0;
}

a:hover#nav_07{
	background-position:-641px -37px;
}

.active_07 {
	background-position:-641px -37px !important;
}




/* ---- start side navigation settings -------------------------- */
 


#hidden-layers {
	position:absolute;
	top:230px;
	left:0;
	width:230px;
	height:auto;
	color:#535353;
	background-color:#FFFFFF;
	
	


}

#hidden-layers a {
color:#74287f;
	padding:3px;
	display:block;
	font-size:12px;
	text-decoration:none;
	background-color:#FFFFFF;
	
	
}

#hidden-layers a:hover {
	
	
}

#L1, #L2, #L3, #L4, #L5, #L6, #L7, #L8, #L9 {
	position:absolute;
	visibility:hidden;
	height:auto;
	
		
	
}
#L1 { width:400px; left:250px; }
#L2 { width:170px; left:250px; }
#L3 { width:130px; left:250px; }
#L4 { width:190px; left:250px; }
#L5 { width:175px; left:250px; }
#L6 { width:205px; left:250px; }
#L7 { width:300px; left:250px; }
#L8 { width:205px; left:250px; }


.show {
	position:absolute !important;
	visibility:visible !important;
}

.hide {
	position:absolute !important;
	visibility:hidden !important;
}


