/* @override http://getreal.com.au/style.css */

body {
	background: #fd0;
	text-align: center;
	margin:0;
	padding:0;
	font: 1em/1.3em "Lucida Grande", Tahoma, Verdana, Arial, Sans-serif;
}

img {
	border: none;
}

#head {
	height:100px;
	background: #000 url(images/head.png) 0 0 repeat-x;
	margin:0;
}

#background {
	background: url(images/head-shadow.png) 0 0 repeat-x;
	text-align:center;
	overflow:hidden;
}

#page {
	margin:0 auto;

	width:850px;
	text-align:left;
	overflow:hidden;
	background: #000 url(images/page-bg.png) repeat-y;
	position: relative;

}

#page-head {
	position: relative;

	background: url(images/page-head.png) 0 0 no-repeat;
	overflow: hidden;
	height: 100%; /* for IE */
}

#content {
	margin-top:70px;
	float:left;
	width: 540px;
	padding: 0px 30px 40px 50px;
	color: #fff;
}

#sidebar {
	width: 190px;
	font-size: .8em;
	line-height: 1.4em;
	float: left;
	margin-top: 160px;
	position: relative;
}

#foot {
	background: url(images/foot-bg.png) 0 100% no-repeat;
	text-align: right;
	width: 850px;
	margin: 0;
	padding: 0 0 20px 0;
}

#foot p {
	font-size: 0.8em;
	margin: 0 30px;
}

#nav {
width: 880px;
height:100px;
margin: 0 auto;
position:relative;
}

#nav ul {
right:0;
bottom:2px;
margin:0;
position:absolute;
	}

#nav ul li {
	margin: 0; 
	padding: 0;
	display: inline;
	list-style-type: none;
	}
	
#nav ul a:link, #nav ul a:visited {
	padding:5px 10px;
	float:left;
	color: #fff;
	font-weight: bold;
	text-decoration: none;
	}

#nav ul a.here {
	background: url(images/triangle.gif) no-repeat bottom center;
	}

#nav ul a:hover {
	background: url(images/triangle2.gif) no-repeat bottom center;
	}



#login-logout {
	position: absolute;
	bottom: 10px;
	left: 0;
}

#login-logout a.in {
	background: url(images/members.gif);
	width: 100px;
	height: 40px;
	display: block;
	text-indent: -9999px;
}

#login-logout a {
	font-weight: bold;
	text-decoration: none;
}






img.display {
	position: relative;
	z-index: -3;
	margin: 0px;
	margin-bottom: 0;
}

.boxes {
	float: left;
	width: 160px;
	padding: 10px;
}

a {
	color: #cb0;
}

a:hover {
	color: #fd0;
	text-decoration: underline;
}


h1 span#site-name {
	margin: 0;
	padding: 0;
	width: 160px;
	height: 160px;
	color: #fff;
	background: url(images/site-name.jpg) 100% 0 no-repeat;
	position: absolute;
	top: 0;
	right: 0;
	text-indent: -9999px;
}

h2 {
	color: #fd0;
}

p {
	color: #eee;
}
.boxes {
}
#content .boxes h2 {
	margin-bottom: -.5em;
	line-height: 1.2em;
	color: #fd0;
	font-size: 1em;
}

.boxes p, .boxes li {
	color: #bbb;
	font-size: .8em;
	text-align: justify;
	line-height: 1.4em	
}

.boxes ul {
	margin: 15px 0;
padding:0 0 0 15px;
}

.boxes li {
text-align:left;
margin-bottom:10px;
list-style: square;
}

#content h2 {
	margin:0;
	font-size: 1.3em;
}

#sidebar p {
	margin: 5px;
	color: #fff;
	text-align: justify;
}

strong {
	color: #fd0;
}

#book-online a{
	display: block;
	position: absolute;
	top: -70px;
	left: -25px;
	width: 75px;
	height: 75px;
	text-indent: -9999px;
	background: url(images/book-now.gif) 0 0 no-repeat;
}

#ook-online a {
	background: url(images/members.gif);
	width: 100px;
	height: 40px;
	display: block;
	text-indent: -9999px;
}


#sidebar ul {
	background: url(images/list-bg.png) 0 0 no-repeat;
	padding: 20px 5px 0 25px;
	margin: 0;
	margin-bottom: 30px;
	min-height: 90px;
}
	
#sidebar ul li {
	list-style: none;
}
	
#sidebar ul li a.here {
}
	

#sidebar ul li a {
	text-decoration: none;
}
#sidebar .list-title {
	margin: 50px 0 0 10px;
	color: #fff;
}
.posted {
	color: #000;
	text-align: center;
	width: 35px;
	height: 45px;
	background: url(images/posted.png) 0 0 no-repeat;
	float: right;
	padding-top: 2px;
	margin: 0 0 20px 20px;
	font-weight: bold;
}
.month {
	color: #bbb;
}

.post {
	margin-bottom: 50px;
}


legend {
	display: none;
}

fieldset {
	border: 0;
	margin: 0;
	padding: 0;
}

label {
	font-weight: bold;
	padding: 0;
}

p.reply {
	font-weight: bold;
	margin-bottom: -.8em;
	padding:0;
}

label.reply {
	font-weight: normal;
}

input.reply {
	margin: 0 0 0 10px;
}

input#Name, input#Email, input#Phone, textarea#Enquiry {
	border: 2px solid #555;
	font: 1.2em "Verdana";
	color: #fd0;
	padding: 2px 4px;
}

input.zemSubmit {
	background: #666;
	border: 2px solid;
	border-top-color:  #999;
	border-left-color: #999;
	border-bottom-color: #555;
	border-right-color: #555;
	font: 1.4em "Verdana";
	color: #fff;
	padding: 2px 4px;
}

input#Name, input#Email, input#Phone {
	background: #333 url(images/input-bg.png) 0 0 repeat-x;
}

textarea#Enquiry {
	background: #333 url(images/textarea-bg.png) 0 0 repeat-x;
	overflow: hidden; /* for IE to hide scrollbars*/
}






h3 {
	color: #f55;
}

dl.operating-times {
padding: 15px 30px;
border-top: 1px solid #aaa;
border-bottom: 1px solid #aaa;
}

dl.operating-times dt{
float: left;
width: 100px;
color: #fd0;
font-weight: 700;
}

dl.operating-times dd{

}

p.gobook {
	text-align: center;
}
p.gobook img {
	
}







#login-box {
	width: 280px;
	margin: 50px 0 250px 0;
}
#login-box p {
	text-align: left;
	margin: 10px auto;
	position: relative;
}
#login-box p label {
	color: #fd0;
}
#login-box p input {
	position: absolute;
	right: 0;
}

#login-box .submitbox input {
	margin: 10px 0;
	background: #666;
	border: 2px solid;
	border-top-color:  #999;
	border-left-color: #999;
	border-bottom-color: #555;
	border-right-color: #555;
	font: 1em "Verdana";
	color: #fff;
	padding: 2px 4px;

}

p.caption {
	font-size: .6em;
	padding: 10px;
	background: #111;
	border: 1px solid #333;
	color: #777;
	
}
p.flashplayer{
	font-size: .8em;
	padding: 10px;
	background: #111;
	border: 1px solid #333;
	color: #777;
	
}
p.flashplayer a, p.flashplayer strong {
	color: #a90;
}