/*---------- inizio IMPOSTAZIONI TAG ---------- */
body{
	margin:10px auto; 
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#FFFFFF; 
	background-color:#FFFFFF;
	background-image:url(../img/bg-body.jpg);
	background-repeat:repeat;
}

form{
	margin:auto;
}

div{
	width:auto;
	height:auto;
	margin:auto;
	overflow:auto;
}

p{
	margin-top:4px;
	margin-bottom:4px;
}

img{
	border:none;
}

table{
	margin:auto; 
	border:none; 
	border-spacing:0px; 
	border-collapse:collapse;
}

td{
	padding:4px;
}

input, select, button{
	font-family:Verdana, Arial, Helvetica, sans-serif; 
	font-size:11px;
}

hr{
	height:1px;
	color:#333333;
}

h1{
	font-size:14px;
}

ul{
	list-style:square;
}

legend{
	color:#FFFFFF; 
	font-weight:bold;
}

fieldset{
	width:auto; 
	height:auto; 
	margin:auto; 
	padding:4px; 
	border:1px solid #CCCCCC;
}

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

a:hover{
	text-decoration:underline; 
	color:#FFCC00;
}
/* ---------- fine IMPOSTAZIONI TAG ---------- */



/*---------- inizio IMPOSTAZIONI GENERALI ----------*/
#main{
	width:800px;
	background-image:url(../img/bg-main.jpg);
	background-repeat:repeat;
}

#divGenerico{
	margin:10px auto;
}

#divGenerico .titolo{
	text-align:center;
	font-weight:bold;
	margin-bottom:10px;
}

#divGenerico ul{
	text-align:left;
}

.msgOk{
	margin:10px auto;
	color:#FFCC00; 
	text-align:center;
}

.msgNo{
	margin:10px auto;
	color:#FF0000; 
	text-align:center;
	/*background-color:#FFFFFF;*/
}

.pulsanti{
	width:60px; 
	height:25px; 
	color:#003366;
}

#campiRichiesti{
	background-color:#FFCCFF;
}

#stampaMappa{
	font-size:12px;
	color:#333333;
	text-align:center;
}

#stampaMappa .mappa{
	border:1px solid #333333;
	margin-bottom:10px;
}

#stampaMappa a:link, #stampaMappa a:visited{
	color:#990000;
}

#topIndex{
	text-align:right;
	overflow:hidden;
}
/*---------- fine IMPOSTAZIONI GENERALI ----------*/


/* ---------- inizio HEADER ---------- */
#header{
	height:275px;
	background-image:url(../img/header/header.gif); 
	background-repeat:no-repeat;
	background-position:top center;
	overflow:hidden;
}

#header .titolo{
	margin-top:14px;
	padding-bottom:8px;
	text-align:center;
	color:#CCCCCC;
	border-right:1px solid #CCCCCC;
	border-left:1px solid #CCCCCC;
}

#header .titolo h1{
	margin:0px;
}

#header .dati{
	width:798px;
	height:236px;
	border-right:1px solid #CCCCCC;
	border-left:1px solid #CCCCCC;
	background-color:#000000;
}

#header .dati .sx{
	width:400px;
	height:230px;
	/*height:220px;*/
	float:left;
	text-align:left;
	font-size:12px;
	overflow:hidden;
	/*background-color:#CCCC33;*/
}

#header .dati .sx img{
	margin-top:5px;
	margin-bottom:10px;
	margin-right:20px;
}

#header .dati .sx .titoloSezioni{
	font-size:20px;
	font-weight:bold;
	color:#FFCC00;
}

#header .dati .dx{
	width:355px;
	height:235px;
	/*height:230px;*/
	margin-left:40px;
	float:left;
	overflow:hidden;
	/*background-color:#99FF99;*/
}
/* ---------- fine HEADER ---------- */



