/* CSS Document */

body {
	background:#bcbcbc url(../images/bg.gif) repeat-x;
	font-family:Arial, Helvetica, sans-serif;
	color:#959595;
	font-size:12px;
}

a {
	cursor:pointer;
	text-decoration:none;
}

h1, h2 {
	font-family:Arial, Helvetica, sans-serif;
	color:#FFF;
	letter-spacing:-2px;
}

h1 {
	font-size:40px;
}

h2 {
	font-size:24px;
}

h3 {
	font-family:Arial, Helvetica, sans-serif;
	font-size:22px;
	letter-spacing:-1px;
}

img {
	border: 0px;
}

.lfloat {
	float: left;
}

.rfloat {
	float: right;
}

.cAligned {
	text-align: center;
}

.clear {
	clear: both;
	height: 0px;
	line-height: 0px;
}

/*===================================*/
.container {
	width:1000px;
	margin:auto;
}

.logo {
	float:left;
	width:226px;
	height:96px;
}

.iconsMenu {
	float:right;
	/*background:url(../images/icons-menu-bg.gif) repeat-x;*/
	width:86px;
	height:21px;
	margin:50px 0px 0px 0px;
}

a.home {
	width:15px;
	height:14px;
	display:block;
	background:url(../images/home.png) no-repeat;
	float:right;
	margin:2px 4px 0px;
}

a.contact {
	width:18px;
	height:12px;
	display:block;
	background:url(../images/contact.png) no-repeat;
	float:right;
	margin:3px 2px 0px 0px;
}

