/*@font-face {
 
 	font-family: 'TrajanMed';
 	src: url('fonts/goudy-trajan-med/trajan.eot');
 	src: url('fonts/goudy-trajan-med/trajan.eot?#iefix') format('embedded-opentype'),
 	url('fonts/goudy-trajan-med/trajan.woff') format('woff'),
 	url('fonts/goudy-trajan-med/trajan.ttf') format('truetype'),
 	url('fonts/goudy-trajan-med/trajan.svg#wf') format('svg');
 }*/

html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

blockquote, q { quotes: none; }
blockquote:before, blockquote:after,
q:before, q:after { content: ""; content: none; }
ins { background-color: #ff9; color: #000; text-decoration: none; }
mark { background-color: #ff9; color: #000; font-style: italic; font-weight: bold; }
del { text-decoration: line-through; }
abbr[title], dfn[title] { border-bottom: 1px dotted; cursor: help; }
table { border-collapse: collapse; border-spacing: 0; }
hr { display: block; height: 1px; border: 0; border-top: 1px solid #ccc; margin: 1em 0; padding: 0; }
input, select { vertical-align: middle; }

/*body { font:12px/1.3 sans-serif; *font-size:small; 	font-family: TrajanMed, Georgia, serif; 
  }*/
 body { font:12px/1.3 sans-serif; *font-size:small; 	font-family: AvalonBook, Arial, sans-serif;
  }
p, #pre-footer, footer, #breadcrumbs {font-family: Arial, sans-serif;}select, input, textarea, button { font:99% sans-serif; }
pre, code, kbd, samp { font-family: monospace, sans-serif; }

html { overflow-y: visible; }

a, a:hover, a:active { outline: none;}
ul, ol { margin-left: 2em; }
ol { list-style-type: decimal; }
nav ul, nav li { margin: 0; list-style:none; list-style-image: none; }
small { font-size: 85%; }
strong, th { font-weight: bold; }
td { vertical-align: top; }
sub, sup { font-size: 75%; line-height: 0; position: relative; }
sup { top: -0.5em; }
sub { bottom: -0.25em; }



body#home {overflow-x: hidden; overflow-y: hidden; }
 
aside#top {
	width:87%; min-height: 600px;  
	margin: 0 auto; 
	position: absolute;
	overflow: hidden;
	right:0px;
} 

#container {
	width:100%; 
	min-height:600px; 
	margin: 0 auto; 
	padding: 0;
}

#border {
	position: absolute;
	top: 0px;
	bottom: 0px;
	left: 0px;
	right: 0px;
	overflow: hidden;
}

#border #bgImage {z-index: 0; }

.awards-gallery {
	position: absolute; 
	left: 24px;
}

.noble-house {
	position: absolute; 
	right: 24px;
}

#home header {
	width:200px; 
	position: absolute;
	left: 24px;
}



header#first hgroup .logo {
	background-image:url(../img/logos/ma_logo.png);
	background-repeat:no-repeat;
    background-size: contain;
	color:#EAE8D5;
	font-size:1px;
	height:98px;
	position:relative;
	text-indent:-9999px;
	top:0;
	width:199px;
	margin-bottom: 24px;
	display:block;
}

header#first hgroup h2 {
	display:none;
}

footer#home {
	width: 100%;
	height:auto;
    position:fixed;
    bottom: 0px;
    z-index: 1000;
}
        

section#bookings-wrap { 
	width:100%; 
	height: 50px; 
	margin: 0 auto;
    background: url("../img/bookings_bg.png") repeat scroll 0 0 #FFFFFF;
	background-repeat: repeat;
	background-color: #FFF;
	-webkit-box-shadow: 0px -7px 7px -7px rgba(0, 0, 0, 0.5);
	-moz-box-shadow: 0px -7px 7px -7px rgba(0, 0, 0, 0.5); 
	box-shadow: 0px -7px 7px -7px rgba(0, 0, 0, 0.5);   
	/* display: none; */
}

#bookings { 
	width:1024px; 
	height: 50px; 
	margin: 0 auto;  
	/* display: none; */
}

#bookings > div {
	float:left; 
	width:396px; 
	height: 50px;
}

a.awards-gallery {
	background-image:url(../img/btn/btn_awards.gif); 
	background-repeat: no-repeat; 
	width: 257px; 
	height: 33px;  
	margin-top: 10px;  
	text-indent: -9999em; 
	position: absolute; 
	left: 24px;
}



	
a.awards-gallery:hover, a.awards-gallery.active {
	background-position: 0 -33px;
}




/*
	root element for the scrollable.
	when scrolling occurs this element stays still.
*/
.scrollable {
/* required settings */
	position:relative;
	overflow:hidden;
	width: 943px;
	height:163px;
}

