@charset "utf-8";
/* CSS Document */

@font-face {
    font-family: 'FuturaMedium';
    src: url('/fonts/futuram-webfont.eot?') format('eot'),
         url('/fonts/futuram-webfont.woff') format('woff'),
         url('/fonts/futuram-webfont.ttf') format('truetype')
}

/*

ASPIRE

---------------- TABLE OF CONTENTS ----------------

		- general, resets and headings
		- Layout
		- Content
		- Form Styles
		- Menus - main, footer
			
		
--------------------- COLOURS ---------------------

		background colour - #f7f7f7
		body text - #25282c;
		headings  - #005a84 blue and #a8996e gold
		
/*
		
/* ------- GENERAL ------- */

body{
	background: repeat url(/images/bg.gif);
	margin:0;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#25282c;
	}

a:link, a:active, a:visited{
	color:#a99a6f;
	text-decoration:none;
	}

a:hover{
	text-decoration:underline;
	}

form, h1, h2, h3{
	margin:0;
	padding:0;
	}
h1{
	margin-bottom: 5px;
	padding-bottom: 5px;
	font-size: 16px;
	font-weight: normal;
	color: #005f89;
	text-transform: uppercase;
	border-bottom: 1px solid #4b8daa;
	font-family: "FuturaMedium", Arial, Helvetica, sans-serif;
	}
h2{
	margin: 15px 0 10px 0;
	padding-bottom: 5px;
	font-size: 16px;
	font-weight: normal;
	color: #005f89;
	text-transform: uppercase;
	border-bottom: 1px solid #4b8daa;
	font-family: "FuturaMedium", Arial, Helvetica, sans-serif;
}
h3{
	margin: 15px 0 10px 0;
	font-size: 14px;
	font-weight: normal;
	color:#a8996e;
	text-transform: uppercase;
	font-family: "FuturaMedium", Arial, Helvetica, sans-serif;
	}
h3.listing {
	padding: 0;
}

em {
	color:#a8996e;
	font-style: normal;
}

img{
	border:0;
	}

.clear{
	clear:left;
	}

.clearleft {
	clear: left;
	overflow: hidden;
	height: 0;
}	
.clearboth {
	clear: both;
	overflow: hidden;
	height: 0;
}

/* -------- LAYOUT ------- */

.outer-container {
}

#container{
	width:750px;
	margin:auto;
	background-color: #f7f7f7;
	border: 10px solid #f7f7f7;
	}
#flash{
	width: 749px;
	height:169px;
	background-color:#006699;
	}
#map{
	background-image:url(../images/loading-map.gif);
	background-repeat:no-repeat;
	background-position:center;
	}


#header img{
	}
#header a:link, #header a:active, #header a:visited{
	color:#565d68;
	line-height:30px;
	}
#header a:hover{}

#header .left {
	float: left;
	width: 370px;
	padding: 20px 0;
}
#header .right {
	float: right;
	width: 370px;
	text-align: right;
}

#header .translate {
	height: 30px;
	padding: 10px 0 20px 0;	
}
#google_translate_element .goog-te-gadget-simple {
	border: 0;
}

/* ------- CONTENT ------- */

.col-left{
	width:273px;
	float:left;
	margin-right:6px;
	}
.col-right{
	width:470px;
	float:left;
	}
.more{
	float:right;
	font-weight:bold;
	display:block;
	}
.text, #content{
	margin-bottom:15px;
	}
.text{
	color:#442403;

	}
.text p {
margin-top: 0;
}
img.heading{
	padding-bottom:5px;
	}
.col-left img.padding{
	padding-top:22px;}

.highlightbox {
	float:left;
	width: 212px;
	margin: 0 6px 15px 6px;
	border:1px solid #d7d2cf;
}

.highlightbox .inner {
	margin: 5px;
}

.highlightbox .inner strong {
	display: block;
	padding-top: 5px;
	font-size:12px;
	text-transform: uppercase;
	color:#005a84;
}

.highlightbox .inner p {
	padding: 0 0 6px 0;
	margin: 5px 0;
}

.special, .special2{
	width:213px;
	margin:20px 10px;
	float:left;
	border:1px solid #d7d2cf;
	}
.special div.padding{
	padding:5px;
	}
.special2{
	width:202px;
	padding:5px;
	}
.special2 img{
	padding-bottom:5px;
	}
	
.property{
	border-top:1px solid #efefef;
	padding: 5px 0;
	}
.property img.img{
	margin-right:20px;
	border:1px solid #6e7277;
	}
a.btn-g-sm, a.btn-b-sm{
	width:66px;
	margin:3px;
	display:block;
	float:left;
	background-image:url(/images/button-back-gold-sm.gif);
	line-height:19px;
	color:#fff;
	text-align:center;
	}
