/* ... GENERAL CSS FOR ALL TEMPLATES ... */
@import url(booking.css);

body, html 
{
	margin: 0px; padding: 0px;
	width: 100%;
}

h1, h2, h3, h4, h5, h6, p, form {margin: 0px; padding: 0px}

ul {margin: 0px; padding-left: 14px}

.clearFloat {clear: both; height: 0px; line-height: 0%}

a img {border: 0px;}

img.png {_behavior: url(/iepngfix.htc); /* PNG fix for IE6 */}

img.block {display: block; /* Bottom margin 'fix' for IE inline images */}

/* ----- DEFAULT THEME / TEXT ----- */

body
{
	background: #989898;
	color: #fdfbfe;
	font-family: Verdana, "Lucida Sans Unicode", Tahoma, Arial;
	font-size: 8pt;
}

/* ----- GENERAL BLOCK LAYOUT ----- */

#container
{
	position: relative;
	width: 760px;
	margin: 24px auto 0px;
}

#above
{
	position: absolute;
	top: -24px; left: 0px;
	width: 760px; height: 24px;
}

#left-right-sections
{
	overflow: hidden;
}

#left-section
{
	width: 252px; float: left;
	margin-bottom: -10000px; padding-bottom: 10000px;
}

#left-section .header
{
	width: 252px; height: 118px;
}

#left-section .header .logo
{
	width: 252px; height: 118px;
	_behavior: url(/iepngfix.htc);
}

#left-section .header .logo a
{
	display: block; width: 100%; height: 100%;
	text-decoration: none;
}

h1
{
	position: absolute;
	top: 63px; right: 13px;
	z-index: 2;
	margin: 0px;
}

#left-section .menu
{
	width: 252px;
}

#left-section .text
{
	clear: both;
	width: 202px;
	padding: 12px 25px;
	margin-bottom: -10000px; padding-bottom: 10012px;
}

#right-section
{
	width: 508px; float: right;
	margin-bottom: -10000px; padding-bottom: 10000px;
}


#right-section #image-section .header
{
	position: absolute; top: 0px; left: 0px;
	width: 508px; height: 84px;
	background: url(../images/opacity_layer25black.png); _behavior: url(/iepngfix.htc);
	z-index: 3;
}

#right-section #booking
{
	width: 508px; min-height: 50px; _height: 50px;
}

#right-section #columns
{
	word-wrap: break-word; /* At least it makes the words wrap in IE */
}

#footer
{
	width: 760px; min-height: 50px; _height: 50px;
}

#footer .left-box
{
	width: 216px;
	float: left;
	padding: 6px 6px 6px 30px;
}

#footer .left-box input
{
	height: 12px;
}

#footer .left-box .emailSubmit
{
	float: left;
	cursor: pointer;
	background: url(../images/go.png) no-repeat; _behavior: url(/iepngfix.htc);
	width: 49px; height: 20px;
	margin-left: 12px;
}

#footer .menu
{
	width: 508px;
	float: right;
	padding-top: 18px;
}

/* ----- MAIN MENU ----- */

#left-section .menu ul
{
	width: 252px;
	list-style: none;
	padding: 0px; margin: 1px 0 0 0;
}

#left-section .menu li
{
	width: 252px; overflow: hidden;
	text-align: right;
	text-transform: uppercase;
	word-wrap: break-word; /* At least it makes the words wrap in IE */
	padding: 4px 0px;
	margin-bottom: 1px;
	float: left; /* Fixes bug with vertical spacing between list elements in IE */
	opacity: 0.99;
	filter: alpha(opacity=99);
}

#left-section .menu li.active
{
	background-image: url(../images/arrow.gif);
	background-repeat: no-repeat;
	background-position: 235px;
}

#left-section .menu li.mouseover, #left-section .menu li:hover
{
	background-image: url(../images/arrow.gif);
	background-repeat: no-repeat;
	background-position: 235px;
	opacity: 0.8;
	filter: alpha(opacity=80);
}

#left-section .menu li a
{
	text-decoration: none;
	display: block;
	padding: 0px 52px;
}

/* ----- FOOTER MENU ----- */


#footer .menu ul
{
	width: 508px;
	list-style: none;
	padding: 0px; margin: 0px;
	text-align: center;
}

#footer .menu li
{
	text-transform: uppercase;
	display: inline;
	padding: 5px;
}

#footer .menu li a
{
	text-decoration: none;
}

/* ----- LANGUAGE MENU ----- */

#above #language-bar ul
{
	list-style: none;
	position: absolute;
	width: 200px; height: 20px;
	margin: 0px; padding: 0px;
	top: 8px; right: 0px;
}

#above #language-bar li
{
	float: right;
	text-align: center;
	width: 25px;
}

#above #language-bar li img
{
	padding: 0px;
	border: 1px solid #e0e0e0;
}

#above #language-bar li.active
{
	opacity: 0.5;
	filter: alpha(opacity=50);
}




/* ----- FONT / TEXT ----- */

h1
{
	font-size: 8pt;
	font-weight: normal;
	text-transform: uppercase;
}

#left-section .menu li
{
	font-size: 8pt;
}

#left-section .text
{
	font-family: Verdana;
	font-size: 8pt;
	letter-spacing: 1px;
	line-height: 150%;
}

#right-section #columns h3
{
	text-transform: uppercase;
	font-weight: bold;
	font-size: 13pt;
	margin-bottom: 6px;
}

#right-section #columns p
{
	margin-bottom: 6px;
}

#right-section #columns a
{
	text-decoration: none;
}


#travelclick-link
{
	margin: 0.5em auto;
	text-align: center;
}

#travelclick-link a
{
	font-size: 0.8em;
	text-decoration: none;
}

#travelclick-link a:hover
{
	text-decoration: underline;
}