/********** GLOBAL STYLES **********/
body {
	background:url('../grfx/background.jpg') repeat top left;
}

.area {
	width:980px;
	margin-left:auto;
	margin-right:auto;
}

#container {
	margin-top:25px;
	border:#b9b9b9 solid 1px;
}

/********** HEADER STYLES **********/
#header {
	padding:10px 0;
	background:url('../grfx/headerBackground.png') repeat top left;
	text-align:center;
}

#header a {
	display:inline-block;
}

/********** CONTENT STYLES **********/
#content {
	padding:0 5px 80px 45px;
	background:#ffffff;
	overflow:hidden;
}

.tripAdvisor {
	padding-top:30px;
	display:block;
}

/********** Contact Form Styles **********/
.text_required {
	color:#968d6a;
}

input[id*="Date"],
input[id*="Time"],
.antiSpam p input {
	width:150px;
}

input[id*="Adults"] {
	width:70px;
}

textarea[id*="Address"] {
	height:70px;
}

.antiSpam {
	display:block;
	clear:both;
}
	
.antiSpam p label {
	width:auto !important;
	margin-top:0;
	margin-bottom:5px;
	margin-left:200px;
}
	
.antiSpam p input {
	margin-top:0;
	margin-left:200px;
	display:inline;
	clear:both;
}

/********** FOOTER STYLES **********/
#footer {
	width:926px;
	position:relative;
	margin-top:10px;
	margin-bottom:10px;
	padding:20px;
	border:#b9b9b9 solid 1px;
	border-left:#796f47 solid 15px;
	background:#968d6a;
}

#footer p {
	padding:0;
	color:#beb79e;
	font-size:11px;
	line-height:17px;
}

#footer ul {
	max-width:740px;
	width:auto;
	margin:10px 0 5px 0;
	padding:0;
	overflow:hidden;
	clear:both;
}

#footer li {
	margin-bottom:5px;
	margin-right:20px;
	font-size:11px;
	line-height:17px;
	text-transform:uppercase;
	display:inline;
	float:left;
}

#footer li a {
	display:inline;
	float:left;
}

#footer a:link,
#footer a:visited {
	color:#ffffff;
}
	
#footer a:hover,
#footer a:active {
	color:#beb79e;
}

.perthweb {
	position:absolute; bottom:20px; right:20px;
	padding-top:40px;
	background:url('../grfx/logoPerthWeb.png') no-repeat top right;
	font-size:10px;
	letter-spacing:0.5px;
	text-decoration:none;
}

/********** Site Map Styles **********/

#content ul.content li {
	display:none;	
}