@charset "UTF-8";

/* inizio struttura DIV */

html,body{
	margin:0;
	padding:0
}

body{
	font: 70% Verdana, Arial, Helvetica, sans-serif
}

a {
	/*display:block;*/
	color: #999999;
	padding:0px;
	text-decoration: none
}

a:Hover {
	/*display:block;*/
	color: #083874;
	padding:0px;
	text-decoration: underline
}

div#TOP h1{
	margin:0;
	padding: 10px;
}
div#contenitore{
	text-align:left;
	background: #FFFFFF;
}

div#SX{/*background:#B9CAFF*/}
div#DX{/*background:#FF8539*/}

div#footer {
	color: #5F6265;
	font-weight: bold;
	text-align: center;
	border-top: 2px solid #ADC32E;
	font-size:80%;
}
div#footer p{
	margin:0;
	padding:1px 1px;
	text-align: center;	
}
div#contenitore{
	width:800px;
	margin:0 auto;
	padding: 0px;
}
div#RIGACENTRALE{
	float:left;
	width:100%;
	background: #ffffff
}
div#CENTRO{
	margin: 0px 160px
}
div#SX{
	float:left;
	width:140px;
	margin-left:-800px;
	padding: 0px 5px;
}
div#DX{
	float:left;
	width:131px;
	margin-left:-141px;
	padding: 0px 5px;
}
div#footer{clear:left;width:100%
}

div#invisibile{
display:none;
	
}


/* fine struttura DIV */

/*******************************************************************************
 *******************************************************************************

 I N I Z I O     M E N U     O R I Z Z O N T A L E 
 SpryMenuBarHorizonta)
 LAYOUT INFORMATION: describes box model, positioning, z-order

 *******************************************************************************
 *******************************************************************************/

/* SpryMenuBarHorizontal.css - Revision: Spry Preview Release 1.4 */
/* Copyright (c) 2006. Adobe Systems Incorporated. All rights reserved. */

/*******************************************************************************
 LAYOUT INFORMATION: describes box model, positioning, z-order
 *******************************************************************************/

/* The outermost container of the Menu Bar, an auto width box with no margin or padding */
ul.MenuBarHorizontal
{
	margin: 0px 0px 0px 0px;
	padding: 1px 0px 1px 155px;
	list-style-type: none;
	font-size: 85%; /* per il calcolo della larghezza del contenitore ho colcolato la larghezza del div /*
/*contenitore settato prima (divcontenitore width:790px;margin:0 auto ) meno i 155 px del padding /*
/*Quindi width=800-155=645pixel */
	width: 645px;
	background-color: #000000;
	border-bottom:  0px solid #AA8050;
	height: 19px;
}
/* Set the active Menu Bar with this class, currently setting z-index to accomodate IE rendering bug: http://therealcrisp.xs4all.nl/meuk/IE-zindexbug.html */
ul.MenuBarActive
{
	z-index: 1000;
}
/* Menu item containers, position children relative to this container and are a fixed width */
ul.MenuBarHorizontal li
{
	margin: 0px 0px 0px 1px;
	padding: 0;
	list-style-type: none;
	font-size: 100%;
	position: relative;
	text-align: left; /*cursor: pointer;*/
	width: auto;
	float: left;

}
/* Submenus should appear below their parent (top: 0) with a higher z-index, but they are initially off the left side of the screen (-1000em) */
ul.MenuBarHorizontal ul
{
	margin: 0;
	padding: 0;
	list-style-type: none;
	font-size: 100%;
	z-index: 1020;
	cursor: default;
	width: 14em;
	position: absolute;
	left: -1000em;

}
/* Submenu that is showing with class designation MenuBarSubmenuVisible, we set left to auto so it comes onto the screen below its parent menu item */
ul.MenuBarHorizontal ul.MenuBarSubmenuVisible
{
	left: auto;
	margin: 0;
	padding: 0;
	
}
/* Menu item containers are same fixed width as parent */
ul.MenuBarHorizontal ul li
{
	width: 14em;
}
/* Submenus should appear slightly overlapping to the right (95%) and up (-5%) */
ul.MenuBarHorizontal ul ul
{
	position: absolute;
	margin: -2% 0 0 98%;
}
/* Submenu that is showing with class designation MenuBarSubmenuVisible, we set left to 0 so it comes onto the screen */
ul.MenuBarHorizontal ul.MenuBarSubmenuVisible ul.MenuBarSubmenuVisible

{
	left: auto;
	top: 0;
}

/*******************************************************************************
 DESIGN INFORMATION: describes color scheme, borders, fonts
 *******************************************************************************/