a.btn-b-sm{
	width:76px;
	background-image:url(/images/button-back-blue-sm.gif);
	}
	
	
	
.nextprev{
	width:170px;
	margin:auto;
	padding-top:15px;
	}
.nextprev a{
	display:block;
	float:left;
	background-repeat:no-repeat;
	line-height:28px;
	}
.nextprev a.prev{
	margin-right:15px;
	padding-left:35px;
	background-image:url(/images/prev.gif);
	background-position:left;
	}
.nextprev a.next{
	margin-left:15px;
	padding-right:35px;
	background-image:url(/images/next.gif);
	background-position:right;
	}
	
.selectregion{
	width:243px;
	background-image:url(/images/background-regionselect.gif);
	background-repeat:repeat-x;
	height:50px;
	padding:11px 0 0 8px;
	}
	
.area{
	border:1px solid #d7d2cf;
	margin:3px;
	margin-bottom:30px;
	padding:5px;
	}
.area img{
	float:left;
	padding:0 5px 5px 0;
	}

.links {
	float: left;
	width: 250px;
}
.from{
	float: right;
	width:100px;
	text-transform:uppercase;
	color:#005a84;
	text-align:center;
	padding-bottom: 15px;
	}
.price{
	font-size:24px;
	font-weight:bold;
	}
.star{
	padding:5px;}


.property-left{
	width:173px;
	float:left;
	}
.property-left h3 {
	margin: 0;
}
.property-right{
	width:526px;
	float:left;
	border-left: 2px solid #C5D9E2;
	border-top: 2px solid #C5D9E2;
	padding: 20px 20px 10px 20px;
  min-height: 200px;
  height: auto !important;
  height: 200px;
	}
.property-right h2 {
	margin-top: 0;
}
.property-header {
	height: 169px;
}
#property-menu {
	padding-left: 173px;
}
#property-menu ul {
	float: left;
	width: 566px;
	margin: 0;
	padding: 0;
	list-style: none;
}
#property-menu li {
	float: left;
	margin: 0 1px 0 0;
	padding: 0;
	background: #34516E;
	font-size: 11px;
	text-transform: uppercase;
}
#property-menu a:link, #property-menu a:active, #property-menu a:visited {
	color: #FFFFFF;
	display: block;
	padding: 5px 8px;
}
#property-menu a:hover {
	text-decoration: none;
	background: #C5D9E2;
	color: #34516E;
}
#property-menu a.active {
	background: #C5D9E2;
	color: #34516E;
}



#property-sublinks {
margin-top: 10px;
}
#property-sublinks ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
#property-sublinks li {
	margin: 0 0 1px 0;
	padding: 0;
	background: #34516E;
	font-size: 11px;
	text-transform: uppercase;
}
#property-sublinks a:link, #property-sublinks a:active, #property-sublinks a:visited {
	color: #FFFFFF;
	display: block;
	padding: 5px 8px;
}
#property-sublinks a:hover {
	text-decoration: none;
	background: #C5D9E2;
	color: #34516E;
}
#property-sublinks a.active {
	background: #C5D9E2;
	color: #34516E;
}



.gallery img {
	padding: 3px;
	border: 1px solid #C5D9E2;
}



/* ----- FORM STYLES ----- */

input, textarea, select{
	width:190px;
	margin:1px 5px;
	padding:3px;
	border:1px solid #d1ccc9;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#7F756F;
	}
input.btn{
	width:auto;
	border:none;
	cursor:pointer;
	padding: 0;
	}
.form{}
.form th{
	width: 100px;
	text-align: left;
}
.form td{
	padding: 2px 10px 2px 0;
}
.form input, .form textarea {
	width: 280px;
	margin: 0;
}
.form input.button {
	width: auto;
	border: 0;
	padding: 0;
	margin: 0;
}
.error{
	padding:5px;
	border:1px solid #d8bcbc;
	color:#b72323;
	}
.notification{
	padding:5px;
	border:1px solid #cec9bc;
	color:#958b6f;
	}

.selectregion input{
	margin:0;
	padding:1px;
	}
.selectregion input.btn{
	margin-left:5px;
	background-color:#FFF;
	font-weight:bold;
	font-size:12px;
	border:1px solid #d1ccc9;
	}


/* -------- MENUS -------- */


/* Main menu */

#mainmenu{
	background: #31648c top repeat-x url(/images/menu-bg.gif);
	height:25px;
	padding:1px 0;
	font-weight:bold;
	color:#fff;
	line-height:25px;
	}
#mainmenu a:link, #mainmenu a:active, #mainmenu a:visited{
	color:#fff;
	padding:0 30px;
	display:block;
	float:left;
	background-image:url(/images/menu-up.gif);
	background-repeat:no-repeat;
	background-position:right;
	}
