@charset "utf-8";
/* CSS Document */

html, body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #FFF;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	/*text-align: center;  this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector *//*color: #000000;*/
	width:100%;
	height:100%;
	min-height:100%;
	font-size:12px;
}
img{ border:none}
#outer_container {
	width: 100%;  /* this will create a container 100% of the browser width */
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 0px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
}
#mainContent {
	padding: 0px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	margin:0 auto;
	width:980px;
	border:0px solid #000
}
#header {
	padding: 20px 10px 0 2px;
	text-align:center/* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
}
#langs {
	text-align:right;/* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	font-size:10px;
	color:#73baaf;
}
#langs a {
	color:#73baaf;
	text-decoration:none;
	margin-right:2px;
}
#langs a:hover {
	color:#73baaf;
	text-decoration:underline
}
#slide {
	width:980px;
	height:445px;
	margin-top:2px;
	margin-bottom:-16px;
}
#centeredmenu {
	float:left;
	width:100%;
	height:26px;
	position:relative;
	background:#bce2dc;
	font-size:16px;
	font-variant:small-caps;
	margin:16px 0px;
	text-align:center
}
#centeredmenu ul {
	clear:left;
	float:left;
	list-style:none;
	margin:0;
	padding:0;
	position:relative;
	/*left:50%;*/
	text-align:center;
	/*background:url(../img/back-hover-logo-big.png) top left repeat-y;*/
	position:absolute;
	top:0px;
	left:490px;
	
}
#centeredmenu ul li {
	display:block;
	float:left;
	list-style:none;
	margin:0;
	padding:0;
	position:relative;
	right:50%;
}
#centeredmenu ul li a {
	display:block;
	margin:0 0 0 1px;
	padding:0px 6px;
	color:#000;
	text-decoration:none;
	line-height:1.7em;
	font-family:eurof;
	text-decoration:none;
	letter-spacing:-1px;
}
#centeredmenu ul li a:hover {
	border-bottom:1px solid #68a2aa;
	padding-bottom:1px
}
#centeredmenu ul li a.active, #centeredmenu ul li a.active:hover {
	border-bottom:1px solid #68a2aa;
	padding-bottom:1px
}
#menu_shadow {
	background:url(../img/slider-shadow.png) bottom no-repeat;
	width:980px;
	height:10px;
	margin-top:42px;
}
#content {
	clear:both;
	width:980px;
	height:265px;
	margin:0px 0px;
	margin-bottom:20px;
	padding-top:5px;
	border:0px solid #F00
}
#content_sights {
	clear:both;
	width:980px;
	height:265px;
	margin:0px 0px;
	margin-bottom:0px;
	padding-top:5px;
	border:0px solid #F00
}

.left_content {
	float:left;
	width:306px;
	height:265px;
	padding:0px;
	text-align:center;
	background:url(../img/flower.jpg) top left no-repeat
}
.left_content span a {
	position:relative;
	top:230px;
	left:-10px;
	font-family:eurof;
	color:#333;
	text-decoration:none;
	font-size:16pt;
	text-align:left
}
.left_content span a:hover {
	text-decoration:underline
}
.center_content {
	float:left;
	width:340px;
	height:270px;
	margin-top:-14px;
	border:0px solid #000;
	margin-left:14px;
	margin-right:14px
}
.center_content p {
	color:#333;
	font-size:11px;
	text-align:justify;
}
.right_content {
	float:left;
	width:306px;
	height:265px;
	padding:0px;
	text-align:center;
	border:0px solid #000
}
.right_content_top {
	width:306px;
	height:120px;
	background:url(../img/rooms2.jpg) top left no-repeat;
}
.right_content_top:hover {
	width:306px;
	height:120px;
	background:url(../img/rooms2.jpg) top left no-repeat;
	background-position:0xp -120px;
}

.right_content_top span a {
	position:relative;
	top:80px;
	left:66px;
	font-family:eurof;
	color:#333;
	text-decoration:none;
	font-size:14pt;
	text-align:left
}
.right_content_top span a:hover {
	text-decoration:underline
}
.right_content_bottom {
	margin-top:24px;
	width:306px;
	height:120px;
	background:url(../img/map3.jpg) top left no-repeat;
}
.right_content_bottom:hover {
	margin-top:24px;
	width:306px;
	height:120px;
	background:url(../img/map3.jpg) top left no-repeat;
	background-position:0px -120px
}

