/* Common */
body,table,input,select,textarea { 
  font-family: arial, sans-serif; 
  font-size: 100%;
  line-height: 1.5em;
}

* {
  margin: 0;
  padding: 0;
  border: 0;
}

body {
  color: #333;
  background:#0480a6 url('../images/i-bg.gif') repeat-x;
}

a:active, a:focus {
	outline: 0;
}

h1 {
  margin: 0 -40px 10px -40px;
  color:#0382a7;
  background: transparent url('../images/i-h1.gif') repeat-x;
  padding: 3px 0 10px 37px; 
  font-size:40px;
}

/*h2 {
  padding: 10px 0 10px 2px; 
  margin: 1.2em 0 5px 0;
  font-weight:normal;
  font-size:1.2em;
  color:#666;
}*/
h2 {
	font-size:1em;
	color:#0480a6;
	font-style:italic;
  font-weight:normal;
  margin: 1.2em 0 5px 0;
}

h3 {
  margin: 1.2em 0 5px 0;
  font-weight:normal;
  font-size:1em;
  color:#666;
}

p { 
  margin: 0.5em 0;
  font-size: 0.875em;
  line-height:1.5em;
}

#content li {
	font-size:0.88em;
  line-height:1.5em;
}
#content ul, #content ol {
	margin: 1em;
}
dl.col {
	font-size:0.88em;
  line-height:1.5em;
}
dl.col dt, dl.col dd {
	margin-bottom: 10px;
}
dl.col dt { 
  float: left; 
  width: 6em;
  font-weight: bold;
}

dl.col dd { 
  margin-left: 7em;
}

.clear:after {
  content: ".";
  height: 1px;
  display: block;
  clear: both;
  visibility: hidden;
}

.clr {
  clear: both;
}

.right {
  float: right;
}

.left {
  float: left;
}

/* Layout */
#bgfoot {
	background: transparent url('../images/i-bg-foot.png') repeat-x left bottom;
}
#bgy {
	background: transparent url('../images/i-bg-y.png') repeat-y center top;
}
.constrain {
  width: 1022px;
  margin: 0 auto;
  position:relative;
  padding-left:1px;
}
#logo {
	position:absolute;
	left: 30px;
	top: 50px;
}
#header {
	background: transparent url('../images/i-header-bg.gif') repeat-x;
	padding: 0 30px 0 30px;
	text-align:right;
	height:173px;
}

/* Top Nav */
#topnav {
	width: 340px;
	background: transparent url('../images/i-nav.gif') repeat-x;
	padding: 10px 5px;
	-webkit-border-radius: 0 0 6px 6px;
	-moz-border-radius: 0 0 6px 6px;
	border-radius: 0 0 6px 6px;
	behavior: url('../scripts/pie.htc');
	position:absolute; 
	right: 20px;
	top:0;
	z-index:100;
}
#topnav li {
	list-style-type:none;
	display:inline-block;
	background: transparent url('../images/g-arrow-grey.gif') no-repeat left center;
	padding: 0 25px 0 25px;
}
#topnav li a {
	text-decoration:none;
	color:#4b4c4c;
	font-size:0.88em;
	
	color:#fff;
}
#topnav li a:hover {
	color:#359bb8;
	color:#e5f2f6;
}
#topnav li.tn-home {
	background: transparent url('../images/g-tn-home.png') no-repeat left 3px;
}
#topnav li.tn-contact {
	background: transparent url('../images/g-tn-contact.png') no-repeat left 3px;
}
#topnav li.tn-call {
	background: transparent url('../images/g-tn-phone.png') no-repeat 5px 4px;
}

/* Google Translator */
#translate-wrap {
  text-align:right;
  padding: 60px 0 0 0;
}
  #header div.skiptranslate div {
    float:right;
    width:150px;
    margin: 0 0 0 10px;
    }
  #header #translate-wrap select {
     width:150px;
  }
