/* RESET */
html,body,div,ul,ol,li,dl,dt,dd,h1,h2,h3,h4,h5,h6,pre,form,p,blockquote,input
{
	margin: 0;
	padding: 0;
}

h1,h2,h3,h4,h5,h6,pre,code,address,caption,cite,code,em,strong,th { font-size: 1em; font-weight: normal; font-style: normal; }
ul,ol { list-style: none; }
img { border: none; }
caption,th { text-align: left; }
table { border-collapse: collapse; border-spacing: 0; }

BODY
{
	background-color: #EFEFEF;
	font-family: "Trebuchet MS", Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	line-height: 15px;
}

DIV#loading
{
	border: #EFEFEF solid 1px;
	position: fixed;
	width: 100px;
	height: 50px;
	top: 50%;
	left: 50%;
	margin-left: -50px;
	margin-top: -25px;
	background-color: #FFFFFF;
	font-weight: bold;
	display: none;
	text-align: center;
	padding: 10px;
	z-index: 1000;
}

A
{
	color: #000000;
	text-decoration: none;
}

H1
{
	color: #134D88;
	font-weight: bold;
	margin-bottom: 14px;
}

H1.header
{
	background-color: #FFFFFF;
	float: left;
	font-size: 20px;
	line-height: 25px;
	border-left: #EFEFEF solid 1px;
	border-bottom: #EFEFEF solid 1px;
	overflow: hidden;
	width: 769px;
	margin: 0px;
	padding: 15px 15px 15px 15px;
}

H2
{
	color: #134D88;
	font-weight: bold;
	margin-bottom: 8px;
}

INPUT, SELECT, TEXTAREA
{
	font-family: "Trebuchet MS", Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	border-top: #AFAEB3 solid 1px;
	border-right: #DFDFE1 solid 1px;
	border-bottom: #E7E7E7 solid 1px;
	border-left: #CAC9CE solid 1px;
	padding: 4px 4px 4px 4px;
}

LEGEND
{
	color: #134D88;
	font-weight: bold;
	padding: 0px 0px 15px 0px;
}

LABEL
{
	color: #134D88;
	display: block;
	font-weight: bold;
	margin-bottom: 5px;
}

FIELDSET
{
	border: none;
	margin: 0px;
	padding: 0px;
}

.grey
{
	color: #A5A5A5;
	font-style: italic;
}

.orange
{
	color: #FF7800;
}

.blue
{
	font-weight: bold;
	color: #0084FF;
}

/* LAYOUT */
.clear { clear: both; }

DIV#holder
{
	background-color: #FFFFFF;
	left: 50%;
	margin-left: -500px;
	position: absolute;
	top: 0px;
	width: 1000px;
}

DIV#menu-top
{
	background-image: url(../images/bg_menu_top.jpg);
	height: 46px;
	overflow: hidden;
}



DIV#header
{
	background-image: url(../images/bg_header.jpg);
	height: 348px;
	overflow: hidden;
	width: 1000px;
}

/* left col */
DIV#header #left
{
	float: left;
	overflow: hidden;
	width: 269px;
}

DIV#header DIV#book-holiday
{
	border-top: #FFFFFF solid 1px;
	color: #FFFFFF;
	padding: 11px 0px 12px 17px;
	margin: 72px 0px 0px 0px;
}

DIV#header DIV#book-holiday .col
{
	float: left;
	width: 84px;
}

DIV#header DIV#book-holiday select.normal
{
	padding: 1px;
	width: 123px;
}

DIV#header DIV#book-holiday select.small
{
	padding: 1px;
	width: 75px;
}

DIV#header DIV#book-holiday input.small
{
	width: 62px;
}

DIV#header DIV#book-holiday .submit
{
	border-top: #FFFFFF solid 1px;
	padding: 9px 0px 0px 0px;
	margin: 9px 0px 0px 0px;
	text-align: right;
}

DIV#header DIV#book-holiday .submit input
{
	border: none;
	padding: 0px;
	margin: 0px;
}






/* right col */
DIV#header #right
{
	float: right;
	overflow: hidden;
	width: 269px;
}

DIV#header DIV#resort-search
{
	background-color: #02337D;
	color: #FFFFFF;
	margin: 164px 0px 0px 0px;
	overflow: hidden;
}

DIV#header DIV#resort-search DIV#criteria
{
	border-top: #FFFFFF solid 1px;
	padding: 5px 0px 5px 0px;
}

