/* 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: #262626;
  padding: 0 0 10px 0;
  background: #001313 url('../images/i-bg.jpg') no-repeat center top;
}



p { 
  margin: 1em 0;
  font-size: 0.875em;
  line-height:1.675em;
}

#content ul, #content ol {
	margin: 1em 0 1em 1em;
}
#content li, #content dl.col {
	font-size:0.875em;
	line-height:1.675em;
}

dl.col dt { 
  float: left; 
  width: 6em;
  font-weight: bold;
}

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

#content dl.col dt {
	margin-bottom: 12px;
}
#content dl.col dd {
	margin-bottom: 12px;
}


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

.clr {
  clear: both;
}

.right {
  float: right;
}

.left {
  float: left;
}

#content a.left {
	margin: 0 20px 0 0;
}
#content a.right {
	margin: 0 0 0 20px;
}

/* Layout */

.constrain {
	width:990px;
	margin: 0 auto;
	position:relative;
}
#logo {
	position:absolute;
	left: 0;
	top: -55px;
	z-index:10000;
}
#eco {
	position:absolute;
	right: 14px;
	top: -69px;
	z-index:10000;
}
#lhs {
	width: 215px;
	padding: 0 0 0 8px;
	position:absolute;
	left: 0;
	text-align:center;
}
#content {
	margin: 0 2px 0 230px;
	min-height:850px;
	background:#f1e7c1 url('../images/i-content-bg.gif') no-repeat left top;
	padding: 40px;
}
	/* Top Bar */
	#topbar {
		background:#001313;
		padding: 12px 0;
	}
	#topbar .constrain {
		padding: 0 100px 0 170px;
		width: 720px;
	}
	#topbar ul {
		list-style-type:none;
	}
	#topbar ul li {
		display:inline-block;
		color:#f1e7c1;
		text-align:center;
		background: transparent url('../images/i-top-bullet.gif') no-repeat right center;
		padding: 0 25px 0 15px;
		vertical-align:middle;
	}
	#topbar ul li.top-last {
		background: none;
	}
	#topbar ul li a {
		color:#f1e7c1;
		text-decoration:none;
	}
#hero {
	background: transparent url('../images/i-hero-bg.png') no-repeat;
	width:980px;
	height:323px;
	padding: 8px;
	margin: 10px 0 14px 0;
	position:relative;
}
#hero #hero-caption {
	display: inline-block;
	position:absolute;
	right: 8px;
	bottom: 8px;
	color:#fff;
	font-size:0.675em;
	padding: 4px 8px;
	min-width: 280px;
	z-index:10000;
	background:transparent url('../images/i-hero-caption.png');
}

/* Nav */
#nav ul {
	list-style-type:none;
	text-align:right;
	margin: 24px 0 40px 0;
	background: transparent url('../images/i-nav-div.gif') repeat-x left bottom;
}
#nav ul li {
	background: transparent url('../images/i-nav-bg.gif') no-repeat right top;
}
#nav ul li.expanded {
	background: transparent url('../images/i-nav-bg-sub.gif') no-repeat right top;
}
#nav ul li a {
	color:#fff;
	text-decoration:none;
	display:block;
	background: transparent url('../images/i-nav-bg.png') no-repeat 0 -500px;
	padding: 14px 12px 14px 0;
}
#nav ul li a:hover, #nav ul li a.current, #nav ul li.current ul {
	background-position: 0 0;
}

	/* Sub nav */
	#nav ul li ul {
		background: transparent url('../images/i-nav-bg.png') repeat-y -5000px 0;
		list-style-type:none;
		padding-bottom: 10px;
		margin: 0 0 0 0;
	}
	#nav ul li ul li {
		background: none;
	}
	#nav ul li ul li a {
		background: none;
		font-size:0.75em;
		padding: 6px 0;
	}
	#nav ul li ul li a:hover, #nav ul li ul li a.current {
		color:#f89320;
	}