/* Check Availability */
#availability {
	width:355px;
	float:right;
	text-align:left;
	margin: 20px -15px 0 0;
}
#availability h2 {
	color:#666;
	text-transform: uppercase;
	font-size:20px;
	margin: 0 0 9px 0;
	font-weight:normal;
	background:none;
}
#availability h2 a {
	text-decoration:none;
	color:#666;
}
#availability select, #translate-wrap select {
	padding: 3px;
	border: 1px solid #999;
	border-bottom-color:#ccc;
	border-right-color:#ccc;
	color:#666;
	font-size:12px;
	width: 50px;
	margin: 0px 10px 0 0;
	vertical-align:top;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	behavior: url('../scripts/pie.htc');
	position:relative;
	z-index:1000;
}
#availability select#bb_dateFrom_month {
	width: 96px;
}

/* Main Navigation */
#nav {
	background: transparent url('../images/i-nav.gif') repeat-x;
	width:1022px;
	height:48px;
	overflow: hidden;
}
#nav ul {
	list-style-type:none;
	margin: 0 0 0 4px;
}
#nav li {
	display:inline-block;
	vertical-align:top;
}
#nav li a {
	display:block;
	line-height:48px;
	height:48px;
	padding: 0 25px;
	color:#fff;
	text-decoration:none;
	font-size:0.88em;
	border-right: 1px solid #3099b7;	
	background: transparent url('../images/i-nav-hover.gif') repeat-x 0 -1000px;
	margin: 0 0 0 -4px;
}
#nav li a:hover, #nav li.sfhover a, #nav li.sfhover:hover a {
	background-position: 0 0;
}
#nav li a span.arrowdown {
	background: transparent url('../images/i-nav-arrow.gif') no-repeat left center;
	display: inline-block;
	vertical-align:middle;
	width:5px;
	height:48px;
}
#nav li:hover a, #nav li.sfhover a {
	background: transparent url('../images/i-nav-hover.gif') repeat-x 0 0;
}
#nav #nav-main ul ul li:hover a, #nav #nav-main ul ul li.sfhover a {
	background: none;
}
/* Subnav */
#nav li ul {
	position:absolute;
	z-index:1000;
	left: -999em;
	background: transparent url('../images/i-subnav.png') no-repeat left bottom;
	padding: 10px 20px;
	max-width:179px;
}
#nav li:hover ul, #nav li.sfhover ul {
	left: auto;
	margin-left: -4px;
}
#nav li ul li {
	display:block;
}
#nav #nav-main li ul li a {
	height: auto;
	line-height:1em;
	font-size: 0.75em;
	border:0;
	margin: 0 1px 0 0;
	background: transparent url('../images/i-subnav-arrow.gif') no-repeat left center;
	padding: 9px 0 9px 15px;
}
#nav #nav-main li ul li a:hover {
	background-position: left center;
	margin: 0 0 0 1px;
}

#content {
	padding: 10px 50px 1px 50px;
}

/* Footer */
#footer {
	color:#fff;
	background: transparent url('../images/i-footer.png') no-repeat center top;
	padding-bottom: 10px;
}
.double-island, #footer-mid, #footer-ta, #footer-fr, #footer-fb {
	display:inline-block;
	vertical-align:top;
}
.double-island {
	width:270px;
	font-size: 0.875em;
	text-align:center;	
}
#footer-mid {
	width:370px;
	margin: 20px 0 0 0;
	line-height:1.5em;
}
#footer-fr {
	width:100px;
	margin: 20px 0 0 0;
}
#footer-ta {
	margin: 40px 0 0 0;
	width:220px;
	font-size: 0.875em;
	text-align:center;
}
#footer-fb {
	width:240px;
	margin: 0 43px 0 33px;
}
#fb-wrap {
	background:#fff;
}
#footer-ta p {
	margin: 10px 0 0 0;
}
	#reservations, #clickcall, #contactp {
		padding: 0 0 0 40px;
		font-size:12px;
	}
	#footer-mid p {
		margin: 0 0 15px 0;
	}
	#reservations {
		background: transparent url('../images/i-reservations.png') no-repeat left 4px;
	}
	#clickcall {
		background: transparent url('../images/i-phone.png') no-repeat left 4px;
	}
	#contactp {
		background: transparent url('../images/i-contact.png') no-repeat left 2px;
	}
	.tripadvisor {
		border: 2px solid #539438;	
		padding: 15px 10px;
		background:#fff;
		margin: 0 8px 0 0;
	}
	.tripadvisor p {
		margin: 0;
		color:#000;
		font-size:12px;
		line-height:16px;
		display:block;
		text-align:center;
	}
	#content .tripadvisor a {
		padding-right: 10px;
	}
	#author {
		text-align:center;
	}
	#footer #author a {
		font-size:11px;
		color:#90c6d7;
	}
	#footer #author a:hover {
		color:#fff;
	}
