@CHARSET "ISO-8859-1";

:focus {
	outline: 0;
}

a,img {
	border: none;
}

a:link,a:hover,a:visited,a:active {
	border: 0;
}

body {
	padding: 0;
	margin: 0;
	clear: both;
	background: url("../img/backgroundpattern.png") #f2f2f2;
	color: #1a2327;
}

@font-face{
	font-family: segoe;
	src:url('../fonts/segoeuil.ttf');
	src:url('../fonts/segoeuil.otf');
	src:url('../fonts/segoeuil.otf');
}

p{
	font-size:12pt;	
	font-family:"Century";
}

#top {
	height: 55px;
	width: 100%;
	background: url("../img/hfpattern.png");
	-moz-box-shadow: 0 4px 3px 0 rgba(0, 0, 0, 0.4);
	-webkit-box-shadwon: 0 4px 3px 0 rgba(0, 0, 0, 0.4);
	box-shadow: 0 4px 3px 0 rgba(0, 0, 0, 0.4);
}

.menu {
	margin: 0 auto;
	width: 900px;
}

@font-face {
	font-family: Hel;
	src: url("../fonts/Helvetica.ttf");
}

.menu ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

.menu ul li {
	float: left;
	height: 55px;
	border-left: 1px solid #3f4042;
}

.last {
	border-right: 1px solid #3f4042;
}

.menu a {
	font-family: Hel;
	font-size: 12pt;
	font-weight: 100;
	color: #fff;
	display: block;
	margin: 15px 13px 0 13px;
	padding-top: 3px;
	text-transform: uppercase;
	text-decoration:none;
}

.menu li:hover a{
	color: #ffe3a1;
	margin-top:12px;
	border-top: 3px solid;
}

.menu li.active {
	color: #ffe3a1;
	-moz-box-shadow: inset 0px 0px 20px #000;
	-webkit-box-shadow: inset 0px 0px 20px #000;
	box-shadow: inset 0px 0px 20px #000;
}

.active a {
	color: #ffe3a1;
	margin-top:12px;
	border-top: 3px solid;
}

a.home{
	width:56px;
	height:40px;
	margin-top:6px;	
	background:url('../img/home.png') 8px 0px no-repeat;	
}

.menu li:hover a.home{
	border-top: none;
	margin-top:6px;
	background:url('../img/home-hover.png') 8px 0px no-repeat;
}

.active a.home{
	border-top: none;
	background:url('../img/home-hover.png') 8px 0px no-repeat;
}

.x {
	clear: both;
}

#content {
	width: 100%;
	min-height: 200px;
	margin-top: 10px;
	padding-bottom:10px;
}

header {
	width: 900px;
	height: 120px;
	margin: 0 auto;
}

@font-face {
	font-family: "Colaborate Bold";
	src: url("../fonts/ColabBol.otf");
}

@font-face {
	font-family: "Transitional 521 BT";
	src: url('../fonts/Transitional521BT.ttf'), url('../fonts/Transitional521BT.eot');
}

header h1 {
	font-family: "Transitional 521 BT";
	font-size: 32pt;
	text-transform: uppercase;
	line-height: 28pt;
	float: left;
	font-weight:bolder;
	margin-top: 39px;
	margin-bottom: 0;
	letter-spacing:-2px;
}


.stroke {
	font-family: "Colaborate Bold";
	font-size: 27pt;
	-webkit-text-stroke: 1px #1a2327;
	-webkit-text-fill-color: #f8dd9d;
	color: #f8dd9d;
}

#logo {
	margin: 0 auto;
	margin-left: 190px;
	margin-top: 10px;
}

header h2 {
	float: right;
	font-family: "Transitional 521 BT";
	margin-top: 28px;
	text-align: right;
	font-weight: 500;
	margin-bottom: 0;
}

h2 ul.language_list{
	list-style:none;
	margin:0;
	padding:0;	
}

h2 ul.language_list li{
	margin:0 5px;
	padding:0;
	float:right;	
}

header hr {
	clear: both;
	color: #1a2327;
	-moz-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.6);
	-webkit-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.6);
	box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.6);
}

.x hr {
	clear: both;
	color: #1a2327;
	-moz-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.4);
	-webkit-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.4);
	box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.4);
}

@font-face{
	font-family:openCosmetica;
	src: url('../fonts/MgOpenCosmeticaRegular.ttf');
}

.slider{
	width:900px;
	margin: 0 auto;
	margin-top:20px;
	font-family:"Century";
	font-weight:100;
}
	
