@charset "utf-8";
/* CSS Document */
/********************************
     Common
*********************************/
body{
	margin:0;
	padding:0;
	background: #a6b96e url(../images/bg.jpg) repeat-x 50% 0;
	font-family:Georgia, "Times New Roman", Times, serif;
	color:#506808;
	
}

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

.highlight{
	color:#c5d40b;
	
}

#wrapper{
	width:100%;
	padding-top:10px;
	background: #a6b96e url(../images/bg.jpg) repeat-x 50% 0;
}



/********************************
     HEADER
*********************************/
#header{
	width:100%;
	margin:0 auto;	
}

#menu{
	width:100%;
	height:45px;
	margin-top:20px;
	margin-bottom:10px;
	text-align:center;
	background-color:#3b4f01;
	opacity:0.8;
	filter:alpha(opacity=80);
	
}
#menu ul{
		padding-top:10px;
		margin:0px;
}

#menu li{
	display:inline;
	margin-right:40px;

}

#menu li a{
	text-decoration:none;
	color:#FFF;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:20px;
	
}

#menu li a:hover{
	color:#c5d40b;
	
}

#logo{
	width:391px;
	height:124px;
	margin:0 auto;
	
}


/********************************
     CONTENT
*********************************/

#content{
	width:960px;
	margin:0 auto;	
	
}
#banner{
	width:960px;

	background:url(../images/green.gif) repeat-x  #c1d28b;
	margin-bottom:00px;
}

#slide{
	float:right;
	overflow:hidden;
	width:637px;
	height:429px;
	background-color:#c1d28b;
}

#slide img{
	margin-left:19px;
	margin-top:15px;
	
}

#welcome{
	float:left;
	background:url(../images/green-shadow.gif) repeat-y top right;
	width:323px;
	
}

#welcome p{
		font-family:Georgia, "Times New Roman", Times, serif;
		font-size:13px;
		line-height:21px;
		text-align:left;
		width:250px;
		margin-left:35px;
		color:#FFF;
	
}

#welcome h1{
		font-family:Georgia, "Times New Roman", Times, serif;
		font-size:40px;
		font-weight:normal;
		line-height:35px;
		margin-left:35px;
		margin-top:30px;
		color:#FFF;
	
}

#box1{
	width:314px;
	height:280px;
	float:left;
	background:url(../images/box-bg.gif) repeat-x #d8e8a8;
	padding-top:10px;
	margin-top:10px;

}

#box2{
	width:314px;
	height:280px;
	float:left;
	background:url(../images/box-bg.gif) repeat-x #d8e8a8;
	padding-top:10px;
	margin-left:9px;
	margin-top:10px;

}


#box3{
	width:314px;
	height:280px;
	float:right;
	background:url(../images/box-bg.gif) repeat-x #d8e8a8;
	padding-top:10px;
	margin-top:10px;
}

.detail h2{
	font-family:Georgia, "Times New Roman", Times, serif;
	font-weight:normal;
	margin:5px 0 5px 0;	
	color:#fff;
	font-size:32px;
}

.thum{
	width:295px;
	margin:0 auto;
}


.detail{
	width:260px;
	margin:0 auto;


}

.detail p{
	
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:13px;
	line-height:21px;
	
	
}


/********************************
     FOOTER
*********************************/

#footer{
	width:960px;
	margin:0 auto;
	margin-top:0px;

	
}

.strip{
		background-color:#94a75a;
		width:960px;
		height:5px;
	
}

.flower{
	border-top: 5px solid #94a75a;
	text-align:center;
	
}




.buttom_nav{
	width:960px;
	margin:0 auto;
	margin-top:0px;
	
}
.buttom_nav{text-align:center;	}
.buttom_nav ul{ margin-buttom:10px; padding:0px; margin-top:0px;}
.buttom_nav li{display:inline;}
.buttom_nav li a{
	color:#506808;
	text-decoration:none;
	font-size:12px;
	padding-left:30px;
	padding-right:20px;
	background:url(../images/bullet.gif) left no-repeat;
}
.buttom_nav li a:hover{color:#724b0d;}

.buttom_nav p{
	font-size:11px;
	padding:0px;
	margin:0px;
}

.buttom_nav a{
	text-decoration:none;
	color:#506808;
}


/********************************
     inside page content right
*********************************/

#text_area{
	float:right;
	overflow:hidden;
	width:637px;
	background-color:#fff;
	
}

#text_area p{
	width:590px;
	margin-left:20px;
	
}

#text_area2{
	float:right;
	overflow:hidden;
	width:637px;
	background-color:#fff;
	
}

#text_area2 p{
	width:590px;
	margin-left:20px;
	font-size:12px;
	
}

#text_area h1, #text_area2 h1{
	font-weight:normal;
	font-size:40px;
	margin-left:20px;
	margin-top:30px;
	
}

#gallery{
	margin-left:10px;
	width:637px;
	margin-bottom:40px;
	
}

.photo_gallery{
	float:left;
	border:solid 6px #dde9b9;
	margin:5px;
	
}

/********************************
    RATE TABLE
*********************************/

.tableBasic
{
    border-collapse:collapse;
	width:595px;
	margin-left:20px;
}
.tableBasic tr
{
	height:35px;
}
.tableBasic tr.even
{
    background-color: #EEE;
}

.tableBasic td.head
{
   background-color: #5e6e2a;
   color:#FFF;
   padding-left: 12px;
   padding-right: 12px;
   font: normal 11px/18px "Trebuchet MS", Arial, Helvetica, sans-serif;
   text-transform: uppercase;
   border:1px solid #ccc;
   text-align: center;
}

.tableBasic td
{
   color:#000;
   padding-left: 12px;
   padding-right: 12px;
   font: normal 11px/18px Verdana;
   border:1px solid #ccc;
   text-align: left;
   padding: 5px 0 0 30px;
}

/********************************
    Guest Comments
*********************************/
.newsticker-jcarousellite{
	padding-left:30px;
	
}
.newsticker-jcarousellite ul{
	color:#fff;
	font-size:14px;
	line-height:21px;
	width:280px;

}

.newsticker-jcarousellite li{
	margin-bottom:20px;
	
}

/********************************
    Location Map
*********************************/


#map{
	width:559px;
	height:562px;
	background: url(../images/map-large.gif) no-repeat;
	position:relative;	
	border:6px solid #f5f5f5; 
	margin:0 auto; 
	margin-bottom:30px;
	font-size:10px;
}

#map a.alshut{
	display:block;
	width:20px;
	height:20px;
	position:absolute;
	top:175px;
	left:450px;
	text-indent:-9999px;

	
}

#map a.alslaem{
	display:block;
	width:20px;
	height:20px;
	position:absolute;
	top:120px;
	left:490px;
	text-indent:-9999px;

	
}


#map a.island{
	display:block;
	width:20px;
	height:20px;
	position:absolute;
	top:160px;
	left:470px;
	text-indent:-9999px;

	
}

#map a.alsresort{
	display:block;
	width:20px;
	height:20px;
	position:absolute;
	top:200px;
	left:440px;
	text-indent:-9999px;

	
}

#map a.orchid{
	display:block;
	width:20px;
	height:20px;
	position:absolute;
	top:210px;
	left:420px;
	text-indent:-9999px;
	
}

#preview{
	position:absolute;	
	background:#c1c1c1;
	padding:5px;
	display:none;
	color:#fff;

	}



