@charset "utf-8";
/* CSS Document */

body {
	margin:0;
	padding:0;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#000000;
}

form {
	padding:0;
	margin:0;
}


#warm .mainContainer {
	/*background-color:#671F20;*/
	background-color:#7C4D2D;
	text-align:center;
}

#cool .mainContainer {
	/*background-color:#96C1EB;
	background-color:#DCE9DC;*/
	background-color:#6a776e;
	text-align:center;
}


.shadContainer {
	position:relative;
	margin:auto auto;
	margin-top:0;
	margin-bottom:0;
	width:998px;
}


/** SHADOWS WARM **/
#warm .shadTop {
	background:#7C4D2D;
	height:19px;
}

#warm .shadMid {
	background:#7C4D2D;
}

#warm .shadBot {
	position:relative;
	background:#7C4D2D;
	height:45px;
}

/** SHADOWS COOL **/
#cool .shadTop {
	background:url('/images/backgrounds/shad-top-cool_OLD.jpg')
	no-repeat
	center
	top
	/*#DCE9DC*/
	/*#7F9084*/
	#6a776e;
	height:19px;
}

#cool .shadMid {
	background:url('/images/backgrounds/shad-mid-cool_OLD.jpg')
	repeat-y
	center
	top
	/*#DCE9DC*/
	#6a776e;
}

#cool .shadBot {
	position:relative;
	background:url('/images/backgrounds/shad-bot-cool_OLD.jpg')
	no-repeat
	center
	top
	/*#DCE9DC8*/
	#6a776e;
	height:45px;
}



#warm .pageContainer {
	width:970px;
	margin:auto auto;
	text-align:left;
	background:url('/images/backgrounds/warm-layout-background.jpg')
	repeat-x
	left
	top
	#ffffff;
	letter-spacing:normal;
	line-height:18px;
	color:#671F20;
	border:1px solid #ffffff;
}


#cool .pageContainer {
	width:970px;
	margin:auto auto;
	text-align:left;
	background:url('/images/backgrounds/cool-layout-background.jpg')
	repeat-x
	left
	top
	#ffffff;
	letter-spacing:normal;
	line-height:18px;
	color:#2F333C;
	border:1px solid #ffffff;
}


#warm .copyContainer {
	background:url('/images/backgrounds/text-back.png')
	no-repeat
	392px
	171px;
	padding-top:250px;
	padding-left:415px;
	padding-bottom:40px;
}

#warm .copyContainer a {
	color:#671F20;
	text-decoration:underline;
}

#warm .copyContainer a:link {
	color:#671F20;
	text-decoration:underline;
}

#warm .copyContainer a:active {
	color:#671F20;
	text-decoration:underline;
}

#warm .copyContainer a:visited {
	color:#671F20;
	text-decoration:underline;
}

#warm .copyContainer a:hover {
	color:#000000;
	text-decoration:none;
}

#cool .copyContainer {
	background:url('/images/backgrounds/text-back-cool.png')
	no-repeat
	392px
	171px;
	padding-top:250px;
	padding-left:415px;
	padding-bottom:40px;
}

#cool .copyContainer a {
	color:#09335b;
	text-decoration:underline;
}

#cool .copyContainer a:link {
	color:#09335b;
	text-decoration:underline;
}

#cool .copyContainer a:active {
	color:#09335b;
	text-decoration:underline;
}

#cool .copyContainer a:visited {
	color:#09335b;
	text-decoration:underline;
}

#cool .copyContainer a:hover {
	color:#000000;
	text-decoration:none;
}


.copyInnerLeft {
	position:absolute;
	width:364px;
}

.copyInnerCenter {
	float:left;
	width:340px;
	min-height:355px;
}

#warm .copyInnerRight {
	position:relative;
	float:left;
	width:185px;
	text-align:right;
	border-left:1px solid #671F20;
}

#cool .copyInnerRight {
	position:relative;
	float:left;
	width:185px;
	text-align:right;
	border-left:1px solid #2F333C;
}

.copy {
	padding-right:20px;
	text-align:justify;
}

.logo {
	position:absolute;
	left:51px;
	top:67px;
}

.zebra {
	position:absolute;
	top:20px;
	left:14px;
}

.bespokeLogo {
	position:absolute;
	top:32px;
	right:10px;
}

.strap {
	position:absolute;
	top:95px;
	left:165px;
}

#warm .footer {
	position:relative;
	clear:both;
	background-color:#671F20;
	color:#ffffff;
}

#cool .footer {
	position:relative;
	clear:both;
	/*background-color:#60A1E1;*/
	background-color:#7f9084;
	color:#ffffff;
}


