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

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

body {
  color: #000;
  background: #112701 url('../images/i-bg-x.jpg') repeat-x 0 116px;
}

h1 {
  margin: 0 0 20px 0;
  color:#e50278;
  font-size:2em;
  font-weight:normal;
}

h2 {
  margin: 1em 0;
  color:#fff;
  font-size:1.125em;
}

h3 {
	color:#fff;
	font-size:1em;
	font-weight:normal;
	margin:1em 0;
	line-height:2em;
	border-left: 2px solid #d3d3d3;
	padding-left: 10px;
}

p { 
  margin: 1em 0;
  font-size: 0.875em;
  line-height:1.5em;
  color:#d3d3d3;
}

#content ul, #content ol {
	margin-left: 1em;
}

#content li {
	color:#d3d3d3;
	line-height:1.5em;
	font-size:0.875em;
	margin-bottom: 5px; 
}

#content ul li {
	list-style-type:none;
	background: transparent url('../images/g-arrow.gif') no-repeat 0 8px;
	padding-left: 15px;
}
#content a {
	color:#fff;
}

#content a:hover {
	color:#e50278;
}
dl.col {
	color:#d3d3d3;
	font-size:0.875em;
}
dl.col dt { 
  float: left; 
  width: 6em;
  font-weight: bold;
  margin-bottom: 10px;
}

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

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

.clr {
  clear: both;
}

.right {
  float: right;
}

.left {
  float: left;
}

.txt-center {
	text-align:center;
}
.txt-right {
	text-align:right;
}

/* Layout */
#topbar {
	width:100%;
	height:115px;
	background:#112701;
	border-bottom: 1px solid #244f16;
}
.constrain {
  width: 990px;
  margin: 0 auto;
}
#topbar .constrain {
	background: transparent url('../images/i-head-bg.gif') no-repeat right top;
	height:110px;
	padding-top:5px;
}
#logo {
	position:absolute;
}
#hero {
	width: 986px;
	height: 353px;
	background: transparent url('../images/i-header-bg.png') no-repeat;
}
#middle .constrain {
	padding: 20px 0 0 0;
}
#middle {
	background: transparent url('../images/i-bg-mid.jpg') no-repeat center 0px;
	width:100%;
	min-height:600px;
}
/* Top Nav */
#nav {
	list-style-type: none;
	position:absolute;
	top:20px;
	margin:0 0 0 310px;
}
#nav li {
	display:inline-block;
}
#nav li a {
	color:#fff;
	font-size:11px;
	text-decoration:none;
	display:block;
	padding: 70px 22px 8px 22px;
	background: transparent url('../images/i-nav-bg.png') repeat-x 0 -300px;
}
#nav li a:hover, #nav li.sfhover a,
.index #nav li.n-index a,
.accommodation #nav li.n-accommodation a, .cottages #nav li.n-accommodation a, .rainforest #nav li.n-accommodation a, .by-the-beach #nav li.n-accommodation a,
.body-temple #nav li.n-body-temple a,
.tours #nav li.n-tours a,
.location #nav li.n-location a,
.contact #nav li.n-contact a,
.book #nav li.n-book a
{
	background-position: 0 bottom;
}
#nav span.nav-arrow {
	background: transparent url('../images/i-nav-arrow.gif') no-repeat right center;
	display:inline-block;
	vertical-align:top;
	width: 10px;
	height:17px;
}
	/* Sub nav */
	#nav li ul {
		position:absolute;
		background: transparent url('../images/i-subnav-bg.png') no-repeat left bottom;
		width:134px;
		padding: 10px 0;
		left: -9999em;
	}
	#nav li ul li {
		display: block;
	}
	#nav li ul li a {
		padding: 4px 22px;
		background: none;
	}
	body #topbar #nav li ul li a:hover {
		background: transparent url('../images/i-subnav-bullet.gif') no-repeat 12px 12px;
	}
	#nav li:hover ul, #nav li.sfhover ul { 
		left: auto;
	}


