/** GLOBAL RESET **/

html, 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, tt, var,
dl, dt, dd, fieldset, form, label, legend {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100.01%;
	font-family: inherit;
	vertical-align: baseline;
}

/* remember to define focus styles! */
:focus { outline: 0; }

/* tables still need 'cellspacing="0"' in the markup */
table {	border-collapse: separate; border-spacing: 0; }
caption, th, td { font-weight: normal; vertical-align: top; text-align: left; }
blockquote:before, blockquote:after, q:before, q:after { content: ""; }
blockquote, q { quotes: "" ""; }


/** GLOBAL STYLES **/

body {
	font-family: arial, verdana, helvetica, sans-serif;
	font-size: 13px;
	line-height: 1.3em;
	color: #d1cfcf;
	background: #444444 url(../images/bkg3.jpg) repeat-x top center;
	text-align: center; /* Needed for IE5x Bug */
}

h1 { margin: 8px 0 25px 0; padding: 0; color: #fff; font-size: 26px; font-weight: normal; text-align: left; letter-spacing: 1px; }
h2 { margin: 0 0 10px 0; padding: 0; color: #fffb85; font-size: 14px; font-weight: normal; text-align: left; letter-spacing: 1px; line-height: 1.5em; }
h3 { margin: 8px 0 5px 12px; padding: 0; color: #84a1ff; font-size: 16px; font-weight: normal; text-align: left; letter-spacing: 1px; line-height: 1.5em; }
p { margin: 0 0 20px 0; font-size: 13px; line-height: 1.7em; text-align: justify; font-weight: normal; }
a { color: #98d179; text-decoration: none; }
a:focus { outline: none; outline: 0; }
a:hover { color: #fcffb8; text-decoration: underline; }
sup { font-size: 8px; font-weight: normal; }
sub { height: 0; line-height: 1; vertical-align: baseline; vertical-align: bottom; position: relative; top: .5ex; }
ol { text-align: left; margin: 0; padding: 5px 0 0 18px; }
ul { text-align: left; margin: 0; padding: 5px 0 25px 18px; list-style-type: square; color: #d1cfcf; font-size: 13px; line-height: 1.4em; }
li { padding: 3px; }
.clear { clear: both; height: 0px; font-size: 0px; line-height: 0px; }


.layout { margin: 0 auto; padding: 0 3px 3px 3px; width: 980px; background-color: #000; }

#hero { width: 980px; height: 428px; text-align: right; background: transparent url(../images/heroes/home.jpg) no-repeat top left; }
#hero img { margin: 270px 100px 0 0; }


#contentHome { float: right; padding-right: 60px; width: 575px; text-align: left; }
#contentHome p { margin: 0 0 20px 0; font-size: 14px; line-height: 1.7em; }
#contentHome a { color: #fffebb; text-decoration: none; }
#contentHome a:hover { color: #98d179; text-decoration: underline; }

#content { float: right; padding-right: 60px; width: 575px; text-align: left; }

#sidecol { float: left; width: 325px; min-height: 310px; text-align: left; background: transparent url(../images/salmon.gif) no-repeat top left; }


/** NAVIGATION **/

#nav { float: left; padding: 5px 0 0 0; width: 285px; text-align: left; }
#nav img { margin-bottom: 4px; }

#subnav { margin: 2px 0 35px 0; padding: 0; }
#subnav ul { width: 980px; height: 38px; padding: 0; margin: 0 auto; list-style-type: none; background: transparent url(../images/subnavBKG.gif) repeat-x top left; }
#subnav li { display: inline; float: left; background: transparent url(../images/subnavDivide.gif) no-repeat bottom right; padding: 0 2px 0 0; margin: 0; }
#subnav a { float: left; display: block; height: 38px; line-height: 38px; vertical-align: middle; font-size: 13px; text-align: center; padding: 0 20px; color:#fff; font-weight: normal; text-decoration: none; }
#subnav a:hover { color: #fffdd0; background: transparent url(../images/subnavOn.gif) repeat-x top left; text-decoration: none; }
#subnav li.selected a { color: #fffdd0; background: transparent url(../images/subnavOn.gif) repeat-x top left; text-decoration: none; }


/** BAR **/
#bar { margin: 25px 0 3px 0; }
#bar ul { margin: 0 auto; padding: 2px 0 0 0; width: 980px; height: 36px; line-height: 36px; vertical-align: middle; text-transform: uppercase; list-style-type: none; text-align: center; color: #fff8bf; font-weight: bold; font-size: 12px; font-family: verdana, arial; background: transparent url(../images/subnavBKG.gif) repeat-x top left; }
#bar li { display: inline; padding: 0 27px; }
#bar a { color: #fff8bf; text-decoration: none; }
#bar a:hover { color: #98d179; text-decoration: none; padding-bottom: 1px; border-bottom: 1px dashed #98d179; }


/** TOURS **/

.tour { margin-top: 40px; color: #fff; }
.tour img { padding: 4px; border: 1px solid #3f3f3f; margin-right: 25px; margin-top: -4px; }
.tour p { margin: 12px 0; color: #fff; }
.tour a.title { float: left; font-size: 18px; color: #84a1ff; text-decoration: none; }
.tour a.title:hover { color: #98d179; text-decoration: none; }
.tour .date { float: right; font-size: 11px; color: #818181; }
.tour .rate { float: right; font-size: 16px; color: #fffb85; letter-spacing: 1px; }
.tour .link { padding-left: 15px; font-size: 14px; color: #feff8d; text-decoration: none; background: transparent url(../images/arrow.gif) no-repeat center left; }
.tour .link:hover { color: #98d179; }
.tour ul { text-align: left; margin: 0; padding: 0 0 0 18px; list-style-type: square; color: #d1cfcf; font-size: 12px; line-height: 1.4em; }
.link2 { padding-left: 15px; font-size: 13px; color: #feff8d; text-decoration: none; text-transform: uppercase; background: transparent url(../images/arrow.gif) no-repeat center left; }
.link2:hover { color: #98d179; }

.hidden { color: #d1cfcf; font-size: 12px; border-top: 1px solid #333333; border-bottom: 1px solid #333333; padding: 6px 0; margin-top: 10px; }
.hidden .offer { font-size: 12px; color: #fff; }
.hidden .price { font-size: 14px; color: #feff8d; font-weight: normal; }
.hidden td { padding: 5px; }
.price2 { font-size: 11px; color: #818181; }


/** PROMOS **/

#promos { float: left; width: 697px; height: 260px; }
#promosImage { float: right; width: 411px; height: 260px; }
#promos2 { float: left; width: 283px; }
#promos2 a { display: block; padding: 9px 0 0 20px; width: 263px; height: 43px; color: #848484; font-size: 12px; text-decoration: none; text-align: left; font-weight: normal; background: transparent url(../images/promoOff.gif) no-repeat top left; }
#promos2 a:hover { background: transparent url(../images/promoOn.gif) repeat-x top left; }
#promos2 a.last:hover { background: transparent url(../images/promoOnLast.gif) repeat-x top left; }
#promos2 a.first:hover { background: transparent url(../images/promoOnFirst.gif) repeat-x top left; }
#promos2 .title { font-weight: bold; color: #fff; font-size: 13px; }


/** VIDEO **/

#video { float: left; width: 700px; height: 275px; }
#video .text { float: left; margin-right: 3px; width: 245px; height: 275px; background: #14293e url(../images/videoBKG.gif) repeat-x bottom left; }
#video .youtube { float: left; width: 449px; height: 275px; margin-top: -3px; }
#video .title { font-weight: bold; color: #fff; font-size: 13px; }
#video p { margin: 0; padding: 15px 11px 0 19px; font-size: 13px; color: #fff; text-align: left; line-height: 1.6em; }
#video a { color: #fffebb; text-decoration: none; }
#video a:hover { color: #98d179; text-decoration: underline; }


/** BOOKING INFO **/

#book { margin: 60px 0 10px 30px; }
#book h1 { margin: 0 0 10px 0; font-size: 18px; color: #fff79c; }
#book p { margin: 0 0 15px 0; font-size: 14px; line-height: 1.5em; }
#book a.link { color: #c9ceff; text-decoration: none; font-size: 13px; }
#book a.link:hover { color: #98d179; text-decoration: underline; }


/** BOOK TOUR **/

#bookTour { float: right; width: 280px; height: 260px; background: #14293e url(../images/bookTourBKG.jpg) no-repeat bottom right; }
#bookTour p { margin: 22px 0 0 27px; font-size: 13px; color: #fff; text-align: left; line-height: 1.5em; font-weight: normal; letter-spacing: 1px; }
#bookTour p.phone { margin: 10px 0 -5px 27px; font-size: 18px; color: #fff88b; }
#bookTour a.link { color: #c9ceff; text-decoration: none; font-size: 12px; }
#bookTour a.link:hover { color: #98d179; text-decoration: underline; }


/** FOOTER **/

#footer { margin: 0 auto; width: 980px; padding: 20px 0 30px 0; color: #b1b1b1; font-size: 11px; text-align: left; }
#footer ul { list-style-type: none; margin: 2px 0 0 0; padding: 0; text-align: center; font-size: 10px; float: right; }
#footer li { display: inline; margin: 0; padding: 0; }
#footer a { display: block; float: left; padding: 0 9px; color: #b1b1b1; font-size: 11px; height: 11px; line-height: 11px; vertical-align: middle; text-decoration: none; border-right: 1px solid #b1b1b1; }
#footer a:hover { color: #fff; text-decoration: none; }
#footer li.last a { border-right: none; padding-right: 0; }


/** FORM STYLES **/

#forms { text-align: left; margin-top: 10px; }
#forms .in { width: 280px; border: none; padding: 6px; background-color: #fff; }
#forms textarea { width: 290px; border: none; padding: 2px; background-color: #fff; }
#forms fieldset { margin: 30px 0 20px 0; border-top: 1px solid #a2a2a2; }
#forms legend { padding: 0 5px; margin: 0 15px; text-align: left; font-weight: bold; color: #fffb85; font-size: 13px; }
#forms label { display: block; float: left; width: 165px; padding-top: 4px; text-align: right; font-weight: normal; padding-right: 10px; }
#forms select { margin-top: 5px; }
#forms p { margin: 0; padding: 0 0 12px 0; }
#forms .button { margin-top: 5px; }


/** MISC **/

.title { float: left; font-size: 18px; color: #84a1ff; }

.line { margin: 30px auto 3px auto; width: 980px; height: 3px; display: block; background-color: #383838; }

.line-content { margin: 30px auto 0 auto; width: 980px; height: 16px; display: block; background: transparent url(../images/line-content.gif) repeat-x top left; }

p.info { margin-top: 8px; font-size: 12px; color: #818181; }

#sun { width: 980px; min-height: 410px; background: transparent url(../images/sun.gif) no-repeat top left; }

.quote { text-align:left; margin: -5px 0 40px 300px; } 

.download { margin: 10px 0 40px 0; width: 250px; font-size: 13px; }
.download th { padding: 5px 12px; border-bottom: 1px solid #ccc; color: #fff; font-weight: bold; }
.download td { padding: 5px 12px; border-bottom: 1px solid #383838; }

h1.home { margin: 8px 0 20px 0; padding: 0; color: #98d179; font-size: 14px; font-weight: bold; text-align: center; letter-spacing: 0.1px; }

h2.gallery { margin: 60px 0 20px 0; padding: 0 0 5px 0; color: #fffb85; font-size: 18px; font-weight: normal; text-align: left; letter-spacing: 1px; line-height: 1.5em; border-bottom: 1px solid #3f3f3f; }



/** CALENDAR **/

/* Calendar: a Javascript class for Mootools that adds accessible and unobtrusive date pickers to your form elements <http://electricprism.com/aeron/calendar> */
/* calendar CSS for Calendar (navigation: 1), Copyright (c) 2007 Aeron Glemann <http://electricprism.com/aeron> */

input.calendar,
select.calendar {
	width: 115px; padding: 6px; background-color: #fff; border: none;
}

button.calendar {
	background: url(calendar-icon.gif);
	border: 0;
	cursor: pointer;
	height: 20px;
	margin-left: 10px;
	width: 20px;
}
button.calendar:hover,
button.calendar.active {
	background-position: 0 20px;
}

div.calendar {
	background: url(calendar.png);
	height: 175px;
	padding: 0 12px;
	text-align: center;
	width: 147px;
}	
	div.calendar * {
		margin: 0;
		padding: 0;
	}	
	div.calendar div {
		background: none !important;
		cursor: move;
		height: 165px;
		overflow: hidden;
		padding-top: 10px;
		position: relative;
		width: 147px;
	}	
	
	div.calendar caption {
		color: #CF0;
		font: normal 12px/17px Arial, Helvetica, sans-serif;
		padding-top: 4px;
		text-align: center;
		width: 100%;
	}
	div.calendar caption a {
		cursor: pointer;
		display: block;
		height: 11px;
		overflow: hidden;
		position: absolute;
		text-indent: -100px;
		top: 16px;
		width: 11px;
	}
	div.calendar caption a.prev {
		background-image: url(calendar-prev.gif);
		left: 1px;
	}
	div.calendar caption a.next {
		background-image: url(calendar-next.gif);
		right: 1px;
	}
	div.calendar caption a:hover {
		background-position: 0 11px;
	}
	div.calendar caption span {
		height: 25px;
		position: relative;
		text-align: center;
	}
	div.calendar caption span.month {
		padding-right: 8px;
	}
	div.calendar caption span.month:after {
		content: ',';
	}

	div.calendar table {
		border: 0;
		border-collapse: collapse;
		border-spacing: 0;
		cursor: default;
		margin: 0 auto;
		overflow: hidden;
		width: 147px;
	}
	div.calendar td,
	div.calendar th {
		border: 0;
		color: #999;
		font: normal 12px Arial, Helvetica, sans-serif;
		height: 19px;
		text-align: center;
		width: 21px;
	}
	div.calendar td {
		color: #333;
		font-size: 11px;
		padding-right: 5px;
		text-align: right;
		width: 16px;
	}
	div.calendar td.invalid {
		color: #666;
	}
	div.calendar td.valid {
		color: #FFF;
		cursor: pointer;
	}
	div.calendar td.active,
	div.calendar td.hover {
		color: #CF0;
		cursor: pointer;
	}
