html,body {
	height: 100%;	
}
body {
	margin: 0px;
	padding: 0px;
	font-size: 13px;
	color: #1a1a1a;
	background-image: url(../images/bg.png);
	background-attachment: fixed;
 	font-family: Arial, Helvetica, sans-serif;
}
a {
	outline: none;	
}
.gallery {
  padding: 0px;
  margin: 0px;
  list-style: none;
}
.gallery li {
  width: 120px;
  text-align: center;
  height: 120px;
  float: left;
}
#sand {
	position: fixed;
	width: 100%;
	height: 100%;
	background-image: url(../images/lefttop.png);
	background-repeat: no-repeat;
	background-position: left top;
}
#sand2 {
	position: absolute;
	height: 100%;
	width: 100%;
	background-image: url(../images/rightbottom.png);
	background-repeat: no-repeat;
	background-position: right bottom;
}
#sun {
	position: absolute;
	left: 50%;
	bottom: 0px;
	width: 172px;
	background-image: url(../images/sun.png);
	height: 124px;
	margin-left: -494px;
}
#container {
	width: 921px;
	position: absolute;
	left: 50%;
	top: 0px;
	margin-left: -460px;
}
#header {
	height: 100px;
	background-image: url(../images/topbg.png);
	background-repeat: no-repeat;
	background-position: center bottom;
	position: relative;
}
h1 {
	background-image: url(../images/logo.png);
	padding: 0px;
	height: 77px;
	width: 226px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: -113px;
	position: absolute;
	left: 50%;
	overflow: hidden;
	top: 10px;
}
h1 a {
	line-height: 600px;
	display: block;
}
#content {
	background-image: url(../images/bg2.png);
	padding-right: 26px;
	padding-left: 26px;
	height: 3000px;
}
#footer {
	height: 80px;
	width: 921px;
	position: relative;
	background-image: url(../images/footer.png);
	background-repeat: no-repeat;
	background-position: center top;
}
#menu {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	height: 39px;
}
.orange #menu {
	background-image: url(../images/menubg-orange.png);
}
.bluegreen #menu {
	background-image: url(../images/menubg-bluegreen.png);
}
.blue #menu {
	background-image: url(../images/menubg-blue.png);
}
.green #menu {
	background-image: url(../images/menubg-green.png);
}
.lightorange #menu {
	background-image: url(../images/menubg-lightorange.png);
}
#menu li {
	float: left;
}
#menu li a, #menu li span {
	line-height: 15px;
	display: block;
	white-space: nowrap;
	height: 15px;
	padding-top: 9px;
	padding-bottom: 15px;
	padding-right: 10px;
	padding-left: 10px;
	text-decoration: none;
	font-size: 14px;
	color: #FFF;
}
#menu li:hover, #menu li.act {
	background-repeat: no-repeat;
	background-position: left top;
}
#menu li a:hover, #menu li.act span {
	background-repeat: no-repeat;
	background-position: right top;
}
.orange #menu li:hover, .orange #menu li.act {
	background-image: url(../images/menubg2-orange.png);
}
.orange #menu li a:hover, .orange #menu li.act span {
	background-image: url(../images/menubg3-orange.png);
}
.bluegreen #menu li:hover, .bluegreen #menu li.act {
	background-image: url(../images/menubg2-bluegreen.png);
}
.bluegreen #menu li a:hover, .bluegreen #menu li.act span {
	background-image: url(../images/menubg3-bluegreen.png);
}
.blue #menu li:hover, .blue #menu li.act {
	background-image: url(../images/menubg2-blue.png);
}
.blue #menu li a:hover, .blue #menu li.act span {
	background-image: url(../images/menubg3-blue.png);
}
.green #menu li:hover, .green #menu li.act {
	background-image: url(../images/menubg2-green.png);
}
.green #menu li a:hover, .green #menu li.act span {
	background-image: url(../images/menubg3-green.png);
}
.lightorange #menu li:hover, .lightorange #menu li.act {
	background-image: url(../images/menubg2-lightorange.png);
}
.lightorange #menu li a:hover, .lightorange #menu li.act span {
	background-image: url(../images/menubg3-lightorange.png);
}
#ora {
	background-image: url(../images/ora.png);
	height: 29px;
	width: 61px;
	position: absolute;
	overflow: hidden;
	top: 30px;
	right: 30px;
	line-height: 300px;
}
#footer ul {
	list-style-type: none;
	position: absolute;
	left: 50%;
	bottom: 0px;
}
#footer ul li {
	float: left;
}
#footer ul li a {
	color: #68421C;
	text-decoration: none;
	font-size: 12px;
	line-height: 26px;
	display: block;
	padding-right: 15px;
	background-image: url(../images/arrow.png);
	background-repeat: no-repeat;
	background-position: right center;
	margin-right: 12px;
}
#leftcol {
	width: 218px;
	float: left;
}

#footer ul li a:hover {
	text-decoration: underline;
}