/* Submenu containers have borders on all sides */
ul.MenuBarHorizontal ul
{
	background-color: #000000;
	margin: 0px;
	padding: 0px;
}
/* Menu items are a light gray block with padding and no text decoration */
ul.MenuBarHorizontal a
{
	display: block; /*cursor: pointer;*/
	background-color: #000000;
	padding: 4px 14px 4px 14px;
	color: White;
	text-decoration: none;
	border-left: 0px solid White;
}
/* Menu items that have mouse over or focus have a blue background and white text */
ul.MenuBarHorizontal a:hover, ul.MenuBarHorizontal a:focus
{
	/*per explorer 6 metto le indicazioni come sopra senno non va*/
	display: block; /*cursor: pointer;*/
	padding: 4px 14px 4px 14px;
	text-decoration: none;
	border-left: 0px solid White;


	background-color: #000000;
	color: #ADC32E;
}
/* Menu items that are open with submenus are set to MenuBarItemHover with a blue background and white text */
ul.MenuBarHorizontal a.MenuBarItemHover, ul.MenuBarHorizontal a.MenuBarItemSubmenuHover, ul.MenuBarHorizontal a.MenuBarSubmenuVisible
{
	/*per explorer 6 metto le indicazioni come sopra senno non va*/
	display: block; /*cursor: pointer;*/
	padding: 4px 14px 4px 14px;
	text-decoration: none;
	border-left: 0px solid White;


	background-color: #000000;
	color: #ADC32E;
}

/*******************************************************************************
 SUBMENU INDICATION: styles if there is a submenu under a given menu item
 *******************************************************************************/

/* Menu items that have a submenu have the class designation MenuBarItemSubmenu and are set to use a background image positioned on the far left (95%) and centered vertically (50%) */
ul.MenuBarHorizontal a.MenuBarItemSubmenu
{
	background-image: url(../../images/img_table/divisorio_menu_top.gif);
	background-position: left;
	background-repeat: no-repeat;
	/*background-position: 95% 50%;*/
}
/* Menu items that have a submenu have the class designation MenuBarItemSubmenu and are set to use a background image positioned on the far left (95%) and centered vertically (50%) */
ul.MenuBarHorizontal ul a.MenuBarItemSubmenu
{
	background-image: url(../../images/img_table/divisorio_menu_top.gif);
	background-position: left;
	background-repeat: no-repeat;
	/*background-position: 95% 50%;*/
}
/* Menu items that are open with submenus have the class designation MenuBarItemSubmenuHover and are set to use a "hover" background image positioned on the far left (95%) and centered vertically (50%) */
ul.MenuBarHorizontal a.MenuBarItemSubmenuHover
{
/*background-image: url(../../images/img_table/divisorio_menu_top.gif);*/
	background-position: left;
	background-repeat: no-repeat;
	/*background-position: 95% 50%;*/
}
/* Menu items that are open with submenus have the class designation MenuBarItemSubmenuHover and are set to use a "hover" background image positioned on the far left (95%) and centered vertically (50%) */
ul.MenuBarHorizontal ul a.MenuBarItemSubmenuHover
{
/*background-image: url(../../images/img_table/divisorio_menu_top.gif);*/
	background-position: left;
	background-repeat: no-repeat;
	/*background-position: 95% 50%;*/
}

/*******************************************************************************
 BROWSER HACKS: the hacks below should not be changed unless you are an expert
 *******************************************************************************/

/* HACK FOR IE: to make sure the sub menus show above form controls, we underlay each submenu with an iframe */
ul.MenuBarHorizontal iframe
{
	display: none;
	position: absolute;
	z-index: 1020;
}
/* HACK FOR IE: to stabilize appearance of menu items; the slash in float is to keep IE 5.0 from parsing */
@media screen, projection
{
	ul.MenuBarHorizontal li.MenuBarItemIE
	{
		display: inline;
		f\loat: left;
		background: #FFF;
	}
}
/*******************************************************************************
 *******************************************************************************

F I N E     M E N U     O R I Z Z O N T A L E  (SpryMenuBarHorizonta)
LAYOUT INFORMATION: describes box model, positioning, z-order

 *******************************************************************************
 *******************************************************************************/

.tabRigo {
	background: #ADC32E;
	margin: 0px;
	padding: 0px;
	height: 8px;
	width: 635px;
	border-style: none;
	font-size: 3px;
	position:absolute;
}

.tabTop {
	margin: 0px;
	padding: 0px;
	width: 800px;
	border-style: none;
	background-color: #ADC32E;
}

.tabTop a {
	color: #FFFFFF;
}


.tabTop a:hover {
	color: #000000;
}

.tabTopHome {
	background: #ADC32E url(../image/home_page/bg_top_innova.gif);
	margin: 0px;
	padding: 0px;
	width: 800px;
	border: 0px solid #000000;
	height: 189px;
}

.tabTopHome a {
	color: #FFFFFF;
}


.tabTopHome a:hover {
	color: #000000;
}


.tabBG {
	background: #EBEBEB;
	margin: 0px;
	padding: 8px;
	width: 100%;
	border: 5px solid #FFFFFF;
}


.FiloTabella {
	background: #666666;
	margin: 10px 0px;
	padding: 0px;
	width: 95%;
	color: #ADC32E;
	}
	
