
/***************  templates/main/css/global.defaults.css  ***************/
/* ---------------- OVERRIDE BROWSER DEFAULT TYPOGRAPHY ---------------- */
html{
	width: 100%;
}
html, body {
	margin: 0;
	padding: 0;
}
div#holder {
	font-family: Verdana, Arial, sans-serif;
	font-size: 76%;
}
h1 {
	font-size: 2em;
	font-weight: normal;
	margin: 1.6em 0em 0em;
}
h2 {
	font-size: 1.2em;
	margin: 1.4em 0em 0em;
	font-weight: normal;
}
h3 {
	font-size: 1em;
	margin: 1.2em 0em 0em;
	font-weight: normal;
}
h4 {
	font-size: 0.9em;
	margin: 1.2em 0em 0em;
	font-weight: bold;
}
h5 {
	font-size: 0.9em;
	margin: 1.2em 0em 1.2em;
	font-weight: normal;
}
h6 {
	font-size: 0.8em;
	margin: 1.2em 0em 1.2em;
	font-weight: bold;
}
p,
li {
	line-height: 1.2;
}
p {
	font-size: 1em;
	margin: 0.9em 0em 1.2em;
}
li > p {
	margin-top: 0.2em;
}
ol, ul {
	margin-top: 0.2em;
	margin-bottom: 0.1em;
	margin-left: 0;
	padding-left: 1.8em; /* 1.8em is flush left in IE6; 1.55em in Firefox2 */
	list-style-type: square;
}
img {
	border: 0 none;
}
th {
	font-weight: normal;
	text-align: right;
	padding-right: 0.5em;
}
td {
	text-align: center;
}
form,
button,
input,
select,
textarea {
	margin: 0;
}
em {
	font-style: italic;
}
strong {
	font-weight: bold;
}
sup {
	font-size: 0.74em;
	/* avoid increased line-box height */
	vertical-align: top;
	position: relative;
	top: -0.1em;
}
sup.ordinal {
	text-transform: lowercase;
}
.temperature {
	white-space: nowrap; /* prevent IE from word-breaking after degreee symbol */
}

/***************  templates/main/css/global.text.css  ***************/
/* Global Element Styles */
body {
	font-family: 'Open Sans', sans-serif;
	font-size: 1.1em;
	color: #3b3b3b;
}

h1 {
	font-family: 'Open Sans', sans-serif;
	font-size:.8em;
	color:#666;
}

h2 {
	font-family: 'Open Sans', sans-serif;
	font-size: 1.5em;
	text-transform: uppercase;
	color: #527190;
	margin: .5em auto;
	padding: 0;
}

h3 {
	font-family: 'Open Sans', sans-serif;
	font-size: 1.4em;
	text-transform: capitalize;
	color: #527190;
	margin: .5em auto;
	padding: 0;
}

h4{
	font-family: 'Open Sans', sans-serif;
	font-size: 1.1em;
	text-transform: capitalize;
	color: #527190;
}
a{
	font-family: 'Open Sans', sans-serif;
	color: #3b3b3b;
	text-decoration: none;
}

a:hover, #languages ul li.active a, #languages ul li:hover a, #main-menu ul li.active a, #footer-menu ul li:hover a, #footer-menu ul li.active a{
	color: #88a8c9;
}
/* Global Section Styles */

div#holder{
	font-family: 'Open Sans', sans-serif;
}
	div#holder h1{
	}

div#branding{
}
div#languages ul li{
	font-size: .85em;
}
	#languages ul li a{
		color: #fff;
		text-transform: uppercase;
		text-decoration: none;
		font-weight: 600;
	}
	
	.type_accordionBlock .accordionTitle{
		font-size: .9em;
		line-height: 13px;
	}
	.accordionContent{
		font-size: .9em;
	}
		.accordionContent p{
			line-height: 17px;
		}	
		.accordionContent strong{
			font-weight: normal;
			color: #527190;
		}