#footer-nav {
	background: transparent url('../images/i-nav.gif') repeat-x left bottom;
	padding: 3px 50px;
	margin: 0 0 20px 0;
}
	#footer-nav ul {
		list-style-type:none;
		font-size:0.88em;	
	}
	#footer-nav ul li {
		background: transparent url('../images/i-subnav-arrow.gif') no-repeat left center;
		display:inline-block;
		padding: 1px 25px 2px 8px;
		font-size:0.88em;
	}
#footer a {
	color:#fff;
	text-decoration:none;
}
#footer a:hover {
	color:#9ccddc;
}

/* CTAs */
.cta-row {
	margin: 15px -47px -25px -47px;	
}
.cta {
	position:relative;
	float:left;
	width:247px;
	height:239px;
	margin: 0 4px 0 3px;	
}
.cta img {
	position:absolute;
}
.cta span.cta-title {
	display:block;
	position:absolute;
	top: 0;
	width:247px;
	background: transparent url('../images/i-blue-85.png');
	color:#fff;
	text-align:center;
	text-transform:uppercase;
	font-size:18px;
	padding: 13px 0;
}
.cta span.cta-arrow {
	background: transparent url('../images/i-subnav-arrow.gif') no-repeat right center;
	display:inline-block;
	width:5px;
	height:18px;
}
#content p.focus {
  font-size:1em;
  color:#0480a6;
  font-style:italic;
}
#content a.focus {
  font-size:1em;
  color:#0480a6;
  font-style:italic;
}
#content a.focus:visited {
  color:#0480a6;
}
#content a.focus:hover {
  color:#152867;
}

#content a {
	color:#0480a6;
	text-decoration:none;
}
#content a:visited {
	color:#005a76;
}
#content a:hover {
	color:#152867;
}

#content img.left {
	margin: 0 60px 40px 0;
}
#content img.right {
	margin: 0 0 40px 60px;
}
#content a.button {
	display:inline-block;
	background:transparent url('../images/g-button.gif') no-repeat right top;
	color:#fff;
	text-decoration:none;
	padding: 9px 30px 10px 9px;
	font-size:14px;
	margin: 0 10px 0 0;
	position:relative;
}
#content a.button:hover {
	background-position: right -40px;
}
#content a.button img.button-flag {
	position:absolute;
	left:10px;
	top:9px;
}
.section {
	background: transparent url('../images/g-section.gif') no-repeat left bottom;
	width:783px;
	margin: 20px auto 40px auto;
	padding: 0 0 15px 20px;
}
.section h2 {
	margin-bottom: 0;
	background:none;
}
.section h2 a {
	text-decoration:none;
	font-size: 34px;
	font-weight:normal;
}
.section p {
	line-height:2em;
	margin: 8px 0 11px 0;
}
#content .section a.button {
	padding: 7px 30px 7px 6px;
	width: 150px;
	line-height:1em;
	background-position: right -6px;
	margin: 0 0 5px 0;
}
#content .section a.button:hover {
	background-position: right -46px;
}
#content .section p.txt-right {
	padding: 15px 0 0 0;
	width:186px;
	float:right;
}
#content .section img.left {
	margin-bottom: 0;
	margin-right: 20px;
}
.txt-right {
	text-align:right;
}
.txt-center {
	text-align:center;
}
.navy {
	color:#152867;
}

/* Content table */
#content table {
	border-collapse:collapse;
	font-size:0.88em;
}
#content table td, #content table th {
	border: 1px solid #fff;
	padding: 10px;
}
#content table th {
	background:#bad6e1;	
	text-align:left;
	font-weight:normal;
}
#content table thead th {
	background:#0480a6;
	color:#fff;
}
#content table td {
	background:#d4e6ed;
}

