* {
	margin: 0px;
	padding: 0px;
	color: #ffffff;
}

body {
	background: #0b111e url(./?images/bg_content.jpg) repeat-x;
	font-family: Tahoma, Verdana, Arial;
	font-size: 11px;
}

a {
	outline-style:none !important;
	outline-width:0 !important;
}
a:activea{
	outline-style:none !important;
	outline-width:0 !important;
}

img {
	border: 0px;
}

.contentHolder {
	width: 960px;
	margin: 0 auto;
}

#content2 .contentHolder {
	position: relative;
}

.middle {
	vertical-align: middle;
}

.b {
	font-weight: bold;
}

.clear {
	clear: both;
}

.left {
	float: left;
}

.right {
	float: right !important;
}

/*
 * HEADER
 */ 
#header {
  width: 100%;
  min-width: 1000px;
  height: 140px;
  background: transparent url(./?images/bg_flowers.jpg) repeat;
}

#header #yellow-line {
	width: 100%;
	min-width: 1000px;
	height: 6px;
	background: transparent url(./?images/bg_header.jpg) repeat;
	overflow: hidden;
}

#header #headerContent {
	width: 100%;
	min-width: 1000px;
	height: 134px;
	background: transparent url(./?images/bg_header_bottom.jpg) repeat-x bottom;	
}

#header #headerShadow {
	width: 100%;
	min-width: 1000px;
	height: 134px;
	background: transparent url(./?images/bg_header_shadow.png) no-repeat top center;	
}

#header #logo {
	margin: 25px 10px 0px 35px;
	float: left;
}

#header .small_logo {
	margin-top: 25px;
	float: left;
}

#header #d360 {
	margin: 35px 0px 0px 60px;
}

#header #language {
	width: 96px;
	height: 24px;
	background: transparent url(./?images/bg_lang.png) no-repeat;
	text-align: right;
	margin-right: 40px;
	padding: 5px 10px 0px 0px;
	float: right;
}

#header #language a {
	color: #fbf3e3;
	font-size: 9px;
	text-decoration: none;
}

#header ul#menu {
	widht: 500px;
	list-style: none;
	margin: 27px 0px 0px 10px;
	float: left;
}

#header ul#menu li {
	width: 110px;
	height: 35px;
	font-size: 14px;
	font-style: italic;
	text-align: center;
	float: left;
}

#header ul#menu li a {
	color: #c6b3a7;
	text-shadow: #22140f 1px 1px 1px;	
	text-decoration: none;
}
#header ul#menu li a:active { border-width: 0;}

#header ul#menu li a:hover,
#header ul#menu li#current a {
	width: 110px;
	height: 35px;
	display: block;
	color: #fff;
	background: transparent url(./?images/menu_hover.png) no-repeat bottom center;
	z-index: 99;
	position: relative;
}

/* END OF HEADER */

/*
 * FOOTER
 */

#footer {
	width: 100%;
  min-width: 1000px;
  background: transparent url(./?images/bg_footer.jpg) repeat-x top;
  padding: 15px 0px;
}

#footer #lion {
	width: 200px;
	margin-left: 60px;
	float: left;
}

#footer #lion img {
	margin-right: 5px;
	float: left;
}

#footer #lion span {
	color: #677bab;
	font-size: 9px;
}

#footer #lion p {
	color: #303a58;
	font-size: 9px;
	margin-top: 10px;
}

#footer #fmenu {
	margin-top: 10px;
	float: left;
}

#footer #fmenu a {
	color: #b1bdd0;
	font-family: Arial;
	font-size: 14px;
	font-style: italic;
	text-decoration: none;	
	margin: 0px 10px;
}

#footer #webmedia {
	margin-right: 60px;
	padding-top: 5px;
	float: right;
}

#footer #webmedia a {
	color: #203142;
	font-size: 10px;
	text-decoration: none;
}

