/* CSS Document */


 /*
  USAGE:
  Copy and paste this one line into your site's CSS stylesheet.
  Add comma-separated CSS selectors / element names that have transparent PNGs.
  Remember that the path is RELATIVE TO THIS HTML FILE, not the CSS file.
  See below for another method of activating the script without adding CSS here.
 */

img, div, hover, a, background {
	behavior: url("iepngfix.htc")
}

body {
	behavior: url("csshover3.htc");
}
/*
  Here's an example you might use in practice:
  img, div.menu, .pngfix, input { behavior: url("/css/iepngfix.htc") }
 */


body {
	margin: 0;
	padding: 0;
	color: #000;
	font-family: "Lucida Grande", "Lucida Sans Unicode", Arial, Verdana, sans-serif;
	background-color: #f2ede7;
	background-image: url(images/water.jpg);
	background-repeat: repeat-x;
}
div, h1, h2, p, form, label, input, textarea, img, span {
	margin:0;
	padding:0;
}
img {
	border:none
}
ul {
	margin:0;
	padding:0;
	list-style-type:none;
}
.spacer {
	clear:both;
	font-size:0;
	line-height:0;
}
.fl {
	float:left;
	margin-right: 20px;
	margin-bottom: 10px;
}
.fr {
	float:right;
	margin-left: 10px;
	margin-bottom: 10px;
}
.clearfix {
	clear:both;
	font-size: 0px;
	float: none;
}
.botgap{
	margin-bottom: 10px;
}
#container {
	color:#000;
	margin:0 auto;
	padding: 0px;
}
#navbar {
	padding-right: 8px;
	padding-left: 10px;
	height: 35px;
	margin-top: 0px;
}
/*------------------------------------------------menus--------------------*/