/*=============== Languages Box ==============*/
.dropdown { float: right; margin: 3px; padding: 0; width: 36px; position:relative; z-index:1100; display: none}
.dropdown dd, .dropdown dt, .dropdown ul { margin:0px; padding:0px; }
.dropdown dd { position:relative; }
.dropdown a, .dropdown a:visited { color:#816c5b; text-decoration:none; outline:none;}
.dropdown a:hover { color:#5d4617;}
.dropdown dt a:hover { color:#5d4617;}
.dropdown dt a {background:transparent url(../images/arrow.png) no-repeat scroll right center; display:block; padding-right:20px;}
.dropdown dt a span {cursor:pointer; display:block; padding:3px;}
.dropdown dd ul { background:#fff none repeat scroll 0 0; color:#C5C0B0; display:none;
				  padding:5px 0px; width:auto; list-style:none;}
.dropdown span.value { display:none;}
.dropdown dd ul li a { padding:5px; display:block;}
.dropdown dd ul li a:hover { background-color:#ddd/*d0c9af*/;}

.dropdown img.flag { border:none; vertical-align:middle; margin-right:10px; }
.flagvisibility { /*display:none;*/}

/*=========================== TOP MENU ===============================*/
.topMenu {
	float:right;
	background:url(../images/top-menu-bg.gif) repeat-x;
	clear:right;
	/*width: 700px;*/
}

.topMenu ul {
	margin:0px;
	padding:0px;
}

.topMenu ul li {
	float: left;
	margin: 0px;
	list-style: none;
	display: inline-block;
	background: url(../images/top-menu-separator.gif) right no-repeat;
}

.topMenu li a {
	display: block;
	color: #999;
	padding:0px 7px;
	height:34px;
	line-height:34px;
	font-size:12px;
	font-weight:bold;
	text-transform:uppercase;
}

.topMenu li a:hover, .topMenu li a.current {
	background: #f2f2f2 url(../images/top-menu-bg-hover.gif) repeat-x;
	color: #fff;
}

.topMenuLastItem {
	background:none !important;
}

/*==================== Quick Booking Form ==============================*/
.quickBookCont {
	position: absolute;
	top: 0;
	right: 10px;
	z-index: 901;
	width: 260px;
	color: #666;
}
	.quickBookCont .qbHead {
		cursor: pointer;
		padding: 5px 10px;
		width: 240px;
		background: transparent url(../images/bg-60-black.png);
	}
	.qbHead h3 {
		margin: 0;
		color: #fff;
		font-family:Arial, Helvetica, sans-serif;
		font-size:20px;
	}

#qbForm {
	display: none;
}

.qbForm {
	padding: 10px;
	background: transparent url(../images/bg-70-white.png);
}
	.qbForm label {
		position: relative;
		display: block;
		font-weight: bold;
	}
	.qbForm input, .qbForm textarea, .qbForm select {
		border: 1px solid #999;
		width: 95%;
	}
	.requiredField { font-weight:900; color:#F7931E; font-size:20px; line-height:15px; }
	.qbForm .checkInOut {
		width: 115px;
	}
		.qbForm .checkInOut input {
			background: #fff url(../images/icon-calendar.png) right center no-repeat;
		}
	.qbForm .rooms {
		width: 73px;
	}
	.qbForm .adults {
		margin: 0 10px;
	}
	
.checkAv {
	color: #fff;
	font-weight: bold;
	margin-top: 10px;
	border: none !important;
	width: 180px !important;
	height: 28px;
	background: transparent url(../images/bg-check-availability-btn.png) no-repeat;
}

.contactSend {
	width: 100px !important;
	height: 30px;
	line-height: 30px;
	background: url(../images/btn-orange-100.png);
	border: none !important;
	color: #fff;
	font-weight: bold;
	cursor: pointer;
}

/*label.error { display: none !important; float: none; color: red; font-weight: normal; width: 100%;}*/
label.error, .preFilled label.error { display: inline !important; color: red; font-weight: normal; font-size: 13px}
input.error, .preFilled input.error {border-color: red !important;}
/*============================*/


.content {
	width:1000px;
	background-color:#FFF;
	overflow: hidden;
	font-size:12px;
}
	.ContentInner {
		margin: 15px;
	}

.content a {
	color:#f7931e;
}

.content h1, .content h2, .content h3  {
	font-family: Arial, Helvetica, sans-serif;
	color:#f7931e;
	margin: 0;
	padding: 0;
}

/*========== Footer ==============*/
.footerCont {
	width:1000px;
	margin: 0 auto;
	font-size: 12px;
	padding: 10px 0;
}
	.footerCont a {
		color: #808080;
		display: block;
	}
	.footerCont a:hover {
		color: #666;
	}
	.footerCont .last {
	width: auto !important;
	}

.fooLinksBox {
	width:210px;
	float:left;
	font-weight: bold;
	margin-right: 20px;
}

.fooSubLinksBox {
	/*width:120px;*/
	border-left:1px solid #898989;
	font-weight: normal;
	margin-left: 5px;
}
	.fooSubLinksBox a {
		margin-left: 5px;
	}
	

.gpCredits {
	font-size: 11px;
	text-align: right;
	width: 280px;
	margin-top: 10px;
}

.gpCredits img {
	margin:0px 0px 0px 3px;
}

	.gpCredits a {
		display: inline;
		color: #fff;
	}

/* Welcome */
.welcome h1, .welcomeInner h1 { line-height:28px;}

/*=========Customizing Weather.com box=========*/
.weatherWrapper {
	height: 45px;
	width: 200px;
	margin-left: -15px;
	overflow: hidden;
}

.weatherWrapper img {
	width: 48px;
	height: 48px;
}

.wowfill {border: none !important;}
.wow_container {position: relative; margin-top: -20px;}
div.wow_container .wowtempText { font-size: 30px !important; color: #959595 !important;} 

/*============*/
.downloads { background:url(../images/downloads-sep.gif) no-repeat top center; padding-top:15px; margin-top:15px; }
.downloads a { margin-left:245px ; background:url(../images/icon_arrow_right_yellow.gif) no-repeat left; padding-left:20px; }
.downloads a:hover { text-decoration:underline; }