/* Footer */
#footer {
	background: #0c1b01 url('../images/i-footer.gif') repeat-x center top;
}
#footer-swirl {
	background: transparent url('../images/i-footer-swirl.png') no-repeat center top;
	padding: 90px 0 10px 0;
}
p#author {
	text-align:right;
	margin: 0;
}
p#author a {
	color:#3d4934;
	font-size:10px;
	text-decoration:none;
}
p#author a:hover {
	color:#fff;
}
	/* Footer info */
	#footer dl {
		margin: -17px 0 0 0;
		float:right;
		width:290px;
		color:#ccc;
		font-size:11px;
	}
	#footer dl dt {
		text-align:right;
		font-weight:bold;
		float:left;
		width:70px;
		margin-bottom: 7px;
	}
	#footer dl dd {
		margin-left: 99px;
		margin-bottom: 7px;
	}
	#footer dl a {
		color:#ccc;
		text-decoration:none;
	}
	#footer dl a:hover {
		color:#fff;
	}
	/* Footer Nav */
	#nav-footer {
		list-style-type:none;
	}
	#nav-footer li {
		display:inline-block;
		padding: 0 25px 0 0;
	}
	#nav-footer li a {
		color:#fff;
		font-size:11px;
		text-decoration:none;
		padding: 5px;
	}
	#nav-footer li a:hover {
		color:#ccc;
	}
		/* Footer Sub Nav */
		#nav-footer li ul {
			position:absolute;
			margin: 5px 0 0 0;
		}
		#nav-footer li ul li {
			display: block;
		}
		#nav-footer li ul li a {
			color:#ccc;
			padding: 3px 5px;
			display:block;
		}
		#nav-footer li ul li a:hover {
			color:#fff;
		}
		
/* Content */
.focus-box {
	background: #173202 url('../images/i-box-btm.jpg') no-repeat left bottom;
	padding: 10px 20px 20px 20px;
}
.focus-box h2 {
	margin: 0;
	background: transparent url('../images/i-logo-sml.gif') no-repeat right top;
	height:40px;
	font-size:26px;
	padding: 20px 0 0 0;
}
.focus-box p {
	font-size:0.75em;
	line-height:2em;
}
.focus-box p.txt-center {
	font-size: 1em;
}
.focus-box h3 {
	border-left: 0;
	padding-left: 0;
}

.accom-box {
	width:300px;
	margin: 20px 0 0 0;
	display:inline-block;
	vertical-align:top;
}
.accom-box-mid {
	margin-right: 38px;
	margin-left: 38px;
}
.accom-box h2 {
	text-align:center;
}

/* Curved Borders */
.bordered-image {
	position:relative;
}
.bordered-image .border-nw, .bordered-image .border-ne, .bordered-image .border-sw, .bordered-image .border-se {
	width:6px;
	height:6px;
	position:absolute;
}
.bordered-image .border-nw {
	background: transparent url('../images/i-border-nw.png') no-repeat;
	top: 0;
	left: 0;
}
.bordered-image .border-ne {
	background: transparent url('../images/i-border-ne.png') no-repeat;
	top: 0;
	right: 0;
}
.bordered-image .border-se {
	background: transparent url('../images/i-border-se.png') no-repeat;
	bottom: 0;
	right: 0;
}
.bordered-image .border-sw {
	background: transparent url('../images/i-border-sw.png') no-repeat;
	bottom: 0;
	left: 0;
}

a.button {
	background: transparent url('../images/g-button.gif') repeat-x;
	display:block;
	height:59px;
	line-height:53px;
	padding: 0 10px;
	text-decoration:none;
	float:right;
}

.accom-box a.button, a.button.button-right {
	text-align:center;
	float:none;
}
.accom-box h2 {
	background: transparent url('../images/i-accom-bg.jpg') no-repeat;
	padding: 10px 0;
	margin: 0;
}
a.button-right {
	margin-left: -10px;
}
.item {
	background: #173202 url('../images/i-box-btm.jpg') no-repeat left bottom;
	padding: 10px;
	margin: 0 0 20px 0;
}
.item-time, .item-cost {
	color:#fff;
	float:right;
	margin: 12px 0 0 30px;
	font-size:0.875em;
	border-bottom: 2px solid #2e5106;
	padding: 0 3px;
}
.item h3 {
	margin: 5px 0;
}

