/* Common */
body,table,input,select,textarea { 
  font-family: Arial, sans-serif; 
  font-size:100%;
}

/* Remove padding and margin */
*
    {
    margin: 0;
    padding: 0;
    border: 0;
}

body {   
  color:#000;
  background:#858f9c;
}

h1 {
  margin: 0;
  padding:0;
}

h2 {
  margin: 1em 0;
  font-size:0.875em;
  color:#b6c88e;
  font-weight:normal;
}
h3 {
  margin: 2px 0;
  font-size:0.75em;
  color:#fff;
}
h4 {
  margin: 1em 0 0.5em 0;
  font-size:0.875em;
  color: #fff;
}
a {
  color:#b6c88e;
  text-decoration:none;
  }
a:hover {
  color:#fff;
  }
a:active, a:focus {
	outline: 0;
}
p { 
  margin:1em 0 1em 0; 
}
#content p, td, th, dd, dt, #content li, .s-cta p {
	color:#ccc;
	font-size:0.675em;
	font-family:arial, sans-serif;
  letter-spacing:1px;
	}
#content ol {
	margin: 1em;
}
#content ul {
  list-style-position:inside;
  margin: 1em;
  }
#content li {
  margin: 0.5em 0;
}
dl.col { 
  line-height:1.2em;
  margin-left:250px;
  padding-left:20px;
}

dl.col dt { 
  float:left; 
  width:90px;
  font-weight:bold;
}

dl.col dd { 
	padding-left:100px;
}
dl.col dt, dl.col dd {
	margin-bottom:10px;
}
.clear:after {
  content:".";
  height:1px;
  display:block;
  clear:both;
  visibility:hidden;
}

.clr, .clear{
  clear: both;
}

.clr-right {
  clear: right;
}

.right {
  float:right;
}

.left {
  float:left;
}
img.right {
	margin-left:10px;
	margin-top: 10px;
}
img.left {
	margin-right:10px;
	margin-top: 10px;
	}
img.left, img.right, .center img {
	border:1px solid #666;
}
strong {
	color:#fff;
	}

img.no-border {
  border: 0;
}
/* messages / errors box */
.Msg {
  margin: 1em 0;
}

.Msg ul {
  padding: 0.5em;
  list-style-type: none;
}

.Messages ul {
  border: 1px solid darkblue;
  background-color: lightblue;
}

.Errors ul {
  border: 1px solid darkred;
  background-color: pink;
}
/* Layout */
#constrain {
	width:980px;
	margin:0 auto;
	}
#header {
	width:980px;
	height:162px;
}
#headerbg, #headerfg {
	position:absolute;
	}
#body-mid {
	background:transparent url('../images/i-mid-mid.gif') repeat-y;
}
#body-top {
	background:transparent url('../images/i-mid-top.gif') no-repeat;
	padding-top:20px;
}
#body-top img {
	vertical-align:bottom;
	}
#nav-side {
	width:200px;
	float:left;
	padding: 5px 0 0 40px;
	text-align:center;
}
#content {
	margin: 0 0 0 270px;
	width:680px;
	}
#footer {
	background:transparent url('/images/i-footer.gif') no-repeat;
	line-height:23px;
	width:940px;
	margin:10px 0 5px 0;
	color:#fff;
	padding-left:40px;
	font-size:0.675em;
	font-family:Georgia, "Times New Roman", Times, serif;
	}
#footer a {
  color:#fff;
  text-decoration:none;
  }	
#footer a:hover {
	color:#222e3d;
	}
#footer .right {
	margin:0 10px 0 0 ;
}	
/* Main Navigation */
#nav {
	position:relative;
	list-style-type:none;
	left:33px;
	top:120px;
	}
#nav li {
	background:transparent url('../images/i-nav-shell.gif') no-repeat 0 4px;
	padding-left:30px;
	padding-right:10px;
	float:left;
	}
#nav li a {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-weight:bold;
	font-size:0.75em;
	color:#fff;
	text-decoration:none;
	}
#nav li a:hover {
	color:#c6d89e;
	}

	
/* Top Navigation */
#topnav {
	position:relative;
	list-style-type:none;
	left:870px;
	top:3px;
	background:transparent url('../images/g-shell-top.gif') no-repeat;
	padding-left:30px;
	width:100px;
	}
#topnav li {
	padding-left:10px;
	padding-right:10px;
	float:left;
	}
