body {
	background: #F1F1DD url(images/background.png) repeat-x top left;
	text-align: center;
	font-family: Arial, Tahoma, Verdana, sans-serif;
	font-size: 12px;
	color: #000;
}

h1 {
	color: #730;
	font-size: 24px;
	line-height: 34px;
}
h2 {
	color: #730;
	font-weight: bold;
	font-size: 20px;
	line-height: 30px;
}
h3 {
	color: #730;
	font-weight: bold;
	font-size: 18px;
	line-height: 28px;
}
h3 a {
	color: #730;
	text-decoration:none;
}
h3 a:hover {
	color: #730;
	text-decoration:underline;
}
h4 {
	color: #730;
	font-weight: bold;
	font-size: 14px;
	line-height: 24px;
}
h1 span, h2 span {
	/*color: #CABEA2;*/
	color: #968254;
}
h1.center, h2.center, h3.center {
	clear: both;
	text-align: center;
}
.clear {
	clear: both;
}
p {
	line-height: 16px;
	text-align:justify;
}

#webpage-wrapper {
	width: 920px;
	margin: 40px auto 50px auto;
}
	div.webpage-top-wrapper {
		width: 100%;
		height: 10px;
		background: transparent url(images/webpage-top-wrapper.png) no-repeat bottom center;
		.background: transparent url(../images/webpage-top-wrapper.gif) no-repeat bottom center;
	}
	div.webpage-content-wrapper {
		padding: 0px 10px;
		background: transparent url(images/webpage-content-wrapper.png);
		.background: transparent url(../images/webpage-content-wrapper.gif);
	}
	div.webpage-bottom-wrapper {
		width: 100%;
		height: 10px;
		background: transparent url(images/webpage-bottom-wrapper.png) no-repeat top center;
		.background: transparent url(../images/webpage-bottom-wrapper.gif) no-repeat top center;
	}