/** BOOKING **/
.bookingContainer {
	position:absolute;
	bottom:-30px;
	left:20px;
	width:164px;
}

.bookingTop {
	cursor:pointer;
}

.bookingTool {
	background:url('/images/backgrounds/booking.gif')
	no-repeat
	center
	top;
	width:164px;
	height:210px;
}

.bookingButton {
	background:url('/images/backgrounds/booking-button.jpg')
	no-repeat
	left
	top;
	width:114px;
	height:22px;
	float:right;
	text-align:center;
	cursor:pointer;
}

.bookingButtonText {
	padding:0;
	padding-bottom:2px;
	line-height:19px;
	color:#000000;
}

.bookingInner {
	text-align:left;
	position:relative;
	padding-top:10px;
	padding-bottom:10px;
	letter-spacing:normal;
	overflow:hidden;
}

.bookHeadings {
	padding-left:10px;
	font-size:10px;
	color:#666666;
}

.bookingField {
	font-size:11px;
	font-family:tahoma, verdana, arial, sans-serif, helvetica;
	padding:1px;
	margin:1px;
}

.bookingSep {
	border-top:1px solid #D7D7D7;
	padding-top:5px;
	padding-bottom:5px;
}



.footer a {
	text-decoration:none;
	color:#ffffff;
}

.footer a:active {
	text-decoration:none;
	color:#ffffff;
}

.footer a:link {
	text-decoration:none;
	color:#ffffff;
}

.footer a:visited {
	text-decoration:none;
	color:#ffffff;
}

.footer a:hover {
	text-decoration:underline;
	color:#ffffff;
}


.footerInner {
	padding:26px 0px 10px 36px;
}

.creditsContainer {
	position:absolute;
	right:20px;
	top:10px;
	width:500px;
	margin-bottom:10px;
	/*border:1px solid #c0c0c0;*/
}

.credits {
	text-align:right;
	color:#c0c0c0;
	letter-spacing:1px;
}

.credits a {
	color:#c0c0c0;
}

.credits a:active {
	color:#c0c0c0;
}

.credits a:link {
	color:#c0c0c0;
}

.credits a:visited {
	color:#c0c0c0;
}

.credits a:hover {
	color:#c0c0c0;
	text-decoration:none;
}


#cool .credits {
	text-align:right;
	color:#dce9dc;
	letter-spacing:1px;
}

#cool .credits a {
	color:#dce9dc;
}

#cool .credits a:active {
	color:#dce9dc;
}

#cool .credits a:link {
	color:#dce9dc;
}

#cool .credits a:visited {
	color:#dce9dc;
}

#cool .credits a:hover {
	color:#dce9dc;
	text-decoration:none;
}




.clearit {
	clear:both;
	height:1px;
}

.booples:after {
	content: ".";
	display: block;
	height: 0;
	font-size:0;
	clear: both;
	visibility:hidden;
	text-align:left;
}

.booples{display: block;}

/* Hides from IE Mac \*/
* html .booples {height: 1%;}
   .booples{display:block;}
/* End Hack */

/* #warm #cool */
.eventTitle {
	text-decoration:underline;
	font-weight:bold;
}

#warm .eventTitle a  {
	color:#671F20;
}

#cool .eventTitle a {
	color:#2F333C;
}

.offerTitle {
	text-decoration:underline;
	font-weight:bold;
}

#warm .offerTitle a {
	color:#671F20;
}

#cool .offerTitle a {
	color:#2F333C;
}

.pdfLink {
	text-decoration:none;
}

#warm .pdfLink {
	color:#671F20;
}

#cool .pdfLink {
	color:#2F333C;
}

.pdfLink img {
	vertical-align:middle;
}

/* Enquiry Form styles**/
.form_row {
	width:318px;
	/*border:1px solid;*/
}

.form_left {
	width:100px;
	float:left;
	font-size:11px;
	margin-top:5px;
	text-align:left;
}

.form_left font {
	float:right;
}

.form_left_sm {
	width:20px;
	float:left;
	font-size:11px;
	margin-right:4px;
	padding-top:6px;
}

.form_right_bg {
	width:280px;
	float:left;
}

.form_right {
	width:218px;
	float:left;
	font-size:11px;
	margin-top:5px;
}

.form_message {
	text-align:center;
	padding-top:10px;
}

.bookingField {
	font-size:11px;
	font-family:tahoma, verdana, arial, sans-serif, helvetica;
	padding:1px;
	margin:1px;
}

.clear {
	clear:both;
}
