@charset "utf-8";
/* CSS Document */

/* ********* CONTENT PROPERTIES ********* */

h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	color:#01373c;
	font-size:16px;
	margin:70px 26px 18px 30px;
	text-align:center;
}

/* ********* MDA BANNER PROPERTIES ********* */
#mdabanner {
	margin:70px 0 -40px 220px;
	position: relative;
}

/* ********* FOOTER PROPERTIES (STICKY FOOTER) ********* */
*{
	margin:0;
	padding:0;
}

html, body {
	height:100%;
	overflow-x:hidden;/*Needed to eliminate scrollbars*/
}

body {
	overflow-x:hidden;/*Needed to eliminate scrollbars*/
	overflow-y:auto; /*-- Put in for IE 8 --*/
	*overflow-y:hidden; /*-- Put in for IE 7 and 6 ONLY --*/
	background: url(../imgs/bg.jpg) #DFD7B9 center fixed;/*-- AVVIO EDIT POST CMS --*/
	font-family: Arial, Helvetica, sans-serif;/*-- AVVIO EDIT --*/
	font-size:12px;
	color:#6e6e68;
	height:100%;
}

.wrapper {
	background:url(../imgs/topmenu-bg.jpg);
	background-position:top;
	background-repeat:repeat-x;
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0 auto -26px;
	text-align:center;
}

.footer, .push {
	background:url(../imgs/bg-footer.png);
	color:#e0d0a3;
	font-size:9px;
	height: 26px;
	text-align:center;
}

.push {
	background: none;
}

.footer a, #footer a:visited {
	color: #fff;	
	text-decoration:none;
}

.footer a:hover {
	color: #e0d0a3;
	text-decoration:underline;
}

.container {
	left:0;
	position:absolute;
}

/* ********* QUICKBOOK ********* */
#avvio_quickbook {
	display: block;
	margin: 30px 0 0 11px;
	/*position: absolute;
	left: 5px;
	top:42px;*/
}
#page #avvio_quickbook tr td {
	vertical-align: left;
	text-align: left;
}
#avvio_quickbook * {
	/*color: #000;*/
	font-size: 10px;
	font-weight:bold;
}
#avvio_quickbook select, #avvio_quickbook img {
	background-color: #fffdf4;
	border: 1px solid #9d712e;
	color: #000;
	display: block;
	font-weight:normal;
}
#avvio_quickbook #ci_ym {
	width: 84px;
	height: 19px;
}
#avvio_quickbook #nights, #avvio_quickbook #ci_day {
	width: 40px;
	height: 19px;
}
#avvio_quickbook #rateslink, #avvio_quickbook #rateslink:visited {
	text-decoration: none;
	color: rgb(72,226,255);
	font-size: 11px;
	margin-right: 10px;
	margin-bottom: 2px;
}
#avvio_quickbook #rateslink:hover {
	color: rgb(72,226,255);
}
#quickbooktxt {
	color:#eccc71;
	font-size:10px;
	font-weight:bold;
}

#quickbookerror {
	background-color: #eee;
	border: 2px solid red;
	color: red;
}

.quickbooktxt {
	color:#eccc71;
	font-size:10px;
	font-weight:bold;
}

#bestrateguarantee {
	left:25px;
	margin-top:70px;
	position:absolute;
	top:50%;
	z-index:2;
}

#cancelyourbooking {
	left:32px;
	margin-top:108px;
	position:absolute;
	top:50%;
	z-index:2;
}

/* ********* LOGO ********* */
#logo_container {
    height: 224px;
    margin-top:-112px;
    overflow: hidden;
    position: absolute;
    top:50%;
    width: 223px;
    z-index:2;
    /*---- Shadow Styles ----
    -moz-box-shadow: 2px 2px 11px 2px #000;
    -webkit-box-shadow: 2px 2px 11px 2px #000;
    box-shadow: 2px 2px 11px 2px #000;*/
}

#logobg_opacity {
    background: transparent url(../imgs/logo-bg.gif) no-repeat 0 0;
    height: 224px;
    width: 223px;
    /*---- Opacity Styles ----*/
    filter: alpha(opacity=70);
    -moz-opacity: 0.7;
    -khtml-opacity: 0.7;
    opacity: 0.7;
}

#logobg_content {
    color: #fff;
    position: absolute;
    top: 0px;
    left: 0px;
    width: 223px;
    overflow: hidden;
    clear: both;
}

#logobg_content p {
    margin:16px 0px 24px -13px;
}


/* ********* CONTENT SECTION ********* */

.tertiarylinks {
	float:left;
	height: 50px;
	left: 44px;
	line-height:20px;
	list-style: circle;
	position: relative;
	text-align:left;
	top: 22px;
	width: 200px;
}

/* ********* SISTER PROPERTY AND AWARDS ********* */
#leadinghotels {
	bottom: 76px;
	left: 48px;
	position: absolute;
	z-index: 2;
}

#sisterproperty {
	height: 60px;
	right: 0px;
	position: absolute;
	bottom: 71px;
	width: 189px;
	z-index: 2;
}

/* ********* SOCIAL MEDIA AND TRANSLATIONS ********* */
.socialmedia {
	background: url(../imgs/banner-left.png) no-repeat;
	height:44px;
	bottom:28px;
	left:0;
	list-style:none;
	margin:0;
	padding:0;
	position:absolute;
	width:214px;
	z-index:3;
}

.socialmedia li {
	/*border: 1px solid #131313;*/
	float: left;
	height: 20px;
	left: 58px;
	position: relative;
	top: 5px;
	width: 100px;
}

.translations {
	background: url(../imgs/banner-right.png) no-repeat;
	height:44px;
	bottom:28px;
	list-style:none;
	margin:0;
	padding:0;
	position:absolute;
	right:0;
	width:183px;
	z-index:3;
}

.translations li {
	border: 1px solid #b9a978;
	float: left;
	height: 11px;
	left: 26px;
	margin-right: 8px;
	position: relative;
	top: 7px;
}

/* ********* FOOTER ********* */
#footerbg {
	background:url(../imgs/footer-bg.png) repeat-x bottom;
	bottom:0px;
	height:44px;
	*left:0px;/*-- IE 6 & 7 ONLY --*/
	position:absolute;
	width:100%;
	z-index:2;
}

#address {
	float:left;
	margin-left:10px;
}

#footermenu {
	float:right;
	margin-right:10px;
}

#footermenu a, #footermenu a:visited {
    color: #fff;    
    text-decoration:none;
}

#footermenu a:hover {
    color: #ffe2b4;
    text-decoration:underline;
}