.scrollable a {
	font-family: 'Georgia', serif;
	position: relative; 
	bottom: 0;
}
/*
	root element for scrollable items. Must be absolutely positioned
	and it should have a extremely large width to accomodate scrollable items.
	it's enough that you set the width and height for the root element and
	not for this element.
*/
.scrollable .items {
	/* this cannot be too large */
	width:20000em;
	position:absolute;
	clear:both;
}

.items section {
	float:left;
	width:949px;
}


.items section > div {
	background-image:url(../img/scroller_bg.jpg); 
	width:225px; 
	height: 148px; 
	float: left; 
	padding: 15px 0 0 10px; 
	border-right:1px solid #fff;
}

.items section p {
	font-weight: normal; 
	font-size: 10px; 
	padding: 10px 0 10px 10px; 
	overflow: auto;
	min-height: 48px;
}

/* single scrollable item */
.scrollable img {
	float:left;
}


.items section aside {
	float:left; 
	text-align: center; 
	width:100px; 
	margin:40px 0 0px 5px;
}

.items section aside a {
	font-family: "Arial", sans-serif;
}

/* active item */
.scrollable .active {
	border:2px solid #000;
	position:relative;
	cursor:default;
}

/* this makes it possible to add next button beside scrollable */
.scrollable {
	float:left;	
}

.scroll-nav-left {
	display:block;
	width:22px;
	height:163px;
	float:left;
	background: #fff;
}

.scroll-nav-right {
	display:block;
	width:22px;
	height:163px;
	float:right;
	background: #fff;
}
	
/* prev, next, prevPage and nextPage buttons */
a.browse {
	background: url(../img/scroller_arrows.png) no-repeat;
	display:block;
	width:22px;
	height:163px;
	float:left;
	cursor:pointer;
	font-size:1px;
	}

/* right */
a.right 		{ float:right; background-position: -22px 0; clear:right; margin-right: 0px;}
a.right:hover 	{ background-position:-22px 0px; }
a.right:active 	{ background-position:-22px 0px; } 


/* left */
a.left			{ margin-left: 0px; } 
a.left:hover  	{ background-position:0px 0; }
a.left:active  	{ background-position:0px 0; }

/* disabled navigational button */
a.disabled {opacity: .4;} 	

#bookings a.noble-house {
	background-image:url(../img/logos/noble_house_logo.png); 
	background-repeatbackground-repeat: no-repeat; 
	width: 132px; 
	height: 30px; 
	margin-top: 10px;
	margin-right:28px; 
	text-indent: -9999em; 
	float:right;
}
a.noble-house:hover, a.noble-house.active {background-position: 0 -33px;}





/*MENU*/

	
.menu-wrap {
	width:0px; 
	transition: all .6s ease-in-out;
	-moz-transition: all .6s ease-in-out; /* Firefox 4 */
	-webkit-transition: all .6s ease-in-out; /* Safari and Chrome */
	-o-transition: all .6s ease-in-out; /* Opera */
	float: right; 
	height: 100%; 
	/* background: #333; */ /* backup for non-RGBA *//*  background: rgba(51, 51, 51, 0.9); */
	z-index: -1;
}
	/* main vertical scroll */
#main-menu {
		position:relative;
		overflow:hidden;
		height: 632px;
		z-index: 10;
		
	}
	
	/* root element for pages */
#pages {
		position:absolute;
		height:20000em;
		
	}
	
	/* single page */
.page {
		height: 633px;
		width:700px;
		overflow: hidden;
		border-left:1px solid #fff;
		border-bottom: 1px solid #fff;
		background-color: #0022bb;
	}
	

	
	/* root element for horizontal scrollables */
#main-menu .scrollable {
		position:relative;
		overflow:hidden;
		width: 700px;
		height: 632px;
	}
	
	/* root element for scrollable items */
#main-menu	.scrollable .items {
		width:20000em;
		position:absolute;
		clear:both;
		border-bottom: 2px solid #fff;
	}
	
	/* single scrollable item */
#main-menu .item {
		float:left;
		width:700px;
		height:auto;
		color: #fff;
		background: #333;
		
	}
	
.menu-wrap	#main_navi-wrap {
	float:right;
	padding:0px !important;
	margin:0px !important;
	height:1500px;
	width:50px;
	background:#4D4D4D url('../img/home-side-menu/menu_main_navi_bg.jpg');
	display: none;
}

	
	/* main navigator */
.menu-wrap	#main_navi {
		position: relative;
		top:200px;
		left: 3px;
		padding:0px !important;
		margin:0px !important;
		height:auto;
		width:50px;
		background:#4D4D4D;
	}
	
		
.menu-wrap	#main_navi img {
		float:left;
		margin-right:10px;
	}
	
.menu-wrap	#main_navi strong {
		display:block;
	}
	
.menu-wrap	#main div.navi {
		margin:0px;
		cursor:pointer;
	}
	
