@charset "utf-8";

/* CSS Reset */
@import url("reset.css");

/* CSS TEXT DOCUMENT */
@import url("text.css");


img, div { behavior: url(css/iepngfix.htc) }

/* GLOBAL VARIABLES */

.left {
	float:left;
	display:inline;
}

.right {
	float:right;
	display:inline;
}

.clear {
	clear:both;
}

.onehundredpercent {
	float:left;
	display:inline;
	width:100%;
}

.fiftypercent {
	float:left;
	display:inline;
	width:50%;
}

.textright {
text-align:right;
}

.hidden {	
	display:none;
}

.menu-button {
	float:left;
	display:inline;	
	width:184px;
	height:35px;
	background-image:url(../images/button-bg.gif);
	background-repeat:no-repeat;
	text-align:center;
	padding-top:18px;
	margin:0 14px 15px 0;
}
/* LAYOUT */

body {
	background-image:url(../images/background.jpg);
	background-repeat:repeat-y;
}

#outer-container {
	width:100%;
	background-image:url(../images/light-bg.jpg);
	background-repeat:no-repeat;
	background-position:top center;
	min-height:805px;
	height:auto !important;
	height:805px;	
}

#inner-container {
	width:960px;
	margin:0 auto;
}

#header {
	float:left;
	display:inline;
	width:960px;
	height:99px;
	margin-top:22px;
}

#header .left {
	margin-top:15px;
}

#main-content, #footer {
	float:left;
	display:inline;
	width:960px;
}

#footer {
	margin-top:20px;
	padding:10px 0;
	border-top:1px solid #a69b77;
}

#footer .left {
	width:80%;
}

#footer .right {
	width:19%;
	text-align:right;
}

#footer .right p img {
	margin-right:10px;
}

#footer .right p a {
	float:right;
	display:inline
}

/* LEFT COLUMN STYLING */

#left-column, #navigation {
	float:left;
	display:inline;
	width:182px;
}

#navigation {
	margin-top:19px;
}

#navigation a {
	float:left;
	display:inline;
	clear:both;
	width:182px;
	border-bottom:solid 1px #c6b482;
	padding:8px 0 7px;
}

#become-a-friend {
	float:left;
	display:inline;
	clear:both;
	width:164px;
	height:163px;
	margin-top:40px;
}

#coffee-club {
	float:left;
	display:inline;
	clear:both;
	width:180px;
	height:134px;
	margin-top:20px;
}

#christmas-09 {
	float:left;
	display:inline;
	clear:both;
	width:165px;
	height:104px;
	margin-top:20px;
}

/* RIGHT COLUMN STYLING */

#right-column {
	float:right;
	display:inline;
	width:770px;
}

#image-title {
	float:left;
	display:inline;
	overflow:hidden;
	width:770px;
	height:502px;
	position:relative;
	margin-top:26px;
}

#image-rotation {
	float:left;
	display:inline;
	position:absolute;
	overflow:hidden;
	z-index:10;
	width:732px;
	height:383px;
	left:16px;
	top:15px;
	border:#fff solid 6px;
}

#image-rotation img{
	position:absolute;
}

#google-map {
	float:left;
	display:inline;
	position:absolute;
	z-index:10;
	width:732px;
	height:383px;
}

#image-overlay {
	float:left;
	display:inline;
	position:absolute;
	z-index:20;
	width:770px;
	height:426px;
	background-image:url(../images/image-overlay.png);
	background-repeat:no-repeat;	
}

#image-logs {
	float:right;
	display:inline;
	position:relative;
	width:283px;
	height:165px;
	z-index:22;
	top:368px;
	overflow:hidden;
}

#title {
	position:absolute;
	width:700px;
	z-index:22;
	top:457px;
}

img.whats-on {
	float:right;
	display:inline;
	margin-bottom:5px;
}

#right-content {
	float:left;
	display:inline;
	clear:both;
	width:100%;
}

#text-content {
	float:left;
	display:inline;
	clear:both;
	width:501px;
}

.whats-on-row {
clear:both;
display:inline;
float:left;
width:501px;
}

#online-booking-form {
	float:right;
	display:inline;
	width:246px;
	min-height:50px;
	height:auto !important;
	height:50px;
	background-image:url(../images/online-booking-middle.gif);
	background-repeat:repeat-y;
	background-color:#f1eee3;
	margin-right:3px;
}

#online-booking-form h2, #online-booking-form p {
	padding:0 10px;
	float:left;
	display:inline;
	clear:both;
}

#online-booking-form h2 {
	margin:8px 0 12px 0;
	width:226px;
}

#online-booking-form p {
	margin:3px 0 5px 0;
	width:226px;
}

#online-booking-form label {
	width:75px;
	float:left;
	display:inline;
	clear:both;
}

#online-booking-form input.textinput {
	float:left;
	display:inline;
	background-color:#FFFFFF;
	border:none;
	width:146px;
	height:18px;
	padding:1px 2px;
}

label.sign-up {
	width:120px;
	float:left;
	display:inline;
	clear:both;
}

input.sign-up {
	float:left;
	display:inline;
	background-color:#FFFFFF;
	border:none;
	width:300px;
	height:18px;
	padding:1px 2px;
}

p.sign-up {
	margin-bottom:5px;
	margin:3px 0 5px 0;
	width:450px;
	float:left;
	display:inline;
	clear:both;
}

#online-booking-form select.date {
	float:left;
	display:inline;
	border:none;
	width:49px;
	height:18px;
	margin-right:1px;
}

#online-booking-form select.time {
	float:left;
	display:inline;
	border:none;
	width:73px;
	height:18px;
	margin-right:2px;
}

#online-booking-form-top {
	float:left;
	display:inline;
	clear:both;
	width:100%;
	height:21px;
	background-image:url(../images/online-booking-top.gif);
	background-repeat:no-repeat;
}

#online-booking-form-bottom {
	float:left;
	display:inline;
	clear:both;
	width:100%;
	height:20px;
	background-image:url(../images/online-booking-bottom.gif);
	background-repeat:no-repeat;
}


/* Countdown */
#cc-outer {
	float: left;
	display: inline;
	width: 186px;
	height: 73px;
	margin: 1em auto 0;
}

#cc-date {
	float: left;
	display: inline;
	width: 58px;
	height: 52px;
	background-image: url(../images/cc-counterbg.jpg);
	background-repeat: no-repeat;
	padding-bottom: 9px;
	padding-left: 9px;
	padding-right: 6px;
	padding-top: 12px;
}

#cc-rhs {
	float: left;
	display: inline;
	width: 113px;
	height: 73px;
}

.cc-style {
	border:0px solid #ffffff;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 46px;
	color: #db4d41;
	width: 55px;
	height: 45px;
	text-align:center;
	font-weight: bold;
	background: none;
}

#closure-notice {
	float: left;
	display: inline;
	width: 240px;
	height: 99px;
	font-size:14px;
	color:#94151b;
	font-weight:normal;
	margin-left:10px;
}

#closure-notice a {
	font-size:14px;
	color:#94151b;
	text-decoration:none;
}