.leftbox {
	padding-right: 16px;
	padding-left: 20px;
	padding-top: 5px;
	padding-bottom: 5px;
	background-image: url(../images/line.png);
	background-repeat: no-repeat;
	background-position: left top;
}
.leftbox h3 {
    font-family:"Times New Roman", Times, serif;
	color: #999900;
	font-size: 24px;
	font-variant: small-caps;
	font-weight: normal;
	letter-spacing: -1px;
	margin: 0px;
	line-height: 20px;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 20px;
	padding-left: 0px;
}
#rightcol {
	margin-left: 250px;
	margin-right: 15px;
	margin-top: 20px;
	margin-bottom: 20px;
}
h2 {
	font-family:"Times New Roman", Times, serif;
	color: #03ADC7;
	font-weight: normal;
	font-size: 30px;
	font-variant: small-caps;
	letter-spacing: -1px;
	line-height: 26px;
}
h2 span {
	font-size: 24px;
	line-height: 22px;
	display: block;
}

.resorts {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}
.resorts li img {
	float: right;
	background-image: url(../images/imgbg.png);
	background-repeat: no-repeat;
	background-position: center bottom;
	padding-bottom: 8px;
}
.resorts li {
	clear: right;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999;
	padding-bottom: 10px;
	padding-top: 10px;
	min-height: 160px;
}
.resorts li h4 {
	font-family:"Times New Roman", Times, serif;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 15px;
	padding-left: 0px;
	font-size: 18px;
}
.resorts li div {
	width: 350px;
}
.resorts li h3 a {
    font-family:"Times New Roman", Times, serif;
	text-decoration: none;
	color: #02A0A1;
	font-size: 24px;
	font-weight: normal;
	font-variant: small-caps;
	letter-spacing: -1px;
}
.resorts li h3 {
	margin: 0px;
	padding: 0px;
}
#rightcol a {
	color: #03AFBD;
	text-decoration: none;
}
#rightcol a:hover {
	text-decoration: underline;
}
#headerimg {
	height: 223px;
	width: 869px;
	position: relative;
}
#coverbottom {
	position: absolute;
	height: 100%;
	width: 100%;
	left: 0px;
	top: 0px;
	background-image: url(../images/coverbottom.png);
	background-repeat: no-repeat;
	background-position: left bottom;
}
#covertop {
	background-repeat: no-repeat;
	background-position: left top;
	position: absolute;
	height: 100%;
	width: 100%;
	left: 0px;
	top: 0px;
}
.bluegreen #covertop {
	background-image: url(../images/covertop-bluegreen.png);
}
.orange #covertop {
	background-image: url(../images/covertop-orange.png);
}
.blue #covertop {
	background-image: url(../images/covertop-blue.png);
}
.green #covertop {
	background-image: url(../images/covertop-green.png);
}
.lightorange #covertop {
	background-image: url(../images/covertop-lightorange.png);
}
#headerimg img {
	position: absolute;
	left: 0px;
	top: 0px;
}
#tablist {
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	height: 34px;
	list-style-type: none;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCC;
}
#tablist li {
	float: left;
	margin-left: -2px;
}
#tablist li a {
	line-height: 26px;
	float: left;
	white-space: nowrap;
	display: block;
	background-image: url(../images/tabbg1.png);
	background-repeat: no-repeat;
	background-position: right center;
	padding-right: 10px;
	padding-left: 10px;
	color: #333;
	text-align: center;
	min-width: 80px;
}
#tablist li.active {
	background-image: url(../images/tabbg2l.png);
	background-repeat: no-repeat;
	background-position: left top;
}
#tablist li.active a {
	color: #FFF;
	background-image: url(../images/tabbg2r.png);
	background-repeat: no-repeat;
	background-position: right top;
	text-decoration: none;
}
#tablist li a:hover {
	color: #3CF;
	text-decoration: none;
}
#tablist li.active a:hover {
	color: #3FC;
	text-decoration: none;
}
#col1 {
	background-image: url(../images/col.png);
	background-repeat: no-repeat;
	background-position: right top;
	float: left;
	width: 239px;
	padding-right: 25px;
	padding-left: 25px;
}
#col2 {
	background-image: url(../images/col.png);
	float: left;
	width: 240px;
	background-repeat: no-repeat;
	background-position: right top;
	padding-right: 25px;
	padding-left: 25px;
}
#col3 {
	float: left;
	width: 240px;
	padding-left: 25px;
}
#tasteofparadise {
	color: #EAAC06;
	text-decoration: none;
	font-size: 20px;
	font-variant: small-caps;
	display: block;
	background-image: url(../images/arrow2.png);
	background-repeat: no-repeat;
	background-position: right center;
	letter-spacing: -1px;
}
#allresorts {
	height: 32px;
	width: 207px;
	position: relative;
	left: -12px;
	z-index: 10; 
}
#allresorts .rescover {
	position: absolute;
	left: 3px;
	top: 0px;
	width: 194px;
	background-image: url(../images/resmid.png);
	background-repeat: repeat-y;
	background-position: center top;
	z-index: 90;
	display: none;
}
#allresorts .colapseresorts {
    font-family:"Times New Roman", Times, serif;
	position: absolute;
	z-index: 99;
	background-image: url(../images/resbutt.png);
	padding-left: 20px;
	line-height: 26px;
	color: #FFF;
	text-decoration: none;
	font-size: 12px;
	font-variant: small-caps;
	bottom: 0px;
	height: 26px;
	width: 162px;
	left: 9px;
}