div#main-menu ul li{
	font-size: 1em;
	line-height: 27px;
}
	#main-menu ul li a{
		text-transform: uppercase;
		font-weight: 600;
	}
	#main-menu ul ul li a{
		color:#cccccc;
	}
	#main-menu ul ul li .menu-intro{
		color:#999999;
	}
	#main-menu ul ul li h3.menu-sub-title  a{
		font-size: .75em;
		line-height: 14px;
	}
	#main-menu ul ul li .price-wrapper span{
		color: #88a8c9;
	}
	#main-menu ul ul li .price-wrapper .price-text{
		font-size: 1.15em;
	}

div#availability-checker{
}
	#availability-checker h2{
		font-size: 1.1em;
		line-height: 16px;
	}
	
	#availability-checker label,
	#availability-checker input,
	#availability-checker input.selected,
	#availability-checker .selector span,
	#availability-checker .choose select{	
		font-family: 'Open Sans', sans-serif;
		font-size: .85em;
		color: #919191;
		text-transform: uppercase;
	}
	#availability-checker input{
		color: #383838;
	}
	.js-disabled #availability-checker input{
		color: #919191;
	}
	div#availability-checker button{
		font-size: 1.05em;
		color: #fff;
		text-transform: uppercase;
		text-align: center;
		font-weight: 600;
	}
	
	#best-prices .label,
	#best-prices a.rate,
	#best-prices .booking-link{
		text-transform: uppercase;
	}
	#best-prices .label,
	#best-prices .booking-link{
		font-size: .7em;
		color: #4a4a4a;
		text-shadow: 1px 0 0 #cccac7;
	}
	#best-prices .currency,
	#best-prices .amount{
		color: #527190;
	}
	#best-prices .amount{
		font-size: 2em;
	}
	
	#footer .footer-middle-blocks h3{
		font-size: .8em;
		text-transform: uppercase;
		line-height: 18px;
	}
	.footer-middle-intro, .footer-middle-blocks ul li{
		font-size: 0.7em;
		color: #999;
		line-height: 20px;
	}
	#hotel-location .weather-title, .weather-tempC{
		font-size: .7em;
		color: #999;
	}
	#newsletter #email-address{	
		font-family: 'Open Sans', sans-serif;
		color: #575757;
		font-size: .7em;
	}
	#newsletter .go{
		font-family: 'Open Sans', sans-serif;
		font-size: .7em;
		color: #fff;
		text-transform: uppercase;
		text-align: center;
		font-weight: 600;
	}
	#footer-menu ul li{
		font-size: .7em;
		line-height: 43px;
	}
		#footer-menu ul li a{
			color: #3b3b3b;
			font-weight: normal;
			text-transform: uppercase;
		}
	#footer-content{
		font-size: 0.65em;
		color: #949494;
		line-height: 20px;
	}
		#footer-content p{
			line-height: 21px;
		}
		#footer-content a{
			color: #949494;
		}
		#footer-content strong, #footer-content a:hover{
			color: #757575;
			font-weight: normal;
		}
		.fm-hotel-list ul li a{
			color: #999;
		}
/***************  templates/main/css/global.layout.css  ***************/
/* ----- START LAYOUT COMMON TO ALL PAGES ----- */

/* START ANTI-MARGIN-COLLAPSING */
div#something {
	margin-top: -1px;
	padding-top: 1px;
}
/* END ANTI-MARGIN-COLLAPSING */


/* START FLOAT ENCLOSING ("EASY CLEARING") */
div#holder:after{
	content: '.';
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
/* END FLOAT ENCLOSING ("EASY CLEARING") */


/* START OFFSCREEN */
div#languages h2,
div#credits h2,
div#branding h2,
div#best-prices h3 ,
div#offer-rotator h2 {
	display: inline;
	position: absolute;
	overflow: hidden;
	margin: 0;
	border: 0;
	padding: 0;
	width: 0;
	height: 0;
}
/* END OFFSCREEN */
#languages, #branding, #main-menu, #availability-checker, #best-prices{
	position: absolute;	
}

