@charset "utf-8";

/* Simply Escape style sheet */


/*----------------------*/
/* All Pages */
/*----------------------*/

body {
	margin:0;
	background: url(../images/background.jpg) repeat-x center top;
	width:100%;
	height:100%;
	background-color:#0495cf;
}


/*----------------------*/
/* Body Text -regular size */
/*----------------------*/

.bodytext {
	font-family: Arial, Helvetica;
	font-size:12px;
	line-height:18px;
	color:#ffffff;
	font-weight:normal;
}

.bodytext a:link {
	color:#fedf63;
	text-decoration:underline;
}

.bodytext a:visited {
	color:#fedf63;
	text-decoration:underline;
}

.bodytext a:hover {
	color:#7df04a;
	text-decoration:underline;
}

/*----------------------*/
/* Copyright */
/*----------------------*/

.copyright {
	font-family: Arial, Helvetica;
	font-size:11px;
	line-height:16px;
	color:#ffffff;
	font-weight:normal;
}

.copyright a:link {
	color:#7df04a;
	text-decoration:underline;
}

.copyright a:visited {
	color:#7df04a;
	text-decoration:underline;
}

.copyright a:hover {
	color:#7df04a;
	text-decoration:underline;
}


/*----------------------*/
/* Disclaimer */
/*----------------------*/

.disclaimer {
	font-family: Arial, Helvetica;
	font-size:11px;
	line-height:16px;
	color:#98ddf4;
	font-weight:normal;
}


/*----------------------*/
/* Subscribe form text */
/*----------------------*/

.subscribe {
	font-family: Arial, Helvetica;
	font-size:12px;
	color:#075f9f;
	font-weight:normal;
}

.subscribe-lg {
	font-family: Arial, Helvetica;
	font-size:15px;
	color:#075f9f;
	font-weight:normal;
}


/*----------------------*/
/* Page text - content at the top of each page */
/*----------------------*/


.bodytext-lg {
	font-family: Arial, Helvetica;
	font-size:15px;
	line-height:22px;
	color:#ffffff;
	font-weight:normal;
}

.bodytext-lg a:link {
	color:#fedf63;
	text-decoration:underline;
}

.bodytext-lg a:visited {
	color:#fedf63;
	text-decoration:underline;
}

.bodytext-lg a:hover {
	color:#7df04a;
	text-decoration:underline;
}


/*----------------------*/
/* Titles */
/*----------------------*/
.title {
	font-family: Arial, Helvetica;
	font-size:24px;
	line-height:33px;
	color:#fedf63;
	font-weight:normal;
	}


/*----------------------*/
/* Photo Borders - white */
/*----------------------*/

.border  {
	border-color:#fafafa;
	border-style: solid;
	border-width: 6px;
}

/*----------------------*/
/* Offers 			    */
/*----------------------*/

.offersbkgd {
	padding: 5px;
	background: url(../images/offers-background.gif) no-repeat center top;
	width:298px;
	height: 435px;
	vertical-align: top;

}

.offers2bkgd  {
	background: url(../images/offers2-background.gif) no-repeat left top;
	width:571px;
	height: 232px;
	vertical-align: top;

}

.offers-layout {
	margin: 25px;
	margin-right: 15px;
}

.offers-layout-extended {
	margin-left:25px;
	margin-right:25px;
	margin-top:5px;
	margin-bottom:25px;
	}

.offers-title {
	font-family: Arial, Helvetica;
	font-size:24px;
	line-height:28px;
	color:#fedf63;
	font-weight:normal;
	}

.offers-nights {
	font-family: Arial, Helvetica;
	font-size:14px;
	line-height:28px;
	color:#7df04a;
	font-weight:normal;
}

.offers-price {
	font-family: Arial, Helvetica;
	font-size:20px;
	line-height:28px;
	color:#fdb508;
	font-weight:normal;
	float:right;
}
.offers-pp {
	font-family: Arial, Helvetica;
	font-size:15px;
	line-height:28px;
	color:#fdb508;
	font-weight:normal;
}

