@charset "UTF-8";
/* CSS Document */

body { 
	margin: 0;
	font: normal 12px/18px 'Helvetica', Arial, sans-serif;
	background: #d5cfc7;
	background-image:url(images/gradient_bg.png);
	background-repeat:repeat-x;
}
		
#container { 
	width: 960px;
	min-height:1500px;
	margin: 0 auto;
	position:relative;
	background: #fff;
}

#heading {
	height:200px;
	width:960px;
}

#main_nav {
	width:735px;
	height:200px;
	float:right;
	background-image:url(images/heading_bg.png);
	background-repeat:no-repeat;
}
	
#main_nav ul {
	margin-left:50px;
	margin-top:136px;
	list-style: none;
	padding-left:4px;
	height: 38px;
}

#main_nav {
	width:735px;
	height:200px;
	float:right;
	background-image:url(images/heading_bg.png);
	background-repeat:no-repeat;
}
	
#main_nav ul {
	margin-left:-10px;
	margin-top:137px;
	list-style: none;
	padding-left:4px;
	height: 38px;
}

#main_nav li {
	margin-left:60px;
	float:left;
}

#main_nav li a {
	font-family:"Circula";
	font-size:20px;
	color:#dfd9d1;
	height: 38px;
	overflow: hidden;
	text-decoration: none;
}

#nav_home a:link, #nav_home a:visited {
	color:#A19689;
}

#nav_hwa a:link, #nav_hwa a:visited {
}
	
#nav_wwd a:link, #nav_wwd a:visited {
		color:#A19689;
}
	
#nav_contact a:link, #nav_contact a:visited {
		color:#A19689;
}

#nav_mobile_app a:link, #nav_mobile_app a:visited {
		color:#A19689;
}

#main_nav li a:hover {
	color:#FFF;
}

#monkey_logo {
	width:225px;
	height:200px;
	background-image:url(images/monkey_logo.png);
	background-position:53px 0px;
	background-repeat:no-repeat;
	float:left;
	
}

#emo_area {
	position:relative;
	height:330px;
	width:934px;
	background:#F9F7F6;
	background-image:url(images/background-emo.png);
	background-repeat:no-repeat;
	margin:0 auto;
	-moz-border-radius: 10px; /* Per firefox */
 	-webkit- border-radius: 10x; /* Safari e Chrome*/
  	border-radius: 10px; /* Standard CSS */

}

#quote {
	position:absolute;
	width:238px;
	height:195px;
	top:35px;
	left:44px;
	background-image:url(images/quote2.png);
	background-repeat:no-repeat;
	background-position:top;
}

#polaroid1 {
	position:absolute;
	top:40px;
	left:319px;
	width:170px;
	height:207px;
	overflow: hidden;
}

#polaroid1 img {
	border:none;
	width:170px;
	height:207px;
}

#polaroid2 {
	position:absolute;
	top:38px;
	left:516px;	
	width:172px;
	height:211px;
	overflow: hidden;
}

#polaroid2 img {
	width:172px;
	height:211px;
}


#polaroid3 {
	position:absolute;
	top:40px;
	left:716px;
	width:170px;
	height:207px;
	overflow: hidden;
}

#polaroid3 img {
	width:170px;
	height:207px;
}

#main_content_bg {
	min-height:985px;
	width:932px;
	background:#F4F0EE;
	-moz-border-radius: 10px 10px 0 0; /* Per firefox */
 	-webkit- border-radius: 10px; /* Safari e Chrome*/
  	border-radius: 10px 10px 0 0; /* Standard CSS */
	border-left-style:solid;
	border-left-width:3px;
	border-left-color:#68604b;
	padding-left:0px;
	position:absolute;
	top:15px;
	left:11px;
	z-index:1;
}

#main_content {
	width:841px;
	height:926px;
	background-color:#FFF;
	z-index:2;
	position:absolute;
	left:64px;
	top:74px;
	
}

#main_content_description {
	display:block;
	font-family:"Copse";
	font-size:15px;
	color:#52523e;
	width:811px;
	height:100px;
	padding-left:15px;
	padding-right:15px;
	text-align:justify;
	position:absolute;
	top:50px;
	
}

#main_content_container {
	height:1000px;
	width:960px;
	position:relative;
}

#main_content_terminal {
	position:absolute;
	bottom:0px;
	background-image:url(images/main_bg.png);
	background-repeat:no-repeat;
	width:960px;
	height:50px;
	z-index:6;
}


#main_content_frame {
	position:absolute;
	top:3px;
	background-image:url(images/cornice_hwa.png);
	background-repeat:no-repeat;
	width:997px;
	height:1000px;
	z-index:3;
}

#main_content_frame h1 {
	font-family:"Circula";
	font-size:29px;
	color:#423b29;
	text-align:center;
	margin-top:87px;
}

#monkey_1 {
	margin-top:200px;
}
.monkey_heads {
	position:relative;
	left:-30px;
	width:863px;
	height:167px;
	margin-bottom:50px;
}

.monkey_heads p {
	margin:0;
	font-family:"Copse";
	font-size:15px;
	color:#52523e;
	position:absolute;
	width:655px;
	left:200px;
	text-align:justify;
	bottom:0px;
}

.monkey_heads h2 {
	margin:0;
	font-family:"Circula";
	font-size:20px;
	color:#423b29;
	position:absolute;
	top:0px;
	left:200px;
	
}

.monkey_heads img {
	position:absolute;
}


#footer {
	position:absolute;
	height:200px;
	width:960px;
	background-image:url(images/footer.png);
	background-repeat:no-repeat;
}

#footer_nav {
	position:relative;
	top:39px;
	left:130px;
	width:690px;
	font-family:"Junction";
	font-size:15px;
	color:#b3c7bc;
}

#footer_nav ul {
	list-style: none;
}

#footer_nav li a {
	overflow: hidden;
	display: block;
	float:left;
	text-decoration: none;
	color:#b3c7bc;
}

#footer_nav_home a:link, #footer_nav_home a:visited {
}

#footer_nav_hwa a:link, #footer_nav_hwa a:visited {
		margin-left:60px;
}
	
#footer_nav_wwd a:link, #footer_nav_wwd a:visited {
		margin-left:60px;
}
	
#footer_nav_contact a:link, #footer_nav_contact a:visited {
		margin-left:60px;
}

#footer_nav_mobile_app a:link, #footer_nav_mobile_app a:visited {
		margin-left:60px;
}

#footer_nav li a:visited {
	color:#b3c7bc;
}

#legal_info {
	position:relative;
	top:100px;
	font-family:"Junction";
	font-size:10px;
	color:#719685;
	clear:both;
	text-align:center;
	
}