/* CSS Document */
.titolo_linea{
	width: 160px;
	font-size: 1.8em;
	color: White;
	font-family: serif;
	text-align: center;
	border-bottom-color: White;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	display: block;

	}
.titolo{
	font-size: 1.8em;
	color: White;
	font-family: serif;
	line-height:1em;
}
.titolo2{
	font-size: 1.1em;
	color: White;
	font-weight: bold;
	
}
/*----------STILI GENERALI-----------------------------------------------------------*/
body {
	margin: 0;
	background-color: #494848;
	font-family: Tahoma, Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-image:url(../image/comuni/bg.gif)
}

table, tr, td {
  color: #FFF;
}
a:link, a:visited, a:hover, a:focus, a:active {
color: #FFF;
text-decoration: none;
}
img {
	border: 0;
}

table.principale {
	height: 100%;
	
}

p {
 line-height: 16px;
}

.dida {
font-size: 12px;
color: #FFF;
text-decoratione: none;
}
.dida a:link, a:visited{
font-size: 12px;
color: #FFF;
text-decoratione: none;
}
.dida a:hover {
font-size: 12px;
color: #FFF;
text-decoratione: underline;
}
.dida a:focus, a:active{
font-size: 12px;
color: #FFF;
text-decoratione: none;
}
.nero{
	color: #000;
	font-size: 11px;
}
.nero a{
	color: #000; text-decoration: underline;
}
/*----------------------------------------------*/

/*---------MENU' PRINCIPALE--------------------------------------------------------*/

.menu_navigazione {
	width: 150px;
	margin:0;
	padding:0;
	list-style:none;
}
.menu_navigazione a{
display: block;
text-decoration: none;
border-bottom: 1px dashed #818080;
padding: 2px 5px 2px 20px;
background: url(/image/comuni/pallino.gif) left center no-repeat;
}

.menu_navigazione a:link,
.menu_navigazione a:visited {
	color: #373737;
	background-color: #fdedc5;
}

.menu_navigazione a:hover,
.menu_navigazione a:focus {
	color: #373737;
	background-color: #fdedc5;
}
.menu_navigazione a:active {
	color: #000;
	background-color: #FFF;
	font-weight: bold;
}
/*----------------------------------------------*/
/*--------------MENU' dei PRoDOTTI--------------------------------------------------------*/

.prodotti {
	color: White;
	font-weight: bold;
	line-height: 1em;
}
.prodotti a {
	font-size: 14px;
	color: White;
	color: #727171;
	text-decoration:underline;
	font-weight:bold;
}
a.prodotti:link, a.prodotti:visited {
	color: White;
	text-decoration: none;
	font-size: 14px;
	font-weight:bold;
}
a.prodotti:hover, a.prodotti:focus {
	color: #727171;
	font-weight:bold;
}
a.prodotti:active  {
	color: #727171;
	font-weight:bold;
}

/*----------------------------------------------*/

/*---------------FOOTER-------------------------------*/
table.footer {
	background-color: #323131;
	color: #B1B0B0;
	vertical-align: middle;
	height: 25px;
	font-size: 11px;
}

a.footer:link {
	color: #B1B0B0;
	text-decoration: none;
	padding: 0 2px 0 2px;
}
a.footer:visited{
	color: #B1B0B0;
	text-decoration: none;
	padding: 0 2px 0 2px;
}
a.footer:hover {
	text-decoration: none;
	color: #FFF;
	background-color: #CD141C;
	padding: 0 2px 0 2px;

}
a.footer:active {
	text-decoration: none;
	color: #B1B0B0;
	padding: 0 2px 0 2px;
}
/*----------------------------------------------*/

/*------MENU' di SECONDO LIVELLO----------------------------------------*/
#secondo {
	color: #FFF;
	font-weight: bold;
	font-size: 12px;
	padding: 5px 0 0 10px;
	background-color: #CD161E;
}
#secondo a:link, a:visited  {
	text-decoration: none;
	color: #FFF;
}


#secondo a:hover {
	border-bottom: solid;
	border-width: 0 0 2px 0;
	border-color: #FFF;
	text-decoration: none;
	color:#FBD3D4;
}
#secondo a:focus, a:active  {
	text-decoration: none;
	color: #FFF;
}
/*----------------------------------------------*/