.sliderHotel{
	margin-right:50px;
	margin-top:-15px;
	font-weight:bold;
	font-size:22pt;
	float:right;
	border-bottom:2px solid #998675;
}

.sliderButton{
	margin-right:50px;
	margin-top:-22px;
	font-size:22pt;
	float:right;
}

.sliderButton a{
	color: #f8dd9d;
	background: #1a2327;
	padding:5px 10px;
	border:1px solid #f8dd9d;
	display:block;
	text-decoration:none;
}

.sliderButton a:hover {
	text-decoration:none;
	color: #1a2327;
	background: #f8dd9d;
}

#container{
	width:900px;
	margin:0 auto;
}

#container a.edit, #container a.remove, #content a.edit{
	float:right;
	color:#4858b6;
	font-weight:100;
	font-size:12pt;
	text-decoration:none;
}

#container a:hover.edit, #container a:hover.remove, #content a:hover.edit{
	text-decoration:underline;
	color:#000000;	
}

#container a.edit img, #container a.remove img, #content a.edit img{
	margin-bottom:-5px;
}

.hp_section{
	position:relative;
	width:280px;
	float:left;
	margin-left:15px;
	margin-top:10px;
	text-align:justify;
	min-height:430px;
	padding-bottom:35px;
}

.hp_section h2{
	font-family:openCosmetica;
	font-size:22pt;
	font-weight:bold;
	padding:0 5px;
	letter-spacing:-1px;
	height:40px;
	background: url('../img/hpsection_line.png') 0 32px repeat-x;
	margin-bottom:5px;
}

.hp_section img{
	margin:0;
	padding:0;
}

.hp_section_img{
	width:260px;
	padding:10px;
	background:#ffffff;
	margin:0;
}

.hp_section p{
	margin:5px;
}

.hp_section a{
	font-family: "Century";
	color:#cca344;
	text-decoration:none;
	font-weight:bold;
}

.hp_section a:hover{
	text-decoration:underline;
}

.hp_section ul{
	list-style:circle;
	margin-top:5px;
	margin-bottom:5px; 
}

a.read_more{
	font-weight:100;
	position:absolute;
	color: #f8dd9d;
	background: #1a2327;
	padding:7px 15px;
	border:1px solid #f8dd9d;
	display:block;
	bottom:0;
	right:5px;
}

a:hover.read_more{
	text-decoration:none;
	color: #1a2327;
	background: #f8dd9d;
}

#reserve_form{
	width:230px;
	margin-left:15px;
	padding:10px;
	min-height:250px;
	background:#998675;
	border-radius:20px;
	-moz-box-shadow: 0 5px 5px 0 rgba(0, 0, 0, 0.3);
	-webkit-box-shadow: 0 5px 5px 0 rgba(0, 0, 0, 0.3);
	box-shadow: 0 5px 5px 0 rgba(0, 0, 0, 0.3);
	text-align:left;
}

#reserve_form h2{
	font-family: "Century Gothic";
	font-size:13pt;	
	margin-top:0px;
	border-bottom:0;
	background:none;
	padding-left:5px;
	color:#1a2327;
}

#reserve_form label{
	font-family: "Century Gothic";
	font-size:12pt;
	color:#ffffff;
}

#reserve_form input{
	width:150px;
	margin-bottom:15px;	
}

#reserve_form button{
	float:right;
	font-family: "Transitional 521 BT";
	font-size:14pt;
	font-weight:bold;
	width:100px;
	height:40px;
	margin-right:5px;	
	color:#1a2327;
	border:2px solid #1a2327;
	border-radius:5px;
	background-image: -ms-linear-gradient(top, #fdfdfd 0%, #f0f0f0 100%);
	background-image: -moz-linear-gradient(top, #fdfdfd 0%, #f0f0f0 100%);
	background-image: -o-linear-gradient(top, #fdfdfd 0%, #f0f0f0 100%);
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #fdfdfd), color-stop(1, #f0f0f0));
	background-image: -webkit-linear-gradient(top, #fdfdfd 0%, #f0f0f0 100%);
	background-image: linear-gradient(to bottom, #fdfdfd 0%, #f0f0f0 100%);		
}

#reserve_form button:hover{
	color:#898481;
	border:2px solid #ffe3a1;	
}

#res_section{
	margin-top:30px;
	float:left;
	margin-left:15px;
	width:300px;
	padding:10px;
	min-height:250px;
	background:#998675;
	border-radius:20px;
	-moz-box-shadow: 0 5px 5px 0 rgba(0, 0, 0, 0.3);
	-webkit-box-shadow: 0 5px 5px 0 rgba(0, 0, 0, 0.3);
	box-shadow: 0 5px 5px 0 rgba(0, 0, 0, 0.3);
	text-align:left;	
}

#res_section h2{
	font-family: "Century Gothic";
	font-size:13pt;	
	margin-top:5px;
	border-bottom:0;
	background:none;
	padding-left:5px;
	text-decoration:underline;
	color:#1a2327;
}

#res_section h2.res{
	font-family: "Century Gothic";
	text-decoration:none;
	font-size:25pt;	
	margin-top:0px;
	margin-bottom:0;
	border-bottom:0;
	background:none;
	padding-left:5px;
	color:#1a2327;
}