.menu-wrap	#main_navi li a {display: block;}
.menu-wrap	#main_navi li {
	background: url('../img/home-side-menu/menu-icons.png'); 
	width:40px; 
	height: 40px;
	float: left;
	text-indent: -9999em;
	background-position: 0 0;
	cursor: pointer;
	list-style-type: none;
	margin: 9px 0;
}

#main_navi li#menu-hotels-trigger {background-position: 0px 0px;}
#main_navi li#menu-hotels-trigger:hover, #main_navi li#menu-hotels-trigger.active  {background-position: -50px 0px;}


#main_navi li#menu-restaurants-trigger {background-position: 0 -40px;}
#main_navi li#menu-restaurants-trigger:hover, #main_navi li#menu-restaurants-trigger.active  {background-position: -50px -40px;}

#main_navi li#menu-spas-trigger {background-position: 0 -80px;}
#main_navi li#menu-spas-trigger:hover, #main_navi li#menu-spas-trigger.active{background-position: -50px -80px;}


#main_navi li#menu-marinas-trigger {background-position: 0 -120px;}
#main_navi li#menu-marinas-trigger:hover, #main_navi li#menu-marinas-trigger.active{background-position: -50px -120px;}



/*********** navigator ***********/


/* position and dimensions of the navigator */
.menu-title {
	height:34px;
	width:auto;
	display:block;
	padding: 5px 0 0 0;
	border-bottom: 1px solid #333;
	font-size:25px;
	text-align: center;
	color: #fff;
	letter-spacing: 3px;
	background:#4D4D4D;
}






/*JSCROLL PANE */
/*
 * CSS Styles that are needed by jScrollPane for it to operate correctly.
 *
 * Include this stylesheet in your site or copy and paste the styles below into your stylesheet - jScrollPane
 * may not operate correctly without them.
 */



.scroll-pane
{
	width: 700px;
	height: 632px;
	overflow: auto;
	
}
.horizontal-only
{
	height: auto;
	max-height: 200px;
}

/*
 * CSS Styles that are needed by jScrollPane for it to operate correctly.
 *
 * Include this stylesheet in your site or copy and paste the styles below into your stylesheet - jScrollPane
 * may not operate correctly without them.
 */

.jspContainer
{
	overflow: hidden;
	position: relative;
}

.jspPane
{
	position: absolute;
}

.jspVerticalBar
{
	position: absolute;
	top: 0;
	right: 0;
	width: 10px;
	height: 100%;
	background: transparent;
}

.jspHorizontalBar
{
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 16px;
	background: transparent;
}

.jspVerticalBar *,
.jspHorizontalBar *
{
	margin: 0;
	padding: 0;
}

.jspCap
{
	display: none;
}

.jspHorizontalBar .jspCap
{
	float: left;
}

.jspTrack
{
/* 	background: #F2F4F8; */
	background: #333;
	position: relative;
	border-left:1px solid #333; 
}

.jspDrag
{
	background: #004E80;
	position: relative;
	top: 0;
	left: 0;
	cursor: pointer;
    
}

.jspHorizontalBar .jspTrack,
.jspHorizontalBar .jspDrag
{
	float: left;
	height: 100%;
}

.jspArrow
{
	background: #50506d;
	text-indent: -20000px;
	display: block;
	cursor: pointer;
}

.jspArrow.jspDisabled
{
	cursor: default;
	background: #80808d;
}

.jspVerticalBar .jspArrow
{
	height: 16px;
}

.jspHorizontalBar .jspArrow
{
	width: 16px;
	float: left;
	height: 100%;
}

.jspVerticalBar .jspArrow:focus
{
	outline: none;
}

.jspCorner
{
	background: #eeeef4;
	float: left;
	height: 100%;
}

/* Yuk! CSS Hack for IE6 3 pixel bug :( */
* html .jspCorner
{
	margin: 0 -3px 0 0;
}

/*MENU*/

#menu-wrap .content h2 {
font-size: 32px; margin: 0;
font-family: Georgia, serif;
font-weight: normal; line-height: 1; margin-bottom: 10px; text-transform: none;}

#menu {float: right; opacity: 0;}

	

.property {
	border-bottom: 2px solid #fff;
	height: 251px;
	width:690px;
	background: #333;
	}


.property:last-child {
border-bottom: 1px solid #4d4d4d;
}
#main-menu .content {
margin:0;
padding: 0 5px 0 15px;
min-height: 100px;
width: 251px;
float: left;}

#main-menu .content img {
clear: both;
float: none;
}

#main-menu .content h2 {
font-family: Georgia, serif;
text-transform: none;
font-size: 16px;
margin:0 0 5px 0;}

#main-menu .content p
{
font-size: 11px;
line-height: 16px;
}

