@charset "utf-8";
/* CSS Reset */

@import url('reset.css');

/* CSS Navigation */

@import url('navigation.css');

/* CSS Calendar */

@import url('calendar.css');

/* CSS Document */

.noevents {
	display:none;
}

html, body, #page-width {
	height: 100%;
	background-color: #000000;
	background-repeat: no-repeat;
	background-position: top center;
}

body > #page-width {
	min-height:750px;
   	height:auto !important;
   	height:750px;
	margin: 0 0;
}

#header-holder {
	width: 100%;
	height: 50px;
	margin: 0 0;
	padding: 15px 0;
	background-image: url(../images/background/top-banner.jpg);
	background-repeat: no-repeat;
	background-position: center center;
}

	#header-holder #header-center {
		width: 960px;
		margin: 0 auto;
	}

		#header-holder #header-center a {
			float: left;
			display: inline;
			margin-top: 10px;
		}

		#header-holder #header-center a.button-link {
			float: right;
			display: inline;
			margin-top: 1px;
		}

		#header-holder #header-center p {
			float: right;
			display: inline;
			font-family: Arial, Helvetica, sans-serif;
			font-size: 11px;
			color: #847b5d;
			width: 225px;
			text-align: right;
			margin: 19px 0;
		}

			#header-holder #header-center p a {
				color: #847b5d;
				font-weight: normal;
				float: none !important;
				text-decoration: none;
			}

			#header-holder #header-center p span {
				color: #4c1a13;
				font-weight: bold;
			}

#main {
	width: 960px;
	 /*padding-bottom: 75px; must be same height as the footer */
	margin: 0 auto;
}

	#main p {
		font-family: Arial, Helvetica, sans-serif;
		font-size: 12px;
		line-height: 16px;
		color: #e3ddc7;
		padding-bottom: 16px;
	}

		#main p a {
			color: #847B5D;
			text-decoration: none;
		}

	#main h2 {
		clear: both;
		font-family: Arial, Helvetica, sans-serif;
		font-size: 12px;
		text-transform: uppercase;
		line-height: 16px;
		color: #847B5D;
		padding-bottom: 16px;
	}

	#main .smallpaddingtop-text {
		width: 960px;
		padding: 0 0 15px 0;
		min-height: 120px;
		height: auto !important;
		height: 120px;
		float: left;
		display: inline;
	} 

		#main .smallpaddingtop-text {
			width: 960px;
			height: 560px;
			float: left;
			display: inline;
			position: relative;
		} 

			#main .smallpaddingtop-text #image {
				width: 960px;
				height: 560px;
				float: left;
				display: inline;
				position: relative;
			} 

			#main .smallpaddingtop-text .menu-column {
				width: 300px;
				padding-right: 20px;
				float: left;
				display: inline;
			} 
	
				#main .smallpaddingtop-text .menu-column dl {
					width: 300px;
					float: left;
					display: inline;
					font-family: Arial, Helvetica, sans-serif;
					font-size: 12px;
					line-height: 16px;
					margin-bottom: 16px;
				}
	
					#main .smallpaddingtop-text .menu-column dt {
						width: 300px;
						float: left;
						display: inline;
						text-transform: uppercase;
						color: #847B5D;
						font-weight: bold;
					}
	
						#main .smallpaddingtop-text .menu-column dt.title {
							font-size: 14px;
						}
	
					#main .smallpaddingtop-text .menu-column dd {
						width: 300px;
						float: left;
						display: inline;
						font-size: 11px;
						text-transform: uppercase;
						color: #E3DDC7;
					}

	#main .paddingtop-text {
		width: 960px;
		padding: 410px 0 15px 0;
		min-height: 120px;
		height: auto !important;
		height: 120px;
		float: left;
		display: inline;
	}   

#footer-holder {
	
	width: 100%;
	margin: 0px; /* negative value of footer height */
	height: 75px;
	clear: both;
	background-color: #000000;
	background-image: url(../images/background/footer-background.png);
	background-repeat: no-repeat;
	background-position: center top;
}  

	#footer-holder #footer-center {
		width: 960px;
		margin: 0 auto;
	}
	
		#footer-holder #footer-center .logo {
			float: left;
			display: inline;
			padding: 10px 0;
		}
		#footer-holder #footer-center p {
			/*clear: both;*/
			width: 450px;
			float: left;
			display: inline;
			font-family: Arial, Helvetica, sans-serif;
			font-size: 11px;
			color: #847b5d;
			padding:28px 0 0 25px;
		}

			#footer-holder #footer-center p span {
				color: #4c1a13;
				font-weight: bold;
			}
			
			#footer-holder #footer-center p a {
				color: #847b5d;
			}
			
			#footer-holder #footer-center p a:hover {
				text-decoration:none;
			}

			#footer-holder #footer-center a.site-by {
				float: right;
				display: inline;
				padding: 10px 0 0 0;
			}

