/*	-------------------------------------------------------------
	-------------------------------------------------------------
	CSS CODED BY - pxwebdesign.com.au - 2010
	-------------------------------------------------------------
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/

body {
	font: 13px Arial, Verdana, Helvetica, sans-serif;
	text-align: left;
	background: #888570 repeat;
	color: #542602;
}


/*	-------------------------------------------------------------
	MAIN DIVS
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/


#container {
	position: relative;
	width: 980px;
	margin: 13px auto 20px auto;
	background: #faf4e2 url("../images/container_bg.jpg") repeat-y;
}

#header {
	height: 175px;
	background: url("../images/header_bg.jpg") no-repeat top center;
}

#menu {
	padding: 0 20px 0 20px;
}

#menu-i {
	height: 40px;
	background: #f9a471 url("../images/nav_bg.jpg") repeat-x top left;
}

#main {
	padding: 40px 60px;
}

#footer {
	background: #888570 url("../images/footer_bg.jpg") no-repeat top center;
}

#footer-i {
	height: 130px;
	padding: 35px 0 40px 25px;
	background: url("../images/logo_footer.gif") no-repeat 96% 48px;
}


/*	-------------------------------------------------------------
	USER MENU
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/

#userMenu {
	padding: 10px;
	margin-bottom: 10px;
	font-size: 0.9em;
	color: #663333;
	border: 1px solid #888570;
	background: #e0dbbe;
}

#userMenu a:link,
#userMenu a:visited {
	color: #663333;
}


/*	-------------------------------------------------------------
	HEADER
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/

#header #logo {
	float: left;
	margin: 50px 0 0 45px;
}

#header #header_info {
	float: left;
	width: 450px;
	margin: 86px 0 0 70px;
}

#header #header_contact {
	float: right;
	display: block;
	margin: 20px 20px 0 0;
	font-size: 1.3em;
	color: #b8976e;
}

#header #header_contact strong {
	font-weight: bold;
}

#cornerpiece {
	position: absolute;
	top: -3px;
	right: -3px;
}


/*	-------------------------------------------------------------
	MENUMAIN
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/

#menuMain {
	margin-left: 65px;
}

#menuMain li {
	float: left;
	padding: 12px 20px 0 0;
}

#menuMain a:link,
#menuMain a:visited {
	display: block;
	float: left;
	text-decoration: none;
	text-transform: uppercase;
	letter-spacing: 0.3px;
	font-size: 1.1em;
	color: #fff;
}

#menuMain a.active:link,
#menuMain a.active:visited {
	color: #9c4b18;
	text-decoration: underline;
}

#menuMain a:hover {
	color: #a25d31;
	text-decoration: none;
}


/*	-------------------------------------------------------------
	MAIN
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/
	
#main_side {
	float: right;
	width: 240px;
}

#main_content {
	float: left;
	width: 540px;
	margin-left: 20px;
}

#main_side,
#main_content {
	margin-top: 30px;
}
	

/*	Page Title / Home - Welcome
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/
	
#main #welcome,
#main #pagetitle {
	background: #fbe8cf;
	border-top: 2px solid #b28f62;
	border-bottom: 3px solid #b28f62;
}

#main #pagetitle,
#main #welcome_msg {
	padding: 15px 0 0 15px;
}

#main h1 {
	font: 2.2em Georgia, serif;
	padding-bottom: 15px;
	color: #663333;
}

#main #welcome img {
	display: block;
	border-top: 4px solid #b28f62;
	border-bottom: 2px solid #b28f62;
	margin-bottom: 13px;
}

#main #welcome_msg p {
	padding-bottom: 10px;
	font: 1.4em Georgia, serif;
	color: #412a02;
	line-height: 1.6em;
}

#main #welcome_photos {	
	width: 860px;
	height: 260px;
}

#main #welcome_photos img {
	display: none;	
}


/*	-------------------------------------------------------------
	CONTENT
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/


/*	Defaults
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/

#content h1 {
	font: 2.2em Georgia, serif;
	padding: 5px 0 10px 0;
	color: #663333;
}

#content h2 {
	font: 1.4em Georgia, serif;
	text-transform: uppercase;
	letter-spacing: 0.3px;
	color: #cc532a;
	padding-bottom: 10px;
}

#content h3 {
	font-size: 1.0em;
	color: #542602;
	line-height: 1.4em;
	font-weight: bold;
}

#content a:link,
#content a:visited {
	text-decoration: underline;
	color: #663333;
}

#content a:hover {
	color: #421818;
}

#content p {
	padding: 5px 0 10px 0;
	line-height: 1.3em;
}

#content p.largeText {
	font-size: 1.1em;
	padding: 8px 0 12px 0;
	line-height: 1.4em;
}

#content ul {
	padding: 10px 0 0 16px;
}

#content ul li {
	padding: 0 0 5px 20px;
	background: url("../images/li_bg.gif") no-repeat 0 7px;
	line-height: 1.4em;
}


/*	-------------------------------------------------------------
	MAIN SIDE
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/

#main_side #bookonline_btn,
#main_side #side_ruperts,
#main_side #side_testimonial{
	margin-right: 20px;
}


/*	Main - Boxes
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/

#main_content #main_boxes {
	margin: 0 0 0 0;
}

#content #main_boxes .main_box {
	float: left;
	width: 240px;
	margin-bottom: 20px;
}

#content #main_boxes .main_box.start {
	clear: left;
}

#content #main_boxes .main_box.end {
	float: right;
}

#content #main_boxes .main_box p {
	line-height: 1.4em;
}

#content #main_boxes .main_box p.lessPadding {
	padding: 2px 0 0 0;
}



/*	Image Caption
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/
#content .imageCaption {
	float: right;
	clear: right;
	width: 180px;
	text-align: center;
	font-size: 0.8em;
	color: #97796b;
}



/*	Links
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/
	
#main_side a:link,
#main_side a:visited {
	float: right;
	color: #663333;
}

#main_side a:hover {
	color: #421818;
}



/*	Main Side
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/
#main_side #bookonline_btn {
	height: 60px;
}

#main_side #side_ruperts {
	padding: 30px 0 0 0;
}

#main_side .facebook {
	display: block;
	padding: 20px 20px 0 0;
}


/*	Testimonials
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/

#main_side #side_testimonial {
	clear: both;
}

#main_side #side_testimonial p {
	text-align: right;
	font: 1.1em Georgia, serif;
	line-height: 1.7em;
	color: #663333;
	width: 220px;
}

#main_side #side_testimonial_2,
#main_side #side_testimonial_3 {
	display: none;
}

#main_side .side_testimonial_box {
	margin-top: 20px;
	padding-bottom: 15px;
	background: url("../images/testimonial_arrow.gif") no-repeat 85% bottom;
}

#main_side .side_testimonial_box .inner {
	padding: 10px 15px 10px 15px;
	background: #dce3d0;
}

#main_side #side_testimonial .side_testimonial_box .inner p {
	text-align: left;
	font-style: italic;
	width: auto;
}

#main_side span {
	padding: 0;
	float: right;
	font-style: normal;
}

#main_side #testimonial_arrow {
	float: right;
	margin: 0 25px 10px 0;
}

/*	Contact
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/



/*	-------------------------------------------------------------
	FOOTER
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/
	
#footer a:link,
#footer a:visited {
	text-decoration: underline;
	color: #383a33;
}

#footer a:hover {
	color: #2e3029;
}

/*	Footer Contact
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/
	
#footer #footer_contact {
	clear: left;
	float: left;
	width: 400px;
	font-size: 0.9em;
	color: #3d3f37;
}

#footer #footer_contact p {
	padding-left: 7px;
	line-height: 1.5em;
}

#footer #footer_contact span {
	text-transform: uppercase;
}


/*	Footer Linkmenu
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/

#footer #footer_menu {
	padding-top: 15px;
	clear: left;
}


#footer #footer_linkmenu li {
	float: left;
	padding: 0 7px 0 7px;
	border-left: 1px #3d3f37 solid;
}

#footer #footer_linkmenu li.start {
	border: none;
}

#footer #footer_linkmenu a:link,
#footer #footer_linkmenu a:visited {
	display: block;
	float: left;
	font: 0.9em;
	height: 12px;
	line-height: 12px;
}

/*	Footer Cancel
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/
	
#footer #footer_cancel {
	float: left;
	clear: left;
	width: 600px;
	margin-left: 6px;
	font-size: 0.9em;
	color: #50524a;
	padding: 12px 0 0 0;
}

#footer #footer_cancel p {
	padding-left: 7px;
	line-height: 2em;
}

#footer #footer_cancel span {
	text-transform: uppercase;
}




/*	-------------------------------------------------------------
	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;
}
