/* -------------------------------------------------------------- 

   styles.css
   * Core stylesheet file
   
-------------------------------------------------------------- */


/** scalable body **/
	body.scalable {
		overflow:hidden;
		margin:0;
		padding:0;
		background: none;
	}

/** wrapper **/
.wrapper {
	width:960px;
	margin:0 auto;
}

/** utilitiy classes **/
.left {
	float:left;
}

.right {
	float:right;
}

.float-left {
	float:left;
	width:49%;
}
.float-right {
	float:right;
	width:49%;
}

/** background container **/
.background {
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	background: #000;
	padding:0;
	margin:0;
}
	/** background image (scalable **/
	.background img {
		width:100%;
		height:100%;
		padding:0;
		margin:0;
		position:absolute;
		top:0;
		left:0;
	}

/** straplines container **/
.straplines {
	height:100%;
	position:absolute;
	width:960px;
	display:none;
}

/** top zone **/
.top-zone {
	background: url('/assets/images/tint.bg.png');
}
	/** scalable mode : top zone **/
	.scalable .top-zone {
		position:absolute;
		z-index:10;
		top:0;
		left:0;
		width:100%;
	}
	.homepage .top-zone {
		background:none;
	}
	/** normal pages : top zone **/
	.normal .top-zone {
		position:absolute;
		z-index:10;
		top:0;
		left:0;
		width:100%;
	}
	.normal .bottom-zone {
		position:relative;
	}

/** bottom zone **/
.bottom-zone {
}
	/** scalable mode : bottom zone **/
	.scalable .bottom-zone {
		position:absolute;
		z-index:10;
		bottom:0;
		left:0;
		width:100%;
	}

	/** footer **/
	.footer {
		background: #300631;
		color: #996699;
	}
		.footer .wrapper {
			padding:15px 15px 20px 15px;
			width:930px;
			position:relative;
		}
		.footer p {
			margin:0;
		}
		.footer a {
			color: #ebcdd7;
			text-decoration:none;
		}
		.footer a:hover {
			text-decoration:underline;
		}
		.socialnetworklogos {
			float:left; 
			margin-right:15px; 
			margin-top:22px;
		}
		/** footer contact details **/
		.footer-contact-details {
			padding-top:7px;
		}
		/** footer newsletter signup form **/
		.footer-newsletter-form {
			padding-top:5px;
			position:absolute;
			bottom:20px;
			right:15px;
		}
			.footer-newsletter-form h5 {
				font-size:12px;
				margin:0 0 5px 0;
				text-decoration:none;
				color: #996699;
				font-style:normal;
				font-weight:normal;
			}
			.footer-newsletter-form input {
				color: #999;
				font-size:10px;
				background: #fff;
				border: 1px solid #cccccc;
				padding:3px;
				width:224px;
				margin-right:5px;
			}
				.footer-newsletter-form input.focussed {
					color:#783079;
				}
			.footer-newsletter-form button {
				width:65px;
				height:21px;
				border:0;
				background: url('/assets/images/button.signup.png');
				cursor:pointer;
				vertical-align:top;
			}
				.footer-newsletter-form button span {
					display:none;
				}

/** cross links **/
.cross-links {
	margin-bottom:0px;
}
	.cross-links p {
		margin:0;
	}
	.cross-links a {
		margin-right:20px;
	}

/** site links (footer) **/
.site-links a {
	color: #996699;
}
	.site-links p {
		margin:0;
	}
	.site-links iframe {
		vertical-align:middle;
	}

/** specialised footer links **/
a.footer-link {
	text-transform:uppercase;
	background: url('/assets/images/link.arrow.png') right center no-repeat;
	padding-right:20px;
	font-size:12px;
	color: #996699;
}
	.footer-link-fistralspa span {
		color: #e0cced;
	}
	.footer-link-esplanade span {
		color: #ff8b03;
	}
	.footer-link-thebay span {
		color: #bbe5d2;
	}

