/*	-------------------------------------------------------------
	-------------------------------------------------------------
	CSS CODED BY - pxwebdesign.com.au - 2008
	-------------------------------------------------------------
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/

body {
	margin: 0;
	padding: 0;
	color: #fff;
	font: 14px Verdana, Arial, sans-serif;
	text-align: left;
	background: #02371b repeat-x;
}



/*	-------------------------------------------------------------
	MAIN DIVS
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/
	
#wrapper {
	background: #005327 url(../images/bg.jpg) repeat-x;
}
	
.container {
	width: 960px;
	margin: 0 auto;
}

#header {
	padding-top: 27px;
}

#content {
	padding: 10px 0 20px 0;
	line-height: 1.4em;
}

#footer {
	height: 200px;
	background: url(../images/footer_bg.jpg) top left repeat-x;
}


/*	-------------------------------------------------------------
	HEADER
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/

#header .container {
	height: 160px;
	background: #00301a url(../images/header_bg.gif) repeat-x;
}

#header-i {
	height: 160px;
	background: url(../images/headerLeft.gif) no-repeat top left;
}

#header-i-i {
	height: 160px;
	background: url(../images/headerRight.gif) no-repeat top right;
}

#header #logo {
	margin: 53px 0 0 37px;
	float: left;
}

#headerQuote {
	float: right;
	margin: 42px 27px 0 0;
}

#headerTop {
	height: 133px;
}


/*	-------------------------------------------------------------
	MAIN MENU
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/

#menu_main {
	clear: both;
	padding: 0 0 0 5px;
}

#menu_main li {
	display: block;
	float: left;
}

#menu_main li a:link,
#menu_main li a:visited {
	display: block;
	float: left;
	padding: 0 15px;
	border-right: 1px solid #b3c1bb;
	color: #fff;
	font: 1.1em Georgia, serif;
	font-weight: bold;
	text-decoration: none;
}

#menu_main li a.end:link,
#menu_main li a.end:visited {
	border: 0;
	padding-right: 5px;	
}

#menu_main li a:hover {
	color: #decf54;
}

#menu_main li a.active:link,
#menu_main li a.active:visited {
	color: #e1d67c;
}

#menu_main li a.active:hover {
	color: #decf54;
}


/*	-------------------------------------------------------------
	CONTENT
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/
	
#content .container {
	padding: 10px 0;
	width: 926px;
}
	
#content h1 {
	font: 1.9em Georgia, serif;
	color: #eadd81;
	padding: 10px 0 5px 0;
}

#content h2 {
	font: 1.7em Georgia, serif;
	color: #eadd81;
	padding: 10px 0 5px 0;
}

#content h2 a:link,
#content h2 a:visited {
	color: #eadd81;
}

#content h3 {
	font: 1.3em Georgia, serif;
	color: #eadd81;
	padding: 8px 0 1px 0;

}

#content p {
	padding: 12px 0 6px 0;
}

#content ul {
	padding: 15px 0 10px 0;
}

#content ul li {
	padding: 2px 0 3px 30px;
	background: url(../images/li_bg.gif) 14px 8px no-repeat;
}

#content a:link,
#content a:visited {
	color: #c8c068;
}

#content a:hover {
	color: #99934c;
}

/*	Accommodation
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/

#content .accommodationBox {
	padding: 10px 0 5px 0;
	clear: both;
}

#content .accommodationBox h3 {
	padding: 3px 0 2px 0;
}

#content .accommodationBox p {
	padding: 3px 0 2px 0;
}

#content #accommodationPhotos {
	float: right;
	width: 260px;
	padding: 10px 0 0 0;
	margin: 0 0 0 10px;
}

#content #accommodationPhotos img {
	margin: 0 0 5px 0;
	border: 1px solid #b8b96a;
}

/*	Activities
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/
	
.activityBox {
	clear: both;
	padding: 6px 0 8px 0;
}

#content .activityBox h3 {
	padding: 2px 0 1px 0;
}

#content .activityBox p {
	padding-top: 2px;
}

/*	Photo Gallery
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/

#content #photoGallery {
	text-align: center;
	padding: 20px 0 10px 0;
}

#content #photoGallery img {
	margin-left: 20px;
	float: left;
}

/*	Tariffs
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/

#content table.tariffs {
	border: 0;
	margin-top: 5px;
	border-collapse: 0;
}

#content table.tariffs tr td {
	padding: 2px 4px;
	border-bottom: 1px solid #056030;
}


/*	-------------------------------------------------------------
	CONTACT FORM
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/

#form_contact_enquiry {
	width: 440px;
	margin: 30px 0 10px 100px;
	background: #e6dd99;
	color: #013012;
}
	
#form_contact_enquiry table {
	border-collapse: collapse;
	width: 100%;
	margin-bottom: 10px;	
}

#form_contact_enquiry table th {
	display: table-cell;
	color: #084c36;
	padding: 8px 0 12px 0;
	font-size: 1.4em;
	font-weight: bold;
	background: #dfd274 url(../images/contactCorner.gif) no-repeat top right;
	text-align: center;
}

#form_contact_enquiry table td {
	display: table-cell;
	padding: 5px 6px;
	vertical-align: top;
}

#form_contact_enquiry table td label {
	color: #013012;
	font-size: 1.1em;
	display: block;
	float: right;
	margin-top: 4px;
	padding: 0 0 0 15px;
}

#form_contact_enquiry table td.require label {
	background: url(../images/require.gif) no-repeat 0 30%;
}

#form_contact_enquiry label.error,
#form_contact_enquiry table td label.error
 {
	display: block;
	float: none;
	padding: 1px 0 2px 5px;
	background: url(../images/alert.gif) no-repeat 0 50%;
	color: #555;
	font-size: 0.8em;
	font-weight: bold;
	margin-bottom: 4px;
}

#form_contact_enquiry .textbox,
#form_contact_enquiry .textboxSmall,
#form_contact_enquiry .textarea,
#form_contact_enquiry .selectbox {
	border: 1px solid #ab9e42;
	background: #eee9c9;
	color: #555;
	font: 1em Verdana, Arial, sans-serif;
	padding: 3px 3px;
	width: 270px;
}

#form_contact_enquiry .textboxSmall {
	width: 100px;
}

#form_contact_enquiry .textarea {
	height: 150px;
}

#form_contact_enquiry .selectbox {
	width: auto;
}

#content .submitbox {
	text-align: center;
	background: #e1d374;
	height: 42px;
}

#content .submitbox input,
#content .submitbox img {
	margin-top: 10px;
}

#content #submitbox2 {
	display: none;
}


/*	-------------------------------------------------------------
	FORM STATUS MESSAGE
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/
	
.form_status {
	padding: 5px 10px;
	border: 1px solid #999;
}

.form_status .title {
	font-weight: bold;
	padding: 1px 0 5px 23px;
	background: no-repeat 0 1px;
}

.form_status .message {
	font-size: 0.9em;
	padding: 3px 0 4px 0;
	color: #905b1d;
}

.form_status a:link,
.form_status a:visited,
.form_status a:hover {
	color: #905b1d;
}
	
/*	Success
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/
	
.form_status.success {
	background: #6fb558;
}

.form_status.success .title {
	color: #fff;
	background-image: url(../../../images/icons/msg_success.gif);
}

.form_status.success .message {
	color: #fff;
}

/*	Error
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/
	
.form_status.error {
	background: #f6db5a;
	border: 1px solid #e5ca47;
}

.form_status.error .title {
	color: #82531b;
	background-image: url(../../../images/icons/msg_error.gif);
}

.form_status.error .message {
	color: #905b1d;
}




/*	-------------------------------------------------------------
	FRONT
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/
	
#frontLinks {
	padding: 20px 0 10px 0;
}
	
#frontLinks img {
	display: block;
	float: left;
	margin-left: 24px;
}

#frontLinks img#frontLinkFirst {
	margin-left: 0;
}


/*	-------------------------------------------------------------
	FOOTER
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/
	
#footer .container {
	height: 200px;
	font-size: 0.9em;
}

#footer h2 {
	font: 1.3em Georgia, serif;
	padding: 16px 0 5px 0;
	font-style: italic;
}

#footer h3 {
	color: #d9de87;
	font: 1.4em Georgia, serif;
	padding: 2px 0 5px 0;
}

#footer p {
	line-height: 1.4em;
}

#footerLeft {
	float: left;	
}

#footerMid {
	float: left;	
	padding: 22px 0 0 220px;
	text-align: center;

}

#footer #footerMid p {
	line-height: 2em;
}

/*	Alert
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/

#footer_adventure {
	background: #cec061;
	float: right;
	width: 230px;
	border: 1px #022e17;
	margin: 22px 20px 0 0;
}

#footer_adventure h2 {
	color: #022e17;
	font: 1.4em Georgia, serif;
	padding: 8px 5px;
	text-align: center;
	text-transform: uppercase;
}

#footer_adventure h3 {
	color: #022e17;
	font: 1em Verdana, Arial, sans-serif;
	text-align: center;
}

#footer_adventure p {
	color: #014923;
}

#footer #footer_adventure a:link,
#footer #footer_adventure a:visited {
	color: #013419;
	text-decoration: underline;
}

/*	Links
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/

#footer a:link,
#footer a:visited {
	color: #c8c068;
	text-decoration: none;
}





/*	-------------------------------------------------------------
	HEADER MESSAGES
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/
	
#successMsg,
#errorMsg {
	padding: 5px 10px;
	border-top: 1px solid #999;
}

#successMsg h5,
#errorMsg h5 {
	font-size: 13px;
	font-weight: bold;
	padding: 1px 0 5px 23px;
	background: no-repeat 0 1px;
}

#successMsg p,
#errorMsg p {
	color: #905b1d;
}

#successMsg a:link,
#successMsg a:visited,
#successMsg a:hover {
	color: #fff;
}

#errorMsg a:link,
#errorMsg a:visited,
#errorMsg a:hover {
	color: #724714;
}
	
/*	Success
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/
	
#successMsg {
	background: #6fb558;
	border-bottom: 1px solid #5fa349;
}

#successMsg h5 {
	color: #fff;
	background-image: url(../../../images/icons/msg_success.gif);
}

#successMsg p {
	color: #fff;
}

/*	Error
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/
	
#errorMsg {
	background: #f6db5a;
	border-bottom: 1px solid #e5ca47;
}

#errorMsg h5 {
	color: #82531b;
	background-image: url(../../../images/icons/msg_error.gif);
}

#errorMsg p {
	color: #905b1d;
}