/* ---------- inizio MENU ---------- */
#menu{
	height:40px;
	/*margin-top:10px;*/
	border-right:1px solid #CCCCCC;
	border-left:1px solid #CCCCCC;
	font-size:11px;
	background-image:url(../img/menu/bg-menu.jpg);
	background-repeat:no-repeat;
	background-position:center;
}

#menu img{
	margin-bottom:5px;
}

#menu table{
	width:100%;
	height:25px;
	margin-top:6px;
	/*background-color:#99CC00;*/
}

#menu table td{
	width:17%;
	text-align:center;
	padding:0px;
}

#menu #td-m1, #td-m2, #menu #td-m3, #menu #td-m4, #menu #td-m5{
	border-right:1px solid #999999;
}

#menu #td-m6{
	
}

#menu a:link, #menu a:visited{
	color:#FFFFFF;
	font-weight:bold;
}

#menu a:hover{
	color:#FFCC00;
}
/* ---------- fine MENU ---------- */



/* ---------- inizio HEART ---------- */
#heart{
	width:798px;
	border-right:1px solid #CCCCCC;
	border-left:1px solid #CCCCCC;
	padding-bottom:20px;
}

#dinamico{
	margin:10px 4px 0px 4px;
}

#dinamico .sx{
	width:175px;
	float:left;
	/*background-color:#003399;*/
}

#dinamico .dx{
	width:595px;
	float:left;
	margin-left:15px;
	/*background-color:#666666;*/
}
/* ---------- fine HEART ---------- */



/* ---------- inizio STRUMENTI ---------- */
#strumenti{
	height:25px;
	padding-top:10px;
	border-right:1px solid #CCCCCC;
	border-left:1px solid #CCCCCC;
}

#strumenti img{
	margin-right:10px;
	margin-left:10px;
	vertical-align:middle;
}

#strumenti input{
	color:#999999;
	text-align:center;
}

#strumenti button{
	width:30px;
	border:none;
	cursor:pointer;
	background-color:transparent;
	background-image:url(../img/lente.jpg);
	background-repeat:no-repeat;
	background-position:center;
}

#strumenti .sx{
	width:570px;
	float:left;
	padding-left:10px;
}

#strumenti .dx{
	width:200px;
	float:right;
	text-align:left;
}

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

#strumenti a:hover{
	text-decoration:underline;
	color:#CC00FF;
}
/* ---------- fine STRUMENTI ---------- */



/* ---------- inizio MENU SX ---------- */
#menuSx{
	/*width:140px;*/
	border:1px solid #CCCCCC;
	padding:4px;
	background-color:#000000;
}

#menuSx ul{
	margin:8px;
	padding-left:20px;
	line-height:2;
}

/* ---------- fine MENU SX ---------- */




/* ---------- inizio GALLERIA ---------- */
#galleria{
	width:798px;
	height:120px;
	color:#FFFFFF;
	clear:both;
	padding-top:0px;
	border-right:1px solid #CCCCCC;
	border-left:1px solid #CCCCCC;
	background-color:#000000;
}

#galleria img{
	margin:0px 5px;
	border:1px solid #FFFFFF;
}

/* ---------- fine GALLERIA ---------- */



/* ---------- inizio FOOTER ---------- */
#footer{
	width:800px;
	height:29px;
	color:#CCCCCC;
	font-size:11px;
	background-image:url(../img/footer/footer.gif); 
	background-repeat:no-repeat;
	background-position:top center;
}

#footer .sx{
	width:670px;
	float:left;
	margin:8px auto auto 8px;
	text-align:right;
}

#footer .dx{
	width:70px;
	float:left;
	margin:8px auto 5px 40px;
}

/* ---------- fine FOOTER ---------- */



/* ---------- inizio INDEX ---------- */
#home .eventi{
	margin:4px 10px;
	padding:4px;
	overflow:auto;
	border-bottom:1px solid #fff;
}

#home .eventi .titolo{
	font-weight:bold;
	font-size:14px;
	border-bottom:1px solid #fff;
}

#home .eventi .dati{
/* 	height:150px; */
	margin:4px 10px;