#res_section label{
	font-family: "Century Gothic";
	font-size:12pt;
	color:#ffffff;
}

#res_section input{
	width:150px;
	margin-bottom:15px;	
}

#res_section button{
	float:left;
	font-family: "Transitional 521 BT";
	font-size:14pt;
	font-weight:bold;
	width:100px;
	height:40px;
	margin-left:15px;	
	color:#1a2327;
	border:2px solid #1a2327;
	border-radius:5px;
	background-image: -ms-linear-gradient(top, #fdfdfd 0%, #f0f0f0 100%);
	background-image: -moz-linear-gradient(top, #fdfdfd 0%, #f0f0f0 100%);
	background-image: -o-linear-gradient(top, #fdfdfd 0%, #f0f0f0 100%);
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #fdfdfd), color-stop(1, #f0f0f0));
	background-image: -webkit-linear-gradient(top, #fdfdfd 0%, #f0f0f0 100%);
	background-image: linear-gradient(to bottom, #fdfdfd 0%, #f0f0f0 100%);		
}

#res_section button:hover{
	color:#898481;
	border:2px solid #ffe3a1;	
}

img.res{
	border: 10px solid #ffffff;
	padding:0;
	margin-left:25px;
	margin-top:30px;
	width: 505px;	
}

#loginDiv{
	width:280px;
	padding:10px;
	font-family:"Century Gothic";
	min-height:200px;
	background:#ffffff;
	border:2px solid #1a2327;
	border-radius:20px;
}

#loginDiv h2{
	margin:0;
	
}

.about_section{
	width:870px;
	padding:0 15px;
	margin-top:20px;
	text-align:justify;
}

.about_section h2{
	font-family: openCosmetica;
	font-size:22pt;
	font-weight:bold;
	letter-spacing:-0.1em;
	padding:0 5px;
	background: url('../img/hpsection_line.png') 0 32px repeat-x;
	margin-bottom:10px;
}

.hp_section img{
	margin:0;
	padding:0;
}

.about_section_img{
	width:260px;
	padding:10px;
	background:#ffffff;
	margin-right:15px;
	float:left;
}

.about_section p{
	margin:5px 5px 5px 20px;
	text-indent:30px;
}

.about_section br{
	line-height:35px;	
}

p.accomodation{
	margin-top:20px;
	padding:0 10px;
	text-align:justify;	
}

#rooms{
	width:900px;
	min-height:200px;
	background:#ffffff;
	font-family: "Transitional 521 BT";
	border-radius:40px;
	-moz-box-shadow: 0 5px 5px 0 rgba(0, 0, 0, 0.3);
	-webkit-box-shadow: 0 5px 5px 0 rgba(0, 0, 0, 0.3);
	box-shadow: 0 5px 5px 0 rgba(0, 0, 0, 0.3);	
}

#rooms h2{
	padding-left:30px;
	padding-top:10px;
	padding-bottom:10px;
	margin-bottom:10px;
	font-size:24pt;
	font-weight:bold;
	color:#eeb326;
	border:5px solid #ffe3a1;
	border-bottom:3px solid rgba(0,0,0,0.1);
	border-top-left-radius:40px;
	border-top-right-radius:40px;
	background-image: -ms-linear-gradient(top, #fdfdfd 0%, #f0f0f0 100%);
	background-image: -moz-linear-gradient(top, #fdfdfd 0%, #f0f0f0 100%);
	background-image: -o-linear-gradient(top, #fdfdfd 0%, #f0f0f0 100%);
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #fdfdfd), color-stop(1, #f0f0f0));
	background-image: -webkit-linear-gradient(top, #fdfdfd 0%, #f0f0f0 100%);
	background-image: linear-gradient(to bottom, #fdfdfd 0%, #f0f0f0 100%);	
}

#rooms nav{
	float:left;
	width:180px;
	border-right:1px solid #eeb326;
}

#rooms nav a{
	display:block;
	font-weight:bold;
	text-decoration:none;
	color:#eeb326;
	font-size:16pt;
	letter-spacing:-0.1em;
	padding-left:10px;
	margin-left:30px;
	margin-bottom:15px;
}

#rooms nav a:hover{
	color:#805b03;
	border-left:3px solid;	
}

#rooms nav a.active{
	color:#805b03;
	border-left:3px solid;	
}