body{
	position: relative;
	background: #ebebeb;	
	/* border: 10px solid #fff; */
}
body.low-width{
	border: 2px solid #fff;
}

div#holder{
	position: relative;
	width: 960px;
	height: auto;
	margin: 0 auto;
	padding: 0 12px;
	z-index: 10;
}
	#holder h1{
		position: absolute;
		bottom: -300px;
		right: 0;
		margin: 0;
	}

div#branding{
	top: 0;
	left: 0;
	width: 100%;
	height: 102px;
	text-align: center;
}
	#branding img{
		width: 190px;
		height: 102px;
	}
#languages{
	top: 19px;
	right: 12px;
	z-index: 10;
}
		#languages ul{
			margin: 0;
			padding: 0;
		}
			#languages ul li{
				float: left; _display: inline;
				padding: 0 20px 0 15px;
				list-style-type: none;
				background: url(/templates/main/images/bg-sprite.png) no-repeat right 0;
			}
			#languages ul li.last{
				padding-right: 0;
				background: none;
			}

			/** Accordion Block Style **/
	.type_accordionBlock{
		margin-bottom: 12px;
		background: #ebebeb;
	}
		.type_accordionBlock .accordionTitle{
			margin: 0;
			padding-bottom: 6px;
			border-bottom: 1px solid #527190;
			background: #fff;
			background: url(/templates/main/images/bg-sprite.png) no-repeat right -946px #fff;
		}
		
		.collapsed .accordionTitle{
			background: url(/templates/main/images/bg-sprite.png) no-repeat right -984px #fff;
		}
		.accordionContent{
			padding: 0 20px 20px;
		}
div#main-menu{
	top: 102px;
	left: 0;
	height: 30px;
	z-index: 200;
}
	#main-menu .shortcuts{
		margin: 0;
		padding: 0;
	}
		#main-menu .shortcuts li{
			position: relative;
			width: auto;
			height: 30px;
			padding: 4px 18px 8px;
			background: url(/templates/main/images/category-seperator.png) no-repeat right center;
			display: inline;
			z-index: 150;
		}
		#main-menu ul li.shortcut1 {
			padding-left: 11px;
		}
		#main-menu ul li.last {
			padding-right: 0;
			background: none;
		} 
			/* div#main-menu ul li ul.menuLevel2 li.corner{
				padding-left:0;
			} */
			
			#main-menu .shortcuts li a{
				padding-bottom: 8px;
			}
			#main-menu ul .submenu{
				visibility: visible;
				display: none;
				position: absolute;
				top: 30px;
				left: 0;
				width: 960px;
				margin: 0;
				padding: 0;
				z-index: 150;
				text-align: left;
				background: url(/templates/main/images/transparent-overlay.png) repeat 0 0;
			} 
				#main-menu ul .submenu .menuLevel2{
					position: relative;
					width: 575px;
					margin: 0 auto;
					padding: 0 0 0 20px;
				}
			#main-menu ul li.accommodation #accommodation-submenu-wrapper{
				left: -56px;
			}
			#main-menu ul li.dining #dining-submenu-wrapper{
				left: -214px;
			}
			#main-menu ul li.facilities #facilities-submenu-wrapper{
				left: -293px;
			}
			#main-menu ul li.meetings #meetings-submenu-wrapper{
				left: -393px;
			}
			#main-menu ul li.specialoffers #specialoffers-submenu-wrapper{
				left: -661px;
			}
				div#main-menu ul.shortcuts li ul li{
					float: left; _display: inline;
					width: 160px;
					height: 205px;
					padding: 20px 15px;
					position: relative;
					
				}
				/* div#main-menu ul.shortcuts li ul li.first{
					padding-left: 0;
				} */
				div#main-menu ul.shortcuts li ul li span{
					white-space: normal;
					line-height: 1.3;
				}
				div#main-menu ul.shortcuts li ul li .image-link{
					display: block;
					padding-bottom: 11px;
				}
				div#main-menu ul.shortcuts li ul li .menu-sub-title{
					margin: 0 0 2px;
				}
					div#main-menu ul.shortcuts li ul li .menu-sub-title a{
						padding-bottom: 0;
					}
				div#main-menu ul.shortcuts li ul li .read-more{
					position: absolute;
					display: inline;
					background: url(/templates/main/images/menu-readmore-arrow.png) no-repeat 0 0;
					height: 8px;
					margin: 8px 0 0 4px;
					padding: 0 8px 0 0;
				}
				.menu-content{
					float: left; _display: inline;
				}
					#main-menu ul ul li .price-wrapper{
						display:block;
						padding-top:8px;
						padding-right:4px;
					}
						#main-menu ul ul li .price-wrapper .from-text{
							margin-right: 5px;
						}
						.menu-content a{
							display: block;
							padding-bottom: 0;
						}
						.menu-content p{
							display: block;
							padding-bottom: 0;
							margin: 0;
						}
			
		/* START popup menu effects */
		div#main-menu ul li a:hover + div,
		div#main-menu ul.shortcuts li ul:hover {
			display: block; visibility: visible;
		}
		* html div#main-menu ul.shortcuts li:hover ul { 
			display: block; visibility: visible;
		}
		* html div#main-menu ul.shortcuts li.active-nojs ul {
			display: block; visibility: visible;
		}
		@media screen and (-webkit-min-device-pixel-ratio:0) {
			div#main-menu ul ul li{ float: none; }
		}  
		/* END popup menu effects */
		.js-disabled .submenu{
			display: none;
		}