/* 	overflow:auto; */
}

#home .eventi ul{
	margin:4px;
	padding:4px;
}

#home .evidenza{
	margin:30px 30px 10px 30px;
	padding:4px;
	font-size:14px;
/* 	border:2px solid #cf3; */
}

#home .evidenza h1{
	margin:4px auto;
	font-size:18px;
	color:#9cf;
}

#home .evidenza img{
	margin-right:8px;
	vertical-align:middle;
}

#home .boxSx{
	width:200px;
/* 	height:190px; */
	margin:10px auto auto 30px;
	float:left;
	padding:4px;
/* 	overflow:auto; */
}

#home .boxSx .titolo{
	font-weight:bold;
	font-size:14px;
	/*text-align:center;*/
	border-bottom:1px solid #FFFFFF;
}
/* ---------- fine INDEX ---------- */




/* ---------- inizio BISTROT ---------- */
#bistrot .foto{
	float:right;
	margin:4px;
	border:1px solid #FFFFFF;
}

#bistrot .fondazione{
	border:2px solid #000000;
}

#bistrot .lista{
	overflow:hidden;
}

#bistrot .prodotti .titolo{
	margin-top:10px;
	font-size:14px;
	font-weight:bold;
}

#bistrot .prodotti .icone{
	margin:4px 4px auto auto;
	vertical-align:bottom;
}

#bistrot table{
	width:60%;
	margin-left:0px;
}

#bistrot .sponsor img{
	margin:4px;
	border:2px solid #000;
}
/* ---------- fine BISTROT ---------- */




/* ---------- inizio OSTERIA ---------- */
#vini img{
	margin:30px 4px 100px 4px;
	border:1px solid #FFFFFF;
}

#vini table{
	width:98%;
	margin-left:1px;
}

#fornitori .dati{
	margin:12px auto;
	padding-bottom:4px;
	border-bottom:1px dotted #FFFFFF;
}

#fornitori img{
	margin:4px 4px auto auto;
	vertical-align:bottom;
}

#portate table{
	width:100%;
	margin-left:0px;
}

#portate td{
	/*border:1px solid;*/
}

#portate img{
	margin:4px;
	border:1px solid #FFFFFF;
}
/* ---------- fine OSTERIA ---------- */




/* ---------- inizio STORIA ---------- */
#storia .foto1{
	margin:8px;
	float:left;
	border:1px solid #FFFFFF;
}

#storia .foto2{
	margin:8px;
	float:right;
	border:1px solid #FFFFFF;
}

#storia .mappa{
	margin:10px auto 10px 50px;
	border:1px solid #FFFFFF;
}

#storia .logo{
	float:right;
	margin:0px 28px 0px 10px;
	border:2px solid #666;
}
/* ---------- fine STORIA ---------- */



/* ---------- inizio SEDE ---------- */
#sede img{
	border:1px solid #996666;
}

#bodyMappa{
	background-image:none;
	background-color:#FFFFFF;
	text-align:center;
}

#bodyMappa .mappa{
	border:1px solid #333333;
	margin-bottom:10px;
}
/* ---------- fine SEDE ---------- */




/* ---------- inizio CONTATTI ---------- */
#contatti{
	width:500px;
	text-align:center;
}

#contatti .privacy{
	height:30px;
}

#contatti .radio{
	margin-top:5px;
	text-align:center;
}

#contatti .codice{
	text-align:center;
}

#contatti .codice img{
	margin-right:4px;
	vertical-align:middle;
}

#contatti .campiLunghi{
	width:350px;
}

#contatti .campiCorti{
	width:152px;
}
/* ---------- fine CONTATTI ---------- */




/* ---------- inizio MAPPA SITO ---------- */
#mappaSito{
	/*width:600px;*/
	margin:10px auto;
}

#mappaSito li{
	margin-top:4px;
}

#mappaSito table{
	margin-left:0px;
}
/* ---------- fine MAPPA SITO ---------- */