/* RHS */
.rhs {
	width:260px;
	float:right;
	margin: 0 0 0 40px;
}
.rhs-wide {
	width:332px;
}
.rhs-txt {
	margin-left: 50px;
	width:323px;
}
.rhs img {
	margin: 0 0 10px 0 ;
}
.half {
	width: 460px;
}

hr {
	height:1px;
	background:#ccc;
	color:#ccc;
	margin: 1em 0;
}
.phone {
	background: transparent url('../images/g-phone.gif') no-repeat left 5px;
	padding: 0 0 0 50px;
}

/* Contact Form */
.f .form-row {
	padding: 3px 0;
	margin: 3px 0;	
}
.f label {
	width:70px;
	font-size:0.88em;
	display:inline-block;
	vertical-align:top;
}
.f input, .f select, .f textarea {
	border: 1px solid #ccc;
	padding: 3px 4px;
	font-size:0.88em;
	width:200px;
}
.f textarea {
	height:90px;
}
.f textarea.address {
	height:50px;
}
.f input.submit {
	background:transparent url('../images/g-button.gif') no-repeat right -5px;
	color:#fff;
	text-decoration:none;
	padding: 5px 30px 5px 9px;
	font-size:14px;
	margin: 0 10px 0 74px;
	width:130px;
	border: 0;
	text-align:left;
	cursor:pointer;
}
.f input.submit:hover {
	background-position: right -45px;
}


/* Panorama Image Tours */
.map-holder {
  display: block;
  width: 650px;
  height: 711px;
  position: relative;
  background: transparent url('../images/p-kewarra-beach-resort-map.jpg') no-repeat;
  margin: 0 auto;
}
a.vt-link {
  display: block;
  width: 40px;
  height: 40px;
  background: transparent url('../images/g-camera.png') no-repeat;
  position: absolute;
  top: 0;
  left: 0;
}
a:hover.vt-link {
  background-position: bottom left;
}
a.vt-link-beachbar   { top: 390px; left: 590px; }
a.vt-link-beach      { top: 600px; left: 600px; }
a.vt-link-lagoon     { top: 380px; left: 300px; }
a.vt-link-pondroom   { top: 258px; left: 95px; }
a.vt-link-pondroom2  { top: 220px; left: 190px; }
a.vt-link-pondroom3  { top: 190px; left: 320px; }
a.vt-link-pool2      { top: 390px; left: 60px; }
a.vt-link-pool       { top: 320px; left: 390px; }
a.vt-link-reception  { top: 505px; left: 290px; }
a.vt-link-restaurant { top: 450px; left: 320px; }
a.vt-link-suite      { top: 560px; left: 190px; }

/* Focus box */
.focus-box {
	background:#D1E8EF;
	-moz-border-radius:20px;
	-webkit-border-radius:20px;
	border-radius:20px;
	padding: 10px 20px;
	margin: 0 0 10px 0;
}
.focus-box li {
	margin: 0 0 5px 0;
}
.focus-box h3 {
	margin-top: 10px;
}
#content p.txt-sml {
	font-size:11px;
	margin-top:-10px;
}
/* IE css3 */
.focus-box {
	behavior: url('../scripts/pie.htc');
	position:relative;
	z-index:10;
}

.halfsection {
	width:550px;
	margin: 0 auto;
}
.flower-section {
	border-bottom: 1px solid #ccc;
	padding-bottom: 0;
	margin-bottom: 30px;
}
.flower-section h2 {
	margin-top: 0;
	padding: 0;
}
.flower-section img.left {
	padding-top: 5px;
}
#content .halfsection img.left {
	margin-right: 20px;
}
#content .buttons-fixed a.button {
	width:150px;
	margin-bottom: 20px;
}