DIV#header DIV#resort-search DIV#criteria DIV#criteria-area
{
	margin-top: 10px;
}

DIV#header DIV#resort-search DIV#criteria DIV#scroll
{
	height: 103px;
	overflow: hidden;
	width: 100%;
}

DIV#header DIV#resort-search DIV#criteria DIV#scroll DIV#list
{
	height: 120px;
	overflow: scroll;
	width: 100%;
}

DIV#header DIV#resort-search DIV#criteria DIV#list DIV.item
{
	cursor: pointer;
	height: 30px;
}

DIV#header DIV#resort-search DIV#criteria DIV#list DIV.item IMG
{
	float:left;
	width: 30px;
	margin-right: 8px;
}


DIV#header DIV#resort-search DIV#destination
{
	border-top: #FFFFFF solid 1px;
	padding: 5px 0px 5px 0px;
}

DIV#header DIV#resort-search DIV#destination DIV#destination-area
{
	display: none;
	margin-top: 10px;
}

DIV#header DIV#resort-search DIV#destination DIV#scroll
{
	height: 103px;
	overflow: hidden;
	width: 100%;
}

DIV#header DIV#resort-search DIV#destination DIV#scroll DIV#list
{
	height: 120px;
	overflow: scroll;
	width: 100%;
}

DIV#header DIV#resort-search DIV#destination DIV#list DIV.item
{
	cursor: pointer;
	float: left;
	width: 45%;
}



DIV#header DIV#search-accomodation
{
	position:absolute;
	left: 434px;
	top: 325px;
}

DIV#header DIV#booking
{
	background-color: transparent;
	color: #FFFFFF;
	width: 210px;
}




DIV#breadcrumb
{
	background-color: #EFEFEF;
	padding: 10px;
}

DIV#content
{
	background-color:#FFFFFF;
}

DIV#content DIV.col-left
{
	float: left;
	overflow: hidden;
	width: 200px;
}

DIV#content DIV.col-left DIV.padding
{
	padding: 15px;
}

DIV#content DIV.col-left DIV.padding DIV.box, DIV#content DIV.col-left DIV.padding-small DIV.box
{
	height: auto;
	margin-top: 40px;
	border: none;
}

DIV#content DIV.col-left DIV.padding DIV.box H2, DIV#content DIV.col-left DIV.padding-small DIV.box H2
{
	color: #134D88;
	font-weight: bold;
	margin-bottom: 8px;
}

DIV#content DIV.col-middle
{
	background-color: #FFFFFF;
	float: left;
	width: 800px;
}

DIV#content DIV.box
{
	background-color: #FFFFFF;
	display: inline;
	float: left;
	height: 320px;
	border-left: #EFEFEF solid 1px;
	border-bottom: #EFEFEF solid 1px;
	overflow: hidden;
	width: 265px;
}

DIV#content DIV.box DIV.padding, DIV#content DIV.box-middle DIV.padding
{
	padding: 15px;
}

DIV#content DIV.box DIV.padding H2, DIV#content DIV.box-middle DIV.padding H2
{
	color: #134D88;
	font-weight: bold;
	margin-bottom: 8px;
}

DIV#content DIV.box DIV.padding DIV.img, DIV#content DIV.box-middle DIV.padding DIV.img
{
	margin: 0px 0px 10px 0px;
	overflow: hidden;
	width: 235px;
}

DIV#content DIV.box DIV.padding A, DIV#content DIV.box-middle DIV.padding A
{
	border-bottom:1px dotted #333333;
}

DIV#content DIV.box DIV.padding A:hover, DIV#content DIV.box-middle DIV.padding A:hover
{
	border-bottom: 1px solid #CFCFCF;
}

DIV#content DIV.box DIV.padding INPUT, DIV#content DIV.box-middle DIV.padding INPUT
{
	padding:2px;
}

DIV#content DIV.box DIV.form-left, DIV#content DIV.box-middle DIV.form-left
{
	float: left;
	margin-bottom: 1px;
	overflow: hidden;
	width: 85px;
}

DIV#content DIV.box DIV.form-right, DIV#content DIV.box-middle DIV.form-right
{
	float: left;
	margin-bottom: 1px;
	overflow: hidden;
	width: 139px;
}

DIV#content DIV.box DIV.form-right INPUT, DIV#content DIV.box-middle DIV.form-right INPUT
{
	width: 133px;
}

DIV.link
{
	text-align: right;
	margin-top: 15px;
	color: #0084FF;
	font-weight: bold;
}