#footer #webmedia img {
	margin-left: 10px;
	vertical-align: middle;
}

/* END OF FOOTER */

/*
 * CONTENT
 */
#content {
	width: 100%;
	min-width: 1000px;
	height: 345px;
	overflow: hidden;
	background: transparent url(./?images/bg_content_small.jpg) repeat-x;
	float:left; /* gogo - fix co */
}

#content #contentBackground {
	height: 345px;	
	background: transparent url(./?images/bg_content1.jpg) no-repeat top center;
}

#content #contentBackground #contentBox {
	width: 892px;
	height: 345px;
	background: transparent url(./?images/bg_opacity.png) repeat;
	margin: 0 auto;
}

#gallery {
	width: 593px;
	float: left;
}

#gallery ul {
	list-style-type: none;
	/*margin: 12px 0px 0px 20px;*/
	margin: 0px;
}

#gallery ul li {
	width: 573px;
	height: 316px;
	overflow: hidden;
}

#gallery ul h2 {
	width: 403px;
	height: 74px;
	overflow: hidden;
	background: transparent url(./?images/bg_image.png) no-repeat top center;
	padding: 20px 150px 0px 20px;
	position: relative;
	top: -318px;
}

#gallery ul h2 a {
	color: #fff;
	font-family: Arial;
	font-size: 22px;
	text-decoration: none;
}

#gallery #btnPrev {
	width: 68px;
	height: 68px;
	display: block;
	background: transparent url(./?images/btnPrev.png) no-repeat top center;
	position: relative;
	top: -195px;
	left: -17px;
}

#gallery #btnNext {
	width: 68px;
	height: 68px;
	display: block;
	background: transparent url(./?images/btnNext.png) no-repeat top center;
	position: relative;
	top: -263px;
	left: 561px;
	outline-style:none !important;
	outline-width:0 !important;
}

#galleryInfo {
	width: 224px;
	background: transparent url(./?images/bg_info.png) no-repeat top;
	margin-top: 12px;
	padding: 30px 20px 10px 50px;
	float: left;
}

#galleryInfo p {
	color: #888888;
	line-height: 16px;
}

#content2 {
	width: 100%;
  min-width: 1000px;  
  background: transparent url(./?images/bg_flowers.jpg) repeat; 
  clear: both;
}

#content2 #content2Line {
	width: 100%;
  min-width: 1000px;
  height: 2px;
  overflow: hidden;
  background: transparent url(./?images/bg_line.jpg) repeat-x;
}

#content2 .infoBox {
	width: 280px;
	margin: 20px 5px;
	float: left;
}

#content2 .infoBox h2 {
	margin: 5px 0px;
}

#content2 .infoBox h2 a {
	color: #a7b3bf;
	font-size: 20px;
	font-family: Arial;
	font-weight: bold;
	text-decoration: none;
}

#content2 .infoBox p {
	color: #527291;
	font-family: Verdana;
	line-height: 15px;
	margin-bottom:60px; /* make space for absolute positioned buttons below */
}

#content2 .firstBox {
	margin-left: 50px;
}

#largeContent {
	width: 100%;
  min-width: 1000px; 
  background: transparent url(./?images/bg_content2.jpg) repeat-y;
}

#largeContent #submenu {
	background-color:#0B0B0B;
	float:left;
	height:36px;
	margin-top: -2px;
	min-width:1000px;
	padding:2px 0;
	width:100%;
}

#largeContent #submenu #buff {
	width: 35px;
	height: 20px;
	float: left;
}

#largeContent #submenu a {
	width: auto;
	height: 22px;
	display: block;
	color: #857d6d;
	font-family: Verdana;
	font-size: 10px;
	text-decoration: none;
	text-transform: uppercase;
	padding: 13px 28px 0px 28px;
	margin: -1px 2px 0px 2px;
	position: relative;
	z-index: 99;
	float: left;
}