/* Footer */
#footer {
	background: transparent url('../images/i-butterfly.png') no-repeat 85px top;
	position:relative;
	z-index:100;
	margin: -83px 0 0 0;
	padding: 100px 0 0 230px;
}
#footer p {
	color:#fff;
	float:left;
	margin: 10px 30px 20px 0;
}
#footer dl {
	color:#fff;
	font-size: 0.875em;
	margin: 10px 0 0 0;
}
#footer dl dt, #footer dl dd {
	margin-bottom: 10px;
}
#footer a {
	color:#fff;
	text-decoration:none;
}
#footer a:hover {
	color:#f89320;
}
	/* Footer Nav */
	#footer-nav {
		margin: 0 2px 0 230px;
		background:#f89320;
		border-top: 3px solid #001313;
		padding: 6px;
	}
	#footer-nav ul {
		list-style-type:none;
		text-align:right;
		position: relative;
		z-index: 200;
	}
	#footer-nav ul li {
		display:inline;
		padding: 0 0 0 10px;
	}
	#footer-nav ul li a {
		color:#000;
		text-decoration:none;
		font-size:0.675em;
		
	}
	#footer-nav ul li a:hover {
		color:#fff;
	}
	#footer-nav ul li ul {
		display:none;
	}

	/* Footer Logos */
	#logo-group {
		width:335px;
		float:right;
		text-align:right;
	}
	#logo-group img {
		margin: 0 0 6px 9px;
	}
	
	
	/* Author */
	#author {
		margin: 50px 0  0 230px;
	}
	#author p {
		color:#99a1a1;
		line-height:2em;
	}
	#author p a {
		color:#4d5a5a;
		text-decoration:none;
	}
	#author p a:hover {
		color:#99a1a1;
	}
	
.f input, .f textarea, .f select {
	padding: 2px;
	font-size:0.875em;
	border: 1px solid #000;
	margin: 3px 0;
}
.f label {
	display:block;
	font-size:0.875em;
}
input.submit {
	background: transparent url('../images/i-button.gif') no-repeat right bottom;
	color:#fff;
	text-decoration:none;
	cursor:pointer;
	border: 0;
	display:inline-block;
	padding: 17px 40px 12px 20px;
}
input.submit:hover {
	background-position: right top;
}

/* Booking Box */
.bookingframe {
	margin: 0 auto;
	width:280px;
	background:#fff;
	padding: 20px 0 10px 20px;
}

/* Jump to box */
.jumpbox {
	background: #001414 url('../images/g-jump-btm.gif') no-repeat left bottom;
	width:171px;
	float:right;
	margin: 0 0 20px 30px;
}
.jumpbox h2 {
	color:#fff;
	margin: 5px 0 0 10px;
}
#content .jumpbox ul {
	list-style-type:none;
	margin: 9px 10px 9px 10px;
}
body #content .jumpbox a {
	color:#fff;
	display:block;
	margin-bottom:5px;
	background: transparent url('../images/g-jump-arrow.gif') no-repeat right center;
}
body #content .jumpbox a:visited {
	color:#eee;
}
#content .jumpbox a:hover {
	color:#F89320;
}

.third {
	width:33%;
	float:left;
	text-align:center;
	margin: 1em 0;
}

/* Photos */
.photoright span, .photoleft span {
	position:absolute;
	display:block;
	left: 0;
	bottom: 0;
	width:300px;
	padding:4px 0;
	background:transparent url('../images/i-hero-caption.png') no-repeat;
	font-size:11px;
	text-align:center;
}
#content .photoright span a, #content .photoleft span a {
	color:#fff;
}
.photoright, .photoleft {
	position:relative;
}
.photoright {
	margin: 0 0 0 40px;
}
.photoleft {
	margin: 0 40px 0 0;
}

.faq {
	margin-right: -15px;
}
.faq img {
	margin-right:15px;
}

#content .photoright img {
	width: auto;
	height:auto;
}
#content .photoright span {
	width:100%;
}


/* Booking form Stuff */

#tour_booking_form {
	width:500px;
	margin: 0 auto;
}
fieldset {
	border: 1px solid #00272B;
	padding: 5px;
	margin: 15px;
	background:#f5eed4;
}
fieldset h2 {
	margin: 5px 0 10px 0;
}
.form-row {
}
.form-row label {
	width:150px;
	float:left;
	padding: 3px 0;
}
.form-row input, .form-row select, .form-row textarea {
	width:230px;
}
.form-row textarea {
	height: 90px;
}
.form-row {
	margin: 8px 0;
	clear: left;
}
.form-row .field {
	font-size:14px;
	margin-left: 150px;
	line-height:20px;
}
form.f input.small, form.f select.small {
width:55px;
}
form.f input.mini, form.f select.mini {
	width:35px;
}
.note {
	font-size:11px;
	vertical-align:top;
	font-style: italic;
}
.form-row select#card_expiry_month_field {
	width:105px;
}
.form-row select#card_expiry_year_field {
	width:60px;
}
.form-row input.submit {
	width:auto;
}
.field-validation-rules {
	background:#ffb896;
	font-size:11px;
	margin: -2px 0 5px 0;
	padding:3px;
}
.buttons {
	text-align:right;
	margin: 0 15px 0 0;
}

