html, body {
	color: #663d17;
	background-color: #663d17;
	font-family: Verdana,"Helvetica Neue",Helvetica,Arial,sans-serif ;
	padding:0;
	margin: 0;
	height:100%;
}

#back{
	/*background-image: url('../sources/forchetta_cucchiaio.jpg');*/
	width: 1000px;
	height: 600px;
	/*background-repeat: no-repeat;
	background-position: right bottom;*/
	background:none;
	margin: 0 auto;
}

#navbar{
	z-index: 1;
	float:right;
	padding:0;
	margin-top: 0px;
	margin-right: 10px;
	color:#663d17;
}
#navbar ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
#navbar ul li{
	float:left;
	display: block;
	padding: 5px 5px;
	margin:0px 5px;
	font-size: 1em;
	position: relative;
	z-index: 10;
}
#navbar ul li a{
	text-decoration: none;
	display: block;
    position: relative;
    z-index: 3;
	color: #663d17;
}
#navbar ul li a:hover{
	text-decoration: underline;
	background: none;
	color: #efdba0;
}
	
#navbar ul li.active{
	background-color: #dbb896;
}

#nav_move {
    position: absolute;
    background: #663d17;
    display: block;
    z-index: 1;
    left:0;
    top:0;
}

#navbar .cur{
	color: #efdba0;
}

#flags{
	width: 100%;
	text-align: right;
	font-size: 0.7em;
	margin-right: 10px;
	padding-bottom: 3px;
}

#flags a{
	text-decoration: none;
	color: #efdba0;
}

#flags a:hover{
	text-decoration: underline;
	background-color: #efdba0;
	color: #663d17;
}


#slider{
	position: relative;	
	/*clear:both;*/
	overflow: hidden;
	width:100%;
}

#widecontent
{
	width: 3200px;
	height: 319px;
}

#slider .slide{
	display: block;
	padding:20px;
	float:left;
	width: 660px;
	text-align: justify;
	letter-spacing: 0.1em;
	font-size: 0.7em;
	line-height: 1.5em;
	height:319px;
	margin-top:30px;
}

#home .content{
	width: 330px;
}

#contatti a
{
	text-decoration: underline;
	color: #efdba0;
}

#contatti a:hover{
	background-color: #efdba0;
	color: #663d17;
	text-decoration: none;
}


#footer a{
	text-decoration: none;
	color: #c4985d;
}
#footer a:hover{
	background-color: #efdba0;
	color: #663d17;
	text-decoration: none;
}

#myoutercontainer { 
	position:relative; 
	height:100%;
}

#myinnercontainer { 
	position:absolute; 
	top:50%; 
	left:50%; 
	margin-left: -350px; 	
	margin-top: -250px ; 
	text-align: center;
	background: none;
}
#innerinner{
	background-color: #c4985d; 
	border: 1px #000000 dotted;
	height: 500px; 
	width: 700px;
}


#footer{
	margin-top: 3px;
	font-size: 0.7em;
	width: 700px;
	text-align: right;
	color: #efdba0;
	letter-spacing: -0.1em;
	
}

#slideshow{
	/*position:absolute;
	bottom:40px;
	right:20px;*/
	float:right;
	border: 1px solid #666666;
	width: 300px;
	height: 300px;
	background-color: #efdba0;
}
#slideshow img{
	display:block;
	width: 270px;
	height: 270px;
	/*padding:10px;*/
	margin: 14px;
	border: 1px solid #666666;
}

#carousel img{
	border: none;
}

#map{
	width:100%;
	height: 300px;
	/*margin-left:200px;*/
	border: 1px solid black;
	line-height: normal;
	letter-spacing: normal;
}

#map h1{
	color: black;
	font-size: 1.5em;
}

#segnalazione{
	margin-top:20px;
	margin-left: 70px;
	margin-right: 70px;
	padding: 5px 5px 5px 20px;
	border: 1px solid #efdba0;
}

.form_elem{
	padding: 3px 0px;
	width: 100%;
}
.form_elem span{
	display:block;
	float: left;
	width:50px;
	text-align: right;
}

#segnalazione .error
{
	display:inline;
	padding-left: 10px;
	color: red;
	font-size: 0.9em;
	width:200px;
}