#topnav li a {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-weight:bold;
	font-size:0.75em;
	color:#414e5e;
	text-decoration:none;
	}
#topnav li a:hover {
	color:#566433;
	}
/* Sub nav */
.subnav {
  list-style-type:none;
  text-align:left;
  margin: 0 0 40px 0;
}
.subnav li {
  background:transparent url('../images/i-subnav-bullet.gif') no-repeat 0 13px;
  padding-left:20px;
  padding-bottom:5px;
  padding-top: 5px;
  }
.subnav li a {
  color:#fff;
  font-family:Georgia, "Times New Roman", Times, serif;
  text-decoration:none;
  font-size:0.675em;
  line-height:1.5em;
  }
.subnav li a:hover {
  color:#c6d89e;
  }
.subnav li ul {
	list-style-type:none;
	display:none;
}
.subnav li ul li {
	padding-top: 5px;
	padding-bottom: 0;
	background: transparent url('../images/i-subsubnav-bullet.gif') no-repeat 0 13px;
	padding-left: 15px;
}
.subnav li ul li a {
	color:#ddd;
}
.subnav li.selected ul {
	display:block;
}
.subnav li ul li ul li a{
	color:#ccc;
}
/* Footer nav */
#footer-nav {
  list-style-type:none;
  font-size:0.675em;
  margin:0 0 10px 0;
} 
#footer-nav li {
  float:left;
  padding-right:20px;
  }
#footer-nav li a {
  color:#fff;
  text-decoration:none;
  }
#footer-nav li a:hover {
  color:#b6c88e;
  }

/* Contact Form */
.contact {
  padding-right:30px;
  margin-right:30px;
  float:left;
  padding-bottom:0px;
}
.contact th {
  text-align:left;
  }
.contact td input, .contact td textarea {
  border:1px solid #000;
  padding:3px;
  margin:3px;
  width:200px;
  }
 .contact td textarea{
  height:40px;
  }
.contact td textarea.enquiry {
 	height:80px;
	}
.contact td .submit {
  width:auto;
  border:0;
  }
 dl.col {
   border-left:1px solid #ccc;
}
/* CTA Box */
.ctabox {
  background:#4e5b6a url('../images/g-ctabox-se.gif') no-repeat bottom right;
  width:300px;
  margin-right: 30px;
  }
.ctabox div {
  padding: 0 10px;
  }
 .ctabox img {
 	border:0;
	margin:0;
	}
.ctabox ul {
	margin-left:15px;
	}
.ctabox ul li{
	list-style-position:outside;
	}
/* Rates Table */
.rates {

}
.rates th, .rates td {
	padding:5px;
	}
.rates thead th {
	background:#4e5e71;
}
.rates th {
	background:#485668;
}
.rates td {
	background:#455364;
	}
.rates th {
	text-align:left;
	}
.rates th.center, .rates td.center, .center {
	text-align:center;
	}
/* Packages */
.packages {
	list-style-type:none;
}
.packages li {
	float:left;
	margin-right:15px;
	text-indent:-10000px;
	margin-bottom:20px;
}
.packages li a {
	width:151px;
	height:69px;
	display:block;
	}
.right .packages li {
  margin: 15px; 
}
.packages .package1 {
	background:transparent url('../images/g-package-1.gif') no-repeat;
}	
.packages .package2 {
	background:transparent url('../images/g-package-2.gif') no-repeat;
}	
.packages .package3 {
	background:transparent url('../images/g-package-3.gif') no-repeat;
}	
.packages .package4 {
	background:transparent url('../images/g-package-4.gif') no-repeat;
}
.packages .package5 {
	background:transparent url('../images/g-package-5.gif') no-repeat;
}
.packages .package6 {
	background:transparent url('../images/g-package-6.gif') no-repeat;
}
.packages .package7 {
	background:transparent url('../images/g-package-7.gif') no-repeat;
}
.packages .package8 {
	background:transparent url('../images/g-package-8.gif') no-repeat;
}

.packages .pandanus {
	background:transparent url('../images/g-a-pandanus.gif') no-repeat;
}	
.packages .tropical {
	background:transparent url('../images/g-a-tropical.gif') no-repeat;
}	
.packages .pipi {
	background:transparent url('../images/g-a-pipi.gif') no-repeat;
}	
.packages .bauhinia {
	background:transparent url('../images/g-a-bauhinia.gif') no-repeat;
}	

