
/* Reset everything */

html {
	font:12px "Verdana", Arial, Helvetica, sans-serif;
	-webkit-text-size-adjust: none;
	overflow-y:scroll;
}
body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	margin:0;
	padding:0;
	border:0;
	outline:0;
	font-size: 100%;
	background:transparent;
}
body {
	background: #a1a1a1 url(../media/bg.jpg) fixed;
/*	line-height:1em; */
}
a {
	color:#3b84ce;
	text-decoration:none;
}
a:hover {
	color:#000;
	text-decoration: underline;
}
blockquote, q {
	quotes:none;
}
blockquote:before, blockquote:after, q:before, q:after {
	content:'';
	content:none;
}
:focus {
	outline:0;
}
ins {
	text-decoration:none;
}
del {
	text-decoration:line-through;
}
table {
	border-collapse:collapse;
	border-spacing:0;
}
input, textarea, select, button, optgroup {
	font-size: inherit;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
small {
	font-size: 9px;
}
big {
	font-size: 14px;
}
p {
	margin-bottom: 0.5em;
	clear: both;
}
h1 {
	font: 24px/30px "Palatino Linotype", "Monaco", serif;
	color:#2c2c2c;
	padding: 0;
	margin-bottom: 0.5em;
}
h2 {
	font: 20px "Palatino Linotype", "Monaco", serif;
	color:#2c2c2c;
	padding: 0;
	margin: 0;
}
h3 {
	font: 16px "Palatino Linotype", "Monaco", serif;
	color:#2c2c2c;
	padding: 0;
	margin:0;
}
h1.invert {
	color:#ffdcc1;
}
h2.invert {
	color:#ffdcc1;
}
h3.invert {
	color:#ffdcc1;
}
img {
	vertical-align: text-bottom;
}

/* Layout */
#wrapper {
	width:980px;
	margin:0 auto;
}
#header {
	position: relative;
	width:980px;
	height: 350px;
	background:url(../media/header.png) no-repeat top center;
}

/* Quick Quote */
#quick_quote {
	position: relative;
	width: 284px;
	height:243px;
	top: 0;
	left: 46px;
	padding: 25px 10px 10px 10px;
	font-size: 10px;
	overflow:hidden;
}
#quick_quote input, #quick_quote textarea, #quick_quote select, #quick_quote button, #quick_quote optgroup {
	font-size: 10px;
}
#quick_quote input, #quick_quote select {
	margin:0;
}
#quick_quote hr {
	height: 0;
	outline: 0;
	border: 0;
	border-bottom: 1px dotted #2c2c2c;
}
#quick_quote dl {
	margin:0;
}
#quick_quote dd {
	margin: 4px 0;
	padding:0;
}
#quick_quote_title {
	display: block;
	font:24px/24px "Palatino Linotype", "Monaco", serif;
}
#quick_quote label.inline {
	display: inline-block;
	width: 80px;
}
#quick_quote label.block {
	text-align: center;
	display: block;
}
#quick_quote select.inline {
	display: inline-block;
	width: 190px;
}
#quick_quote input.date {
	display: inline-block;
	width: 80px;
}
#quick_quote dd.submit {
	text-align: center;
}