.right_content_bottom span a {
	position:relative;
	top:80px;
	left:66px;
	font-family:eurof;
	color:#333;
	text-decoration:none;
	font-size:14pt;
	text-align:left
}
.right_content_bottom span a:hover {
	text-decoration:underline
}
#footer {
	padding: 0 0px;  /*this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#bce2dc;
	height:140px;
	min-width:930px;
	width:100%;
}
#footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs *//*padding: 10px 0; padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
.footerInfo {
	width:980px;
	margin:0px auto;
	padding:0px;
	height:inherit;
	color: #000;
	/*	font-family: "Lucida Sans Unicode", "Lucida Grande", "Trebuchet MS", Helvetica, Arial, sans-serif;*/
	font-size: 11px;
	line-height: 17px;
	border:0px solid #000
}
.footerInfo > p {
	margin-top:0px;
	text-align:left;
	color:#000;
	border-top:0px solid #d0d0d0;
	padding-left:0px;
	font-size:11px;
	letter-spacing:0px;
}
.footerInfo a {
	padding-left:2px;
	padding-right:2px;
	color:#000;
	text-decoration:none
}
.footerInfo a:hover {
	padding-left:2px;
	padding-right:2px;
	text-decoration:underline
}
.footerInfo p.copy {
	color:#000;
}
.footerInfo p.social {
	float:right
}
.left_footer {
	float:left;
	width:50%
}
.right_footer {
	float:right;
	width:50%
}
.right_footer p, .right_footer ul {
	color:#FFF;
	text-align:right
}
.right_footer ul li {
	list-style:none;
	display:inline;
}
.right_footer ul li a {
	color:#FFF;
	text-align:right;
}
.developer {
	font-size:10px;
	color:#333
}
.developer a {
	color:#333;
	text-decoration:none
}
.developer a:hover {
	color:#333;
	text-decoration:underline
}
.hover1 {
	-moz-box-shadow: 0 0 1px 1px #a3df05;
	-webkit-box-shadow: 0 0 1px 1px#a3df05;
	box-shadow: 0px 0px 1px 1px #a3df05;
}
.hover2 {
	-moz-box-shadow: 0 0 1px 1px #a97c99;
	-webkit-box-shadow: 0 0 1px 1px#a97c99;
	box-shadow: 0px 0px 1px 1px #a97c99;
}
.hover3 {
	-moz-box-shadow: 0 0 1px 1px #a5c0dd;
	-webkit-box-shadow: 0 0 1px 1px#a5c0dd;
	box-shadow: 0px 0px 1px 1px #a5c0dd;
}
.form {
	float: left;
	margin-left:0px;
	margin-right:10pt;
	width: 100%;
	padding-left:0px;
}
ol.cf-ol {
	margin: 0 !important;
	/*    padding: 15px 10 0 !important;
*/
padding-left:4px
}
ol.cf-ol li {
	background: none repeat scroll 0 0 transparent !important;
	line-height: 2em;
	list-style: none outside none !important;
	/*    margin: 15px 0 !important;
*/   
margin-top:6px;
	margin-left:2px;
	padding: 0;
	text-align: left;
}
.form label {
	color: #6A7886;
	display: inline-block;
	font-size: 12px;
	margin: 4px 10px 0;
	text-align: left;
	vertical-align: top;
	width: 200px;
	font-family:Verdana, Geneva, sans-serif
}
.form textarea, .form input {
	width: 220px;
}
.form .form_radio{width:30px; border:0px; background:none}
.form input, .form textarea, .form select {
	background: url("../img/field-bg-top.gif") repeat-x scroll left top #FFFFFF;
	border: 1px solid #AAAAAA;
	color: #888888;
	font: 1.1em Trebuchet MS, sans-serif;
	padding: 3px;
	vertical-align: top;
}
.form input.sendbutton {
	-moz-border-bottom-colors: none !important;
	-moz-border-image: none !important;
	-moz-border-left-colors: none !important;
	-moz-border-right-colors: none !important;
	-moz-border-top-colors: none !important;
	background: url("../img/button-bg.gif") repeat-x scroll 0 0 transparent;
	border-color: #ECECEC #ADADAD #ADADAD #ECECEC !important;
	border-right: 1px solid #ADADAD !important;
	border-style: solid !important;
	border-width: 1px !important;
	cursor: pointer;
	font-size: 0.8em;
	margin: 0 19px 0 0;
	padding: 2px 1em;
	width: auto;
}
.form input.reviewbutton {
	-moz-border-bottom-colors: none !important;
	-moz-border-image: none !important;
	-moz-border-left-colors: none !important;
	-moz-border-right-colors: none !important;
	-moz-border-top-colors: none !important;
	background: #68a2aa;
	cursor: pointer;
	border:0px;
	font-size: 1.4em;
	margin: 0 19px 0 0;
	padding: 2px 1em;
	width: auto;
	color:#FFF;
	font-variant:small-caps
}