.newroom img, .newfacility img{
	margin-bottom:-5px;
}

#room_desc{
	width:650px;
	margin-left:30px;
	float:left;
	min-width:200px;
}

#room_desc p{
	color: #898481;
	font-family: "Transitional 521 BT";
	text-align:justify;
	font-size:14pt;
}

#room_desc p.room_type{
	color: #805b03;
	font-size: 16pt;
	margin-top:10px;
	font-weight:bold;
	font-style:italic;	
}

#room_desc p.price{
	color: #805b03;
	font-size: 16pt;
	margin-top:10px;
	font-weight:bold;
	font-style:italic;
	float:right;
	margin-right:80px;
}

#room_desc br{
	line-height:35px;
}

#room_desc img {
	float:left;
	margin-left:25px;
	margin-bottom:30px;	
}

#room_form{
	width:610px;
	margin-left:15px;
	margin-bottom:20px;
	padding:10px;
	background:#998675;
	border-radius:20px;
	text-align:left;
}

#room_form h2{
	font-family: "Century";
	font-size:13pt;	
	margin:0px;
	margin-bottom:10px;
	padding:0;
	padding-bottom:3px;
	border:none;
	background:none;
	border-bottom:1px solid;
	padding-left:5px;
	color:#1a2327;
}

#room_form label{
	font-family: "Century Gothic";
	font-size:12pt;
	color:#ffffff;
}

#room_form input{
	width:150px;
	margin-bottom:15px;
	margin-right:20px;	
}

#room_form button{
	float:right;
	font-family: "Transitional 521 BT";
	font-size:12pt;
	width:80px;
	height:26px;
	margin-right:5px;	
	color:#1a2327;
	border:2px solid #1a2327;
	border-radius:5px;
	background-image: -ms-linear-gradient(top, #fdfdfd 0%, #f0f0f0 100%);
	background-image: -moz-linear-gradient(top, #fdfdfd 0%, #f0f0f0 100%);
	background-image: -o-linear-gradient(top, #fdfdfd 0%, #f0f0f0 100%);
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #fdfdfd), color-stop(1, #f0f0f0));
	background-image: -webkit-linear-gradient(top, #fdfdfd 0%, #f0f0f0 100%);
	background-image: linear-gradient(to bottom, #fdfdfd 0%, #f0f0f0 100%);		
}

#room_form button:hover{
	color:#898481;
	border:2px solid #ffe3a1;	
}

#bottom{
	position:relative;
	width:100%;
	height:155px;
	background: url("../img/hfpattern.png");
	border-top:4px solid #565656;
	margin-top:5px;
	padding-bottom:45px;
}
footer{
	position:relative;
	width:1000px;
	margin:20px auto;	
}

footer .logo{
	float:left;
	margin-top:10px;
	margin-right:20px;	
}

#footer_content{
	float:left;
	height:165px;
	width:770px;
	border-left: 1px solid #ececec;
	padding-left:20px;
}

footer a{
	text-decoration:none;
	font-family: "Century Gothic";
}

footer a h2{
	color: #f8dd9d;
	font-size:18pt;
	text-transform:uppercase;
	margin:5px;
	width:200px;
}

footer a:hover h2{
	color:#ffffff;	
}

footer nav a{
	font-weight:bold;
	text-transform:capitalize;
	display:block;
	float:left;
	font-size:14pt;
	margin:5px 10px 0 8px; 
	color:#ffffff;
	height:25px;
}

footer nav a:hover{
	color:#f8dd9d;
	height:24px;
	border-bottom:1px solid;
}

footer p{
	font-size:13pt;
	color:#ffffff;
	margin-left:8px;
	line-height:25px;
	margin-top:15px;
}

.bold{
	font-weight:bold;
}

.dd{
	position:absolute;
	bottom:0;
	right:0px;
	color:#ffffff;
}

.dd p{
	font-size:11pt;
	margin-bottom:5px;	
}

.dd a{
	color:#ffffff;
}

.dd a img{
	position:absolute;
	bottom:30px;
	right:50px;	
}

.dd a:hover{
	color:#f8dd9d;
	text-decoration:underline;
}

#login{
	position:absolute;
	right:3px;
	bottom:0px;
}