/* Contact forms */

ul.contact-list {
	float: left;
	display: inline;
	padding-right: 75px;
}

	ul.contact-list li {
		clear: both;
		width: 400px;
		float: left;
		display: inline;
		padding: 3px 0;
	}	

		ul.contact-list li label {
			clear: both;
			width: 100px;
			float: left;
			display: inline;
			font-family: Arial, Helvetica, sans-serif;
			font-size: 12px;
			color: #847B5D;
		}

		ul.contact-list li input, ul.contact-list li textarea {
			width: 280px;
			float: left;
			display: inline;
			font-family: Arial, Helvetica, sans-serif;
			font-size: 12px;
			color: #E3DDC7;
			background-color: #000000;
			border: 1px solid #847B5D;
			padding: 2px;
		}

		ul.contact-list li select {
			width: 75px;
			font-family: Arial, Helvetica, sans-serif;
			font-size: 12px;
			color: #E3DDC7;
			background-color: #000000;
			border: 1px solid #847B5D;
			padding: 2px;
			margin-right: 3px;
		}

		ul.contact-list li input.submit {
			clear: both;
			width: 53px;
			height: 28px;
			float: right;
			display: inline;
			background: none;
			background-image: url(../images/btns/submit.png);
			background-repeat: no-repeat;
			cursor: pointer;
			border: 0;
			margin-top: 16px;
			margin-right: 10px;
		}

			ul.contact-list li input.submit:hover {
				background-image: url(../images/btns/submit-hover.png);
			}

/* Floorplan */	

	#main #floorplan-controller {
		width: 566px;
		height: 420px;
		float: left;
		display: inline;
		position: relative;
	}

		#main #floorplan-controller a {
			z-index: 10;
		}

		#main #floorplan-controller .area-01 {
			clear: both;
			width: 70px;
			height: 62px;
			top: 120px;
			left: 133px;
			position: absolute;
		}

		#main #floorplan-controller .area-02 {
			clear: both;
			width: 150px;
			height: 55px;
			top: 343px;
			left: 297px;
			position: absolute;
		}

		#main #floorplan-controller .bar {
			clear: both;
			width: 100px;
			height: 80px;
			top: 220px;
			left: 255px;
			position: absolute;
		}

		#main #floorplan-controller .bathroom-01 {
			clear: both;
			width: 140px;
			height: 80px;
			top: 0px;
			left: 135px;
			position: absolute;
		}

		#main #floorplan-controller .bathroom-02 {
			clear: both;
			width: 65px;
			height: 185px;
			top: 180px;
			left: 0px;
			position: absolute;
		}

		#main #floorplan-controller .lazer-room {
			clear: both;
			width: 160px;
			height: 80px;
			top: 0px;
			left: 285px;
			position: absolute;
		}

		#main #floorplan-controller .main-area {
			clear: both;
			width: 150px;
			height: 105px;
			top: 200px;
			left: 100px;
			position: absolute;
		}

	#main .floorplan-title {
		margin-bottom: 15px;
	} 

	#main #floorplan-image {
		width: 370px;
		min-height: 230px;
		height: auto !important;
		height: 230px;
		padding-left: 24px;
		float: left;
		display: inline;
	} 

	#main #floorplan-details {
		width: 370px;
		min-height: 100px;
		height: auto !important;
		height: 100px;
		padding: 10px 0 10px 24px;
		float: left;
		display: inline;
	} 

/* Page backgrounds */

.home-background, .gallery-background {
	background-image: url(../images/background/home/rotator.php) !important;
}

.team-background {
	background-image: url(../images/background/team/rotator.php) !important;
}

.events-enquiry-background {
	background-image: url(../images/background/contact/rotator.php) !important;
}

.menu-background {
	background-image: url(../images/background/menu/rotator.php) !important;
}

.press-background {
	background-image: url(../images/background/press/rotator.php) !important;
}

.diary-background {
	background-image: url(../images/background/diary/rotator.php) !important;
}

.contact-background {
	background-image: url(../images/background/contact/rotator.php) !important;
}

.signup-background {
	background-image: url(../images/background/contact/rotator.php) !important;
}

/* Title replacement */

h1.home-title {
	width: 197px;
	height: 28px;
	float: left;
	clear: both;
	text-indent: -9999px;
	background-image: url(../images/titles/welcome-title.png);
	background-repeat: no-repeat;
	padding-bottom: 10px;
}

