@charset "utf-8";
/* CSS Document */
@font-face {
	font-family: "Candara";
	src: url('../fonts/682678223-Candara.eot');
	src: url('../fonts/682678223-Candara.eot?#iefix') format('embedded-opentype'),
	url('../fonts/682678223-Candara.svg#Candara') format('svg'),
	url('../fonts/682678223-Candara.woff') format('woff'),
	url('../fonts/682678223-Candara.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
}
body{margin:0px;padding:0px; background-color:#333; background-image:(../images/bg-01.jpg) !important; background-repeat:no-repeat;font-family:Candara,Arial; font-size:14px}

#divMenuTop{z-index: 3;position: absolute;left:0px;top:0px; width:100%; height:226px; background:url(../images/top.png) center top no-repeat;}
#divBottom{z-index: 3;position:absolute;left:0px;height:30px; width:100%;background:url(../images/bottom.png) center top repeat-x; text-align:center; padding-top:20px; font-size:12px; font-family:Candara,Arial; }
#divMenuRight{z-index: 3;position:absolute;right:0px;top:250px; cursor:pointer}
#divBooking{width:800px; height:550px; border:0px solid red; position:absolute; left:0px; top:0px; display:none;z-index:1010;}
#divClose{width:100px; height:25px; border:0px solid red; position:absolute;display:none; text-align:center; background-color:#333; color:#FFF; font-weight:bold; cursor:pointer; padding-top:5px;z-index:1010;}
#divContent{width:968px; height:0px; border:0px solid red; position:absolute; left:0px;top:150px;overflow:hidden;background:url(../images/ct-bg.png) center top no-repeat;}
#divBorder{width:968px; height:10px; position:absolute; background-color:#037830;display:none;}

img{border:none;}
.clear{
	clear:both;
	}
.top-container{
	width:100%;
	margin:0 auto;
	height:118px;
	position:relative;
}
.header{
	width:1024px;
	margin:0 auto;
	position:relative;
	height:70px;
	}
.logo{
	width:160px;
	height:0px;
	float:left;
	position:absolute ;
	top:-5px;
	left:5px;
	overflow:hidden;
	z-index:9;
	}
.divmenu{
	height:45px;
	width:auto;
	margin:0 auto;
	background:url(../images/menu-bg.png) left bottom repeat-x;
	margin-top:30px;
	position:relative;
	}
.social-net{
	width:0 auto;
	height:41px;
	float:right;
	margin-top:25px;
	}
.social-net img{
	margin-right:10px;
	}
.navigation {
	max-width:1024px;
	width:1020px;
	margin:0 auto;	
}
.navigation > ul{
	padding:0px;
	margin:0px 0px 0px 100px;
	}
.navigation > ul > li{
	float:left;
	padding:12px 20px 12px 20px;
	display: inline;
	font-family: "Candara", Arial, Helvetica, sans-serif;
	font-weight:normal;
	font-size:16px;
	color:#000;
	cursor:pointer;
	z-index:1002;
	}
.navigation > ul > li a{
	color:#000;
	text-decoration:none;
	}
.navigation > ul > li a:hover{
	color:#6a5c02;
	}
/*
#active a{
	background:url(../images/nav-bottom.png) bottom no-repeat;
	padding-bottom:12px;
	}
*/
.active{
	color:#6a5c02;
	background:# background-image: linear-gradient(bottom, rgb(182,163,95) 22%, rgb(221,202,125) 59%, rgb(199,167,91) 84%);
	background-image: -o-linear-gradient(bottom, rgb(182,163,95) 22%, rgb(221,202,125) 59%, rgb(199,167,91) 84%);
	background-image: -moz-linear-gradient(bottom, rgb(182,163,95) 22%, rgb(221,202,125) 59%, rgb(199,167,91) 84%);
	background-image: -webkit-linear-gradient(bottom, rgb(182,163,95) 22%, rgb(221,202,125) 59%, rgb(199,167,91) 84%);
	background-image: -ms-linear-gradient(bottom, rgb(182,163,95) 22%, rgb(221,202,125) 59%, rgb(199,167,91) 84%);
	
	background-image: -webkit-gradient(
	linear,
	left bottom,
	left top,
	color-stop(0.22, rgb(182,163,95)),
	color-stop(0.59, rgb(221,202,125)),
	color-stop(0.84, rgb(199,167,91))
	);
}


.sub-menu{
	background-color:#c8b04b;
	overflow:hidden;
	margin-top:15px;
	width:160px !important;
	z-index:1010;
}
.sub-menu li{
	padding-top:10px;
	width:200px;
	margin-left:-40px;
	padding-left:10px;
	padding-bottom:10px;
	cursor:pointer;
}

/*Initialize*/
ul#menu, ul#menu ul.sub-menu {
   
}
ul#menu li, ul#menu ul.sub-menu li {
    list-style-type: none;
    display: inline-block;
}
/*Link Appearance*/
ul#menu li a, ul#menu li ul.sub-menu li a {
    text-decoration: none;   
    display:inline-block;
}
/*Make the parent of sub-menu relative*/
ul#menu li {
    position: relative;
}
/*sub menu*/
ul#menu li ul.sub-menu {
    display:none;
    position: absolute;
    top: 28px;	
    left: 0px;
    width: 100px;
}
ul#menu li:hover ul.sub-menu {
    display:block;
}

