/* ... GENERAL CSS FOR ALL TEMPLATES IN THIS TEMPLATE SET ... */
@import url(booking.css);

html {overflow-x: hidden}

body
{
	margin: 0px; padding: 0px;
	width: 100%;
}

h1, h2, h3, h4, h5, h6, p, form, td {margin: 0px; padding: 0px}

ul {margin: 0px; padding-left: 14px}

.clearFloat {clear: both; height: 0px; line-height: 0}

.autoStretch:after /* Should make a box stretch properly after floats */
{
	content: '.'; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
}

a img {border: 0px;}
a {text-decoration: none}

img.png {_behavior: url(/png_behavior.htc); /* PNG fix for IE6 */}

img.block {display: block; /* Bottom margin 'fix' for IE inline images */}



/* ----- GENERAL BLOCK LAYOUT ----- */

#all
{
	width: 100%;
	position: relative;
}

#main-box
{
	width: 760px;
	margin: 40px auto 0px;
	border: 1px solid transparent;
	position: relative;
	_overflow: hidden;
}

#logo
{
	position: absolute;
	top: 0px; left: 0px;
	width: 138px; height: 128px;
	background-repeat: no-repeat;
	cursor: pointer;
}

#header
{
	position: absolute;
	top: 0px; right: 0px;
	width: 620px; height: 128px;
	overflow: hidden;
}

#header h1
{
	position: absolute;
	bottom: 60px; right: 30px;
	padding-left: 25px;
}

#main-menu
{
	position: absolute;
	bottom: 15px; right: 30px;
}

#main-image
{
	position: absolute;
	top: 130px; left: 0px;
	width: 326px; height: 392px;
}

#center-content
{
	background-repeat: no-repeat;
}

#center-content p.intro
{
	margin-bottom: 8px;
}

#right-col
{
	position: absolute;
	top: 130px; right: 0px;
	width: 174px; height: 392px;
	overflow: hidden;
}

#booking-form
{
	padding: 12px 9px;
	border-bottom: 1px dotted #f0f0f0;
}

#booking-form-img
{
	padding: 12px 9px;
	border-bottom: 1px dotted #f0f0f0;
}

#join-email
{
	height:65px;
	border-bottom: 1px dotted #f0f0f0;
}

#specialoffer {
	border-bottom: 1px dotted #f0f0f0;
	padding-bottom:4px;
}


#top-join-email
{
	position:absolute;
	padding: 0;
	right:100px;
	top:1px;
}

#top-submit{
	position:absolute;
	padding: 0;
	right:5px;
	top:5px;
	vertical-align:middle;
}

#location-map
{
	padding: 12px 16px;
}

#footer
{
	padding: 12px;
	
}

/* ----- MAIN MENU ----- */

#main-menu ul
{
	list-style: none;
	padding: 0px; margin: 0px;
}

#main-menu ul li
{
	float: left;
	padding-left: 12px;
}

#main-menu ul li a
{
	text-decoration: none;
	display: block;
}

#main-menu ul li a:hover
{
	border-bottom: 2px dotted #a0a0a0;
}

#main-menu ul li.active a
{
	border-bottom: 2px solid #d0d0d0 !important;
	cursor: default;
}

/* ----- FOOTER MENU ----- */

#footer ul
{
	list-style: none;
	padding: 0px; margin: 0px;
}

#footer ul li
{
	float: left;
	padding-right: 12px;
}

#footer ul li a
{
	text-decoration: none;
}


/* ----- LANGUAGE MENU ----- */

#language-options ul
{
	list-style: none;
	padding: 0px; margin: 0px;
}

#language-options ul li
{
	display: inline;
	padding: 0px 10px;
	border-left: 1px solid #808080;
}

#language-options ul li a
{
	text-decoration: none;
	display: inline-block;
}

#language-options ul li a:hover
{
}

#language-options ul li.first
{
	border-left: 0px;
	padding-left: 0px;
}

#language-options ul li.active a
{
	cursor: default;
}


/* ----- SPECIAL ELEMENTS ----- */

#main-image .drop-shadow
{
	position: absolute;
	top: 0px; right: 0px;
	width: 32px; height: 392px;
	background-image: url(../images/image-drop-shadow.png);
	_behavior: url(/iepngfix.htc);
	z-index: 4;
}

#join-email input
{
	width: 140px;
	font-size: 8pt;
}

#top-join-email input
{
	width: 80px;
	font-size: 8pt;
	height:10px;
}

#join-email .emailSubmit
{
	float: right;
	width: 80px; height: 20px;
	padding-right: 20px;
	margin-top: 4px;
	text-align: right;
	cursor: pointer;
	background: url(../images/arrow.gif) no-repeat top right;
}