#main-menu .content a.gallery 
{
background-image: url('../img/home-side-menu/gallery-icon.png');
background-repeat: no-repeat;
display: block;
margin-top: 8px;
padding: 7px 10px 10px 30px;}


#main-menu .content a.gallery:hover {
text-decoration: underline;
}

.property-bg {
width: 283px;
height: 245px;
float: left;}

.associated {
width: 133px;
float: left;
}

.associated ul {
margin: 0; 
list-style-type: none;}


.associated ul li:last-child a {
margin-bottom: 0;
}


.associated ul li a:hover, .associated ul li a:focus {
background-color: #fff; 
background-position: 0 -125px;}


.associated ul li:last-child a {background-position:-137px 0;}
.associated ul li:last-child a:hover, .associated ul li:last-child a:focus {background-position:-137px -125px;}

.associated ul li a {
width: 137px;
height: 125px;
margin-bottom: 1px;
display: block;
text-indent:-9999em;
line-height: 10;
background-color:#464646;
background-repeat: no-repeat;
}


/* Associated Links for each property */

.associated.riviera ul li a {
background-image:url('../img/home-side-menu/associated/associated-riviera.png');
}


.associated.lpi ul li a {
}

.associated.hilton ul li a {
}







.hide {display: none;}

a#close-menu {
text-indent: -9999em; 
background-image:url(../img/btn/btn_close_menu.png); 
background-repeat: no-repeat;
width: 16px; 
height: 16px; 
position: absolute;  
right:0;
margin: 15px 15px 0 0; }

	





pre { white-space: pre; white-space: pre-wrap; word-wrap: break-word; padding: 15px; }
textarea { overflow: auto; } 
.ie6 legend, .ie7 legend { margin-left: -7px; } 
input[type="radio"] { vertical-align: text-bottom; }
input[type="checkbox"] { vertical-align: bottom; }
.ie7 input[type="checkbox"] { vertical-align: baseline; }
.ie6 input { vertical-align: text-bottom; }
label, input[type="button"], input[type="submit"], input[type="image"], button { cursor: pointer; }
button, input, select, textarea { margin: 0; }
input:valid, textarea:valid   {  }
input:invalid, textarea:invalid { border-radius: 1px; -moz-box-shadow: 0px 0px 5px red; -webkit-box-shadow: 0px 0px 5px red; box-shadow: 0px 0px 5px red; }
.no-boxshadow input:invalid, .no-boxshadow textarea:invalid { background-color: #f0dddd; }


::-moz-selection{ background: #a5ad4e; color:#fff; text-shadow: none; }
::selection { background:#a5ad4e; color:#fff; text-shadow: none; }
a:link { -webkit-tap-highlight-color: #a5ad4e; }
button {  width: auto; overflow: visible; }
.ie7 img { -ms-interpolation-mode: bicubic; }
body { color: #444; background: url('../img/bookings_bg.gif');}
select, input, textarea { color: #444; background: #fff;}
h1, h2, h3, h4, h5, h6 { xfont-weight: bold; }
a, a:active, a:visited { color: #a5ad4e; text-decoration: none; }
a:hover { color: #a5ad4e; }



/**
 * Primary styles
 *
 * Author: 
 */

.ir { display: block; text-indent: -999em; overflow: hidden; background-repeat: no-repeat; text-align: left; direction: ltr; }
.hidden { display: none; visibility: hidden; }
.visuallyhidden { border: 0; clip: rect(0 0 0 0); height: 1px; margin: -1px; overflow: hidden; padding: 0; position: absolute; width: 1px; }
.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus { clip: auto; height: auto; margin: 0; overflow: visible; position: static; width: auto; }
.invisible { visibility: hidden; }
.clearfix:before, .clearfix:after { content: "\0020"; display: block; height: 0; overflow: hidden; }
.clearfix:after { clear: both; }
.clearfix { zoom: 1; }


@media all and (orientation:portrait) {

}

@media all and (orientation:landscape) {

}

@media screen and (max-device-width: 480px) {
  
  /* html { -webkit-text-size-adjust:none; -ms-text-size-adjust:none; } */
}


@media print {
  * { background: transparent !important; color: black !important; text-shadow: none !important; filter:none !important;
  -ms-filter: none !important; } 
  a, a:visited { color: #444 !important; text-decoration: underline; }
  a[href]:after { content: " (" attr(href) ")"; }
  abbr[title]:after { content: " (" attr(title) ")"; }
  .ir a:after, a[href^="javascript:"]:after, a[href^="#"]:after { content: ""; }  
  pre, blockquote { border: 1px solid #999; page-break-inside: avoid; }
  thead { display: table-header-group; } 
  tr, img { page-break-inside: avoid; }
  @page { margin: 0.5cm; }
  p, h2, h3 { orphans: 3; widows: 3; }
  h2, h3{ page-break-after: avoid; }
}