h1.launch-title {
	width: 197px;
	height: 28px;
	float: left;
	clear: both;
	text-indent: -9999px;
	background-image: url(../images/titles/launch-title.png);
	background-repeat: no-repeat;
	padding-bottom: 10px;
}

h1.team-title {
	width: 71px;
	height: 28px;
	float: left;
	clear: both;
	text-indent: -9999px;
	background-image: url(../images/titles/team-title.png);
	background-repeat: no-repeat;
	padding-bottom: 10px;
}

h1.error-title {
	width: 77px;
	height: 28px;
	float: left;
	clear: both;
	text-indent: -9999px;
	background-image: url(../images/titles/error-404.png);
	background-repeat: no-repeat;
	padding-bottom: 10px;
}

h1.events-title {
	width: 82px;
	height: 28px;
	float: left;
	clear: both;
	text-indent: -9999px;
	background-image: url(../images/titles/events-title.png);
	background-repeat: no-repeat;
	padding-bottom: 10px;
}

h1.events-enquiry-title {
	width: 149px;
	height: 28px;
	float: left;
	clear: both;
	text-indent: -9999px;
	background-image: url(../images/titles/events-enquiry-title.png);
	background-repeat: no-repeat;
	padding-bottom: 10px;
}

h1.gallery-title {
	width: 89px;
	height: 28px;
	float: left;
	clear: both;
	text-indent: -9999px;
	background-image: url(../images/titles/gallery-title.png);
	background-repeat: no-repeat;
	padding-bottom: 10px;
}

h1.menu-title {
	width: 73px;
	height: 28px;
	float: left;
	clear: both;
	text-indent: -9999px;
	background-image: url(../images/titles/menu-title.png);
	background-repeat: no-repeat;
	padding-bottom: 10px;
}

h1.press-title {
	width: 121px;
	height: 28px;
	float: left;
	clear: both;
	text-indent: -9999px;
	background-image: url(../images/titles/press-title.png);
	background-repeat: no-repeat;
	padding-bottom: 10px;
}

h1.contact-title {
	width: 96px;
	height: 28px;
	float: left;
	clear: both;
	text-indent: -9999px;
	background-image: url(../images/titles/contact-title.png);
	background-repeat: no-repeat;
	padding-bottom: 10px;
}

h1.diary-title {
	width: 72px;
	height: 28px;
	float: left;
	clear: both;
	text-indent: -9999px;
	background-image: url(../images/titles/diary-title.png);
	background-repeat: no-repeat;
	padding-bottom: 10px;
}

h1.signup-title {
	width: 89px;
	height: 28px;
	float: left;
	clear: both;
	text-indent: -9999px;
	background-image: url(../images/titles/signup-title.png);
	background-repeat: no-repeat;
	padding-bottom: 10px;
}

/* CSS Accordian */

ul#menu {
	width: 100%;
	float: left;
	display: inline;
}

	ul#menu li {
		clear: both;
		width: 100%;
		float: left;
		display: inline;
		padding: 5px 0 0 0;
	}

		ul#menu li a {
			clear: both;
			color: #847B5D;
			font-family: Arial,Helvetica,sans-serif;
			font-size: 12px;
			font-weight: bold;
			line-height: 16px;
			padding-bottom: 16px;
			text-transform: uppercase;
			text-decoration: none;
		}

			ul#menu li ul {
				clear: both;
			}

				ul#menu li ul li {
					float: left;
					display: inline;
					color:#E3DDC7;
					font-family:Arial,Helvetica,sans-serif;
					font-size:12px;
					line-height:16px;
					padding: 10px 0;
				}

/* Buttons */

a.book-button {
	width: 116px;
	height: 28px;
	float: left;
	display: inline;
	background-image: url(../images/btns/book-area.png);
	background-repeat: no-repeat;
}

	a.book-button:hover {
		background-image: url(../images/btns/book-area-hover.png);
	}

	a.book-button span {
		display:none;
	}

/* Clear fix */

.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

.clearfix {
	display: inline-block;
}

/* Hides from IE-mac \*/

* html .clearfix {
	height: 1%;
}

.clearfix {
	display: block;
}

/* CSS Misc */

#preview{
	clear:both;
	position:absolute;
	background:#000;
	padding:10px 20px 0px 20px;
	display:none;
	color:#fff;
}

.absolute {
	position:absolute;
	left: 0;
	top: 0;
}

.hide {
	display:none;
}

.error {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FF0000;
}

.clear {
	clear: both;
}