/* Gestione pagina */
/* Stile dei tag di default */
body {
	/*background: #7A515A url(../img/fondo.gif) fixed repeat-x bottom*/
	/*background: #7A515A url(../img/fondo.gif) fixed repeat-x top*/
	/*background-color: #9EBFEA;*/
*background-image: url(../img/fondo_sfumato.jpg);
	/*style="background-repeat:repeat-y;"*/
}
div {
	
}

/* Gestione tabella */
/* Stile della tabella principale */
td.header{
	/*width: 716px;*/
	width: 80%;
	height: 80px;
	border-top: solid 2px #37479E;
	border-left: solid 2px #37479E;
	border-right: solid 2px #37479E;
	background-color: #FFFFFF;
}
td.menu{
	width: 166px;
	height: 400px;
	border-left: solid 2px #37479E;
	border-bottom: solid 2px #37479E;
	background-color: #FFFFFF;
}
td.contenuti{
	padding: 5px,5px,5px,5px;
	width: 100%;
	height: 400px;
	border-right: solid 2px #37479E;
	border-bottom: solid 2px #37479E;
	background-image: url(../img/sfonfo_contenuti.jpg);
	background-repeat: no-repeat;
	background-position: bottom;
	background-position: right;
	background-color: #FFFFFF;
}
td.footer{
	height: 30px;
}
/* Stile della tabella del menu */
.link_pagina {
	font: normal 12px Verdana, Geneva, Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	padding-left: 36px;
}
.link_pagina_menu {
	padding-left: 36px;
}

/* Gestione links */
/* Stile della gestione dei link del menu */
.link_attivo {
	font: normal 12px Verdana, Geneva, Arial, Helvetica, sans-serif;
	color: #023169;
	text-decoration: none;
}
.link_attivo:VISITED {
	color: #023169;
}
.link_attivo:HOVER {
	color: #FFFFFF;
}

/* Stile della gestione dei link del footer */
.link_footer {
	font: normal 12px Verdana, Geneva, Arial, Helvetica, sans-serif;
	color: #003363;
	text-decoration: none;
}
.link_footer:VISITED {
	color: #003363;
}
.link_footer:HOVER {
	color: #FFFFFF;
}
.link_azienda {
	font: normal 10px Verdana, Geneva, Arial, Helvetica, sans-serif;
	color: #003363;
	text-decoration: none;
}
.link_azienda:VISITED {
	color: #003363;
}

.link_azienda:HOVER {
	color: #FFFFFF;
}


/* Gestione font del sito */
/* Stile della gestione dei font del footer */
.font_footer {
	font: normal 10px Verdana, Geneva, Arial, Helvetica, sans-serif;
	color: #003363;
}
.font_footer_bianco {
	font: normal 12px Verdana, Geneva, Arial, Helvetica, sans-serif;
	color: #38479D;
}
/* Stile della gestione dei font vari */
.font_titolo {
	font: bold 15px Verdana, Geneva, Arial, Helvetica, sans-serif;
	color: #38479D;
}
.font_titolo_rosso {
	font: bold 15px Verdana, Geneva, Arial, Helvetica, sans-serif;
	color: #ff0000;
}
.font_testo {
	font: normal 12px Verdana, Geneva, Arial, Helvetica, sans-serif;
	color: #000000;
}
font.titolo_pagina{
	font: normal bolder 18px Verdana Geneva Arial Helvetica sans-serif;
	color: #009C36;
}
/* Stile extra aggiunte */
td.tipo_prodotto {
	font: bold 12px Verdana, Geneva, Arial, Helvetica, sans-serif;
	color: #38479D;
	height: 15px;
}
td.nome_prodotto {
	font: normal 9px Verdana, Geneva, Arial, Helvetica, sans-serif;
	background-color: #38479D;
	color: #DAF4B4;
	height: 21px;
}
a.link_prodotto {
	font: normal 9px Verdana, Geneva, Arial, Helvetica, sans-serif;
	text-decoration: none;
	color: #38479D;
}
.font_contatti_citta {
	font: bold 11px Verdana, Geneva, Arial, Helvetica, sans-serif;
	color: #6B9EE0;
}
a.email {
	font: bold 11px Verdana, Geneva, Arial, Helvetica, sans-serif;
	color: #38479D;
}
a.link_dettagli {
	font: normal 12px Verdana, Geneva, Arial, Helvetica, sans-serif;
	color: #05993B;
}
td.tabella_certificazioni {
	height: 100px;
	width: 30%;
}
.font_mappa{
	font: normal 13px Verdana, Geneva, Arial, Helvetica, sans-serif;
	text-decoration: none;
	color: #05993B;
}
.font_mappa:VISITED{
	font-weight: normal;
}
.font_mappa:HOVER{
	font-weight: bolder;
}	

table.scheda {
	border-collapse:collapse;
	background-color: transparent;
	border: 0px none gray;
	margin: 0px;
	padding: 0px;
	width: 95%;
	
}
table.scheda th {
	border-collapse:collapse;
	padding: 2px;
	background-color: transparent;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	font-weight: bold;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 2px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-top-color: #0066FF;
	border-right-color: #0066FF;
	border-bottom-color: #0066FF;
	border-left-color: #0066FF;
	color: #0066FF;
}
table.scheda td {
	border-collapse:collapse;
	padding: 3px;
	background-color: transparent;
	text-align: center;
	vertical-align: bottom;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	margin: 0px;
	border-bottom-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-top-color: #9EBFEA;
	border-right-color: #9EBFEA;
	border-bottom-color: #9EBFEA;
	border-left-color: #9EBFEA;
}

tr.foo:hover {
	background-color: #9EBFEA;
}
