
/*
	Authors:		Dan Nye & Jeff Home, Coedit Limited - http://www.coedit.co.uk/
	Description:	Mahoenui Lodge - Layout and default styling CSS
	Copyright:		Copyright 2007 - Coedit Limited - http://www.coedit.co.uk/

	Not to be reproduced without permission of the authors.
*/


/* Generic CSS */
html>body {
	font-size: 16px;
}

.invisible {
	position: absolute;
	width: 1px;
	height: 1px;
	overflow: hidden;
	left: -5000px;
}

.clearfix:after {
	clear: both;
	display: block;
	content: ".";
	height: 0px;
	visibility: hidden;
}
.clearfix {
	display: inline-block;
}
/* Hides from IE-mac \*/
* html .clearfix{
	height: 1%;
}
.clearfix {
	display: block;
}
li.clearfix {
	display: list-item;
}
/* End hide from IE-mac */



/* Default Page CSS */
html {
	font-family: "Arial MT", Arial, Helvetica, Verdana, sans-serif;
	background: url(/assets/images/backgroundTile.gif) #FFFFFF repeat 0px 0px;
	text-align: center;
	color: #000000;
}

html, body, form, fieldset {
	margin: 0px;
	padding: 0px;
	border: none;
}

body {
	margin-bottom: 20px;
}

a, a:visited {
	text-decoration: none;
	color: #0000CC;
}
a:hover, a:active, a:focus {
	text-decoration: underline;
}

h1, h2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold !important; /* !important is needed for Safari 2 & 3 for H2s!! */ 
	color: #000000;
}
.bold {
	font-weight: bold;
}
.br {
	display: block;
}
.right {
	text-align: right;
}



/* Common Page CSS */
#borderDiv1 { border: 4px solid #FFFFFF; border-bottom: none; }
#borderDiv2 { border: 4px solid #123D2E; }
#borderDiv3 { border: 2px solid #FFFFFF; }
#borderDiv4 { border: 1px solid #123D2E; }
#borderDiv5 { 
	border: 4px solid #FFFFFF;
	background-color: #123D2E;
}

#centredContainer {
	text-align: left;
	margin: 0px auto;
	width: 877px;
}



#header {
	background: url(/assets/images/cornerStripes.gif) 809px 4px no-repeat;
}

#logoPanel,
#bannerPanel {
	border-bottom: 4px solid #FFFFFF;	
	border-right: 4px solid #FFFFFF;
	height: 106px;						/* Used for when images disabled... */
	color: #FFFFFF;						/* Used for when images disabled... */
	float: left;						/* Used for when images disabled... */
}

#logoPanel {
	width: 80px;						/* Used for when images disabled... */
}	

#bannerPanel {
	width: 716px;						/* Used for when images disabled... */
}



#content {
	margin: 0px 43px 0px 80px;
	padding: 0px 4px;
	background-color: #FFFFFF;
	position: relative;
}
#content img {
	margin-bottom: 4px;
}
#content img.last {
	margin-bottom: 0px;
}

#upperPane {
	width: 419px;
	padding: 0px 20px;
}
#contentPane {
	position: absolute;
	left: 261px;
	top: 0px;
	width: 305px;
	height: 332px;
	overflow: auto;
}
#contentPaneInner {
	padding: 8px 20px;
}

#content p,
#content li,
#content h2 {
	font-size: 0.7em;
	margin: 0px 0px 10px 0px;
	padding: 0px;
	line-height: 1.4em;
}
#content ul {
	padding: 0px;
	margin: 0px 0px 10px 0px;
}
#content li {
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 5px 2em;
}



#bookInPartner {
	color: #FFFFFF;						/* Used for when images disabled... */
	position: absolute;
	left: -80px;
	bottom: 0px;
}
p#bookInPartner {
	margin: 0px;
	padding: 0px;
	width: 80px;
}
#bookInPartner a {
	color: #FFFFFF;						/* Used for when images disabled... */
}
#bookInPartner img {
	border: none;
	margin-bottom: 0px;
}
#bookInPartner span {
	display: none;
}


#imagesPane {
	width: 253px;
	height: 506px;						/* Used for when images disabled... */
}

#contactPane {
	background: url(/assets/images/contactPaneWatermark.gif) #ECDAAB no-repeat bottom right;
	position: absolute;
	height: 150px;
	width: 419px;
	bottom: 0px;
	right: 4px;
	padding: 8px 20px;
	overflow: auto;
}
#contactPane p {
	margin: 0px;
	padding: 0px;
	line-height: 1.3em;
}

#paymentPane {
	position: absolute;
	right: 4px;
	top: 10px;
	width: 128px;
	height: 326px;
	padding-right: 20px;
	overflow: auto; 
}
#paymentPane img {
	margin-bottom: 20px;
}
#paymentPane h2 {
	margin: 10px 0px 0px 0px;
}



#footer {
	background-color: #A0AEAD;
	color: #144F3A;
	position: relative;
	border: 4px solid #FFFFFF;
}
#footer a, #footer a:visited {
	color: #144F3A;
}

#footer p {
	margin: 0px;
	padding: 0px;
	font-size: 0.7em;
	line-height: 2em;
	font-weight: bold;
}
#footer #footerContact {
	top: 0px;
	left: 91px;
	width: 258px;
	position: absolute;
}
#footer #footerCopyright {
	border-left: 4px solid #FFFFFF;
	position: relative;
	right: -348px;
	width: 464px;
	text-align: right;
}

