* {
    padding: 0;
    margin: 0;
}
html, body {
	height: 100%;	
}

body {
	font-size: 100%; 
	font-family: Arial, "Trebuchet MS", Verdana, Helvetica, sans-serif; 
	background: #000 url(../images/bg.jpg) 50% 60% no-repeat; 
	color: #fff;
	text-align: center;
}

body.grey {
	background: #3b3c37 url(../images/bg-grey.jpg) 50% 60% no-repeat; 
}

body.room {
	background: #000 url(../images/bg-room.jpg) 50% 60% no-repeat; 
}

body.standard {
	background: #3b3c37 url(../images/bg-leather.jpg) 50% 60% no-repeat; 
}

body.bar {
	background: #000 url(../images/bg-bar.jpg) 50% 60% no-repeat; 
}

body.award {
	background: #000 url(../images/bg-award.jpg) 50% 60% no-repeat; 
}

ul {
	list-style: none;
	list-style-image: none;
}

img {
	border:none;
}

.clear {
	clear: both;
}
.l {
	float: left;
}
.r {
	float: right;
}


.container_24 {
	min-height: 30%;
/*   position:relative;
   height:100%;
	float:left;*/
}

.container_24.home {
	min-height: 30%;
/*   position:relative;
   height:100%;
	float:left;*/
}

.container_24.room {
	min-height: 36%;
/*   position:relative;
   height:100%;
	float:left;*/
}


#logo {
	background: url(../images/logo.png) top center no-repeat;
	width: 950px;
	height: 139px;
	float: left;
	text-align:left;
}

#flash {
	margin:0 auto;
	padding-left: 50px;
/*	float: left;*/
	width: 900px;
	height: 150px;
	/*position: absolute;
	bottom: 250px;*/
	text-align: left;
	z-index:-1;
}

#flash-hotel {
	margin:0 auto;
	padding-left: 50px;
/*	float: left;*/
	width: 900px;
	height: 53px;
	/*position: absolute;
	bottom: 250px;*/
	text-align: left;
	z-index:-1;
}



#flash.home {
	margin:120px auto 0 auto;
	padding-left: 50px;
/*	float: left;*/
	width: 900px;
	height: 280px;
	/*position: absolute;
	bottom: 250px;*/
	text-align: left;
	z-index:-1;
}


h1 {
	margin:10px 0;
	font-family:"Trebuchet MS",Verdana,Helvetica,sans-serif;
	font-weight: normal;
	font-size:20px;
}
	
#textarea {
	margin:0 auto;
	padding: 30px 20px;
	text-align: left;
	font-size: 11px;
	line-height: 18px;
	color: #fff;
	background: url(../images/blockbg.png) top repeat-y;
	/*border: 1px solid #fff;
	float: left;*/
	width: 910px;
	/*position: absolute;
	bottom: 30px;*/
}	

#textarea.dark {
	background: url(../images/blockbg-dark.png) top repeat-y;
}


#textarea .grid_7 {
	margin-left:23px;
	width:270px;
}

#textarea p {
	padding-bottom: 10px;
}

#footer {
	margin: 0px auto;
	padding: 8px 5px;
	background: #000;
	width: 940px;
	height:2%;
	/*position: absolute;
	bottom: 0;*/
}

#footer p {
	font-size: 9px;
	color: #767075;
}

#footer p span {
	padding: 0 10px;
}

#footer a {
	color: #767075;
	text-decoration: underline;
}

#footer a:hover {
	text-decoration: none;
}

/********* SLIDE MENU *******/

#nav {
	width:200px;
	float:left;
	z-index:598;
	position:relative;
}

#panel {
	padding-left:0px;
	background: transparent url(../images/navbg.png) repeat-y;
	height: 215px;
	width: 200px;	
	display: none;
}
.slide {
	margin: 0;
	padding: 0 0 5px 0;
/*	border-top: solid 4px #422410;
	background: url(images/btn-slide.gif) no-repeat center top;*/
	background: url(../images/nav-trigger.png) top left no-repeat;
	float:left;
}

#panel ul {
	font-family:Tahoma, Arial, Verdana, sans-serif;
	font-size:11px;
}

#panel ul li {
/*	padding: 5px 10px;
	border-bottom:1px solid #5c595b;*/
	float:left;
	display: block;
}

#panel ul li a {
	padding: 5px 0px 5px 10px;
	color:#9b999b;
	width: 190px;
	float:left;
	display: block;
}

#panel ul li a:hover {
	padding: 5px 0px 5px 10px;
	width: 190px;
	color:#fff;
	background: #4d494c;
}

#panel ul li a, #panel ul li a:link, #panel ul li a:hover, #panel ul li a:active {
	text-decoration: none;
}

#panel ul li.on a, #panel ul li.on a:hover {
	padding: 5px 0px 5px 10px;
	color:#fff;
	width: 190px;
	background: #000;
}

.btn-slide {
	background: url(../images/switch.png) no-repeat 119px -13px;
	text-align: left;
	width: 144px;
	height: 15px;
	padding: 2px 10px 0px 10px;
	margin: 0 auto;
	display: block;
	font: bold 12px Arial, Helvetica, sans-serif;
	font-style: italic;
	color: #fff;
	text-decoration: none;
	cursor:pointer;
	float:left;
}
.active {
	background-position: 119px 1px;
}

/* ######################## CONTACT ##########################*/

table.contact {
/*	margin-left:25px;*/
/*	border:1px solid #f2f2f2;*/
	border-collapse: collapse;
	font-size:12px;
	background: #111;
	text-align:left;
}
table.contact tr td {
	padding: 8px 10px;
	color: #fff;
/*	border-top:1px solid #f2f2f2;
	border-bottom:1px solid #f2f2f2;*/
}
table.contact tr.alt {
	background: #000;
}
table.contact tr:hover {
	background: #111;
}
table.contact tr:hover td {
	color: #fff;
}
table.contact input.submit {
	margin-top:0px;
	padding:5px 10px;
	background:#59648e;
	color:#ffffff;
	font-family:georgia, times, serif;
	border:1px solid #717DA6;
	cursor:pointer;
}

ul.pdf  {
	margin:5px 0 10px 0px;
	padding:10px;
	background:#333;
	border:1px solid #111;
/*background:#EFEFD4 none repeat scroll 0 0;
	border:1px solid #A9A94B;*/
}

ul.pdf li {
	padding:0 22px 0 23px;
	background: url(../images/pdf_icon.png) left no-repeat;
	list-style-type:none;	
}

ul.pdf li a {
	font-weight: bold;
	color:#fff;
}

ul.pdf li a:hover {
	text-decoration: none;
}
