html {
	margin: 0;
	padding: 0;
}

/* General Style Info */
body {
	margin: 0;
	padding: 0;
	background-image: url(/img/back.jpg);
	background-position: top center;
	color: black;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 75%;
	line-height: 130%;
	text-align: center;
}

a:link,
a:visited {
	color: #A9471D;
	text-decoration: none;
}

a:hover,
a:active {
	color: #A9471D;
	text-decoration: underline;
}

a img {
	border: none;
}

h1, h2, h3, h4 {
	color: #793214;
}

h2 {
	margin: 0.75em 0;
	font-size: 1.5em;
}

h3 {
}

h4 {
}

p {
	margin: 0 0 0.75em 0;
}

/* Layout */
#container {
	background: url(/img/back_top.jpg) no-repeat top center;
}

#header{
	height: 456px;
	padding-top: 10px;
	text-align: center;
}
* html #header{
	height: 455px;
}
#header h1 {
	width: 180px;
	margin: 10px auto 52px auto;
	font-size: 5px;
}
* html #header h1 {
	margin-bottom: 62px;
}
#header h1 a {
	display: block;
	height: 70px;
	background: url(/img/logo.png) no-repeat top left;
	text-indent: -1000px;
	overflow: hidden;
}

ul#lang-menu {
	height: 37px;
	width: 600px;
	margin: 0 auto;
	padding: 15px 0 0 0;
	list-style: none;
	font-size: 0.9em;
	text-align: right;
}

ul#lang-menu li {
	display: inline;
	margin: 0 0 0 10px;
	padding: 0;
}

ul#lang-menu li a {
	color: #fff;
}

ul#lang-menu li.active {
	font-weight: bold;
}

#picture {
	width: 582px;
	height: 308px;
	margin: 0 auto;
	position: relative;
	left: 2px;
	background-image: url(/img/picture/home.jpg);
	background-repeat: no-repeat;
	background-position: 50% 50%;
	background-color: #000;
}

#picture.hotel {
	background-image: url(/img/picture/hotel.jpg);
}

#picture.restaurant {
	background-image: url(/img/picture/restaurant.jpg);
}

#picture.museum {
	background-image: url(/img/picture/museum.jpg);
}

#picture.special_offers {
	background-image: url(/img/picture/special_offers.jpg);
}

#picture.contact {
	background-image: url(/img/picture/contact.jpg);
}

#main {
	width: 820px;
	margin: 0 auto;
	background: url(/img/back_content_top.jpg) no-repeat top left;
	font-size: 1.2em;
	line-height: 150%;
	text-align: left;
}

ul#main-menu {
	height: 30px;
	margin: 0;
	padding: 22px 20px 0 0;
	list-style: none;
	font-size: 1.1em;
	font-weight: bold;
	text-align: center;
}

ul#main-menu li {
	display: inline;
	margin: 0 0 0 25px;
}

ul#main-menu li a {
	color: #F9D284;
	text-decoration: none;
}

ul#main-menu li.active a {
	color: #FEF5E2
}

#content {
	min-height: 500px;
	padding: 20px 30px;
	color: #54230E;
}

#content .column1 {
	float: left;
	width: 360px;
}

#content .column2 {
	float: right;
	width: 365px;
}

#footer {
	clear: both;
	height: 40px;
	margin: 0 auto;
	padding: 60px 0 0 0;
	background: url(/img/back_content_bottom.png) no-repeat top center;
	color: #54230E;
	font-size: 0.9em;
	text-align: left;
}

* html #footer {
	background: url(/img/back_content_bottom.jpg) no-repeat top center;
}

#footer-box {
	width: 750px;
	margin: 0 auto;
}

#footer .copy {
	float: left;
}

#footer .counter {
	float: right;
	clear: right;
}

#footer .design {
	float: right;
}

#player {
	margin-bottom: 10px;
}


/* Paging */

div.paging {
	color: #ccc;
	margin-bottom: 2em;
}

div.paging div.disabled {
	color: #ddd;
	display: inline;
}

div.paging span {
}

div.paging span.current {
	color: #000;
}

div.paging span a {
}


/* Scaffold View */

dl {
	line-height: 2em;
	margin: 0em 0em;
	width: 60%;
}

dl.altrow {
	background: #f4f4f4;
}

dt {
	font-weight: bold;
	padding-left: 4px;
	vertical-align: top;
}

dd {
	margin-left: 10em;
	margin-top: -2em;
	vertical-align: top;
}


/* Forms */

form {
	clear: both;
	margin: 0;
	padding: 0;
}