div#availability-checker, #availability-checker .overlay{
	top: 494px;
	left: 12px;
	width: 960px;
	height: 50px;
	background: #faf8f4;
}
	div#availability-checker h2{
		float: left; _display: inline;
		margin: 16px 0 0 18px;
	}
		#availability-checker label{
			position: absolute;
			top: 6px;
			left: 12px;
		} 
		*+html #availability-checker label{
			top: 7px;
		} 
		.date{
			float: left; _display:inline;
			margin-top: 12px;
			margin-left: 23px;
			width: 120px;
			position: relative;
		}
		.dateout{
			margin-left: 10px;
		}
		.js-disabled #availability-checker label{
			display: none;
		}
		#booking-form input{
			cursor: pointer;
			background: url(/templates/main/images/bg-sprite.png) no-repeat 0 0 #383838;
		}
			.date input{
				width: 108px;
				height: 26px;
				padding-left: 12px;
				border: none;
			}
			.date img{
				display: none;
			}
		div#availability-checker .choose{
			float: left;_display:inline;
			width: auto;
			margin-top: 12px;
			margin-left: 10px;
			position: relative;
		}
			div#availability-checker .choose select{
				width: 77px;
				height: 26px;
				padding: 4px 3px;
				border: none;
			}
		
		div#availability-checker button{
			float: left;_display: inline;
			width: auto; *width: 125px;
			padding: 4px 20px;
			margin: 12px 0 0 10px;
			background: url(/templates/main/images/booknow.jpg) repeat-x 0 0;
			border: none;
			cursor: pointer;
		}
div#special-offers{
}

div#best-prices{
	top: 494px;
	right: 12px;
	width: auto;
	*width: 250px;
	height: 50px;
}
	#best-prices p.rate{
		margin: 0;
	}
	#best-prices .label{
		width: 50px;
		text-align: right;
		margin-top: 12px;
	}
		#best-prices .label,
		#best-prices a.rate{
			float: left; _display: inline;
			padding-right: 15px;
		}	
			#best-prices .currency,
			#best-prices .amount{
				float: left; _display: inline;
			}	
			#best-prices .currency{
				margin-top: 16px;
			}
			#best-prices .amount{
				margin-top: 6px;
			}
	#best-prices .booking-link{
		float: right; _display: inline;
		width:65px;
		padding-right: 15px;
		margin: 12px 0 0 15px;
	}