.offers-fineprint {
	font-family: Arial, Helvetica;
	font-size:10px;
	color:#ffffff;
	font-weight:normal;
	font-style:italic;
	line-height: 13px;
}

/*----------------------*/
/* Hotels Pop up			    */
/*----------------------*/

.hotelsbkgd  {
	width:298px;
	height: 405px;
	vertical-align: top;
}


.hotels-layout {
	height: 355px;
	margin: 20px 25px 15px 25px;
	overflow: hidden;
}

.hotels-title {
	font-family: Arial, Helvetica;
	font-size:16px;
	color:#ffffff;
	font-weight:bold;
}

.hotels-text-sm {
	font-family: Arial, Helvetica;
	font-size:11px;
	line-height:13px;
	color:#ffffff;
	font-weight:normal;
}

.hotels-text-sm a:link {
	color:#ffffff;
	text-decoration:underline;
}

.hotels-text-sm a:visited {
	color:#fedf63;
	text-decoration:underline;
}

.hotels-text-sm a:hover {
	color:#7df04a;
	text-decoration:underline;
}



/*----------------------*/
/* offers/hotels drop down hidden content    */
/*----------------------*/


.mmhide_para { }


a.mmhide_paraheadings { background-repeat: no-repeat; font-family: Arial, Helvetica, sans-serif; font-size:12px; line-height:19px; color:#ffffff; font-weight:normal; }
a.mmhide_paraheadings:link { color:#fedf63;	text-decoration:underline; width:100%; }
a.mmhide_paraheadings:visited { color:#fedf63;	text-decoration:underline; width:100% }
a.mmhide_paraheadings:hover { color:#ffffff;	text-decoration:underline; width:100% }
a.mmhide_paraheadings:active { color:#fedf63;	text-decoration:underline; width:100% }



/*----------------------*/
/*	Hotel PopUps  */
/*----------------------*/

.popup {
	position: relative;
	z-index: 0;
}

.popup:hover {
	background-color: transparent;
	z-index: 50;
	color: #60bb2a;
}

.popup span {
	position: absolute;
	top: -40px;
	left: -92px;
	width: 298px;
	height: 398px;
	background-color: #60bb2a;
	border: 0px;
	visibility: hidden;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size:13px;
	line-height:14px;
	color:#ffffff;
	overflow: hidden;
	background:url(../images/hotel-background.gif) no-repeat left top;
}

.popup:hover span {
	visibility: visible;
}

.popup_1:hover {
	background-color: transparent;
	z-index: 50;
	color: #60bb2a;
}

.popup_2:hover {
	background-color: transparent;
	z-index: 50;
	color: #60bb2a;
}

.popup_3:hover {
	background-color: transparent;
	z-index: 50;
	color: #60bb2a;
}

.popup_1 span {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 298px;
	height: 398px;
	background-color: #60bb2a;
	border: 0px;
	visibility: hidden;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size:13px;
	line-height:14px;
	color:#ffffff;
	overflow: hidden;
	background:url(../images/hotel-background.gif) no-repeat left top;
}

.popup_1:hover span {
	visibility: visible;
}

.popup_2 span {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 298px;
	height: 398px;
	background-color: #60bb2a;
	border: 0px;
	visibility: hidden;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size:13px;
	line-height:14px;
	color:#ffffff;
	overflow: hidden;
	background:url(../images/hotel-background.gif) no-repeat left top;
}

.popup_2:hover span {
	visibility: visible;
}

.popup_3 span {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 298px;
	height: 398px;
	background-color: #60bb2a;
	border: 0px;
	visibility: hidden;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size:13px;
	line-height:14px;
	color:#ffffff;
	overflow: hidden;
	background:url(../images/hotel-background.gif) no-repeat left top;
}

.popup_3:hover span {
	visibility: visible;
}

#links a {
	text-decoration:underline;
}

#links a:hover {
	text-decoration:none;
}

#links a span {
	display:none;
}

#links a:hover span {
	display:block
}

.bodytext-sm {
	font-family: Arial, Helvetica;
	font-size:11px;
	line-height:15px;
	font-weight:normal;
}

