@charset "utf-8";
/* CSS Document */
body{
	background: #90F;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	text-align: justify;
	line-height: 15px;
}
h1{font-size:15px;}
h2{font-size:14px;
color:#90F;
}
h5 {font-size:18px;}
a {text-decoration:none;}
a img {
border: 1px solid #222222;
}
img.mainPhoto {
border: 2px solid #222222;
}
#pagina {
	width:970px;
    height: auto;
	margin-left: auto;
	margin-right: auto;
	margin-top: 20px;
	background-color:#C9F;
}

#logo {
	width:50px;
	height:138px;
	margin:0px;
	padding-left:700px;
	float:left;
	background-image:url(immagini/logo.jpg);
	background-repeat:no-repeat;
	background-color:#FFF;
		border-bottom:5px solid #AF2E33;
		border-top:5px solid #AF2E33;
}
#mini-nav{
		width:220px;
		float:left;
		height:138px;
		margin:auto;
		font-family:Arial;
		background-color:#ffffff;
		border-bottom:5px solid #AF2E33;
		border-top:5px solid #AF2E33;
		}
		#mini-nav a{
		display:block;
		height:25px;
		text-align:right;
		line-height:25px;
		text-decoration:none;
		font-size:11px;
		font-weight:bold;
		color:#4E321C;
		padding-right:50px;
		}
		#mini-nav a:hover{
		background-color:#D4CCB3;
		background-position:center right;
		padding-right:40px;
		}
		#mini-nav a.selezionato{
		background-color:#D4CCB3;
		background-position:bottom right;
		padding-right:40px;
		}

#contenuto-sinistra {
	width:430px;
	height:380px;
	padding:20px;
	float:left;
	background-color:#ffffff;	
}
#contenuto-destra {
	width:460px;
	height:380px;
	float:left;
	padding:20px;
	background-color:#ffffff;
}
#contenuto-destra a {width:300px;
background-color:#FF0;
}
#contenuto-centrale {
	width:780px;
	height:380px;
	float:left;
	background-color:#ffffff;
	overflow:scroll;
	padding: 20px;
}
#box{
	width:780px;
	height:380px;
	padding: 20px;
	float:left;
	background-color:#ffffff;
	overflow: hidden;
}
#creperia{
	width:780px;
	height:380px;
	padding: 20px;
	float:left;
	background-color:#ffffff;
	overflow: hidden;
	background-image: url(immagini/nutella.jpg);
	background-repeat: no-repeat;
	background-position: right bottom;
}
#sidebar {
	width: 150px;
	height:380px;
	font:Verdana, Geneva, sans-serif 10px #FFF;
	background-color:#F00;
	padding-bottom:40px;
	float:left;
}
#google {
	width:580px;
	height: 380px;
	padding:20px;
	float:left;
	background-color:#ffffff;
}
#eventi {
	width:580px;
	height: 460px;
	padding:20px;
	float:left;
	background-color:#ffffff;
}
#photo {
	width:310px;
	height: auto;
	background-color:#ffffff;
	padding:20px;
	float:left;
}
#photogallery {
	width:310px;
	height:380px;
	background-color:#ffffff;
	padding:20px;
	float:left;
}
#photogallery ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}
#photogallery li {
	margin:0;
	padding:0px;
	text-align: left;
	color:#000;
}
#photogallery li a {
	color: #000;
	text-decoration: none;
	display:block;
	background-color:#FF9;
}
#photogallery li a:hover {
	background: #FF6;
}
#photogallery li a:active {
	background: #FF9;
}

#footer {
	width:710px;
	margin:0px;
	padding:20px;
	float:left;
	color:#FFF;
	border-top:5px solid #AF2E33;
}
#prenotazione {
	width:220px;
	margin:0px;
	padding:20px 0 20px 0;
	float:left;
	color: #FFF;
	border-top:5px solid #AF2E33;
}
#prenotazione a {color:#FF0;}
#prenotazione a:active {
	background: #90F;
}
#prenotazione a:hover {
	background: #96F;
}
.middle {text-align:center;}
.vetrina {
	width:400px;
	height:60px;
	float:left;
	border:solid #c9f thin;
	margin-bottom:2px;
}
.titolone {
	font-size:30px;
	color:#F00;
	font-weight:bolder;
	text-align:center;
}
.imglft {
	float:left;
	margin-right:10px;
	}
.red {
	color: #F00;
	font-weight: bold;
}
.grassetto {
	font-weight: bold;
	text-transform: uppercase;
}
.desc{
	width:360px;
	height:140px;
	float:left;
	margin:10px 10px;
	overflow:hidden;
}
fieldset {
border: 1px dashed #555555;
padding: 0;
margin: 0;
}
legend {
padding: 10px;
font: 12px Verdana, Arial, sans-serif;
color: #000000;
background-color: #ffffff;
text-transform: uppercase;
}
form {
	width:300px;
}
label {
	display:block;
	font-weight:bold;
	padding-left:10px;
}
textarea {
	width:250px;
	height:150px;
	padding-left:10px;
}
.textInput {
	width:250px;
	padding-left:10px;
}
.chkRad {
	float: left;
	margin-bottom: 15px;
}
.clearIt {
	clear: both;
}
.warning {
	font-weight: bold;
	color: #F00;
}
.formField, select {
border: 1px solid #333333;
background-color: #cccccc;
font: 12px Verdana, sans-serif;
width: 200px;
}
.formTable td {
padding: 0 0 5px 0;
}
.formLabel {
float: left;
text-align: right;
font-weight: bold;
width: 120px;
}
.formControl {
float: right;
width: 220px;
}
.row {
clear: both;
padding-top: 5px;
}
.spacer {
clear: both;
height: 10px;
}