div#hotel-links{
}
div#footer{
	position: relative;
	width: 100%;
	height: 335px;
	background: url(/templates/main/images/footer-bg.jpg) repeat-x 0 0;
	clear: both;
}
	#footer-wrapper{
		position: relative;
		width: 980px;
		height: 335px;
		margin: 0 auto;
	}
		#footer-middle{
			float: left; _display: inline;
		}
			#footer-middle .footer-middle-blocks{
				float: left; _display: inline;
				width: 220px;
				height: 143px;
				padding: 30px 20px 0;
				background: url(/templates/main/images/footer-separator.png) no-repeat right 0; 
				position: relative;
				overflow: hidden;
			}	
			#footer-middle .first{
				padding-left: 9px;
			}
				#footer-middle .footer-middle-blocks h3{
					margin: 0;
				}
				.footer-middle-intro{
					margin: 11px 0 0;
				}
				.footer-middle-blocks ul{
					margin: 11px 0 0;
					padding: 0;
				}
					.footer-middle-blocks ul li{
						padding-left: 13px;
						list-style-type: none;
						background: url(/templates/main/images/bg-sprite.png) no-repeat 0 -743px;
					}
				
			#footer-middle #hotel-location{
				padding-right: 0;
			}
				#footer-middle #hotel-location h3{
					margin-bottom: 13px;
				}
				#hotel-location .map{
					position: absolute;
					top: 45px;
					left: 20px;
					width: 150px;
					height: 120px;
					background: url(/templates/main/images/bg-sprite.png) no-repeat right -48px;
				}
					.city-pointer{
						position: absolute;
						top: 63px;
						right: 19px;
						width: 12px;
						height: 12px;
						background: url(/templates/main/images/bg-sprite.png) no-repeat left -208px;
					}						
					.city-pointer:hover{
						background: url(/templates/main/images/bg-sprite.png) no-repeat left -224px;
					}
						
				
				#weather{
					position: absolute;
					top: 75px;
					right: 20px;
					margin-top: 10px;
				}
					#hotel-location p, #hotel-location .weather-title{
						margin: 4px 0;
					}
					.today-weather .weather-image, .today-weather .weather-tempF{
						float: left; _display: inline;
						margin: 0 5px 0 0;
					}
					.today-weather .weather-tempC{
						display: block;
					}
			#footer-middle #newsletter{
				width: 190px;
				padding: 30px 20px 0 30px;
			}
				#newsletter .email-entry{
					margin-top: 15px;
				}
					#newsletter label{
						display: none;
					}
					#newsletter #email-address{	
						float: left; _display: inline;
						width: 95px;
						height: 18px;
						padding: 4px 0 4px 10px;
						background: #bababa;
						border: none;
					}
				#newsletter .go{
					width: 70px;
					height: 26px;
					margin-left: 10px;
					padding: 0 10px 2px;
					background: url(/templates/main/images/booknow.jpg) repeat-x 0 0;
					cursor: pointer;
				}
				
			#footer-middle #smo-icons{
				padding: 30px 0 0 30px;
				background: none;
			}
				#smo-icons .icons-wrapper a{
					float: left; _display: inline;
					width: 22px;
					height: 22px;
					margin: 19px 5px 0 0;
					position: relative;
				}
					#smo-icons .icons-wrapper a img.facebook{
						width: 22px;
						height: 22px;
					}
					#smo-icons .icons-wrapper a img.youtube{
						width: 58px;
						height: 22px;
					}
					.state-hover{
						position: absolute;
						top: 0;
						left: 0;
						display: none; 
					}
					#smo-icons .icons-wrapper a:hover  img.state-default{
						display: none; 
					}
					#smo-icons .icons-wrapper a:hover  img.state-hover{
						display: block; 
					}
		#footer-menu{
			float: left; _display: inline;
			width: 100%;
		}
			#footer-menu ul{
				margin: 0;
				padding: 0;
			}
				#footer-menu ul li{
					float: left; _display: inline;
					padding: 0 11px; 
					list-style-type: none;
					background: url(/templates/main/images/category-seperator.png) no-repeat right 13px;
				}		
				#footer-menu ul li.shortcut1{
					padding-left: 8px;
				}
				#footer-menu ul li.last{
					background: none;
				}			
		#footer-content{
			float: left; _display: inline;
			margin: 14px 0 0 8px;
		}
			#footer-content p{
				margin: 0;
			}
		.world-hotel-logo{
			float: right; _display: inline;
			width: 160px;
			height: 37px;
			margin-top: 18px;
			margin-right: 6px;
		}