/* Boking form */
.booking_form h2 {
	margin: 0 0 1em;
	border-bottom: 1px solid #DCDFE4;
}
.booking_form fieldset {
	background-color: #F0F2F4;
	border: 1px solid #DCDFE4;
	margin: 1em 0;
	padding: 1em 1em 1em;
}
.booking_form div {
	display: block;
	clear: both;
	margin-top: 1em;
	margin-bottom: 1em;
}
.booking_form input.tiny {
	width: 30px;
}
.booking_form input.small {
	width: 120px;
}
.booking_form input.large, #booking_form textarea.large {
	width: 250px;
}
.booking_form span {
	display: inline-block;
	font-weight: bold;
	padding: 2px;
	width: 250px;
}
.booking_form div label {
	padding-right: 20px;
	margin-right: 20px;
	display: inline-block;
	text-align: right;
	float: left;
}
.booking_form div label {
	width: 300px;
}
.booking_form div label.half {
	width: 400px;
}
.booking_form label.required {
	background-image: url(../media/11_asterisk.png);
	background-position: right 2px;
	background-repeat: no-repeat;
}
.booking_form li {
	margin: 0.5em 0;
}
.booking_form div.explain {
	font-size: 10px;
	text-align: center;
}
.booking_form div.end {
	text-align: center;
}
.booking_form div.end label {
	float: none;
	margin: 0;
	width: auto;
	text-align: center;
}
.booking_form input, #booking_form select {
	margin:0;
}
.booking_form fieldset fieldset {
	border: none;
	margin: 0;
	padding: 0;
}
.booking_form div label {
	padding-right: 20px;
	margin-right: 20px;
	display: inline-block;
	text-align: right;
	float: left;
	width: 300px;
}
.booking_form fieldset fieldset label {
	padding: 0;
	margin: 0;
	text-align: left;
	float: none;
	width: inherit;
}
/* Bookings table */
table.booking {
	width: 100%;
	border-collapse: collapse;
}

/* Language */
#language {
	float:left;
	margin-left: 20px;
	height:40px;
	font:16px/40px "Palatino Linotype", "Monaco", serif;
	text-align:left;
}
#language a {
	text-decoration:none;
	color:#bf4c00;
}
#language a:hover {
	text-decoration: underline;
}
#language a.current {
	text-decoration: underline;
	color:#000;
}

/* Contact */
#contact {
	float:right;
	width:600px;
	margin-right: 20px;
	height:40px;
	font:16px/40px "Palatino Linotype", "Monaco", serif;
	text-align:right;
}
#contact a {
	text-decoration:none;
	color:#bf4c00;
}
#contact a:hover {
	text-decoration: underline;
}
table.contact {
	border-collapse: collapse;
}
table.contact td {
	padding: 3px;
}

/* Menu */
#menu {
	width: 940px;
	margin: 0 20px;
	text-align: center;
}
#menu ul {
	display: inline-block;
	list-style:none;
	margin:0 auto;
	padding: 0;
	white-space: nowrap;
}
#menu li {
	display: inline;
	font:18px/55px "Palatino Linotype", "Monaco", serif;
	color:#fff;
	background:url(../media/menu_border.gif) repeat-y;
}
#menu li a {
	padding: 0 20px;
	display: block;
	color:#bbb;
	text-decoration:none;
	float: left;
}
#menu li a:hover {
	color:#fff;
	text-decoration:underline;
}
#menu li a.current {
	color:#fff;
	text-decoration:none;
}
#menu li.first {
	background:none;
}

/* Page content */
#content {
	clear: both;
	width: 980px;
}
#content div.staroftheshow {
	display: block;
	padding: 20px 30px;
	height: 25px;
	background: url(../media/content_top.png) top center no-repeat;
}
#content div.staroftheshow h1 {
	color: #fff;
	line-height: 35px;
}
#content div.content {
	padding: 5px 30px;
	background: url(../media/content.png) top center repeat-y;
}
#content div.thatsallfolks {
	display: block;
	height: 25px;
	background: url(../media/content_bottom.png) bottom center no-repeat;
}

/* Sub-page column navigation */
#column_nav {
	float: left;
	clear: left;
	width: 240px;
}
#column_nav div.staroftheshow {
	display: block;
	height: 25px;
	background: url(../media/column_nav_top.png) top center no-repeat;
}
#column_nav div.content {
	padding: 5px 30px;
	background: url(../media/column_nav.png) top center repeat-y;
}
#column_nav div.thatsallfolks {
	display: block;
	height: 25px;
	background: url(../media/column_nav_bottom.png) bottom center no-repeat;
}
#column_nav ul {
	font: 14px "Palatino Linotype", "Monaco", serif;
	color:#ffdcc1;
	margin: 0.5em 0 0;
	padding: 0;
	list-style: none;
}
#column_nav li {
	margin: 0;
	padding-left: 20px;
}
#column_nav li.current {
	background: url(../media/16_asterisk.png) 0 0 no-repeat;
}
#column_nav a {
	font-weight: bold;
}
#column_nav a.first {
	color:#000;
}
#column_nav a:hover {
	color:#000;
}