/* Calendar */
#date_field_toggle_calendar {
	position:relative;
	top:2px;
}
/**** calendar colours ****/
form.f div.calendar {
  background-color: #fff;
  border: 1px solid #00272B;
}

form.f div.calendar-header {
  background-color: #00272B;
  color: #fff;
}

#content form.f div.calendar-header a {
	color:#fff;
}

#content form.f div.calendar-header a:hover  {
	color:#f89320;
}

form.f div.calendar-days {
  background-color: #F2F2F2;
}

form.f div.calendar-cells a {
  color: #000;
  border-left: 1px solid #DDDDDE; /* note: MUST be a 1px border-left */
  border-top: 1px solid #DDDDDE;  /* note: MUST be a 1px border-top */
}

form.f div.calendar-cells a:hover, form.f div.calendar-cells a.selected {
  background-color: #B1C1D2;
  color: #000;
  font-weight: bold;
}

form.f div.calendar-cells a.other-month {
  background-color: #F2F2F2;
}

form.f div.calendar-cells a.other-month:hover {
  background-color: #F2F2F2;
}

form.f div.calendar-cells a.today {
  background-color: #DDDDDE;
}

form.f div.calendar-cells a.today:hover {
  background-color: #B1C1D2;
}

form.f div.calendar-header a {
  color: #000;
}


/**** calendar layout ****/
form.f div.calendar {
  display: inline;
  position: absolute;
  width: 210px;
  
  /* drop shadow in supported browsers to give "depth of field" */
  -webkit-box-shadow: 0px 4px 35px rgba(0,0,0,0.5);;
}

form.f div.calendar-header {
  height: 20px;
}

form.f div.calendar-header a {
  display: block;
  float: left;
  width: 20px;
  text-align: center;
  text-decoration: none;
}

form.f div.calendar-header a:hover {
  font-weight: bold;
}

form.f div.calendar-header span {
  display: block;
  float: left;
  width: 170px;
  text-align: center;
  font-size: 0.9em;
}

form.f div.calendar-days {
  line-height: 22px;
  height: 22px;
}

form.f div.calendar-days span {
  display: block;
  float: left;
  width: 30px;
  text-align: center;
  font-size: 0.9em;
  font-weight: bold;
}

form.f div.calendar-cells a {
  display: block;
  float: left;
  width: 29px;
  line-height: 22px;
  text-align: center;
  text-decoration: none;
  font-size: 0.9em;
}

form.f div.calendar-cells a.other-month:hover {
  background-color: #F2F2F2;
}

form.f div.treeselector {
  display: inline-block;
}

form.f div.treeselector select {
  margin: 0.5em;
}

form.f div.treeselector div.treeselect_descendants {  
	padding: 0 0 0 2em; 
}

ul.full-hotel-list {
  background-color: #fff;
  padding: 5px;
}

form#login_form input.submit {
	border: 0px none !important;
	padding: 16px 40px 12px 20px;
}

  
  .panel {
	background:#013119 url('../images/g-feature-1.jpg') no-repeat;
	padding: 8px;
	width:650px;
	min-height: 136px;
	margin: 1em auto;
}
.panel img {
	border:1px solid #fff;
	float:left;
	margin: 0 20px 0 0;
}
.panel h2 {
	margin-top: 5px;
}
#content .panel h2 a {
	color:#fff;
	}
.panel p {
	color:#fff;
	font-size:12px;
	line-height:1.5em;
	margin-bottom:5px;
}
.panel p.moreinfo {
	text-align:right;
	margin: 0;
}
#content .panel p.moreinfo a {
	color:#fff;
	background: transparent url('../images/i-arrow.png') no-repeat right 4px;
	padding: 0 10px 0 0;
	font-style:italic;
}

#content .panel p.moreinfo a:hover {
	color:#F89320;
} 