#largeContent #submenu a:hover,
#largeContent #submenu a#current {
	height: 28px;
	background-color: #1c1c1c;
	color: #b7ad98;
}
#sgallery {
	background:transparent url(./?./?images/bg_gallery.png) no-repeat center bottom;
	height:160px;
	margin-left:40px;
	padding:3px 2px 1px;
	width:814px;
}

#sgallery ul {
	list-style-type: none;
	margin-left: 10px;
}

#sgallery ul li {
	width: 201px;
	height: 162px;
	margin-top: -3px;
	float: left;
}

.fixGallery ul li {
}

#sgallery ul li a {
	width: 181px;
	height: 122px;
	padding: 20px 10px;
	display: block;
	outline-style:none !important;
	outline-width:0 !important;
}
#sgallery ul li a:active {
	outline-style:none !important;
	outline-width:0 !important;
}

#sgallery ul li#current a,
#sgallery ul li a:hover {
	background: transparent url(./?images/bg_opacity.png) repeat;
}

#sgallery #btnPrev {
	width: 49px;
	height: 49px;
	display: block;
	background: transparent url(./?images/btnPrev1.png) no-repeat top center;
	position: relative;
	top: -110px;
	left: -25px;
	outline-style:none !important;
	outline-width:0 !important;
}

#sgallery #btnNext {
	width: 49px;
	height: 49px;
	display: block;
	background: transparent url(./?images/btnNext1.png) no-repeat top center;
	position: relative;
	top: -159px;
	left: 800px;
	outline-style:none !important;
	outline-width:0 !important;
}

/* Gallery Inside Rooms & Restaurant */
.insideRooms #sgallery{
	height: 200px; /* make room for the bg image to appear properly */
}
.restaurant #sgallery {
	height: 163px; /* make room for the bg image to appear properly */
	padding-top: 0px;
}
.insideRooms #sgallery ul,
.restaurant #sgallery ul {
	padding:42px 2px 1px; /* make space for submenu */
	/* margin-left:210px; */
	/*left: -203px;*/
	left: -2px; /* start slideshow with the last uploaded picture */
}
.restaurant #sgallery ul { /* remove ul if not working : gogo*/
	padding-top:3px; /* remove space for submenu */
}
.insideRooms #sgallery ul li{
	margin-top:-5px; /* fix li position */
}
.restaurant #sgallery ul li {
	margin-top:-3px; /* fix li position */
}

.insideRooms #sgallery .anythingSlider,
.restaurant #sgallery .anythingSlider{
	height: 160px;
	margin: 0px;
	width: 814px;
}
.insideRooms #sgallery  .anythingSlider .wrapper,
.restaurant #sgallery  .anythingSlider .wrapper{
	height: 200px;
	left: 1px;
	width: 814px;
}
.insideRooms #sgallery .anythingSlider a.forward,
.insideRooms #sgallery .anythingSlider a.back {
	top:95px;
}
.restaurant #sgallery .anythingSlider a.forward,
.restaurant #sgallery .anythingSlider a.back {
	top:55px;
}
.insideRooms #sgallery .anythingSlider a.forward,
.restaurant #sgallery .anythingSlider a.forward {
	background: transparent url(./?images/btnNext1.png) no-repeat scroll center top;
	right:-45px;
	
}
.insideRooms #sgallery .anythingSlider a.back,
.restaurant #sgallery .anythingSlider a.back {
	background: transparent url(./?images/btnPrev1.png) no-repeat scroll center top;
	left:-33px;
}

.insideRooms #sgallery .anythingSlider a#start-stop.playing {
	display: none !important; /* don't display this button */
}



/* END Gallery Inside Rooms & Restaurant */


#imageBox {
	width: 409px;
	height: 278px;
	background: transparent url(./?images/bg_opacity.png) repeat;
	padding: 10px;
	margin: 30px 30px 30px 60px;
	float: left;
}

#imageInfo {
	width: 330px;
	margin-top: 30px;
	float: left;
}

