/*	-------------------------------------------------------------
	-------------------------------------------------------------
	CSS CODED BY - pxwebdesign.com.au - 2009
	-------------------------------------------------------------
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/

body {
	color: #587f00;
	font: 14px Verdana, Arial, Helvetica, sans-serif;
	text-align: left;
	background: #dfc2ae url(../images/body_bg.jpg) repeat-x;
}


/*	-------------------------------------------------------------
	MAIN DIVS
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/
	
#wrapper {
	width: 960px;
	margin: 0 auto 20px auto;
	background: url(../images/wrapper_bg.jpg) repeat-y top left;
}

#wrapper-i {
	background: url(../images/wrapper-i_bg.jpg) top left no-repeat;
}

#container {
	background: url(../images/container_bg.jpg) bottom left no-repeat;
}

#container-i {
	background: #fff;
	width: 924px;
	margin: 0 auto;
}
	
#headerPrint {
	display: none;
	text-align: center;
}

#header {
	background: #edefd8;
	height: 254px;
	border-top: 13px solid #4f7700;
	background: url(../images/header_bg.jpg) no-repeat top left;
}

#menu {
	background: #4f7700;
	height: 26px;
}

#main {
	padding: 12px 8px 10px 8px;
	min-height: 470px;
	height: auto !important;
	height: 470px;
}

#content {
	width: 705px;
	float: right;
}

#content.home {
	width: 500px;	
}

#contentSide {
	float: right;
	width: 180px;
	margin-left: 15px;
}

#side {
	width: 187px;
	float: left;
}

#footer {
	background: #4f7700;
	padding: 5px 0 5px 0;
	text-align: center;
	color: #88a750;
}


/*	-------------------------------------------------------------
	HEADER
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/
	
#header #logo {
	float: left;
	margin: 39px 0 0 16px;
}

#header h1 {
	float: right;
	padding: 75px 90px 0 0;
	font-size: 1.4em;
	color: #75853e;
	line-height: 1.3em;
}

#header #header_rating {
	clear: right;
	float: right;
	margin: 5px 94px 0 0;
}


/*	-------------------------------------------------------------
	MENU
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/
	
#menuMain {
	display: block;
}

#menuMain li {
	float: left;
	display: block;
	padding: 0 10px 0 15px;
}

#menuMain li a:link,
#menuMain li a:visited {
	display: block;
	float: left;
 	color: #fff;
 	font-size: 1.1em;
 	text-decoration: none;
 	text-transform: uppercase;
 	height: 26px;
	line-height: 26px;
}

#menuMain li a.active:link,
#menuMain li a.active:visited {
 	color: #96a468;
}

#menuMain li a:hover,
#menuMain li a.active:hover,
#menuMain li.sfHover a:link,
#menuMain li.sfHover a:visited {
	text-decoration: underline;
	color: #96a468;
}


/*	2nd Level
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/

#menuMain li ul {
	margin: 0;
	padding: 0;
	top: 26px;
	display: none;
}

#menuMain li ul li {
	float: none;
	display: block;
	margin: 0;
	padding: 0;
}

#menuMain li.sfHover ul li a:link,
#menuMain li.sfHover ul li a:visited {
	display: block;
	float: none;
	line-height: 1.2em;
	font-size: 0.9em;
	font-weight: normal;
	text-transform: none;
	height: auto;
	text-decoration: none;
	padding: 6px 6px 6px 14px;
	background: #739333;
	color: #fff;
	margin: 0;
}

#menuMain li.sfHover ul li a.active:link,
#menuMain li.sfHover ul li a.active:visited {
	background: #87a154;
	color: #f3f9e8;
}

#menuMain li.sfHover ul li a:hover,
#menuMain li.sfHover ul li a.active:hover {
	color: #f5e0c9;
	background: #f78f1e;
}


/*	-------------------------------------------------------------
	CONTENT
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/

#content h1 {
	color: #f79020;
	font-size: 1.7em;
	font-weight: normal;
	padding: 3px 0 3px 0;
	margin-bottom: 4px;
	border-bottom: 1px solid #f9b05f;
}

#content h2 {
	color: #f79020;
	font-size: 1.3em;
	padding: 3px 0 0 0;
}

#content h3 {
	color: #566c11;
	font-size: 1.1em;
	font-weight: bold;
	padding: 3px 0 7px 0;
}

#content p {
	padding: 5px 0 10px 0;
	line-height: 1.3em;
}

#content a:link,
#content a:visited {
	color: #4f7700;
}

#content a:hover {
	color: #99b364;
}

#content ul {
	padding: 3px 0 8px 15px;
}

#content ul li {
	padding: 2px 0 5px 13px;
	background: url(../images/li_bg.gif) 0 8px no-repeat;
	line-height: 1.3em;
}

#tripAdvisor_box {
	float: right;
	width: 240px;
	margin-right: -180px;
	margin-left: 20px;
}

/*	Contact
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/

#content #contact_bookingForm {
	float: left;
	width: 400px;
}

#content #contact_details {
	float: right;
	width: 250px;
}


/*	-------------------------------------------------------------
	SIDE
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/

/*	Chalets
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/

#sideChalets ul li {
	padding: 0 0 7px 0;
}

#sideChalets ul li a:link,
#sideChalets ul li a:visited {
	display: block;
	border: 1px solid #566c11;
	background: no-repeat top left;
	height: 115px;
	text-decoration: none;
}

#sideChalets ul li a:hover {
	border-color: #72932e;
}

#sideChalets ul li a:link span,
#sideChalets ul li a:visited span {
	display: block;
	padding: 84px 0 0 16px;
	text-transform: uppercase;
	color: #fff;
	font-size: 1.1em;
}

#sideChalets ul li a:hover span {
	color: #a8c370;
}

#sideChalets ul li#sideChalet_ironbark a {
	background-image: url(../images/sideChalet_ironbark.jpg);
}

#sideChalets ul li#sideChalet_applegum a {
	background-image: url(../images/sideChalet_applegum.jpg);
}

#sideChalets ul li#sideChalet_bushland a {
	background-image: url(../images/sideChalet_bushland.jpg);
}

/*	Menu
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/

#sideMenu {
	padding: 8px 0 10px 0;
}

#sideMenu #menuOther li {
	padding: 0 0 6px 0;	
}

#sideMenu #menuOther li a:link,
#sideMenu #menuOther li a:visited {
	display: block;
	background: #c2caa5;
	color: #5c721a;
	border: 1px solid #75873c;
	text-decoration: none;
	padding: 4px 10px;
	text-transform: uppercase;
}

#sideMenu #menuOther li a:hover {
	background: #afbb83;	
	border: 1px solid #62742a;
	color: #3d4e09;
}

#sideMenu #menuOther li.specials a:link,
#sideMenu #menuOther li.specials a:visited {
	background: #f78f1e;
	color: #fff;
	border: 1px solid #d6740b;
}

#sideMenu #menuOther li.specials a:hover {
	background: #d6750c;
	border: 1px solid #b97f41;	
}


/*	Subscribe
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/

#side_subscribe {
	margin: 10px 0 5px 0;
	border: 1px solid #507700;
	padding-bottom: 5px;
}

#side_subscribe h2 {
	background: #507700;
	font-size: 1.1em;
	text-transform: uppercase;
	padding: 3px 0;
	text-align: center;
	color: #fff;
}

#side_subscribe h3 {
	font-size: 0.85em;
	font-weight: bold;	
	padding: 3px 5px 0 5px;	
}

#side_subscribe p {
	font-size: 0.85em;
	line-height: 1.3em;
	padding: 5px 5px 4px 5px;	
}

#side_subscribe .textbox {
	float: left;
	padding: 2px 3px;
	border: 1px solid #999;
	width: 130px;
	margin-top: 3px;
}

#side_subscribe .submitbox {
	float: left;
	padding: 2px 3px;
}







/*	-------------------------------------------------------------
	HOME SIDE
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/

#contentSide_weather {
	text-align: center;
	margin: 10px 0 10px 0;
}

#contentSide_logos p {
	text-align: center;
	font-size: 0.8em;
	font-weight: bold;
	color: #555;
	line-height: 1.3em;
	padding: 5px 0 15px 0;
}



/*	-------------------------------------------------------------
	USER MENU
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/

#userMenu {
	background: #ddd;
	border: 1px solid #aaa;
	padding: 3px 5px;
	font-size: 0.9em;
	margin: 0 0 10px 0;
}

#userMenu a:link,
#userMenu a:visited {
	color: #555;
}



/*	-------------------------------------------------------------
	FOOTER
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/

#footer a:link,
#footer a:visited {
	color: #949f7c;
}


/*	-------------------------------------------------------------
	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;
}