/** header **/
.header {
	padding:15px 0 0 0;
}
	/** logo **/
	.logo {
		float:left;
		margin-left:20px;
	}
		.logo h1 span {
			display:none;
		}

	/** header right-hand-side **/
	.header .right {
		margin-right:70px;
	}
	/** header links **/
	.header-links {
		float:left;
		margin-top:20px;
		font-size:12px;
		margin-right:25px;
	}
		.header-links a {
			display:block;
			text-transform:uppercase;
			background: url('/assets/images/link.arrow.png') right center no-repeat;
			padding-right:30px;
		}
		.header-links p {
			margin:0;
		}
		.header-links a.link-bookonline {
			color: #ebcdd7;
		}
		.header-links a.link-checkavailability {
			color: #ebcdd7;
		}
		.header-links a.link-specialoffers {
			color: #ebcdd7;
		}
		.header-links a:hover {
			color: #fff;
			text-decoration:none;
		}
	/** header contact details **/
	.header-contactdetails {
		float:left;
		margin-top:20px;
	}
		.header-contactdetails p {
			margin-bottom:10px;
		}
		.header-contactdetails a {
			font-size:10px;
			color: #ebcdd7;
		}
		.header-contactdetails p.phone-number {
			font-size:23px;
			color: #fff;
		}

/** inline_availability_check **/
.inline_availability_check {
	display:none;
	position:absolute;
	top:55px;
	left:-65px;
	z-index:20;
	background: url('/assets/images/inlineavailabilitypanel.bg.png') center top no-repeat;
	color: #fff;
	font-weight:bold;
	width:202px;
	height:130px;
	padding-top:25px;
	padding-left:20px;
	padding-right:20px;
	font-size:90%;
}
	.inline_availability_check p {
	}
	.inline_availability_check a {
		color: #fff;
	}
	.inline_availability_check .row {
		margin:3px 0;
	}
	.inline_availability_check label {
		float:left;
		width:50px;
		padding-top:3px;
	}
	.inline_availability_check input {
		float:left;
		width:130px;
	}
	.inline_availability_check .check-now {
		margin:10px 0 0 0;
	}
		.inline_availability_check .check-now a {
			font-weight:normal;
			color:#fff;
			display:block;
			background: url('/assets/images/link.arrow.png') right center no-repeat;
			text-transform:uppercase;
			font-size:1.2em;
		}
	.inline_availability_check .close-panel {
		margin-bottom:0;
		text-align:right;
	}
		.inline_availability_check .close-panel a {
			color: #666;
			font-size:10px;
		}
	.inline_availability_check #availability_nights {
		width:30px;
		text-align:center;
	}

/** content zone **/
.content-zone {
	background: #fff;
	margin:0 auto;
	width:960px;
	padding-bottom:2em;
}
	.scalable .content-zone {
		/*
		position:relative;
		margin-bottom:150px;
		margin-top:175px;
		*/
	}
	
	/** content header image **/
	.content-headerimage {
		height:500px;
		position:relative;
	}
		.content-headerimage p {
			margin:0;
			position:absolute;
			z-index:1;
		}
	/** content column **/
	.content-column {
		float:left;
		width:670px;
		margin-right:10px;
		margin-left:35px;
	}
	/** right column **/
	.right-column {
		float:left;
		width:233px;
		margin-right:10px;
	}
		/** content **/
		.content {
			padding:20px 35px 0px 0;
			padding-top:65px;
			width:550px;
		}


/** side column **/
.side-column {
	position:relative;
}
	/** side column top **/
	.side-column-top {
		height:175px;
		min-height:175px;
		margin-bottom:2em;
	}

.no-top-panel {
	margin-top:5em;
}

/** image preloader **/
.preloader {
	background: #fff url('/assets/images/preloader.gif') center center no-repeat;
	position:absolute;
	width:100%;
	height:100%;
	z-index:2;
	display:none;
}