#imageInfo h3 {
	color: #dbd4c4;
	font-size: 24px;
	font-family: Arial;
}

#imageInfo p {
	color: #dbd4c4;
	font-family: Verdana;
	line-height: 17px;
	margin: 16px 0px 10px 0px;
}

#imgContent {
	width: 840px;
	margin-left: 50px;
	padding-top: 20px;
}

.imgBox {
	width: 200px;
	text-align: right;
	margin: 20px 5px;
	float: left;	
}

.imgBox a {
	color: #dedede;
	font-size: 16px;
	font-family: Arial;
	text-decoration: none;
}

#opacityBox {
	width: 800px;
	background: transparent url(./?images/bg_opacity.png) repeat;
	color: #dedede;
	font-size: 12px;
	font-family: Verdana;
	line-height: 15px;
	margin: 20px 0px 20px 50px;
	padding: 20px;
}

ul#servicesList {
	list-style-type: none;
	margin-left: 50px;	
}

ul#servicesList li {
	width: 40%;
	color: #dedede;
	font-size: 16px;
	font-family: Arial;
	font-weight: bold;
	margin: 2px 40px 5px 0px;
	float: left;
}

#prices {
	margin-left: 50px;
}

#prices h1 {
	color: #dedede;
	font-size: 16px;
	font-family: Arial;
	padding: 20px 0px 10px 0px;
}

#prices h4 {
	color: #61b6ec;
	font-size: 14px;
	font-family: Arial;
	padding-bottom: 20px;
}

#prices table {
	width: 100%;
	border-collapse: 0px;
	border-spacing: 0px;
}

#prices table td,
#prices table th {
	padding: 10px 5px;
}

#prices table th {
	background: transparent url(./?images/bg_opacity.png) repeat;
	color: #dedede;
	font-size: 12px;
	font-family: Verdana;
	font-weight: normal;
	text-transform: uppercase;
}

#prices table th.blue {
	color: #519ed2;
	text-align: left;
}

#prices table tr.bgb {
	background: transparent url(./?images/bg_opacity_blue.png) repeat;
}

#prices table td {
	color: #fff;
	font-size: 9px;
	font-family: Verdana;
	text-align: center;
}

#prices #rooms {
	position: relative;
	left: -24px;
	top: -128px;
}

#prices p {
	color: #dedede;
	font-family: Verdana;
	line-height: 14px;
	padding: 40px 0px 20px 0px;
	margin-top: -120px;
}

#map {
	width: 400px;
	margin: 50px 0px 0px 50px;
	float: left;
}

#map h3 {
	color: #fff;
	font-size: 18px;
	font-family: Arial;
}

#map #mapBox {
	width: 356px;
	height: 305px;
	background: transparent url(./?images/bg_opacity_white.png) repeat;
	margin-top: 10px;
	padding: 10px;
}


/*
	pre 16.03.2010
	
	#reservationBox {
		width: 386px;
		height: 421px;
		background: transparent url(./?images/bg_reserve.png) no-repeat top center;
		margin-top: 50px;
		padding: 10px 20px;
		float: left;
	}
*/
#reservationBox {
	background:url(./?./?images/bg-reserve-551.png) no-repeat scroll center top transparent;
	float:left;
	height:551px;
	margin-top:50px;
	padding:10px 20px;
	width:386px;
}
#reservationBox div.textarea { /* added 16.03.2010 */
	background:url(./?./?images/textarea-100.png) no-repeat scroll left top transparent;
	float:right;
	margin:4px 0;
	width:255px;
}
#reservationBox div.textarea textarea#text{ /* added 16.03.2010 */
	background-color:#EBE9E4;
	border:0 none;
	color:#2988CE;
	font-family:Verdana;
	font-size:11px;
	height:95px;
	margin-left:4px;
	margin-top:5px;
	width:250px;
}