.accomm {
  width: 500px;
}

.accomm img {
	margin-right: 11px;
	}
.accommprices p {
	float:left;
	width:	143px;
	margin-right:15px;
	text-align:center;
	background:#4e5e71;
	padding:4px;
	}	  
.h-photo {
	margin:6px 0 10px 0;
	}

.s-cta {
  margin-bottom:10px;
  }
.s-cta p {
	margin:5px 5px 5px 5px;
	}
.s-cta p a {
	text-decoration:none;
	}
.divider {
	background:transparent url('../images/i-side-cta-top.gif') no-repeat;
	height:23px;
	width:190px;
	margin: 20px auto;
	}
.facilities {
	list-style-type:none;
	}
.facilities li {
	background:transparent url('../images/i-subnav-bullet.gif') no-repeat 0 5px;
	padding:0 0 10px 20px;
	}
.tour {
	width:194px;
	float:right;
	margin:0 10px 10px 0;
	}
/* Gallery */
.gallery div img {
	border-bottom:1px solid #666;
	margin:0 0 5px 0;
	}
.gallery div {
	padding:0px;
	width:195px;
	float:left;
	border:1px solid #666;
	margin:12px;
	}
.gallery div a.left, .gallery div a.right {
	font-size:0.675em;
	background:transparent url(../images/g-arrow.gif) no-repeat right center;
	padding-right:10px;
	margin:5px;
	}
.prices {
	height:110px;
	padding-top:40px;
	}
#content .phone {
	margin:0 10px 0 0;
	border:0;
	}
	
/* CTA Button */
.button {
	background: transparent url('../images/g-button-mid.gif') repeat-x;
	float:left;
	margin-right:10px;
}
.button span {
	background:transparent url('../images/g-button-left.gif') no-repeat left;
	display:block;
	}
.button span a {
	background:transparent url('../images/g-button-right.gif') no-repeat right;
	display:block;
	line-height:34px;
	font-size:0.675em;
	padding: 0 50px 0 10px;
	}	

/* Flower page */
.flower {
	float:left;
	width:150px;
	text-align:center;
	}
.flowerwrap  {
	min-height:110px;
	padding-bottom:20px;
}
.flowerwrap p, .flowerwrap h2 {
	margin-left: 170px;
	}
.flowerwrap h2 {
	margin-top:0;
	}
#content .buttons .button {
	width:180px;
	margin: 10px 10px 0 0px;
	}
	
.birdlist {
	float:left;
	width:30%;
	list-style-type:none;
	padding-right:2%;
	}

.blogitem h2 {
	font-size:1.25em;
	margin-bottom:0;
	font-weight:normal;
	}
.blogitem h3 {
	font-size:0.975em;
	font-weight:normal;
	}
	
/* News Flash Box */
#content .rhs {
	background:transparent url('../images/g-rhs-mid.gif') repeat-y;
	float:right;
	width:218px;
	padding:0;
	margin:0 0 0 15px;
	}
#content .rhs h2 {
	margin-top:0;
	padding-top:0;
	}
#content .rhs h3 {
	padding-bottom:9px;
	}
#content .rhs-b {
	background: transparent url('../images/g-rhs-btm.gif') no-repeat left bottom;
	padding-bottom:10px;
	}
#content .rhs-m {
	padding: 0 10px;
	}
#content .rhs img {
	vertical-align:top;
	}
.rhs-button {
	color:#fff;
	background:transparent url('../images/g-rhs-div.gif') no-repeat left bottom;
	font-size:0.675em;
	text-align:center;
	padding-bottom: 20px;
	display:block;
	width:190px;
	margin-bottom:10px;
	}
.rhs-button:hover {
	color:#b6c88e;
}
.contact-details p {
	margin-left: 380px;
	}
.contact-details p span {
	font-weight:bold;
	width:80px;
	display:block;
	float:left;
	margin-left: -80px;
	}

.map {
  margin: 0 0 0 20px;
}
.txt-center {
	text-align:center;
	}
.txt-center img {
	border:1px solid #666;
}
.images  img{
	margin:10px 20px 10px 0;
	border: 1px solid #666666
	}
.images-big img {
	margin: 3px 6px 3px 0;
	}
/* Currency Converter */

table.currency-converter input, table.currency-converter select {
  border: #ccc solid 1px;
}

#content p.room-rate-from {
  font-size: 1em;
} 