/*codici per angoli arrotondati tabella fratelli valida per tutti i sottositi*/
#round1 {background: url(../../images/img_table/1.gif) no-repeat; }
#round2 {background: url(../../images/img_table/2.gif) repeat-x;}
#round3 {background: url(../../images/img_table/3.gif) no-repeat;}
#round4 {background: url(../../images/img_table/4.gif) repeat-y;}
#round5 {background: #FFFFFF;}
#round6 {background: url(../../images/img_table/5.gif) repeat-y;}
#round7 {background: url(../../images/img_table/6.gif) no-repeat;}
#round8 {background: url(../../images/img_table/7.gif) repeat-x;}
#round9 {background: url(../../images/img_table/8.gif) no-repeat;}
/*fine angoli arrotondati*/	
	
.TitoloBase {
	font-size: 170%;
	letter-spacing: -0.10em;
	color: #ADC32E;
	margin-top: 30px;
	font-weight: bold;
}

/*.TitoloPrint {
	font-size: 18px;
	color: #000000;
	font-weight: normal;
} */

.Titolo {
	font-size: 170%;
	color: #ADC32E;
	margin-top: 30px;
	font-weight: bold;
}

.Titolo1 {
	font-size: 110%;
	color: #666666;
	font-weight: bold;
	/*line-height: 90%;*/
	padding-top: 15px;
	margin: 10px 0px;
}


.Titolo2 {
	font-size: 110%;
	color: #ADC32E;
	font-weight: bold;
	/*line-height: 90%;*/
	padding-top: 15px;
	margin: 10px 0px;
}

.TestoBase {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
}
.TestoBase img {
	margin: 3px;
}

.TestoBase b, .TestoBase Strong {
	color: #666666;
	font-weight: bolder;		
}


.LinkBase {
	color: #999999;
	text-decoration: none;	
}

/*crea l'elenco puntato solo nella zona centrale evitando di influenzare i 
menu top (agisce anche nelle colonne) se lo vogliamo solo al centro sostituire con div#CENTRO */
div#CENTRO li{
	list-style: url(../../images/img_table/elenco_puntato_Innova.gif) ;
	margin-bottom: 5px;
} 

div#SX li{
	list-style: url(../../images/img_table/elenco_puntato_Innova.gif);
	margin-top: 8px;
	margin-left: -20px;
	line-height: 120%;	
}

hr  {
	color: #ADC32E;
	height: 1px;
}
div#fotoprewiev {
	padding: 0px;
	clear: both;
	height: 50px;
	width: 50px;
	overflow: hidden;
	border: 0px solid #999999;
	margin: 5px;
	
} 
.accessibilita a{
	text-decoration: none;	
}

/*----quadri Home----*/
#QadHome {
	height: 198px;
	width: 635px;
	margin-top: 10px;
} 

.QuadHome1 {
	background: url(../image/home_page/innova_quad_01.gif) no-repeat center top;
	/*width: 211px;*/
	width:33%;
	padding: 10px;
	vertical-align: top;
	color: #FFF;
	overflow: hidden;
} 
.QuadHome1 a{
	color: #FFFFFF;
	text-decoration: underline;
} 
#QadHome .QuadHome1 li {
	list-style: url(../../images/img_table/elenco_puntato_bianco.gif);
} 
.QuadHome1 strong, .QuadHome1 b{
	color: #FFFFFF;
} 
#QadHome .QuadHome1 .TitoloBase {
	margin-top: 15px;
	color: #6C7E18;
} 

/*-----*/
.QuadHome2 {
	background: url(../image/home_page/innova_quad_02.gif) no-repeat center top;
	/*width: 211px;*/
		width:33%;
	padding: 10px;
	vertical-align: top;
	color: #000000;
		overflow: hidden;
} 
.QuadHome2 a {
	color: #000000;
	text-decoration: underline;
}
#QadHome .QuadHome2 li {
	list-style: url(../../images/img_table/elenco_puntato_bianco.gif);
} 
.QuadHome2 strong, .QuadHome2 b{
	color: #000000;
} 
#QadHome .QuadHome2 .TitoloBase {
	margin-top: 15px;
	color: #6C7E18;
} 

/*-----*/
.QuadHome3 {
	background: url(../image/home_page/innova_quad_03.gif) no-repeat  center top;
	/*width: 211px;*/
		width:33%;
	padding: 10px;
	vertical-align: top;
	color: #FFFFFF;
		overflow: hidden;
} 
.QuadHome3 a{
	color: #FFFFFF;
	text-decoration: underline;
} 
#QadHome .QuadHome3 li {
	list-style: url(../../images/img_table/elenco_puntato_bianco.gif);
} 
.QuadHome3 strong, .QuadHome3 b{
	color: #FFFFFF;
} 

#QadHome .QuadHome3 .TitoloBase {
	margin-top: 15px;
	color: #FFF;
}
/*----fine quadri Home----*/