#webpage {
	background: #FFF;
}
	#header {
		background: #DDD7C6 url(images/header-background.jpg) center center no-repeat;
		width: 100%;
		height: 165px;
		text-align: center;
		position: relative;
	}
		#logo {
			background: transparent url(images/hd-logo.png) no-repeat center center;
			width: 140px;
			height: 165px;
			margin: 0px auto;
			.margin-left:380px;
		}
			#logo a {
				display: block;
				color: #730;
				font-size: 10px;
				width: 140px;
				height: 165px;
			}
			#logo a span {
				display:none;
			}
		#small-navbar {
			position: absolute;
			top: 10px;
			right: 10px;
			font-size: 10px;
		}
			#small-navbar ul li {
				display: inline;
			}
			#small-navbar ul li a {
				color: #730;
				padding: 0px 10px 0px 12px;
				text-transform: lowercase;
			}
			#small-navbar ul li a:hover {
				text-decoration: underline;
			}
			#small-navbar ul li a.home {
				background: transparent url(images/icon-small-home.gif) no-repeat left center;
			}
			#small-navbar ul li a.terms {
				background: transparent url(images/icon-small-terms.gif) no-repeat left center;
			}
			#small-navbar ul li a.contact {
				background: transparent url(images/icon-small-contact.gif) no-repeat left center;
			}
	#navbar {
		height: 45px;
		background: #730 url(images/navbar.png) repeat-x top center;
		border-bottom: 10px solid #000;
		cursor: default;
		padding-left:15px;
	}
		#navbar ul {
			padding-top: 2px;
		}
		#navbar ul li {
			float:left;
			line-height: 45px;
			font-size: 16px;
			font-weight: bold;
			padding: 0px 12px;
			margin: 0px 5px;
		}
		#navbar ul li.current {
			background: #000;
			height: 43px;
		}
		#navbar ul li a {
			color: #E6E1D6;
		}
		#navbar ul li a:hover {
			color: #FFF;
		}
		#navbar ul li.current a{
			color: #F6F1E6;
		}
		#navbar li.headlink ul { 
			position:absolute; 
			top:260px; 
			z-index:50; 
			text-align: left; 
			list-style:none; 
			padding:0; 
			margin-left:-10px;
			display: none; 
			.margin: 7px 0px 0px -70px;
			width: 200px;
			line-height: 0px;
		}
		#navbar li.headlink:hover ul { 
			display: block; 
		}
		#navbar li.headlink ul li { 
			float:none; 
			padding:8px;
			margin:0; 
			line-height:normal;
			font-size: 14px;
			font-weight: bold;
			background-color:#000; 
		}
		#navbar li.headlink ul li a { 
			color:#fff; 
		}
		#navbar li.headlink ul li a:hover { 
			color:#E6E1D6; 
		}
		
	#middle {
		background: #FFF1BF;
		width: 100%;
		height: 200px;
		border-bottom: 3px solid #EAE6DB;
	}
		#photo-content {
			width: 400px;
			height: 100%;
			background: #666;
			float: left;
			overflow: hidden;
			position: relative;
		}
			#photo-content .photo-buttons {
				width: 40px;
				height: 18px;
				background: #FFF1BF;
				opacity: .5;
				-moz-border-radius: 5px;
				-webkit-border-radius: 5px;
				position: absolute;
				top: 10px;
				right: 10px;
				font-size: 16px;
				font-weight: bold;
			}
			#photo-content .button {
				display: block;
				width: 50%;
				height: 100%;
				float: left;
				cursor: pointer;
			}
		#middle-content-wrapper {
			width: 500px;
			height: 100%;
			float: right;
			overflow: hidden;
			background: #FFF1BF url(images/middle-content-background.png) no-repeat top center;
		}
			#middle-content {
				padding: 15px 20px;
				text-align: left;
			}
			p.middle-p1 {
				font-size: 12px;
				color: #675743;
				line-height: 16px;
				padding: 5px 5px 5px 2px;
			}
			p.middle-p2 {
				font-size: 11px;
				line-height: 14px;
				color: #333;
				background: transparent url(images/right-arrow.gif) no-repeat left center;
				padding: 5px 5px 5px 40px;
				display: block;
				float: left;
				width: 50%;
			}
			p.middle-p3 {
				font-size: 11px;
				line-height: 14px;
				color: #333;
				padding-left: 15px;
				display: block;
				font-weight: bold;
			}
			div.middle-button {
				width: 120px;
				height: 36px;
				float: right;
				display: inline;
				margin: 10px 20px 0px 0px;
				text-align: center;
				line-height: 36px;
				font-size: 14px;
				letter-spacing: -.5px;
			}
				div.middle-button a {
					background: transparent url(images/middle-button.gif) no-repeat center center;
					color: #FFF;
					font-weight: bold;
					display: block;
					width: 100%;
					height: 100%;
					
				}
				div.middle-button a:hover {
					background: transparent url(images/middle-button-hover.gif) no-repeat center center;
				}
			div.middle-button2 {
				width: 120px;
				height: 36px;
				float: right;
				display: inline;
				margin: 0px 40px 0px 0px;
				text-align: center;
				line-height: 36px;
				font-size: 14px;
				letter-spacing: -.5px;
			}
				div.middle-button2 a {
					background: transparent url(images/middle-button2.gif) no-repeat center center;
					color: #730;
					font-weight: bold;
					display: block;
					width: 100%;
					height: 100%;
					
				}
				div.middle-button2 a:hover {
					background: transparent url(images/middle-button2-hover.gif) no-repeat center center;
				}
		
	#content {
		margin-top: 10px;
		padding: 0px 10px 10px 10px;
		width: 880px;
		background: #FFF url(images/content-bar.jpg) no-repeat top center;
		text-align: left;
	}
		#content h2 {
			line-height: 40px;
			padding: 0px 10px;
			cursor: default;
		}
		#content .title {
			height: 100%;
		}
		/*	ONLINE BOOKING MODULE	*/
		#online-booking {
			width: 220px;
			float: left;
		}
			#online-booking .content-top {
				margin-top: 10px;
				height: 10px;
				background: #FFF url(images/left-module-top.jpg) no-repeat bottom center;
			}
			#online-booking .content-middle {
				padding: 0px 10px;
				border-left: 1px solid #F4F2EC;
				border-right: 1px solid #F4F2EC;
			}
			#online-booking .content-bottom {
				height: 10px;
				background: #FFF url(images/left-module-bottom.jpg) no-repeat top center;
			}
			#online-booking-form {
				text-align: center;
				padding-left: 10px;
			}
				#online-booking-form div {
					padding-top:4px;
				}
				#online-booking-form label {
					font-size: 12px;
					line-height: 22px;
					display: block;
					vertical-align: middle;
				}
					#online-booking-form label.label1 {
						width: 100%;
						text-align: left;						
					}
					#online-booking-form label.label2 {
						display: block;
						width: 90px;
						float: left;
						text-align: left;
					}
				#online-booking-form select {
					padding: 2px;
					margin: 0px 1px;
					vertical-align: middle;
				}
				#online-booking-form .input, #online-booking-form textarea {
					width:170px;
				}
		div.center-module {
			width: 400px;
			float: left;
			background: transparent url(images/center-module-background.gif) no-repeat center 50px;
		}
		.width700 {
			width: 700px;
		}
			div.center-module .module-content {
				padding: 20px 0px 10px 20px;
			}
			div.center-module ul {
				line-height: 14px;
				font-size: 11px;
				padding: 2px 10px;
				list-style-type: circle;
				margin-left: 40px;
			}
				div.center-module ul li {
					padding: 3px 0px;
				}
			div.center-module b {
				color: #730;
			}
			div.center-module a {
				color: #730;
				font-weight:bold;
				text-decoration:none;
			}
			div.center-module a:hover {
				color: #730;
				font-weight:bold;
				text-decoration:underline;
			}
			div.center-module p {
				line-height: 20px;
				font-size: 11px;
				padding: 5px 5px 10px 5px;
			}
			div.center-module p.p1 {
				float: left;
				width: 60%;
			}
			div.center-module h2.center {
				font-size: 28px;
			}
			div.center-module div.thumb {
				float: right;
				display: inline;
				margin-right: 5px;
				margin-left: 10px;
				margin-top: 10px;
				overflow: hidden;
			}
				div.center-module div.thumb a {
					display: block;
					border: 5px solid #FFEDB4;
				}
		.right-module {
			width: 250px;
			float: right;
		}
		.right-module .content-middle {
			padding: 10px 10px;
		}
			.gallery {
				padding-left: 10px;
			}
			.gallery li {
				width: 90px;
				float: left;
				display: inline;
				color:#730;
				font-size:12px;
				text-align:center;
				margin: 10px;
				overflow: hidden; 
			}
			.gallery li a {
				display: block;
				height: 84px;
				color:#730;
				font-size:12px;
				text-align:center;
				border: 3px solid #F0EED6;
			}
			.gallery li a:hover, .gallery li a.current {
				border: 3px solid #730;
			}
			.gallery li a img {
				width: 84px;
				height: 84px;
			}
			.gallery li.title {
				display: block;
				clear: both;
				width: 100%;
				margin: 0px;
				font-weight: bold;
				color: #730;
				line-height: 20px;
			}
			.gallery li.title a {
				display: inline;
				border: none;
				font-weight: normal;
				font-size: 10px;
				color: #555;
				line-height: 14px;
				padding: 0px 5px;
			}
			.gallery li.title a.link {
				display: block;
				text-align: right;
				float: right;
				width: 50%;
				padding-right: 40px;
				font-weight: bold;
				font-size: 11px;
				height: 14px;
			}
			.gallery li.title a:hover {
				text-decoration: underline;
				border: none;
			}
			
		/*	LIVE WEATHER MODULE */
		#live-weather {
			color: #730;
		}
			#live-weather .content-top {
				margin-top: 10px;
				height: 10px;
				background: #FFF url(images/right-module-top.jpg) no-repeat bottom center;
			}
			.weather-img {
				width:70px; 
				height:50px;
				float:left; 
				overflow:hidden;
				margin:10px;
				margin-left:0px;
			}
			#live-weather .content-middle {
				padding: 0px 10px;
				background: #F4F2EC;
				text-align: center;
			}
			#live-weather .content-bottom {
				height: 10px;
				background: #FFF url(images/right-module-bottom.jpg) no-repeat top center;
			}
				
				#live-weather .location {
					display: block;
					width: 40%;
					float: left;
					line-height: 16px;
					margin-bottom: 0px;
					padding-top: 5px;
				}
					#live-weather .location b {
						font-size: 16px;
						display: block;
						line-height: 24px;
					}
				#live-weather .temperature {
					display: block;
					width: 50%;
					float: right;
					font-size: 50px;
					font-weight: bold;
					letter-spacing: -2px;
					padding-top: 10px;
				}
					#live-weather .celsius {
						font-size: 30px;
					}
				#live-weather .info {
					display: block;
					clear: both;
					background: #FFE38B;
					margin-top: 20px;
					padding: 5px;
				}
					#live-weather .info img {
						float: left;
						margin-right: 10px;
						border: 2px solid #FFE38B;
					}
					#live-weather .info span {
						display: block;
						text-align: left;
						line-height: 16px;
						height: 33%;
					}
				#live-weather .next-info {
					padding: 5px;
					margin-top: 5px;
					text-align:left;
				}
					#live-weather .next-info span {
						display: block;
						line-height: 20px;
					}
					#live-weather .next-info span a {
						display: block;
						height: 100%;
						text-align: left;
						color: #730;
						padding-left: 20px;
					}
					#live-weather a:hover {
						text-decoration: underline;
					}
		