.list-third {
	width: 270px;
	margin: 0 20px 0 0 ;
	display:inline-block;
	vertical-align:top;
}
.third {
	width: 280px;
	margin: 0 20px 0 0 ;
	display:inline-block;
	vertical-align:top;
}
#content ul.ntm {
	margin-top: -0.9em;
}
#content .gardens-list {
	list-style-type:none;
	margin: 1em 0;
}
#content .gardens-list li {
	width: 190px;
	margin: 0 20px 10px 0 ;
	display:inline-block;
	vertical-align:top;
	background: transparent url('../images/g-arrow-double.gif') no-repeat left 8px;
	padding: 0 0 0 10px;
}
#content .gardens-list li a {
	display:block;
}

.photos-small img {
	margin: 0 13px 10px 0;
}
.guestbook {
	background: transparent url('../images/g-guestbook.gif') no-repeat;
	width:274px;
	padding:16px 0 16px 5px;
	text-align:left;
	margin: 10px 0 0 0;
}
.guestbook p {
	margin: 0;
}
.guestbook .serif {
	color:#999;
	text-transform:uppercase;
	font-size:20px;
}
.guestbook .script {
	color:#0480a6;
	font-size:26px;
}

/* Photo Gallery */
.gallery {
	margin-right: -50px;
}
.gallery div {
	display:inline-block;
	width:250px;
	overflow:hidden;
	background:#eee;
	border: 1px solid #ccc;
	padding:5px;
	margin: 10px 50px 30px 0;
}
.gallery a.left, .gallery a.right {
	font-size:0.88em;
	padding: 3px 10px 0 10px;
}
.gallery img {
	width:250px;
	height:167px;
}

.post {
	border-bottom: 2px solid #ccc;
	margin-bottom: 20px;
}

.cyclone {
	background: transparent url('../images/g-cyclone.jpg') no-repeat;
	padding: 25px;
	width:540px;
	color:#fff;
	font-size:0.88em;
}
.cyclone p {
	margin-bottom: 0;
}
.cyclone p.cyclone-first {
	padding: 0 90px 0 0;
	margin: 0 0 1em 0;
}
#content .cyclone img.left {
	margin: 0 25px 0 0;
}

#content .packages-list div.section {
  padding-bottom: 30px;
}

#content p.packages-middle {
  margin-left: 265px;
  line-height: 1.1em;
}

#content p.packages-middle {
	line-height:2em;
}
.spa {
	width:530px;
}
.spa-wrap h2 {
	font-size:1.25em;
}
.spa h3 {
	font-size:1em;
	padding: 5px;
	background:#eee;
	margin: 1em 0 0em 0;
	font-weight:bold;
}
.menu-item {
	background:#eee;
	padding: 10px 10px 15px 10px;
	margin: 1em 0;
	position:relative;
}
.menu-item h3 {
	font-weight:bold;
	margin: 4px;
	padding: 0;
	background:none;
	color:#333;
}
.menu-item-info {
	position:absolute;
	right: 12px;
	top: 12px;
	font-size:0.88em;
	color:#333;
}
.menu-item p {
	margin: 14px 0 0 0;
}
.menu-item-info strong {
	padding-left: 10px;
}

.menu-item em {
	text-decoration:underline;
}

#content .menu-item li {
	display:inline-block;
	width:230px;
	vertical-align:top;
	list-style-type:none;
	background: transparent url('../images/g-arrow-grey.gif') no-repeat left 7px;
	padding-left: 10px;
}
p.totop {
	border-bottom: 1px solid #ccc;
	padding: 0 0 1px 0;
	margin: 5em 0 6em 0;
	font-size:11px;
	text-align:right;
}
#content ul.tips li {
  list-style-image: url('../images/bullet-tick.gif');
}
#content a.header-link { color:#333333; text-decoration: underline; }

.caption {
	display:block;
	text-align:center;
	color:#666;
	font-style:italic;
	font-size:12px;
}

.column-half {
	width:452px;
	margin-right:10px;
	display:inline-block;
	vertical-align:top;
	margin-bottom:10px;
}
	.column-last {
		margin-right:0;
	}
	.column-text {
		vertical-align:middle;
	}
	.paradise-pools img {
		border:1px solid #0480A6;
	}
	.paradise-pools h2 {
		font-size:22px;
		padding: 0 40px;
		line-height:35px;
		margin:0;
	}
	.paradise-pools .txt-center {
		margin:0 0 20px 0;
	}