fieldset {
	border: 1px solid #BC8B5E;
	padding: 1em 0.5em 0 0.5em;
}

fieldset legend {
}

form div {
	clear: both;
	margin-bottom: 1em;
	vertical-align: text-top;
}

form div.input {
}

form div.required {
	font-weight: bold;
}

form div.submit {
	border: 0;
	clear: both;
	margin-top: 10px;
	margin-left: 140px;
}

label {
	display: block;
	float: left;
	width: 120px;
	margin-right: 20px;
	text-align: right;
}

input,
textarea {
	padding: 2px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
}

select {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	vertical-align: text-bottom;
}

form div.submit input {
	display: inline;
	padding: 2px 5px;
	width: auto;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	vertical-align: bottom;
}

form div.input .error-message {
	display: block;
	margin-left: 140px;
	font-size: 0.9em;
	font-weight: normal;
}

/* Notices and Errors */

div.message {
	clear: both;
	color: #900;
	font-size: 140%;
	font-weight: bold;
	margin: 1em 0;
}

div.error-message {
	clear: both;
	color: #900;
	font-weight: bold;
}

p.error {
	background-color: #e32;
	color: #fff;
	font-family: Courier, monospace;
	font-size: 120%;
	line-height: 140%;
	padding: 0.8em;
	margin: 1em 0;
}

p.error em {
	color: #000;
	font-weight: normal;
	line-height: 140%;
}

.notice {
	background-color: #ffcc00;
	color: #000;
	display: block;
	font-family: Courier, monospace;
	font-size: 120%;
	line-height: 140%;
	padding: 0.8em;
	margin: 1em 0;
}

.success {
	background-color: green;
	color: #FFF;
}


/*  Actions  */

div.actions ul {
	margin: 0px 0;
	padding: 0;
}

div.actions li {
	display: inline;
	list-style-type: none;
	line-height: 2em;
	margin: 0 2em 0 0;
	white-space: nowrap;
}

div.actions ul li a {
	color: #003d4c;
	text-decoration: none;
}

div.actions ul li a:hover {
	color: #333;
	text-decoration: underline;
}


/* Related */

div.related {
	clear: both;
	display: block;
}


/* Debugging */

pre {
	color: #000;
	background: #f0f0f0;
	padding: 1em;
}

pre.cake-debug {
	background: #ffcc00;
	font-size: 120%;
	line-height: 140%;
	margin-top: 1em;
	overflow: auto;
	position: relative;
}

div.cake-stack-trace {
	background: #fff;
	border: 4px dotted #ffcc00;
	color: #333;
	margin: 0px;
	padding: 6px;
	font-size: 120%;
	line-height: 140%;
	overflow: auto;
	position: relative;
}

div.cake-code-dump pre {
	position: relative;
	overflow: auto;
}

div.cake-stack-trace pre,
div.cake-code-dump pre {
	color: #000000;
	background-color: #F0F0F0;
	margin: 0px;
	padding: 1em;
	overflow: auto;
}

div.cake-code-dump pre, div.cake-code-dump pre code {
	clear: both;
	font-size: 12px;
	line-height: 15px;
	margin: 4px 2px;
	padding: 4px;
	overflow: auto;
}

div.cake-code-dump span.code-highlight {
	background-color: #FFFF00;
	padding: 4px;
}

a.photo {
	display: block;
	float: left;
	width: 160px;
	height: 120px;
	padding: 8px 12px 12px 8px;
	background: url(/img/photo.png) no-repeat;
}

div.photo {
	float: left;
	width: 180px;
	hight: 160px;
	background: url(/img/photo.png) no-repeat;
	font-size: 0.8em;
	overflow: hidden;
	text-align: center;
}

div.photo a {
	display: block;
	width: 160px;
	height: 120px;
	padding: 8px 12px 5px 8px;
}

.clear {
	clear: both;
}

table {
	margin: 1em 0;
	border: none;
	border-collapse: collapse;
}

table th {
	padding: 0.5em;
	background-color: #E5CD97;
	border-top: 2px solid #BC8B5E;
	border-bottom: 1px solid #BC8B5E;
}

table td {
	padding: 0.5em;
	border-bottom: 1px solid #BC8B5E;
}

#gmap {
	float: right;
	width: 400px;
	height: 300px;
	margin-bottom: 20px;
	border: 1px solid #BC8B5E;
	overflow: hidden;
}

.big {
	font-size: 1.4em;
	font-weight: bold;
}

/*div#main,
{
	behavior: url(/css/iepngfix.htc);
}
*/