.contact_section{
	position:relative;
	width:280px;
	float:left;
	margin-left:15px;
	margin-top:20px;
	text-align:justify;
}

.contact_section h2{
	font-family:openCosmetica;
	font-size:22pt;
	font-weight:bold;
	padding:0 5px;
	background: url('../img/hpsection_line.png') 0 32px repeat-x;
	margin-bottom:10px;
}

.contact_section p{
	margin:5px;
}

.map{
	width:500px;
	height:300px;
	float:right;
	margin: 40px 15px 20px 0;
	margin-right:15px;
	margin-top:40px;
	border:10px solid #ffffff;
	-moz-box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.4);
	-webkit-box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.4);
	box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.4);	
}

#contact{
	width:870px;
	min-height:200px;
	background:#ffffff;
	font-family: "Transitional 521 BT";
	border-radius:30px;
	margin-top:10px;
	margin-left:15px;
	-moz-box-shadow: 0 5px 5px 0 rgba(0, 0, 0, 0.3);
	-webkit-box-shadow: 0 5px 5px 0 rgba(0, 0, 0, 0.3);
	box-shadow: 0 5px 5px 0 rgba(0, 0, 0, 0.3);	
}

#contact h2{
	padding-left:20px;
	padding-top:8px;
	padding-bottom:7px;
	margin-bottom:10px;
	margin-top:0;
	font-size:20pt;
	font-weight:bold;
	color:#1a2327;
	letter-spacing:-0.1em;
	border:5px solid #ffe3a1;
	border-bottom:1px solid #ebebeb;
	border-top-left-radius:30px;
	border-top-right-radius:30px;
	background-image: -ms-linear-gradient(top, #fdfdfd 0%, #f0f0f0 100%);
	background-image: -moz-linear-gradient(top, #fdfdfd 0%, #f0f0f0 100%);
	background-image: -o-linear-gradient(top, #fdfdfd 0%, #f0f0f0 100%);
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #fdfdfd), color-stop(1, #f0f0f0));
	background-image: -webkit-linear-gradient(top, #fdfdfd 0%, #f0f0f0 100%);
	background-image: linear-gradient(to bottom, #fdfdfd 0%, #f0f0f0 100%);	
}

#form{
	width:830px;
	min-height:250px;
	margin:0 10px 10px 20px;
}

.cell{
	height:60px;
	width:250px;
	margin-bottom:8px;
}

.cell input{
	width:250px;
	height:25px;
	margin-top:3px;
	border:1px inset #898481;
	padding-left:3px;	
}

.cell input:focus{
	border: 1px inset #eeb326;
}

.comment {
	height:200px;
	width:450px;
	margin:0 20px;
	float:right;
}

.comment textarea{
	height:160px;
	width:450px;
	margin-top:3px;
	padding-left:3px;
	border:1px inset #898481;
}

.comment textarea:focus{
	border: 1px inset #eeb326;
}

.form_el{
	font-family:"Transitional 521 BT";
	color:#1a2327;
	font-size:14pt;
}

.btn{
	float:right;
	margin:10px 30px;
	padding-bottom:20px;	
}

.btn button{
	font-family: "Transitional 521 BT";
	font-size:14pt;
	font-weight:bold;
	width:100px;
	height:40px;
	margin-right:5px;
	color:#898481;
	letter-spacing:-0.1em;
	border:2px solid #ffe3a1;
	border-radius:5px;
	background-image: -ms-linear-gradient(top, #fdfdfd 0%, #f0f0f0 100%);
	background-image: -moz-linear-gradient(top, #fdfdfd 0%, #f0f0f0 100%);
	background-image: -o-linear-gradient(top, #fdfdfd 0%, #f0f0f0 100%);
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #fdfdfd), color-stop(1, #f0f0f0));
	background-image: -webkit-linear-gradient(top, #fdfdfd 0%, #f0f0f0 100%);
	background-image: linear-gradient(to bottom, #fdfdfd 0%, #f0f0f0 100%);		
}

.btn button:hover{
	color:#1a2327;
	border:2px solid #898481;	
}

.tooltip{
	cursor: pointer;
	font-size: 15pt;
}