/*new styles*/
.main{
	/*width:960px;*/
	height:0 auto;
	padding:20px 20px 0px 20px;
	}
.header{
	width:100%;
}
.header h2{
	padding:0px;
	margin:0px;
	font-family:"Candara", Arial, Helvetica, sans-serif;
	font-size:28px;
}
.line-header{
	width:530px;
	height:1px;
	background:#000;
	margin:5px 0px 5px 0px;
	}
.header p{
	padding:0px;
	margin:0px;
	font-family:'Cookie',"Candara", Arial, Helvetica, sans-serif;
	font-size:28px;
	padding-top:8px;
}
.content-section{
	min-width:850px;
	float:left;
	}
.content-section img {
	float:left;
	}
.content-point{
	float:left;
	width:0 auto;
	margin:0px 0px 0px 30px;
	}
.content-point p{
	padding:0px;
	margin:0px;
	font-family:"Candara", Arial, Helvetica, sans-serif;
	font-size:18px;
}
.content-point p span{
	padding:10px 0px 0px 20px;
	margin:2px 0px 0px 0px;
	font-family:"Candara", Arial, Helvetica, sans-serif;
	font-size:14px;
	background:url(../images/arrow.jpg) left 16px no-repeat;
	display:inline-block;
}
.content{
	width:100%;
	height:0 auto;
	}
.content p{
	padding:10px 0px 0px 0px;
	margin:0px;
	font-family:"Candara", Arial, Helvetica, sans-serif;
	font-size:14px;
	text-align:justify;
	}
.content h2{
	padding:10px 0px 0px 0px;
	margin:0px;
	font-family:"Candara", Arial, Helvetica, sans-serif;
	font-size:18px;
	text-align:justify;
	}
.content-bg{
	background:url(../images/bg-bottom.png) bottom no-repeat;
	}
.content-point-one-by{
	height:50px;
	width:0 auto;
	margin:10px 0px 0px 0px;
	}
.content-point-one-by h3{
	padding:10px 0px 0px 0px;
	margin:0px;
	font-family:"Candara", Arial, Helvetica, sans-serif;
	font-size:18px;
	text-align:justify;
	}
.content-point-one-by img{
	margin:0px 0px 0px 0px;
	padding:0px 20px 0px 0px;
	}
.photos-famous{
	width:885px;
	height:0 auto;
	margin-top:20px !important;
	
	}
.phots-famous-m{
	width:271px;
	float:left;
	margin:0px 0px 0px 29px;
	}