#reservationBox h3 {
	color: #fff;
	font-size: 18px;
	font-family: Arial;
}
#reservationBox h3 span {
	color: #a3d318;
}

#reservationBox form {
	color: #d4e7f8;
	font-family: Verdana;
}


#reservationBox label {	
	margin: 9px 0px;
	float: left;
}

#reservationBox form input,
#reservationBox form select {
	background-color: #ebe9e4;
	color: #2988ce;
	font-size: 11px;
	font-family: Verdana;
}

#reservationBox form .input {
	width: 255px;
	height: 21px;
	background: transparent url(./?images/input.png) no-repeat top left;
	margin: 4px 0px;
	float: right;
}

#reservationBox form .input img {
	margin-top: -1px;
	vertical-align: middle;
}

#reservationBox form .input input.middle {
	width: 222px;
	border: 0px;
	margin-left: 5px;
}

#reservationBox form .input input.large {
	width: 250px;
	border: 0px;
	margin-left: 5px;
	margin-top: 4px;
}

#reservationBox select {	
	height: 21px;
	border: 1px solid #ebe9e4;
	margin: 2px 3px;
	-moz-border-radius: 2px;
	float: left;
}

#reservationBox select.small {
	width: 50px;
}

#reservationBox select.middle {
	width: 95px;
}

#reservationBox form #btn {
	clear: both;
	width: 110px;
	height: 28px;
	background: transparent url(./?images/icon_reserve.png) no-repeat top left;
	color: #fff;
	font-size: 18px;
	font-family: Arial;
	font-weight: bold;
	text-decoration: none;
	padding: 5px 0px 0px 40px;
	margin-top: 20px;
	float: right;
}

#reservationBox select option{
	color:#2988CE;
}

/* pre 16.03.2010 
	
	.contactBox {
		width: 250px;
		margin-left: 60px;
		margin-top: -30px;
		float: left;
	}

*/
.contactBox {
	float:left;
	margin-left:60px;
	margin-top:-171px;
	width:175px;
}
.contactBox2 {
	margin-left:280px;
}

.contactBox h3 {
	height: 40px;
	color: #fff;
	font-size: 18px;
	font-family: Arial;
}

.contactBox p {
	color: #fff;
	font-size: 12px;
	font-family: Verdana;
	line-height: 15px;
	margin: 10px 0px 30px 0px;
}

.contactBox p span {
	color: #84afe0;
}

.contactBox p a {
	color: #23a1f9;
	text-decoration: none;
}

#btnReserve {
	width: 134px;
	height: 48px;
	overflow: hidden;
	display: block;
	background: transparent url(./?images/btnReserve.png) repeat;
	color: #f7f7f7;
	font-size: 18px;
	font-family: Arial;
	font-style: italic;
	font-weight: bold;
	text-decoration: none;
	text-shadow: #000 5px 5px 5px;	
	margin-top: 20px;
	padding: 20px 0px 0px 90px;	
}

#btnReserveLarge {
	width: 171px;
	height: 43px;
	overflow: hidden;
	display: block;
	background: transparent url(./?images/btnReserve1.png) repeat;
	color: #f7f7f7;
	font-size: 18px;
	font-family: Arial;
	font-style: italic;
	font-weight: bold;
	text-decoration: none;
	text-shadow: #000 5px 5px 5px;	
	margin-top: 20px;
	padding: 20px 0px 0px 130px;	
}

.btnView {
	background:transparent url(./?./?images/btnView.png) repeat scroll 0 0;
	bottom:20px;
	color:#170D02;
	display:block;
	font-family:Arial;
	font-size:14px;
	font-style:italic;
	font-weight:bold;
	height:27px;
	margin-top:20px;
	overflow:hidden;
	padding-top:8px;
	position:absolute;
	text-align:center;
	text-decoration:none;
	text-shadow:1px 1px 0 #E19510;
	width:137px;
}

.tleft {
	text-align: left !important;
}