/*
	Authors:		Dan Nye & Jeff Home, Coedit Limited - http://www.coedit.co.uk/
	Description:	Mahoenui Lodge - Print CSS
	Copyright:		Copyright 2007 - Coedit Limited - http://www.coedit.co.uk/

	Not to be reproduced without permission of the authors.
*/
.invisible,
#imagesPane br,#footerContact {
	display: none !important;
}html {	background: none #FFFFFF;
	text-align: left;}body {	margin: 0px;}
#centredContainer {	width: 100%;	min-width: 100px;	margin: 0px;}

#header {
	overflow: hidden;
	white-space: nowrap;
}

#logoPanel,
#bannerPanel {
	text-align: center;
	float: none;
	display: block;
	width: 100%;
	border: none;	
}
#logoPanel img {
	border-left: 4px solid #FFFFFF;	
	border-right: 4px solid #FFFFFF;	
}
#bannerPanel {
	border-top: 4px solid #FFFFFF;	
	border-bottom: 4px solid #FFFFFF;	
}



#upperPane {
	width: auto;
}



#contentPane,
#contactPane,
#paymentPane {
	position: static;
	top: auto;
	right: auto;
	bottom: auto;
	left: auto;
	width: auto;
	height: auto;
	overflow: visible;
}
#contactPane {
	margin-bottom: 4px;
	padding: 8px 20px 8px 50px;
}


#bookInPartner {
	position: static;
	background-color: #123D2E;
}
#bookInPartner span {
	display: block;
	color: #FFFFFF;
	margin: 4px;
}


#paymentPane .right {
	text-align: left;
	float: left;
	margin-right: 5px;
	margin-top: 3px;
}

#imagesPane {
	text-align: center;
} 

#footer #footerCopyright {
	border-left: none;
	position: static;
	right: auto;
	width: auto;
	text-align: center;
}