#allresorts .rescover div {
	background-image: url(../images/restop.png);
	margin-top: 0px;
}
#allresorts .rescover div ul.reslist {
	list-style-type: none;
	padding-top: 40px;
	padding-right: 1px;
	padding-bottom: 5px;
	padding-left: 2px;
	background-image: url(../images/resbot.png);
	background-repeat: no-repeat;
	background-position: center bottom;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#allresorts .rescover div .reslist li span {
	color: #C90;
	font-size: 20px;
	display: block;
	padding-left: 10px;
	line-height: 26px;
}
#allresorts .rescover div .reslist li ul {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}
#allresorts .rescover div .reslist li ul li a {
	text-decoration: none;
	color: #333;
	display: block;
	padding-top: 8px;
	padding-right: 10px;
	padding-bottom: 8px;
	padding-left: 10px;
}
#allresorts .rescover div .reslist li ul li a:hover {
	background-color: #029b9c;
	color: #FFF;
}

#continue-btn { background-image: url("../images/continue-btn.png"); border: 0; margin: 0; padding: 0; font-size: 0; width: 120px; height: 28px; cursor: pointer; }
#send-enquiry-btn { background-image: url("../images/send-enquiry.png"); border: 0; margin: 0; padding: 0; font-size: 0; width: 117px; height: 24px; cursor: pointer; }
#subscribe-btn { background-image: url("../images/subscribe.png"); border: 0; margin: 0; padding: 0; font-size: 0; width: 117px; height: 24px; cursor: pointer; }

.datepicker_control { background: #02BBBC !important; }
.datepicker_links { background: #aaa !important; }
.datepicker_header { background: #aaa !important; }
.datepicker_newMonth, .datepicker_newYear { background: #777 !important; font-weight: normal !important; }

.leftbox form.reserv,
.tx-thmailformplus-pi1 .reserv { font-size: 13px; }
.leftbox form.reserv input,
.leftbox form.reserv select,
.tx-thmailformplus-pi1 .reserv input,
.tx-thmailformplus-pi1 .reserv select{ margin: 4px 2px;}
.tx-thmailformplus-pi1 .reserv td { padding: 0; }
.tx-thmailformplus-pi1 .reserv td  b { display: block; }



#mailinglist #join, .tx-thmailformplus-pi1 
#join {
background-image:url(../images/joinbutton.jpg);
float:left;
height:24px;
margin-top:5px;
width:117px;
}

h2 .stars-3, h3 .stars-3 { background: url("../images/stars.png") no-repeat 10px 7px; width: 49px !important; height: 1.4em; display: inline-block; margin: 0 !important; *display: inline; zoom: 1; }
h2 .stars-4, h3 .stars-4 { background: url("../images/stars.png") no-repeat 10px 7px; width: 62px !important; height: 1.4em; display: inline-block; margin: 0 !important; *display: inline; zoom: 1; }
h2 .stars-5, h3 .stars-5 { background: url("../images/stars.png") no-repeat 10px 7px; width: 75px !important; height: 1.4em; display: inline-block; margin: 0 !important; *display: inline; zoom: 1; }
h2 .stars-3, h2 .stars-4, h2 .stars-5 { height: 23px; *height: 30px;}
#footer a {line-height: 1.4em !important; font-size: 0; }
#footer { color: #68421C; }

.box-container { overflow: hidden; }
.box-container .box1 { float: left; width: 250px; overflow: hidden; padding: 0 25px 0 0;}
.box-container .box2 { float: right; width: 329px; overflow: hidden;}
.box2 h2 { margin: 0 0 30px 0; padding; 0; }
.box2 h4 { font-size: 18px;}
.box2 .csc-menu-1 { margin: 0; padding: 0;}
.box2 .csc-menu-1 li { background: url("../images/arrow-resorts.gif") no-repeat -4px 5px; list-style: none; margin: 0; padding: 0 0 0 20px; }

.txtfields, input.formfields, .hasDatepicker, #email{ margin: 2px; padding: 5px; border: 1px solid #ccc; }
.btn { border: 0; }
select { border: 1px solid #ccc;}

#captcha img {border:1px solid #CCCCCC;}


.leftbox a, .leftbox a:visited {color: rgb(2, 160, 161);}

.csc-uploads-fileName p{float:left; margin: 0 0px 0 0px;}
.csc-uploads-fileName p.csc-uploads-description {float:left; /*width:200px;*/ margin: 0 0px 0 7px;}