#copyright {
	margin-left: 10px;
	text-align: left;
	float:left;
	margin-top:5px;
	font-size: 11px;
	color: #730;
}
	#copyright a {
		font-weight: bold;
		color: #730;
	}
	#copyright a:hover {
		font-weight: bold;
		color: #000;
	}
#prologue {
	float:right;
}

#lng {
	float:left; 
	padding: 10px 0 0 10px;
	.padding-top:5px;
}
#lng a{
	margin-right:5px;
}

.navigator, .navigator a {
	font-size: 12px;
	font-variant: normal;
	color: #730;
	text-decoration: none;
	text-align: center;
	cursor:pointer;
}

.navigator_current, .navigator_current a {
	font-size: 12px;
	font-variant: normal;
	color: #fff;
	text-decoration: none;
	background: #730 ;
	text-align: center;
}

.navigator_more, .navigator_more a {
	font-size: 12px;
	font-variant: normal;
	color: #730;
	text-decoration: none;
	text-align: center;
	cursor:pointer;
}

.book_now{
	margin-left:35px;
	font-size:16px;
	color:#fff; 
	font-weight:bold; 
	padding:15px 35px; 
	background:#730; 
	text-decoration:none; 
	border:5px solid #ffe38b;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	-khtml-border-radius: 5px;
}

.error, .eroare {
	color:#FF0000;
}