.images-right {
	float:right;
	width:300px;
	margin: 0 0 0 40px;
}
.images-right .bordered-image {
	margin-bottom: 20px;
}

.facilities {
	background: #173202 url('../images/i-box-btm.jpg') no-repeat left bottom;
	padding: 10px;
	margin-left: -10px;
}
.facilities h2 {
	margin: 10px 0 15px 0;
	text-align:center;
}

.image-row .bordered-image {
	width:300px;
	display:inline-block;
	margin: 0 20px 20px 0;
}
.image-row {
	padding-top: 10px;
}
.caption {
	background: transparent url('../images/i-caption.png');
	font-size:11px;
	color:#fff;
	padding: 3px 10px;
	text-align:center;
	position:absolute;
	bottom: 0;
	left: 0;
	width:300px;
}
.gallery-short {
	width: 670px;
}
.map-right {
	background:#173202;
	margin-left: -10px;
	padding: 10px;
}

.rates {
	width:330px;
}
.guests {
	display:inline-block;
	width: 80px;
}
.nights {
	display:inline-block;
	width: 120px;
	text-align:center;
}
.weekly {
	display:inline-block;
	width:120px;
	text-align:center;
}
.rates strong {
	background:#294604;
	display:block;
	padding:3px;
}
.rates-info {
	font-size:0.75em;
	width:620px;
	float:right;
	margin: 30px 0 0 0;
}
.rates-couple .nights, .rates-couple .weekly {
	width:160px;
}


/* Contact Form */
label {
	color:#d3d3d3;
	font-size:0.875em;
	width:80px;
	display:inline-block;
	vertical-align:top;
}
input, textarea, select {
	padding:3px;
	border: 1px solid #244f16;
	width:300px;
	margin-bottom: 15px;
	font-size:0.875em;
}
textarea {
	height:50px;
}
input.submit {
	background: transparent url('../images/g-submit.jpg') no-repeat;
	text-align:center;
	border: 0;
	padding: 0;
	width:136px;
	height:39px;
	color:#fff;
	cursor:pointer;
}
.contactbox input.submit {
	margin: 0 0 0 255px;
}
.contactbox {
	float:right;
	margin: 0 0 0 40px;
	width:400px;
	padding: 20px;
}

.accom div.right {
	margin-left: 40px;
}
.accom .button {
	float:none;
	background: none;
	display:inline;
	padding:0;
	height: auto;
	line-height:1.5em;
}

/* Booking */
.Form {
	color:#d3d3d3;
	font-size:0.875em;
	margin: 0 auto;
	width:700px;
	border-collapse: collapse;
}
.Form input, .Form textarea, .Form select {
	margin-bottom: 0;
}
.Form td {
	padding: 5px;
	background: #173202;
	border: 1px solid #112701;
}

.Form .Heading {
	background: #2f471c;
	padding: 10px 5px;
	border-top: 20px solid #112701;
	font-size: 1.125em;
}
.Form input.Date, Form input.ccv {
	width: 30px;
}
.Form input.Year {
	width:40px;
}
.Form input.Time, .Form select.cc_expiry_year {
	width:60px;
}
.Form select.cc_expiry_month {
	width:100px;
}
.Form input.NumSmall {
	width:230px;
}
.required {
	display:inline-block;
	background: transparent url('../images/g-required.png') no-repeat;
	height: 9px;
	width: 8px;
}
input.checkbox, input.radio {
	width:15px;
}
textarea.textarea-big {
	width:100%;
	height:80px;
}
#video {
	width:778px;
	margin: 0 auto;
}

.message {
	background: transparent url('../images/g-message-bg.gif') no-repeat;
	width: 632px;
	height: 135px;
	padding: 20px 265px 20px 20px;
	margin: 50px auto 35px auto;
}
.message p {
	color:#333;
	margin-top:0.75em;
}
.message h3 {
	color:#e10376;
	font-size:18px;
	font-style:italic;
	margin:0;
	padding:0;
	font-weight:bold;
	margin: 0 0 0 0;
	border:0;
}
