@charset "utf-8";
/* CSS Document */

* {
	margin:0;
	padding:0;
}

html, body {
	height:100%;
}

body {
	background-color:#ededed;
	color:#000;
	font-family:Tahoma;
	text-align:center; 
	font-size: 11px;
}

img {
	border: 0;
}


#containerTable {
	margin:0 auto;
	position:relative; /* puts container in front of distance */
	text-align:left;
	width:773px;
	height:100%;
	display: table;
	vertical-align: middle;
}

#containerCell {
	height: 100%;
  display: table-cell;
	vertical-align: middle;
}

#container {
	margin: auto;
	margin-top: -3px;  /*IE6 fix */
	background-color: #FFFFFF;
	background: #ededed url(../images/container-bg.png) repeat-y;
}

#top {
	background: #ededed url(../images/top-bg.png) no-repeat;
	height: 10px;
	margin-top: 4px;
}

#bottom {
	background: #ededed url(../images/bottom-bg.png) no-repeat;
	height: 10px;
}

#header {
	background: #ffffff url(../images/logo-slogan.png) no-repeat;
	height: 146px;
	margin-left: 4px;
	margin-right: 1px;
}

#buttons {
	height: 37px;
	width: 500px;
	float: right;
	margin-top: 5px;
	background: #fff url(../images/buttons-bg.png) no-repeat;
	text-align: right;
}

.menu-button {
	margin-top: 8px;
}

#content {
	width: 734px;
	margin: auto;
}

.column {
	width:181px;
	margin: 1px;
	float: left;
  min-height: 180px;
	height: auto !important;
	height: 180px;
}

.column-image {
}

.gallery-image {
	border: 4px solid grey;
  text-align: center;
	padding: 3px;
  min-height: 80px;
	height: auto !important;
	height: 80px;
  background-color: #eee;
}

.column-text {
	background: #fff url(../images/column-text-bg.png) no-repeat;
	padding: 3px;
  	min-height: 100px;
	height: auto !important;
	height: 100px;  
}

.column-text a {
	color: #3CD22B;
	cursor: pointer;
	cursor: hand !important; /* IE6 fix */
	text-decoration: none;
}

.column-text a:hover {
	text-decoration: underline;
}

.column-text-header {
	padding-bottom: 5px;
	font-weight: bold;
}

#footer {
	text-align: right;
	padding: 6px;
	font-size: 10px;
}


#heading {
	height: 37px;
	width: 574px;
	margin-top: 5px;
	background: #fff url(../images/heading-bg.jpg) no-repeat;
}

#page-heading {
	font-family:Futura, Arial Black, sans-serif;
  	font-size: 24px;
	padding-top: 4px;
	margin-left: 10px;
	text-align: left;
}

#address-map {
	width: 440px;
	float: left;
}

#address-forms {
	margin-left: 10px;
	width: 270px;
	float: right;
}

#address-booking-guestbook {
	width: 200px;
}

.form_item {
  background-color:#effaee;
	color:#3CD22B;
	font-family:Tahoma;
	font-size: 11px;
  border: 0;
  width: 100%;
}

.button { 
  color:#050; 
  font: bold 84% 'trebuchet ms',helvetica,sans-serif; 
  margin-top: 3px;
} 

.item_price {
  font-size: 20px;
  color: #CCC;
}


#promotion-title { 
	padding: 4px 0px;
	z-index: 999;
	top: 0px;
	left: 6px;
	font-size: 22px; 
	background-color: #000000;
  color: #FFFFFF; 
	padding: 3px;
	z-index: 999;
	opacity: .80;               /* Standard style for transparency */
	-moz-opacity: .80;          /* Transparency for older Mozillas */
	filter: alpha(opacity=80);  /* Transparency for IE */
}

#promotion-title a {
  color: #fff;
  text-decoration: none;
}

#promotion-caption { 
  position: absolute;
	bottom: 0; 
	left: 0;
	text-align: left;
	font-size: 11px; 
	color: #FFFFFF; 
	background-color: #000000;
	padding: 3px;
	z-index: 999;
	opacity: .80;               /* Standard style for transparency */
	-moz-opacity: .80;          /* Transparency for older Mozillas */
	filter: alpha(opacity=80);  /* Transparency for IE */
}

#promotion-caption a {
  color: #fff;
  text-decoration: none;
}

.guestbook-entry {
  border: 1px dashed #ccc;
  padding: 3px;
  background-color:#effaee;
  margin: 4px;
}

.comment-title {
background-color: #55b842;
padding: 0.5em;
color: white;
}

.comment {
  padding: 0.3em;
}

#gallery-categories {
  padding: 0.3em;
}

#gallery-categories a {
	color: #3CD22B;
	cursor: pointer;
	cursor: hand !important; /* IE6 fix */
	text-decoration: none;
}