.phots-famous-m img{
	-moz-box-shadow: 0px 0px 2px #000000;
    -webkit-box-shadow: 0px 0px 2px #000000;
    box-shadow: 0px 0px 2px #000000;
	border:5px #FFF solid;
	border:5px #FFF solid;
	}
/*.phots-famous-m p span{
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
	}*/
.phots-famous-m p{
	padding:0px 0px 0px 0px;
	margin:15px 0px 0px 0px;
	display:inline-block;
	font-family:"Candara", Arial, Helvetica, sans-serif;
	font-size:14px;
	text-align:justify;
	}

.mCSB_container{
	background-color:#FFF;
	min-height:500px;
	margin-left:20px;
}
a.links{
	color:#249816;
	text-decoration:none;
}
a.links:hover{
	text-decoration:none;
	color:#000;
}
a.blacklinks{
	color:#000;
	text-decoration:none;
}
a.blacklinks:hover{
	text-decoration:none;
	color:#FFF;
}
.background{
	background:#FFF;
	padding:10px 10px 10px 10px; 
	}
.background img{
	padding-right:10px;
}
.othercontent{
	font-family: Verdana !important;
	font-size:12px;
}
.othercontent1{
	font-family: Verdana !important;
	font-size:11px;
}
.boxshadow{
	background:#FFF;
	background-image:url(../images/contact_right.jpg);
	background-repeat:no-repeat;
	box-shadow: 1px 1px 5px 1px #888888;
	zoom: 1;
}
.cnt1{
	background:url(../images/cont1.png) no-repeat;
	width:266px;
	height:158px;
}
.cnt2{
	background:url(../images/cont2.png) no-repeat;
	width:266px;
	height:158px;
}
.cnt3{
	background:url(../images/cont3.png) no-repeat;
	width:266px;
	height:158px;
}
.cnt4{
	background:url(../images/cont4.png) no-repeat;
	width:266px;
	height:158px;
}
.cnt5{
	background:url(../images/cont5.png) no-repeat;
	width:266px;
	height:158px;
}
.button{
	background-color:#047932;
	color:#FFF;
	cursor:pointer;
	padding:5px;
	border:1px solid #CCC;
	width:120px;
}
.button:hover{color:#0C3}
.red{
	color:red;
	display:none;
}
.formobj{
	width:220px;
	padding:5px !important;
}
.gallery img{
	margin-left:10px;
	margin-top:10px;
	border:1px solid #DEC456;
	padding:2px;
}
.firstImg{
	margin-left:-30px !important;
}
.stylish{
	font-family:'Cookie' !important;
	font-size:21px !important;
}

.pkgbtn {
  background: #0DB24A;
  background-image: -webkit-linear-gradient(top, #0DB24A, #2bb83b);
  background-image: -moz-linear-gradient(top, #0DB24A, #2bb83b);
  background-image: -ms-linear-gradient(top, #0DB24A, #2bb83b);
  background-image: -o-linear-gradient(top, #0DB24A, #2bb83b);
  background-image: linear-gradient(to bottom, #0DB24A, #2bb83b);
  -webkit-border-radius: 18;
  -moz-border-radius: 18;
  border-radius: 18px;
  font-family: Arial;
  color: #FFDE00;
  font-size: 16px;
  padding: 7px 20px 7px 20px;
  text-decoration: none;
  float: left;
  margin-right: 10px;
}

.pkgbtn:hover {
  background: #2bb83b;
  background-image: -webkit-linear-gradient(top, #2bb83b, #0DB24A);
  background-image: -moz-linear-gradient(top, #2bb83b, #0DB24A);
  background-image: -ms-linear-gradient(top, #2bb83b, #0DB24A);
  background-image: -o-linear-gradient(top, #2bb83b, #0DB24A);
  background-image: linear-gradient(to bottom, #2bb83b, #0DB24A);
  text-decoration: none;
}