/* CSS Document */
/*
	DROP DOWN MENU
*/
a{
	color:#8f3c46;
}
a:hover{
	text-decoration:none;
}
.menu_area{
	width:865px;
	height:241px;
	background:url(../images/ap-home_06.jpg) no-repeat;
	margin-top:5px;
}
.menu_area ul{
	padding:40px 0 0 350px;
	margin:0;
}
.menu_area ul li{
	display:inline;
	margin:0 10px 0 10px;
}
.menu_area ul li a{
	font-size:14px;
	font-family:"Century Gothic",Verdana, Arial, Helvetica, sans-serif;
	text-decoration:none;
	color:#8f3c46;
	font-weight:bold;
}
/* ######### Style for Drop Down Menu ######### */

.dropmenudiv{
position:absolute;
top: 0;
border: 1px solid #cfb397; /*THEME CHANGE HERE*/
border-bottom-width: 0;
font:normal 12px "Century Gothic", verdana;
line-height:18px;
z-index:100;
background-color: white;
width: 150px;
visibility: hidden;
filter: progid:DXImageTransform.Microsoft.Shadow(color=#CACACA,direction=135,strength=4); /*Add Shadow in IE. Remove if desired*/
}


.dropmenudiv a{
width: auto;
display: block;
text-indent: 3px;
border-bottom: 1px solid #cfb397; /*THEME CHANGE HERE*/
padding: 2px 0;
text-decoration: none;
font-weight: bold;
color: #8f3c46;
}

* html .dropmenudiv a{ /*IE only hack*/
width: 100%;
}

.dropmenudiv a:hover{ /*THEME CHANGE HERE*/
background-color: #F0F0F0;
}
/*CSS Menu End*/

body{
	background:#cfb397;
	font-family:Verdana, Arial, Helvetica, sans-serif, "Century Gothic";
	font-size: 10px ;
	color:#8f3c46;
}
h1, h2, h3, h4,h5,h6{
	padding:0;
	margin:0;
	font-family:"Century Gothic",Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px ;
}
.wrapper{
	width:865px;
	margin:0 auto;
	height:auto;
}
.list_atas{
	width:820px;
	height:54px;
	background:url(../images/ap-home_03.jpg) no-repeat;
	padding:15px 20px 15px 25px;;
	color:#9d8487;
}

.content_area{
	width:865px;
	height:416px;
	background:url(../images/ap-home_07.jpg) no-repeat;
}
.text_content{
	width:250px;
	height:auto;
	padding-left:50px;
	font-size:12px;
	font-family:"Century Gothic",Verdana, Arial, Helvetica, sans-serif;
}
.footer_area{
	width:865px;
	height:56px;
	background:url(../images/ap-home_08.jpg) no-repeat;
}
.menu_bottom{
	width:620px;
	height:30px;
	float:left;
}
.menu_bottom ul{
	padding:0px 0 0 0px;
	margin:0;
}
.menu_bottom ul li{
	display:inline;
	margin:0 5px 0 5px;
}
.menu_bottom ul li a{
	font-size:11px;
	font-family:"Century Gothic",Verdana, Arial, Helvetica, sans-serif;
	text-decoration:none;
	color:#8f3c46;
}
.copy{
	width:242px;
	height:30px;
	text-align:right;
	float:left;
	padding-right:3px;
}