.quote {
	border:1px solid #535f6e;
	background:#4a5666;
	margin:10px;
	padding:10px;
	}
.light {
	color:#ccc;
	}
a.light:hover {
	color:#B6C88E;
	}

/* News Flash */

#content .newsflash a {
  font-weight: bold;
}
/* New Accom layout */
.accom-item {
	background: transparent url('../images/g-accom-bg.gif') no-repeat;
	width:652px;
	height:148px;
	padding:18px 13px;
	}
.item-tn {
	border:1px solid #ccc;
	float:left;
	margin-right:9px;
	}
.accom-item p {
	line-height: 2em;
	}
.item-buttons {
	float:right;
	padding:25px 25px  0 0;
	}
.button-accom {
	background:transparent url('../images/g-button-accom.gif') no-repeat;
	width:132px;
	line-height:33px;
	display:block;
	font-size:0.675em;
	padding: 0 0 0 10px;
	}
.newsflash {
  width:200px;
  overflow:hidden;
  }
.beachshacknewslist {
  margin-top: 60px;
  }
ul.bs-list {
  margin: -4px 0px 0px 10px;
  list-style: none;
} 
ul.bs-list li{
  margin-top: 7px;
} 
	
#content #hompage-news {
  margin-top: -38px;
}

img.special-offer {
  border: 0;
  margin: 0 30px 40px 10px;
}

.box-horiz {
	background: transparent url('../images/g-box-h-mid.gif') repeat-y;
	width:649px;
	margin: 10px 0;
	}
.box-horiz-top {
	background: transparent url('../images/g-box-h-top.gif') no-repeat left top;
	}
.box-horiz-btm {
	background: transparent url('../images/g-box-h-btm.gif') no-repeat left bottom;
	padding: 10px;
	width:629px;
	}
.box-horiz-img {
	float:right;
	width:165px;
}
.box-horiz p {
	padding-top:0;
	margin-top:0;
	}
.box-horiz-img img {
	border:1px solid #666;
	}
#content p.font-big {
	font-size:0.75em;
	}
	
	/* log in */
	#content.login {
	}

  #content.login th {
   text-align: left;
  }

	#content.login td, #content.login th {
	 vertical-align: top;
	}
	
	#content.login input {
	 height: 20px;
	 line-height: 20px;
	 margin-bottom: 5px; 
	}
	
.tripadvisor {
  margin: 0 30px 0 0;
}
.lhs-div {
	margin-bottom: 10px;
	}
.navigation {
	}
	
/* Side column image strip */
.image-strip-lhs img {
  border:1px solid #666;
  margin: 10px 20px 10px 0;
}

/* Stay Green Badge */
#body-top .ecoBadge img {
	vertical-align:top;
	}
	
.home-buttons {
	text-align:center;
	margin: 15px 0 0 0;
	}
.home-buttons img {
	margin-left: 10px;
	}
	
.promo-video {
  float: left;
  }
	
/* 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;
}

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; }

/* Rounded corner overlays */
.photo-rc {
	width:332px;
	height:223px;
	float:left;
	margin-right:5px;
	margin-bottom:5px;
}
.photo-rc img {
	position:absolute;
	border:0;
}
.photo-rc.square {
	width:218px;
	height:223px;
}

/* Gallery page */
.gallery-choice {
	height:300px;
	padding: 5px 0 ;
}
.gallery-choice img {
	float:left;
	border: 2px solid #fff;
}
.gallery-choice img.middle {
	margin: 0 10px;
}

.gallery-choice-short {
	height:150px;
	padding: 5px 0 ;
}

.badges {
	border: 0;
	margin: 10px;
	float:left;
}
.badges-wrap {
	width:600px;
	height:170px;
	padding-left: 100px;
}
.setting-images {
	text-align:center;
}
.setting-images img {
	margin: 20px 10px;
	border: 1px solid #666;
}
.logo-home {
	margin: 10px 0 10px 0;
}
#content .home-text p {
	font-size:0.75em;
}
#content .home-text h3 {
	font-size:0.875em;
	font-weight:normal;
}
.trivago {
	margin: 10px 0 0 0;
}
.hc {
	margin: 10px 0 0 35px;
}

/* Availability Mini Form */

.availability select {
  border: 1px solid #000;
  margin: 3px;
  width: auto;
  font-size: 0.75em;
}

.availability .submit {
  width:auto;
  border:0;
}

.availability h2 {
  margin: 0;
}