#mainmenu a.end{
	background:none;
	}
#mainmenu a:hover{
	background-image:url(/images/menu-over.gif);
	background-repeat:repeat-x;
	background-position:top;
	text-decoration:none;
	}
#mainmenu ul{
	margin:0;
	padding:0;
	list-style:none;
	}
#mainmenu li{
	float:left;
	position:relative;
	}
#mainmenu li ul{
	width:230px;
	display:none;
	position:absolute;
	top:25px;
	left:0;
	padding:5px 0;
	background-image:url(/images/background-submenu.gif);
	border:1px solid #9fb9c6;
	}
#mainmenu li li a:link, #mainmenu li li a:active, #mainmenu li li a:visited{
	width:200px;
	padding: 2px 15px;
	background:none;
	color:#005a84;
	display:block;
	}
#mainmenu li li a:hover{
	background: none;
	background-color:#c5d9e1;
	}
#mainmenu li:hover ul, #mainmenu li.sfhover ul{
	display:block;
	}


/* Footer */

#footer{
	margin-top:10px;
	background-color:#25282c;
	font-size:10px;
	color:#d9cfc5;
	text-align:center;
	line-height: 18px;
	padding: 5px 0;
	}
#footer a:link, #footer a:active, #footer a:visited{
	color:#fff;}
#footer a:hover{
	color:#7a695e;
	text-decoration:none;
	}
#footer em{
	padding:0 5px;}

/* Weather  panel */
#weatherpanel {
	width: 240px;
	border-bottom: 1px solid #e7e7e7;
}
#weatherpanel th {
	text-align: left;
	background: top repeat-x url(/images/weather-bg-tile.gif);
	padding: 0 10px;
}
#weatherpanel td {
	background: top repeat-x url(/images/weather-bg-tile.gif);
	padding: 0 10px;
}

.locationpanel {
	width: 220px;
	padding: 5px 10px 10px 10px;
	background-color: #f1f2f2;
	margin-bottom: 5px;
	border: 1px solid #e7e7e7;
}
.locationpanel h3 {
	padding-bottom: 5px;
}
.booking-search {
	width: 729px;
	background: #22516a top repeat-x url(/images/search-bg.gif);
	color: #FFFFFF;
	padding: 10px;
	margin: 10px 0 20px 0;
}
.booking-search h2 {
	color: #FFFFFF;
	margin: 0 0 5px 0;
	padding: 0;
	background: none;
	font-size: 14px;
}
.booking-search th {
	text-align: left;
	padding: 2px 25px 2px 0;
}
.booking-search td {
	padding: 2px 25px 2px 0;
}
.booking-search input, .booking-search select {
	width: 160px;
	border: 1px solid #4f77ad;
	padding: 1px 3px;
	font-size: 11px;
	margin: 0;
	font-family: Arial, Helvetica, sans-serif;
}
.booking-search select.small {
	width: 100px;
}
.booking-search .selectdate {
	width: 100px;
}
.booking-search .button {
	width: auto;
	padding: 0;
	border: 0;
}

#datepicker_div select {
	width: auto;
}
#datepicker_div td {
	font-size: 11px;
	padding: 1px;
}

.specials-table {
	margin-bottom: 10px;
}
.specials-table td {
	background: #dfebf0;
	width: 360px;
	padding: 7px;
	vertical-align: top;
}
.specials-table h3 {
	padding-bottom: 5px;
}
.specials-table a.booknow {
	width: 66px;
	display: block;
	background-image:url(/images/button-back-gold-sm.gif);
	line-height: 19px;
	color: #fff;
	text-align: center;
	float: left;
	margin-top: 5px;
}
.specials-table .img {
	float: left;
	margin-right: 10px;
}


#fancybox-left-ico {
 left: 20px;
}
#fancybox-right-ico {
 right: 20px;
 left: auto;
} 

/* TODO: Fatima to style */
.rates-table {
	width: 100%;
	margin: 10px 0;
}

.rates-table th {
	font-weight: normal;
	text-align: left;
	border-bottom: 1px solid #B5CBD8;
}
.rates-table th.none {
	border: 0;
}

.rates-table th, .rates-table td {
	padding: 3px 5px;
	font-size: 14px;
}

.rates-table th a {
	font-size: 14px;
}

.rates-table td {
	text-align: center;
	background-color: #B5CBD8;
	font-size: 12px;
}

.rates-table td.none {
	background: none;
}

.rates-table td span {
	font-size: 16px;
	font-weight: bold;
}

.specials-header {
	color: #000000;
	font-size: 14px;
	background-color: #B5CBD8;
	padding: 5px;
}


.locations img {
	border: 2px solid #005f89;
}