/** page picture thumbnails **/
.page-picture-thumbnails {
	position:relative;
}
	.page-picture-thumbnails div {
		background: url('/assets/images/page.picture.thumbnails.left.png') left top no-repeat;
		width:650px;
		height:80px;
		margin-left:-25px;
		margin-top:-30px;
		position:absolute;
		z-index:2;
	}
	.page-picture-thumbnails ul {
		list-style:none;
		padding:9px 9px 9px 0px;
		margin-left:9px;
		line-height:0;
		position:absolute;
		z-index:2;
		background: url('/assets/images/page.picture.thumbnails.right.png') right top no-repeat;
	}
		.page-picture-thumbnails li {
			float:left;
			margin-right:5px;
		}
		.page-picture-thumbnails li.last {
			margin-right:0;
		}
			.page-picture-thumbnails a {
				width:50px;
				height:50px;
			}
				.page-picture-thumbnails a span {
					width:50px;
					height:50px;
					display:block;
					background: #ff8b03;
				}
				.page-picture-thumbnails a.selected span img {
					filter:alpha(opacity=30);
					-moz-opacity:0.3;
					-khtml-opacity: 0.3;
					opacity: 0.3;
				}
				.page-picture-thumbnails a span img {
					filter:alpha(opacity=100);
					-moz-opacity:1;
					-khtml-opacity: 1;
					opacity: 1;
				}

.side-testimonial {
}
	.side-testimonial h5 {
		margin:0 0 0.5em 0;
	}
	.side-testimonial p {
		color: #999;
	}


.bottomstrapfooter {
	background: url('/assets/images/tint.bg.png');
	width:100%;
	position:absolute;
	bottom:0px;
	z-index:9;
	color: #fff;
}
	.bottomstrapfooter .wrapper {
		width:930px;
		position:relative;
	}
	.bottomstrapfooter h2 {
		color: #fff;
		margin-top:0.5em;
	}

#ui-datepicker-div {
	display:none;
}


/** google translate **/
.translate-container {
	position:absolute;
	top:-15px;
	right:0;
	height:18px;
	width:110px;
	overflow:hidden;
}
	.translate_image {
		float:right;
	}
		#google_translate_element {
			display:none;
			float:left;
		}
		.goog-te-gadget {
			float:left;
		}
			#google_translate_element select {
				font-size:9px;
			}


/** contact form **/
.contact-form {
}
	.contact-form .form-header {
		margin-bottom:2em;
	}
		.contact-form .form-header h1 {
			margin-bottom:0;
		}
	.contact-form .row {
		margin:3px 0;
	}
	.contact-form label {
		float:left;
		width:80px;
		cursor:pointer;
	}
	.contact-form .textfield {
		width:200px;
	}
	.contact-form .textarea {
		width:200px;
		height:75px;
	}

/** google map **/
.google-map {
	margin-top:3em;
}
	.google-map iframe {
		border:4px solid #300631;
	}

/** tariff tables **/
.tariff-table {
	width: 100%; 
	border-collapse: collapse; 
	border-width: 1px;
	margin:2em 0;
}
	.tariff-table thead th {
		text-align:center;
		border-bottom:1px solid #300631;
		text-transform:uppercase;
		color: #300631;
		font-weight:bold;
	}
	.tariff-table tbody th {
		border-right:1px solid #300631;
		text-align:right;
	}
	.tariff-table th,
	.tariff-table td {
		padding:5px;
	}
	.tariff-table p {
		margin:0;
	}
	.tariff-table tr.alt td {
		background: #f0f0f0;
	}
	.tariff-table tr.alt th {
		background: #f0f0f0;
	}


.newsletter-feedback-message {
	text-align:center;
	margin-top:5px;
	font-size:16px;
	font-weight:bold;
	color: #FF8B03;
}

/** site credit **/
.site-credit {
	color: #EBCDD7;
	margin-top:5px;
	font-size:9px;
}
	.site-credit a {
		color: #EBCDD7;
		text-decoration:none;
	}
		.site-credit strong {
			color: #EBCDD7;
		}