.img_thumb{border:2px solid #FFF;-moz-box-shadow: 0 0 5px #888;-webkit-box-shadow: 0 0 5px#888;box-shadow: 0 0 5px #888; margin-right:0px;  margin-bottom:0px;}
#rm_fcl{
width:232px; height:46px;background:#68a2aa; border:0px solid #000; margin-left:-32px; margin-top:-22px; padding-left:32px;  	
	}
#add_review{
width:232px; height:46px;background:#68a2aa; border:0px solid #000; margin-left:-32px; margin-top:0px; padding-left:32px;  	
	}
#example-two .list-wrap {padding: 20px; margin: 0px 0 15px 0; font-size:11px; line-height:2em }
#example-two .text_descr{float:left; width:700px; border:0px solid #000; margin-right:23px; text-align:justify}
#example-two .img_sight_holder{float:left; border:0px solid #F00; width:180px; padding-left:21px; padding-top:14px; padding-right:14px; padding-bottom:7px; margin-top:-6px; border-right:0px dashed #68a2aa; border-left:0px dashed #68a2aa; background:#f0f9f8;}
#example-two ul { list-style: none; }
#example-two ul li a { display: block; border-bottom: 0px solid #666; padding: 4px; color: #666; font-family:eurof;  font-variant:small-caps }
#example-two ul li a:hover { background: #68a2aa; color: white; }
#example-two ul li:last-child a { border: none; }

#example-two .nav { overflow: hidden;  border:0px solid #000; margin-right:-4px; }
#example-two .nav li { width: 161px; float: left; margin: 0px 1px 0 0;  }
#example-two .nav li.last {  width:169px }
#example-two .nav li a { display: block; padding: 13px; ma padding-bottom:4px; background: #68a2aa; color: #FFF; font-size: 19px; letter-spacing:0px; text-align: left; border: 0; text-decoration:none;  }

#example-two li a.current,#example-two li a.current:hover { background-color:#bce2dc  !important; color:#333; }

#example-two .nav li a:hover, #example-two .nav li a:focus { background: #68a2aa; color:#333;}

#events .text_descr{float:left; width:700px; border:0px solid #000; margin-right:23px; text-align:justify}
#events .img_sight_holder{float:left; border:0px solid #F00; width:180px; padding-left:21px; padding-top:14px; padding-right:14px; padding-bottom:7px; margin-top:0px; border-right:0px dashed #68a2aa; border-left:0px dashed #68a2aa;}

.tbl_rates {
	/*color:#99C;*/
	color:#5d6e75;
	margin-top:-1px;
	width:100%;
	background-color : transparent;
}
.tbl_rates td {
	
	border:0px solid #bce2dc;
	padding:3px;
	background:#f0f9f8;
	color:#333
	
	
}
.tbl_rates_d {
	  color:#27479A;
	  text-align: center;
	  }

.tbl_rates .tbl_rates_h {
	border:0px solid #68a2aa;
    background-color: #bce2dc;
    text-align: center;
	
}
.tbl_rates_cell {
	color:#333;
	text-align:center;
}
.tbl_rates_dt {
	color:#666;
}

  .button_s2_small_grey {
  font-size: 11px;
  font-family: verdana, Arial;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  margin-left: 0px;
  padding-top: 0px;
  padding-right: 0px;
  padding-bottom: 5px;
  padding-left: 0px;
  border: 0px;
  background-image: url(../images/button_s2.gif);
  background-repeat:no-repeat;
  background-color: transparent;
  text-decoration: none;
  color:#462300;
  background-position: center;
  text-align: center;
  height: 20px;
  width: 90px;
  cursor:pointer;
  }