#top-submit 
{
	width: 80px; height: 16px;
	padding-right: 20px;
	margin-top: 0;
	text-align: right;
	cursor: pointer;
	background: url(../images/arrow.gif) no-repeat top right;
}

#location-map img.icon
{
	margin-right: 8px;
	border: 1px solid #404040;
}

/* ----- DROP SHADOWS -----*/

#main-box .drop-shadows
{
	
}

#main-box .drop-shadows .l1
{
	position: absolute;
	top: 0px; left: -33px;
	width: 32px; height: 128px;
	background: url(../images/drop-shadow-left-top.png) no-repeat;
	_behavior: url(/iepngfix.htc);
}

#main-box .drop-shadows .l2
{
	position: absolute;
	top: 128px; bottom: 64px; left: -33px;
	width: 32px; 
	background: url(../images/drop-shadow-left-middle.png);
	_background: url(../images/drop-shadow-left-middle.gif);
}

#main-box .drop-shadows .l3
{
	position: absolute;
	bottom: -64px; left: -33px;
	width: 32px; height: 128px;
	background: url(../images/drop-shadow-left-bottom.png) no-repeat;
	_behavior: url(/iepngfix.htc);
}

#main-box .drop-shadows .r1
{
	position: absolute;
	top: 0px; right: -33px;
	width: 32px; height: 128px;
	background: url(../images/drop-shadow-right-top.png) no-repeat;
	_behavior: url(/iepngfix.htc);
}

#main-box .drop-shadows .r2
{
	position: absolute;
	top: 128px; bottom: 64px; right: -33px;
	width: 32px; 
	background: url(../images/drop-shadow-right-middle.png);
	_background: url(../images/drop-shadow-right-middle.gif);
}

#main-box .drop-shadows .r3
{
	position: absolute;
	bottom: -64px; right: -33px;
	width: 32px; height: 128px;
	background: url(../images/drop-shadow-right-bottom.png) no-repeat;
	_behavior: url(/iepngfix.htc);
}

/* ----- FONT / TEXT ----- */

body
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12pt;
}

#header h1
{
	font-size: 12pt;
	font-family: "Times New Roman", serif;
	font-weight: normal;
}

#main-menu ul li a
{
	font-size: 10pt;
	font-family: "Times New Roman", serif;
	font-weight: normal;
	text-transform: uppercase;
}

#center-content
{
	font-size: 8pt;
	overflow: hidden;
}

#top-join-email .h {
	font-size:8pt;
	margin-bottom:4px;
	text-transform:uppercase;
}

#top-submit .submit{
	font-size:8pt;
	text-transform:uppercase;
}

#center-content p
{
	margin-top: 8px;
}

#center-content a:hover, #right-col a:hover, #footer a:hover
{
	text-decoration: underline;
}

#center-content p.h
{
	font-size: 18pt;
	font-family: "Times New Roman", serif;
	text-transform: uppercase;
}

#center-content p.intro
{
	font-size: 10pt;
	line-height: 1.5;
}

#right-col
{
	font-size: 8pt;
}

#right-col p.h
{
	font-size: 10pt;
	text-transform: uppercase;
	font-family: "Times New Roman", serif;
	margin-bottom: 4px;
}

#right-col p.submit
{
	font-size: 10pt;
	text-transform: uppercase;
	font-weight: bold;
	font-family: "Arial Narrow", helvetica, Verdana, Arial, sans-serif;
}

#footer ul li
{
	font-size: 8pt;	
}

#footer ul li.h
{
	font-size: 12pt;
	line-height: 10pt;
	text-transform: uppercase;
	font-family: "Times New Roman", serif;
}

#footer .location-map-link
{
	text-transform: uppercase;
	font-size: 12pt;
	line-height: 10pt;
	font-family: "Times New Roman", serif;
}

.bigger
{
	font-size: 110%;
}

#small-print
{
	font-size: 0.6em;
	text-align: center;
	text-transform: uppercase;
}

#specialoffer h2{
	font-size: 1.4em;
	text-align: center;
	font-family: Tahoma,Arial,Helvetica,sans-serif;
	color:#FFF;
	text-transform: uppercase;
	margin: 6px 0 4px 0;
}

#specialoffer h3{
	font-size: 1.2em;
	text-align: left;
	color:#000;
	font-weight : bold;
	text-transform: capitalize;
	margin-left:4px;
}

#specialoffer .offer-intro{
	text-align: right;
	margin: 0 3px;
}


#travelclick-link
{
	margin: 0 auto 0.5em;
	text-align: center;
}

#travelclick-link a
{
	font-size: 0.6em;
	text-decoration: none;
}

#travelclick-link a:hover
{
	text-decoration: underline;
}