@charset "UTF-8";

/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
/* GLOBAL STYLE CLASSES */
/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
html {
	height:100%;
	padding:0;
	margin:0;
	border:0;
    overflow: -moz-scrollbars-vertical;
	overflow-y: hidden;
	/* hide overflow:hidden from IE5/Mac */ 
	/* \*/
}
body {
	margin: 0px;
	padding: 0px;
	height: 100%;
	width: 100%;
	border:0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	background-color: #342d20;
}
a {
	color: #342d20;
	text-decoration:none;
}
a:hover {
	color: #5e5749;	
}
h1 {
	color: #342d20;
	font-size: 13px;
	width: 100%;
	border-bottom: 1px solid #FFFFFF;
}

/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
/* CONTENT CONTAINER */
/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
#container {
	width: 100%;
	margin: 0 auto;
	height: 100%;
	z-index: 0;
	position: relative;
	float: left;
	overflow: hidden;

	background-attachment: fixed;
	background-image: url(../backgrounds/bg-repeat-x.gif);
	background-repeat: repeat-x;
	background-position: left center;
}
#content-text-images {
	width: 100%;
}
#content-text-images img {
	border: 1px solid #ded7d2;
	margin-right: 15px;
	margin-bottom: 15px;
}
#content {
	position: absolute;
	float: left;
	top: 50%;
	margin-top: -175px;
	height: 350px;
	width: 100%;
}

#content-left {
	margin-left: 45px;
	margin-right: 365px;
	position: absolute;
	float: left;
	width: auto;
	margin-top: 3px;
	height: 256px;
	overflow-y: auto;
	overflow-x: hidden;
}
#content-text {
	width: 98%;
	*width: 100%;
	position:relative;
	*float: left;
	right: 240px;
}
#content-text-content {
	margin-left: 240px;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 16px;
}
#content-news {
	width: 220px;
	*width: 210px;
	position: absolute;
	*float: right;
	right: 0px;
	*right: 10px;
	top: 0px;
	height: 99%;
	padding-left: 30px;
	*padding-left: 10px;
}
	#content-news ul {
		list-style: none;
		margin:0px;
		padding:0px;
	}
	#content-news ul li {
		margin-bottom: 3px;
	}
	#content-news ul li a {
		text-decoration: none;
		color: #342d20;
		font-size: 12px;
		font-family:Arial, Helvetica, sans-serif;
	}
	#content-news ul li a:hover {
		color: #5e5749;
	}
#content-menu {
		margin-top: 270px;
		margin-left: 45px;
		position: absolute;
		height: 30px;
}
		#content-menu a {
			color: #FFF;
			font-size: 13px;
			font-weight: bold;
			text-decoration: none;
			margin-right: 13px;
		}
#content-image {
	width: 356px;
	height: 382px;
	overflow:hidden;
	position: relative;
	float: right;
	margin-top: -62px;
}
#content-image-overlay {
	width: 356px;
	height: 392px;
	overflow:hidden;
	position: absolute;
	float: right;
	margin-top: -358px;
	*margin-top: -3px;
	*left: 0;
	z-index: 99;
}
#logo {
	position:relative;
	display: block;
	clear:both;
	margin-top: 1px;
}
.back_button {
	color: #105354;
	text-decoration: none;
	font-size: 12px;
}
.agenda-item, .menu-header {
	margin-bottom: 15px;
	border-bottom: 1px solid transparent;
}
.agenda-item:hover {
	background-color: #c7c7c7;
	border-bottom: 1px solid #ded7d2;
}
.menu-item {
	width: 100%;
	position:relative;
	float:left;
	margin-bottom: 10px;
}
.menu-meal {
	position: relative;
	float:left;
	width: 85%;
}
.menu-price {
	margin-left: 10px;
	position: relative;
	float: right;
	clear: right;
}



/* FORM STYLE */
.contact_label {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	text-decoration: none;
	float: left;
	width: 33%;
	*width: 150px;
	margin-bottom: 5px;
	position: static;
	*position: relative;
	*clear: left;
	*background-color: red;
}
.contact_value {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	text-decoration: none;
	float: left;
	width: 67%;
	*width: 350px;
	margin-bottom: 5px;
	position: static;
	*clear: right;
	*background-color: yellow;
}
input {
	height: 12px;
	font-size: 11px;
	border: 1px solid #CCC;
}
textarea {
	font-size: 11px;
	border: 1px solid #CCC;
}
select {
	height: 22px;
	font-size: 11px;
}
#submit {
	height: 25px;
	border: 1px solid #CCC;
}
.cleanLink {
	color: #FFFFFF;
	text-decoration: none;
}
#submit {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
	background-color: #105354;
	height: 18px;
	width: 100px;
	padding-bottom: 2px;
	border:none;
}

	.foto-thumbnail {
		position:			relative;
		float:				left;
		
		height:				75px;
		width:				100px;
		
		margin-right:		10px;
		margin-bottom:		10px;
		
		/*border:				1px solid #F4F2CE;*/
		
		overflow:			hidden;
	}
		
	.foto-thumbnail .foto-overlay {
		position:			absolute;
		z-index:			5;
	}