DIV.link A
{
	color: #0084FF;
	font-weight: bold;
}


DIV#content DIV.box-middle
{
	background-color: #EFEFEF;
	display: inline;
	float: left;
	height: 320px;
	border-left: #EFEFEF solid 1px;
	border-bottom: #EFEFEF solid 1px;
	overflow: hidden;
	width: 532px;
}

DIV#content DIV.box-middle H3, DIV#content DIV.box-middle H2
{
	background-color: #FFFFFF;
	color: #134D88;
	font-weight: bold;
	padding: 14px 14px 9px 14px;
}

DIV#content DIV.box-middle DIV.image
{
	float: left;
	margin-top: 12px;
	overflow: hidden;
	width: 390px;
	height: 261px;
}

DIV#content DIV.box-middle DIV.video
{
	float: left;
	overflow: hidden;
	width: 370px;
	height: 261px;
}

DIV#content DIV.box-middle DIV.little-box
{
	float: left;
	margin: 0px 0px 5px 0px;
	overflow: hidden;
	width: 152px;
}

DIV#content DIV.box-middle DIV.image DIV.copyright
{
   filter: alpha(opacity=50); 
   -moz-opacity: 0.5; 
   opacity: 0.5;
   position:relative;
   bottom: 20px;
   height: 17px;
   padding: 4px 12px 0px 12px;
   color: #134D88;
   background-color:#FFFFFF;
}

DIV#content DIV.box-middle DIV.thumbs
{
	float: left;
	margin: 5px 0px 5px 0px;
	overflow: hidden;
	width: 132px;
}

DIV#content DIV.box-middle DIV.thumbs A
{
	cursor: pointer;
}

DIV#content DIV.box-middle DIV.thumbs H4
{
	color: #134D88;
	font-weight: bold;
	padding: 0px 10px 0px 10px;
}

DIV#content DIV.box-middle DIV.thumbs IMG
{
	border-bottom: #A5A5A5 solid 1px;
	border-right: #A5A5A5 solid 1px;
	float: left;
	margin: 10px 0px 0px 9px;
	cursor: pointer;
}

DIV#content DIV.box-big
{
	background-color: #FFFFFF;
	display: inline;
	float: left;
	min-height: 320px;
	border-left: #EFEFEF solid 1px;
	border-bottom: #EFEFEF solid 1px;
	overflow: hidden;
	width: 799px;
}

DIV#content DIV.box-big DIV.padding
{
	padding: 15px;
}

DIV#content DIV.col-middle-small
{
	background-color: #FFFFFF;
	display: inline;
	float: left;
	border-left: #EFEFEF solid 1px;
	width: 532px;
}

DIV#content DIV.col-middle-acc
{
	background-color: #FFFFFF;
	display:inline;
	float:left;
	width: 799px;
	min-height: 320px;
}
	DIV#content DIV.col-middle-acc DIV.padding {
		padding: 15px 15px 15px 15px;
	}

DIV#content DIV.col-right
{
	background-color: #FFFFFF;
	display: inline;
	float: left;
	width: 266px;
}

DIV#footer
{
	background-color: #FFFFFF;
	clear: both;
	margin-top: 13px;
}

DIV#footer DIV.col-left
{
	float: left;
	padding: 20px 20px 18px 13px;
	width: 40%;
}

DIV#footer DIV.col-right
{
	float: right;
	padding: 13px 16px 10px 13px;
	text-align: right;
	width: 40%;
}














.menu {
	background-color: #EFEFEF;
	height: 41px;
	position:relative;
	z-index:999999;
}

.menu ul {
	padding: 0px;
	margin: 0px;
	list-style-type: none;
}

.menu li {
	float: left;
	position: relative;
}

.menu a, .menu a:visited {
	display: block;
	/*padding: 6px 30px 4px 0px;*/
	font-style: normal;
	font-size: 11px;
}

.menu a.first {
	background-color: #efefef;
	color: #134d88;
	display: block;
	font-family: "Trebuchet MS", Helvetica, sans-serif;
	font-size: 13px;
	font-weight: normal;
	font-style: italic;
	padding: 9px 15px 17px 15px;
}

.menu a.first:hover {
	background-color: #ffffff;
	color: #134d88;
}

.menu a.first-active {
	background-color: #ffffff;
	color: #134d88;
	display: block;
	font-family: "Trebuchet MS", Helvetica, sans-serif;
	font-size: 13px;
	font-weight: normal;
	font-style: italic;
	padding: 9px 15px 17px 15px;
}