/** MAIN VISUAL  & GALLERY LARGE IMAGE**/
div#main-visual, div#large-image{
	position: absolute;
	width: 100%;
	height: 552px;
	min-width: 984px;
	width: expression(document.body.clientWidth < 990? "984px" : "100%");  
	top: 0;
	left: 0;
	overflow: hidden;
	z-index: 0;
}
	#main-visual{
		border-bottom:4px solid #fff;
	}

	#main-visual .no-script-image{
		width: 100%;
	}	
	.main-visual-top-overlay{
		position: absolute;
		top: 0;
		left : 0;
		width: 100%;
		height: 132px;
		background: url(/templates/main/images/main-visual-top-overlay.png) repeat-x 0 0;
		z-index: 5;
	}
#supersized{
	height: 552px !important;
	min-width: 984px;
	width: expression(document.body.clientWidth < 990? "984px" : "100%");   
}
	#supersized, #supersized li{
		margin: 0;
		padding: 0;
	}
	#supersized.main-visual-slideshow,
	#supersized.main-visual-slideshow li{
		position: absolute;
		background: #d9d9d9;
	}

/*GOOGLE MAPS*/
div#main-content #map #logocontrol + div {
	white-space:normal !important; /*this will force the copyright text on the bottom of the goolge map to wrap when the map container is too small*/
}
/*END GOOGLE MAPS*/


/* CSS hacks for Firefox newVersions margin issue */
@-moz-document url-prefix() {
	#availability-checker label{
		top: 5px;
	}  
}
/* CSS hacks for Chrome & Safari */
@media screen and (-webkit-min-device-pixel-ratio:0) {
} 

/** CSS hacks IE 6 7 8 aligntment issues fix **/
*+html #main-menu .shortcuts li{
	padding: 5px 16px 0;
}
*+html #availability-checker h2{
	/* margin-right: 23px; */
}
*+html .date{
	margin-top: 11px;
}

/** Main Menu hover overlay **/
div#availability-checker .overlay, div#offer-rotator .overlay, #main-content .overlay{
	position: absolute;
	top: 0;
	left: 0;
	background: url(/templates/main/images/transparent-overlay.png) repeat 0 0;
	z-index: 100;
	display: none;
}
body.hover, div#main-visual.hover{
	background: url(/templates/main/images/transparent-overlay.png) repeat 0 0;
}

#availability-checker.hover .overlay, #offer-rotator.hover .overlay, #main-content.hover .overlay{
	display: block;
}

/** 10PX white border **/
.top-border, .bottom-border{
		position: absolute;
		left: 0;
		top: 0;
		width: 100%;
		height: 10px;
		background: #fff;
		z-index: 100;
	}
	.bottom-border{
		top: auto;
		bottom: 0;
	}
	.left-border, .right-border{
		position: fixed;
		left: 0;
		top: 0;
		width: 10px;
		height: 100%;
		background: #fff;
		z-index: 100;
	}
	.right-border{
		left: auto;
		right: 0;
	}
	#errors{
		display: none;
	}