.cross-link-logos {
	float:left;
	margin-top:11px;
	margin-left:0px;
}
	.cross-link-logos h3 {
		float:left;
	}
		.cross-link-logos h3 a {
			display:block;
			width:100px;
			height:100px;
			filter:alpha(opacity=40);
			-moz-opacity:0.4;
			-khtml-opacity: 0.4;
			opacity: 0.4;
			margin-top:10px;
		}
		.cross-link-logos h3 a.cross-link-esplanade {
			width:220px;
			height:74px;
			background: url('../images/small-logo.esplanade.png');
			margin-left:20px;
			margin-top:7px;
		}
		.cross-link-logos h3 a.cross-link-bay {
			width:114px;
			height:70px;
			background: url('../images/small-logo.bay.png');
			margin-left:20px;
		}
		.cross-link-logos h3 a.cross-link-spa {
			width:114px;
			height:69px;
			background: url('../images/small-logo.spa.png');
			margin-left:20px;
		}
		.cross-link-logos h3 span {
			display:none;
		}

.footer-spacer {
	height:35px;
}

.back-to-homepage {
	padding:13px 0 5px 0;
}


.breaks-ul {
	background: #ded2de;
	color: #5a1c5b;
	list-style: inside;
	margin-left:0;
	padding:10px 20px;
}

.breaks-page h3 {
	font-size:20px;
	border-top:1px solid #ccc;
	padding-top:10px;
}

.sliding-offer {
	display:none;
}

.twitter-feed {
	margin-bottom:10px;
}
	.twitter-icon {
		float:left;
		margin-right:10px;
	}
	.twitter-feed-content {
		float:left;
		width:450px;
		margin-top:-3px;
	}
		.twitter-feed-content ul {
			list-style:none;
			margin:0;
		}
		
	
.optional-panels-container {
	margin-bottom:10px;
}
	.panel-tripadvisor {
		float:left;
		margin-right:20px;
	}
	.panel-links {
		float:right;
	}
		.panel-links a {
			display:block;
			text-transform:uppercase;
			background: url('/assets/images/link.arrow.png') right center no-repeat;
			padding-right:20px;
			font-size:12px;
			color: #996699;
			text-align:right;
		}
	
.header-offer-panel {
	position:absolute;
	right:0;
	bottom:-13px;
	width:150px;
	height:75px;
	background: #FF8B03;
	display:none;
	padding:10px;
	-moz-border-radius-topleft: 5px; 
	-webkit-border-top-left-radius: 5px; 
	border-top-left-radius: 5px;
	-moz-border-radius-topright: 5px; 
	-webkit-border-top-right-radius: 5px; 
	border-top-right-radius: 5px;
}
	.header-offer-panel h2 {
		color: #fff;
		margin:0;
		margin-bottom:5px;
		font-size:16px;
		line-height:1em;
	}
	.header-offer-panel p {
		color: #fff;
		margin:0;
		font-size:12px;
	}
		.header-offer-panel a {
			color: #fff;
			text-decoration:none;
		}

.close-panel-link {
	color: #ccc;
	position:absolute;
	right:0;
	vertical-align:middle;
	font-size:10px;
	display:none;
}
	.close-panel-link img {
		vertical-align:middle;
		margin-right:2px;
	}
	.close-panel-link:hover {
		color: #fff;
		text-decoration:none;
	}


.vouchers {
}
	.vouchers table {
		margin-bottom:1em;
	}
	.vouchers td {
		padding:2px 5px 2px 0;
	}
	.vouchers input,
	.vouchers textarea {
		background: #f9eef9;
		border:1px solid #c9c9c9;
		padding:5px;
	}
	.vouchers textarea {
		width:100%;
		height:100px;
	}
	.vouchers strong {
		color: #000;
	}

.voucher-nav {
	list-style:none;
	margin:0;
	font-size:1.2em;
}
	.voucher-nav li {
		float:left;
	}
	.voucher-nav a {
		display:block;
		padding:5px 10px;
		text-align:center;
		color: #fff;
		background: #bda4bd;
		border:1px solid #bda4bd;
	}
		.voucher-nav a.active {
			background: #5a1c5b;
		}
		.voucher-nav a:hover {
			text-decoration:none;
		}
	.voucher-nav li.joiner {
		width:30px;
		display:block;
	}
	.voucher-nav li.joiner hr {
		border:1px solid #bda4bd;
		margin-top:15px;
	}

.billingtable input {
	width:100%;
}