/* Sub-page column content */
#column_content {
	float: right;
	clear: right;
	width: 735px;
}
#column_content div.staroftheshow {
	display: block;
	padding: 20px 30px;
	height: 25px;
	background: url(../media/column_content_top.png) top center no-repeat;
}
#column_content div.staroftheshow h1 {
	color: #fff;
	line-height: 35px;
}
#column_content div.content {
	padding: 5px 30px;
	background: url(../media/column_content.png) top center repeat-y;
}
#column_content div.thatsallfolks {
	display: block;
	height: 25px;
	background: url(../media/column_content_bottom.png) bottom center no-repeat;
}

/* Front page alternative layout */
#front_page_content {
	float: left;
	clear: left;
	width: 488px;
}
#front_page_content div.content {
	padding: 30px 30px 5px;
	background: url(../media/front_page_content_top.png) top center no-repeat;
}
#front_page_content div.thatsallfolks {
	display: block;
	height: 25px;
	background: url(../media/front_page_content_bottom.png) bottom center no-repeat;
}
#front_page_content a {
	font-weight: bold;
	color:#fff;
}

/* News */
#front_page_news {
	float: right;
	clear: right;
	width: 488px;
	color: #fff;
}
#front_page_news div.content {
	padding: 30px 30px 5px;
	background: url(../media/front_page_news_top.png) top center no-repeat;
}
#front_page_news div.thatsallfolks {
	display: block;
	height: 25px;
	background: url(../media/front_page_news_bottom.png) bottom center no-repeat;
}
#news dt {
	font: 16px "Palatino Linotype", "Monaco", serif;
	color:#ffdcc1;
	padding-left: 20px;
	background: url(../media/16_asterisk.png) 0 1px no-repeat;
	margin: 0.5em 0 0;
}
#news dd {
	margin: 0 0 0.25em 0;
}
#news a {
	font-weight: bold;
}
#news a:hover {
	color:#fff;
}

/* Destinations */
#front_page_destinations {
	clear: both;
	width: 980px;
}
#front_page_destinations div.content {
	height:235px;
	padding: 20px 30px 10px;
	background: url(../media/front_page_destinations.png) top center no-repeat;
}
#front_page_destinations h2 {
	color: #fff;
	line-height: 35px;
}

/* Stuff */
div.okay {
	width: 75%;
	border: 1px solid green;
	background: #dfd url(../media/32_okay.png) 10px center no-repeat;
	padding: 10px 10px 10px 56px;
	margin: 0 auto 10px;
	font-size: 14px;
}
div.information {
	width: 75%;
	border: 1px solid blue;
	background: #ddf url(../media/32_information.png) 10px center no-repeat;
	padding: 10px 10px 10px 56px;
	margin: 0 auto 10px;
	font-size: 14px;
}
div.warning {
	width: 75%;
	border: 1px solid red;
	background: #fdd url(../media/32_warning.png) 10px center no-repeat;
	padding: 10px 10px 10px 56px;
	margin: 0 auto 10px;
	font-size: 14px;
}
input.error, select.error {
	outline: 2px solid red;
}
label.error {
	display: none !important;
	font-size: 10px;
}

/* That's all folks */
#footer {
	clear: both;
	width:940px;
	padding: 0 30px;
	text-align: center;
	font:12px/40px "Palatino Linotype", "Monaco", serif;
}
#footer a {
	color: #000;
	font-weight: bold;
}

/* Other stuff */
.floatleft {
	float: left;
	margin: 0 10px 10px 0;
}
.floatright {
	float: right;
	margin: 0 0 10px 0;
}
