/* -------------
 * Main Containers
 * ------------- */
body{
	margin:0px;
	background-color:#b37238;
	background:url('../images/page_background.jpg') repeat-x center top;
	background-color:#c38448;
}

#main{
	width:960px;
	height:1660px;
	margin: 5px auto 0px auto;
	/* background-color:#FFCA8F; */
}

#m-top{
	width:960px;
	height:10px;	
	float:left;
	/* background-color:#45B7FF; */
}

#m-left{
	width:10px;
	height:1205px;	
	float:left;
	margin-top:320px;
	background:url('../images/slider-prev-shadow.png') no-repeat right top;
	/* background-color:#45B7FF; */	
}

#m-right{
	width:10px;
	height:1205px;	
	float:left;
	margin-top:320px;
	background:url('../images/slider-next-shadow.png') no-repeat left top;	
	/* background-color:#71FF40; */
}

#m-bottom{
	width:960px;
	height:10px;	
	float:left;
	/* background-color:#C174FF; */
}

#m-content{
	width:940px;
	height:1525px;	
	float:left;
	background:url('../images/m-content_bgr.jpg') repeat-y left top;
	/* background-color:#d6c7b2; */
}



/* -------------
 * Content Layout
 * ------------- */
 
#c-menu{
 	width:940px;
	height:175px;	
	float:left;
	background:url('../images/menu_background.jpg') no-repeat left top;
	/* background-color:#45B7FF; */	
}

#c-rotator{
 	width:940px;
	height:330px;	
	float:left;	
	margin-top:-26px;
	/* background-color:#46FF44;*/
}

#c-content{
 	width:940px;
	height:694px;	
	float:left;
	background:url('../images/content-bgr.jpg') no-repeat left top;
	/* background-color:#FFC103;   */
}

#c-footer{
 	width:940px;
	height:326px;	
	float:left;	
	/* background-color:#716BFF;   */
}

/* -------------
 * Menu Layout
 * ------------- */
 
#m-logo{
 	width:245px;
	height:160px;	
	float:left;
	text-align:center;
	padding-top:15px;
	/* background-color:#FF1807;  */
} 

#m-buttons {
 	width:665px;
	height:55px;	
	margin-top:120px;
	margin-left:30px;
	float:left;
	/* background-color:#25FFD8;  */
}

.menu{
 	width:90px;
	height:35px;	
	float:left;
	color:#74943c;
	padding-top:15px;
	text-align:center;
	font:normal 16px 'Kreon', serif;
	cursor:pointer;
	/*text-shadow: 1px 0px #FFF;
	filter: dropshadow(color=#FFFFFF,offX=1,offY=0);*/
}

.menu:hover{
	font:bold 18px 'Kreon', serif;
}


.menu-selected{
 	width:90px;
	height:35px;	
	float:left;
	color:#304920;
	padding-top:15px;
	text-align:center;
	font:normal 16px 'Kreon', serif;
	cursor:default;
	background:url('../images/menu_selectedItem.png') no-repeat center top;	
}

/* -------------
 * Footer Layout
 * ------------- */

 #footer-menu{
  	width:450px;
	height:320px;	
	float:left;
	text-align:left;
	padding: 25px 0px 0px 60px;
 }
 
#footer-img1{
  	width:190px;
	height:115px;	
	float:left;
	text-align:center;	
	padding-top:45px;
	/* background-color:#25FFD8;*/
} 

#footer-img2{
  	width:240px;
	height:115px;	
	float:left;
	text-align:center;
	padding-top:45px;
	/* background-color:#36FF00;	*/
} 

#footer-legalAdvise{
  	width:400px;
	height:155px;	
	float:left;
	text-align:right;	
	padding: 0px 30px 0px 0px;
	/* background-color:#FF3751; */
} 

h4{
	color:#74943C;
	font:bold 18px 'Kreon', serif;
	/*text-shadow: 1px 0px #FFF;
	filter: dropshadow(color=#FFFFFF,offX=1,offY=0);*/
}

.f-menu{
    line-height: 10px;
    list-style-position: outside;
    margin: -10px 3px 10px 14px;
    padding: 0 2px 0 5px;
    text-align: left;
    text-indent: 2px;
	color:#304920;
	font:normal 13px 'Droid Sans', sans-serif;
}
.f-menu li{
    line-height: 25px;
}

ul.f-menu a {
	text-decoration:none;
	color:#304920;
	font:normal 13px 'Droid Sans', sans-serif;	
}

ul.f-menu a:hover {
	font:bold 13px 'Droid Sans', sans-serif;	
}

#footer-legalAdvise p{
	font:normal 13px/25px 'Droid Sans', sans-serif;
}

.copyright{
	color:#304920;
	font:normal 13px 'Droid Sans', sans-serif;	
	line-height: 20px;
}

.copyright-boomerang{
	color:#304920;
	font:normal 13px 'Droid Sans', sans-serif;	
	line-height: 20px;
}

.copyright-boomerang-hgl{
	color:#74943C;
	font:bold 13px 'Droid Sans', sans-serif;	
	line-height: 20px;
}