#menu ul {
	list-style-type:none;
	width:1000px;
	margin: 0px;
	padding: 0px;
	background-position: top;
	vertical-align: top;
}
#menu ul li {
	float:left;
	margin: 0px;
	padding: 0px;
	border: none;
}
#menu ul li a {
	display:block;
	color: #000000;
	font-size: 12px;
	text-decoration:none;
	text-align: left;
	padding: 0px;
	margin-top: 0px;
	margin-right: 20px;
	margin-bottom: 8px;
	margin-left: 20px;
}
#menu ul li a:hover {
	color: #FFFFFF;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #999999;
}
#menu ul li a.select {
	display:block;
	color:#CC0000;
	text-decoration:none;
	font-weight: bold;
}
/*------------------------------------------------body--------------------*/
#main {
	font-style: normal;
	font-weight: normal;
	margin-right: auto;
	margin-left: auto;
	width: 1050px;
	position: relative;
}
.text {
	width: 600px;
	padding-right: 55px;
	padding-left: 55px;
}
/*------------------------------------------------left--------------------*/
#left {
	position: absolute;
	width: 175px;
	height: 500px;
	top: 0px;
	left: 0px;
	z-index: 5;
}
/*------------------------------------------------right--------------------*/
#right {
	position: relative;
	height: 450px;
	float: right;
}
/*------------------------------------------------footer--------------------*/
#footer {
	background-image: url(images/sand.jpg);
	background-repeat: repeat-x;
	min-width:750px;
}
#footer p {
	color:#827d69;
	font-size: 9px;
	text-align: center;
	position: absolute;
	z-index: 10;
	display: block;
	bottom: 10px;
	left: 40%;
}
#footer a {
	font-weight: bold;
	font-style: normal;
	text-decoration: none;
	color: #827d69;
}
#footer a:hover {
	color: #4D4A3E;
	font-weight: bold;
	font-style: normal;
	text-decoration: none;
}
#header {
	height: 29px;
	color: #003471;
	font-size: 12px;
	padding-left: 10px;
	padding-top: 20px;
	z-index: 90;
	position: relative;
}
#content {
	width: 710px;
	background-image: url(images/mat_bg.png);
	background-repeat: repeat-y;
	padding-bottom: 5px;
	z-index: 10;
}
#content p {
	font-size: 12px;
	color: #544b1e;
	line-height: 18px;
	margin-bottom: 10px;
	text-align: left;
}
h2 {
	font-size: 14px;
	font-weight: bold;
	color: #413617;
	margin-bottom: 10px;
	font-style: normal;
}
h1 {
	font-size: 24px;
	color: #FFFFFF;
	font-family: Georgia, "Times New Roman", Times, serif;
	padding-top: 25px;
	padding-bottom: 5px;
}
.bullets {
	color: #544b1e;
	font-size: 14px;
	list-style-type: disc;
	list-style-position: outside;
	margin-left: 50px;
}
#content p a {
	color: #544b1e;
	font-weight: bold;
	text-decoration: none;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #C3B49B;
}
#content p a:hover {
	color: #96893A;
}
#flush {
	clear: both;
	height:0px;
	margin:0;
	padding:0;
}
.noborder {
	border: 0;
	padding: 0;
	margin: 0;
}
.goright {
	float: right;
	top: -100px;
	left: 80px;
}
.goleft {
	position: relative;
	left: -20px;
	top: 10px;
	float: left;
}
.smalltext {
	font-size: 9px;
	color: #E3D2B8;
	margin-bottom: 10px;
	line-height: 12px;
}
ol li {
	color: #007EC1;
	font-size: 12px;
	margin-bottom: 10px;
}
#content_bottom {
	background-image: url(images/mat_bottom.png);
	background-repeat: no-repeat;
	height: 73px;
	width: 710px;
}
#footer img {
	margin-right: 20px;
}
.comment {
	font-size: 16px;
	color: #CC0000;
}
#content ul {
	margin-bottom: 25px;
}
.multiline {
	float: left;
	width: 250px;
}
h3 {
	text-align: center;
}
h5 {
	font-size: 12px;
	color: #413617;
}
#form {
	float: right;
	width: 400px;
	background-color: #B4B4B4;
	font-size: 12px;
	padding: 10px;
}
.inputbox {
	background-color: #F2EDE7;
	width: 225px;
	border: 1px solid #A6957F;
	padding: 3px;
	margin-bottom: 5px;
	color: #544b1e;
}
.script {
	font-size: 19px;
	font-weight: normal;
	font-family: Lucida Handwriting, Lucida Calligraphy, Papyrus, Georgia, "Times New Roman", Times, serif;
	color: #FFFFFF;
	position: relative;
	bottom: 5px;
	letter-spacing: 0.1em;
	display: block;
	text-align: center;
}
#floater {
	float: left;
	margin-right: 10px;
	width: 300px;
}
#spacer {
	clear: both;
	float: none;
	height: 15px;
}
#header a {
	text-decoration: none;
	padding-right: 10px;
	padding-left: 10px;
	color: #71d9e9;
}
#header a:hover {
	color: #D6F1F3;
}
.item {
	color: #666666;
	width: 150px;
	height: 150px;
	padding: 2px;
	display: inline;
	float: left;
}
.item img {
	padding: 5px;
	border: 1px solid #FFFFFF;
	background: #FFFFFF;
}
.item a img {
	padding:3px;
	border:1px solid #FFFFFF;
	filter:alpha(opacity=80);
	-moz-opacity:0.80;
	-khtml-opacity: 0.80;
	opacity: 0.80;
}
.item a:hover img, .item a:active img {
	padding:3px;
	border:1px solid #3F841C;
	filter:alpha(opacity=99);
	-moz-opacity:0.99;
	-khtml-opacity: 0.99;
	opacity: 0.99;
	background: #FFFFFF;
}
iframe {
	border: 1px solid #FFFFFF;
	padding: 0px;
	float: right;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
}
#topedge {
	height: 95px;
	background-image: url(images/mat_top.png);
	background-repeat: no-repeat;
	width: 710px;
	text-align: center;
	position: relative;
	z-index: 10;
}
#leftpanel {
	background: url(images/curve.png) no-repeat;
	height: 617px;
	width: 249px;
	position: absolute;
	top: 169px;
	z-index: 60;
}
.rightedge {
	z-index: 80;
	float: right;
	margin-left: 20px;
}
#rightpanel {
	float: right;
	position: absolute;
	right: 0px;
	top: 169px;
	z-index: 80;
	height: 617px;
	width: 216px;
	background-image: url(images/planes.jpg);
	background-repeat: no-repeat;
	background-position: right;
}
#text {
	padding-left: 50px;
	padding-right: 50px;
}
.button {
	font-size: 12px;
	text-decoration:none;
	text-align: left;
	height: 36px;
	z-index: 90;
	height: 63px;
	color: #000000;
	display: block;
}
.kayak {
	background-image: url(images/kayaks_off.png);
	background-repeat: no-repeat;
	height: 74px;
	width: 291px;
	display: block;
	position: absolute;
	left: -122px;
	top: 262px;
	text-decoration: none;
	cursor: pointer;
	z-index: 5;
}
.kayak:hover {
	background-image: url(images/kayaks_on.png);
}
.statue {
	background-image: url(images/statue_off.png);
	background-repeat: no-repeat;
	height: 239px;
	width: 138px;
	display: block;
	position: absolute;
	left: 34px;
	top: 344px;
	text-decoration: none;
	cursor: pointer;
	z-index: 5;
}
.statue:hover {
	background-image: url(images/statue_on.png);
}
.palm {
	background-repeat: no-repeat;
	height: 312px;
	display: block;
	top: 0px;
	text-decoration: none;
	right: 0px;
}
.woman {
	background-image: url(images/woman_off.png);
	background-repeat: no-repeat;
	height: 146px;
	width: 252px;
	display: block;
	position: absolute;
	left: 840px;
	top: 228px;
	text-decoration: none;
	cursor: pointer;
	z-index: -5;
}
.woman:hover {
	background-image: url(images/woman_on.png);
}
.volivoli {
	background-image: url(images/volivoli_logo.png);
	background-repeat: no-repeat;
	height: 251px;
	width: 295px;
	display: block;
	position: absolute;
	left: -62px;
	text-decoration: none;
	top: 0px;
	cursor: pointer;
	z-index: 5;
}
.volivoli:hover {
	background-image: url(images/volivoli_hover.png);
}
.starfish {
	background-image: url(images/starfish_off.png);
	background-repeat: no-repeat;
	height: 41px;
	width: 62px;
	display: block;
	position: absolute;
	left: 33px;
	top: -31px;
	text-decoration: none;
	cursor: pointer;	
	z-index: 5;
}
.starfish:hover {
	background-image: url(images/starfish_on.png);
}
.flippers {
	background-image: url(images/flippers_off.png);
	background-repeat: no-repeat;
	height: 91px;
	width: 174px;
	display: block;
	position: absolute;
	left: 15%;
	text-decoration: none;
	z-index: 5;
	cursor: pointer;	
	bottom: 0px;
}
.flippers:hover {
	background-image: url(images/flippers_on.png);
}
.shell {
	background-image: url(images/shell_off.png);
	background-repeat: no-repeat;
	height: 55px;
	width: 117px;
	display: block;
	position: absolute;
	left: 60%;
	top: 9px;
	text-decoration: none;
	cursor: pointer;	
	z-index: 5;
}
.shell:hover {
	background-image: url(images/shell_on.png);
}
.message {
	background-image: url(images/message_off.png);
	background-repeat: no-repeat;
	height: 33px;
	width: 193px;
	display: block;
	position: absolute;
	left: 37%;
	top: 77px;
	text-decoration: none;
	cursor: pointer;	
	z-index: 5;
}
.message:hover {
	background-image: url(images/message_on.png);
}
.coconut {
	background-image: url(images/coconut_off.png);
	background-repeat: no-repeat;
	height: 150px;
	width: 198px;
	display: block;
	position: absolute;
	text-decoration: none;
	right: 0px;
	bottom: 0px;
	cursor: pointer;	
	z-index: 5;
}
.coconut:hover {
	background-image: url(images/coconut_on.png);
}
.kava {
	background-image: url(images/kava_off.png);
	background-repeat: no-repeat;
	height: 99px;
	width: 138px;
	display: block;
	position: absolute;
	text-decoration: none;
	right: 5px;
	bottom: 0px;
	cursor: pointer;	
	z-index: 5;
}
.kava:hover {
	background-image: url(images/kava_on.png);
}
#header .select {
	color: #FFFFFF;
}
#palm {
	position: absolute;
	left: 0;
	bottom: 0;
	right:  0;
	top: 0;
	padding-left: 860px;
	/*z-index:  -1;*/
}
#mat {
	z-index: 10;
	width: 710px;
	position: relative;
	left: 175px;
	top: 40px;
	min-height: 475px;
}
#fixer {
	height: 312px;
	width: 251px;
	margin-left: auto;
	background-image: url(images/palm.png);
	background-repeat: no-repeat;
	z-index: 80;
	position: relative;
}
.sand {
	background-image: url(images/sand.jpg);
	background-repeat: repeat-x;
	height: 175px;
	width: 1111px;
	position: absolute;
	background-position: bottom;
	z-index: -1;
	bottom: 0px;
	left: 0px;
}
.mainpic {
	border: 1px solid #FFFFFF;
	position: relative;
	bottom: 20px;
	width: 600px;
	z-index: 15;
}
.quote {
	font-size: 40px;
	position: relative;
	top: 5px;
	color: #C2B39B;
}
.box {
	border: 1px solid #F2EDE7;
	float: left;
	width: 160px;
	margin-right: 14px;
	background-color: #E3DACC;
	padding-right: 12px;
	padding-left: 12px;
	padding-top: 5px;
	min-height:370px;
	height:auto!important;
	height:370px;
}
.box img {
	margin-bottom: 5px;
}
.prices {
	float: right;
	width: 260px;
	margin-left: 14px;
	background-color: #AC936A;
	padding-right: 12px;
	padding-left: 12px;
	padding-top: 5px;
	clear: both;
	margin-bottom: 10px;
	padding-bottom: 0px;
	border: 2px solid #C8B89F;
	position: relative;
}
.line {
	background-image: url(images/line.png);
	height: 5px;
	clear: both;
	margin-bottom: 15px;
	margin-top: 15px;
	background-repeat: no-repeat;
}
#content .prices p {
	color: #F2EDE7;
	margin-right: 0px;
}
h4 {
	color: #614720;
	font-size: 10px;
	margin-bottom: 5px;
}
.box2 {
	background-repeat: no-repeat;
	background-position: right bottom;
	position: relative;
	padding: 0px;
	float: left;
	margin-right: 10px;
	margin-left: 10px;
	text-align: center;
}
#content .box2 img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.box2 a {
	font-size: 14px;
	display: block;
}
.gap {
	width: 100px;
	display: block;
	float: left;
}
.price {
	position: absolute;
	right: 10px;
	text-align: right;
	color: #D9CFBE;
	font-size: 11px;
	font-weight: bold;
}
.box3 {
	border: 1px solid #F2EDE7;
	background-color: #E3DACC;
	margin-top: 5px;
	margin-bottom: 5px;
	padding-top: 10px;
	padding-right: 15px;
	padding-bottom: 5px;
	padding-left: 15px;
}
#content .box3 p {
	color: #7C694E;
}
label {
	font-size: 11px;
	color: #97856E;
}
.checkbox {
	color: #544b1e;
}
.smalltext2 {
	font-size: 9px;
	color: #938063;
	display: block;
	text-align: right;
	position: relative;
	bottom: 18px;
}
small {
	font-size: 9px;
	display: block;
	width: 600px;
	text-align: right;
	clear: both;
}
.smalltext2 a {
	color: #938063;
	text-decoration: none;
	font-weight: bold;
}
.smalltext2 a:hover {
	color: #514129;
}
.box2 a {
	text-align: center;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#bookings {
	border: 1px solid #F2EDE7;
	background-color: #E3DACC;
	position: relative;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 0px;
	padding-left: 50px;
}
#bookings a {
	position: absolute;
	top: 47px;
	font-size: 16px;
	left: 142px;
	width: 396px;
}
.movie {
	height: 285px;
}
.pano {
	height: 240px;
}
hr {
	border-bottom-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-bottom-color: #F2EDE7;
	height: 1px;
	margin-right: 20px;
	margin-bottom: 10px;
}
h4 a {
	background-color:#7A6643;
	padding: 2px 5px;
	color: #FFF;
	text-decoration: none;
}
h4 a:hover {
	background-color:#3E311A;
	color: #F2EDE7;	
}