.menu a.first-active:hover {
	background-color: #ffffff;
	color: #134d88;
}

.menu ul ul {
	background-color: #EFEFEF;
	visibility: hidden;
	position: absolute;
	height: 0px;
	top: 41px;
	left: 0px;
}

.menu table {
	position:absolute;
	top:0;
	left:0;
	border-collapse:collapse;;
}

.menu ul ul a, .menu ul ul a:visited {
	background-color: #EFEFEF;
    border-bottom: 1px solid white;
	color: #134D88;
	height: 17px;
    overflow: hidden;
    padding: 2px 10px;
    white-space: nowrap;
	width: 180px;
	text-decoration: none;
}

* html .menu ul ul a, * html .menu ul ul a:visited {
	height: 18px;
/*	h\eight: 17px;*/
}

.menu a:hover, .menu ul ul a:hover {
	background-color: #CCCCCC;
	color: #134D88;
}

.menu :hover > a, .menu ul ul :hover > a {
	color: #134D88;
}

.menu ul li:hover ul, .menu ul a:hover ul {
	visibility:visible;
}



/* position the third level flyout menu */
.menu ul ul ul{left:149px; top:-1px; width:149px; border: #EFEFEF solid 3px; z-index:1000;}

/* position the third level flyout menu for a left flyout */
.menu ul ul ul.left {left:-149px;}

/* style the table so that it takes no ppart in the layout - required for IE to work */
.menu table {position:absolute; top:0; left:0; border-collapse:collapse;;}

/* keep the third level hidden when you hover on first level list OR link */
.menu ul :hover ul ul{visibility:hidden;}
/* make the third level visible when you hover over second level list OR link */
.menu ul :hover ul :hover ul{ visibility:visible;}











.padding-small
{
	padding: 0px 15px 0px 15px;
}


.sub-menu-title
{
	color: #FF8111;
	font-weight: bold;
	margin-bottom: 14px;
	padding: 0px 15px 0px 15px;
}

.sub-menu
{
	width: 175px;
}

.sub-menu LI.active A
{
	color: #FF8111;
}


.sub-nav-title
{
	color: #FF8111;
	font-weight: bold;
	margin-bottom: 10px;
	padding: 15px 15px 0px 15px;
}

.sub-nav
{
	width: 175px;
}

.sub-nav li
{
	padding: 0px;
	margin: 0px;
	width: 184px;
	border-bottom: #efefef solid 1px;
}

.sub-nav li a
{
	display: block;
	padding: 6px 0px 6px 15px;
}

.sub-nav li a.active, .sub-nav li a:hover
{
	background-color: #efefef;
	color: #134d88;
}




/* REVIEW */
.review-left
{
	float: left;
	width: 425px;
	overflow: hidden;
}

.review-comment
{
	float: left;
	width: 330px;
}

.review-comment textarea
{
	width:320px;
	height: 200px;
}

.row
{
	background-color: #EFEFEF;
	padding: 5px;
	margin: 3px 0px 3px 0px;
	width: 400px;
}

.row .name
{
	float: left;
	width: 200px;
}

.row .scoring
{
	float: left;
	width: 200px;
}

.row .scoring .col
{
	float: left;
	text-align: center;
	width: 28px;
}


.review
{
	background-color: #FFFFFF;
	width: 800px;
}

.review H2
{
	color: #134D88;
	font-weight: bold;
	margin-bottom: 13px;
}

.review .review-box
{
	float: left;
	min-height: 180px;
	margin-bottom: 20px;
	width: 33%;
}

.comment
{
	background-color: #EFEFEF;
	background-image: url(../images/bg_comment.jpg);
	background-repeat: no-repeat;
	margin-right: 5px;
	margin-top: 15px;
	min-height: 66px;
	padding: 15px 45px 15px 45px;
}

.review-box .left
{
	float: left;
	margin: 2px 0px 0px 0px;
	width: 150px;
}

.review-box .right
{
	float: right;
	margin: 2px 15px 0px 0px;
}

.review-box H3
{
	color: #FF8111;
	font-weight: bold;
}



.accomodations
{
	background-color: #FFFFFF;
	border-bottom: #EFEFEF solid 1px;
	padding: 10px 0px 10px 0px;
	width: 100%;
}

.accomodations .image
{
	float: left;
	width: 70px;
	padding: 0px 10px 0px 10px;
}

.accomodations .text
{
	float: left;
	padding-left: 15px;
	width: 660px;
}
.accomodations .text H2, .accomodations .text H2 A
{
	color: #134D88;
	font-weight: bold;
	margin-bottom: 7px;
}


.write-review-box
{
	border-right: #EFEFEF solid 1px;
	border-bottom: #EFEFEF solid 1px;
	border-left: #EFEFEF solid 1px;
	padding: 15px;
}




.accomodation
{
	background-color: #FFFFFF;
	margin: 15px 15px 20px 15px;
	width: 100%;
}

.accomodation .img
{
	float: left;
	margin-bottom: 15px;
}

.accomodation .text
{
	float: left;
	margin: 0px 15px 15px 0px;
	width: 230px;
}
.accomodation H1
{
	color: #134D88;
	font-weight: bold;
	margin-bottom: 13px;
}


.map-right
{
	border: #ADAEB2 solid 1px;
	float: right;
	margin: 5px;
	width: 180px;
}

.map-right DIV.padding
{
	padding: 15px;
}

DIV#newsletter_response
{
	color: #134D88;
	font-weight: bold;
	padding: 3px;
}

IMG.top-menu-element
{
	float: left;
	margin-top: 20px;
}



FORM#ContactForm P {
	padding: 0px 0px 0px 0px;
}
	FORM#ContactForm INPUT, FORM#ContactForm SELECT, FORM#ContactForm TEXTAREA {
		width: 95%;
	}
	
DIV.weather-row
{
	width:170px;
	margin-bottom: 5px;
}

DIV.weather-row IMG
{
	float: left;
	width: 25px;
}

DIV.weather-row DIV.info
{
	float: left;
	margin-left: 3px;
}


DIV.weather-row DIV.info DIV.date
{
	color:#134D88;
	font-weight:bold;
	float: left;
	margin-left: 2px;
	width: 35px;
}

DIV.weather-row DIV.info DIV.temp
{
	color:#134D88;
	font-weight:bold;
	float: right;
}

DIV.weather-row DIV.info DIV.title
{
	color:#134D88;
	font-weight:bold;
	float: left;
}

DIV.weather-row DIV.info DIV.weather
{
	float: left;
}

DIV.weather-row DIV.info DIV.desc
{
	margin-left: 2px;
	width: 140px;
}



DIV.book-now-box
{
	background-image: url(../images/bg_book_now.jpg);
	background-repeat: repeat-y;
	padding-bottom:10px;
	width: 176px;
}



.areiterbox
{
	text-align:left;
}
.reiterbox
{
	text-align:left;
}
.content
{
	padding:5px;
	background-color: #EFEFEF;
}
a.wesearch, a.wesearch:hover, a.wesearch:visited
{
	text-decoration:none;
	background-color:#FFF;
}
a.search, a.search:hover, a.search:visited
{
	font-size:11px;
	font-weight:bold;
	text-transform:uppercase;
	color:#FE8920;
}
.search
{
	padding-left:10px;
}

H2.resort
{
	border-top: #EFEFEF solid 1px;
	padding: 10px 0px 0px 0px;
	margin:20px 0px 0px 0px;
}

DIV.tip
{
	background-image: url(../images/bg_tip.jpg);
	background-repeat:no-repeat;
	width: 765px;
}

DIV.tip P
{
	color: #FFFFFF;
	padding: 0px 30px 0px 30px;
}

P.disclaimer
{
	border-top: #EFEFEF solid 1px;
	margin: 50px 0px 20px 0px;
	padding: 20px 0px 0px 0px;
	width: 750px;
}

DIV.search-row
{
	border-top: #EFEFEF solid 1px;
	padding-top: 10px;
	margin-bottom: 10px;
	height: 80px;
	overflow: hidden;
}

DIV.search-row DIV.image
{
	float:left;
	width:120px;
	margin-right: 20px;
	overflow:hidden;
}

DIV.search-row DIV.col
{
	float:left;
	width: 33%;
}

DIV.search-row DIV.col P.title
{
	padding: 0px;
	margin: 0px 0px 15px 0px;
}

.sb-border
{
	margin-top: 2px;
	float: left;
	height: 25px;
	width: 5px;
	overflow: hidden;
}

.sb
{
	margin-top: 2px;
	color:#FFFFFF;
	background-color: #02337D;
	padding: 5px 1px 5px 1px;
	float: left;
}

div.image-banner
{
	padding: 0px 0px 10px 0px;
}

div.contact-left
{
	float: left;
	width: 48%;
}

div.contact-right
{
	float: right;
	width: 48%;
}