@charset "utf-8";
/* CSS Document */

BODY { /* questa regola mi da il colore di tutta la pagina, vale anche per il template*/

	PADDING-RIGHT: 0px;
	PADDING-LEFT: 0px;
	FONT-SIZE: 12px;
	PADDING-BOTTOM: 0px;
	MARGIN: 0px;
	PADDING-TOP: 0px;
	FONT-FAMILY: "Lucida Sans Unicode", "Lucida Sans", "Lucida Grande", Arial, Helvetica, sans-serif;
	background-color: #1d1d1d;
}

.std {
	FONT-FAMILY: "Lucida Sans Unicode", "Lucida Sans", "Lucida Grande", Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#666666;
	text-align: justify;
	font-weight: normal;
}
.stdTabella {
	FONT-FAMILY: "Lucida Sans Unicode", "Lucida Sans", "Lucida Grande", Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#666666;
	text-align: center;
	font-weight: bold;
}
.std_important {
	FONT-FAMILY: "Lucida Sans Unicode", "Lucida Sans", "Lucida Grande", Arial, Helvetica, sans-serif;
	font-size:16px;
	color:#999999;
	text-align: justify;
	font-weight: bold;
}
.tag a{
	PADDING-BOTTOM: 2px;
	BACKGROUND-COLOR: #ffff00;
	PADDING-LEFT: 4px;
	PADDING-RIGHT: 4px;
	DISPLAY: inline-block;
	MARGIN-BOTTOM: 4px;
	FONT-SIZE: 11px;
	FONT-WEIGHT: normal;
	MARGIN-RIGHT: 8px;
	PADDING-TOP: 2px;
}
.tag a:hover{
	PADDING-BOTTOM: 2px;
	BACKGROUND-COLOR: #ffff00;
	PADDING-LEFT: 4px;
	PADDING-RIGHT: 4px;
	DISPLAY: inline-block;
	MARGIN-BOTTOM: 4px;
	FONT-SIZE: 11px;
	FONT-WEIGHT: normal;
	MARGIN-RIGHT: 2px;
	PADDING-TOP: 2px;
	text-decoration: underline;
}
.tag a:visited{
	PADDING-BOTTOM: 2px;
	BACKGROUND-COLOR: #ffff00;
	PADDING-LEFT: 4px;
	PADDING-RIGHT: 4px;
	DISPLAY: inline-block;
	MARGIN-BOTTOM: 4px;
	FONT-SIZE: 11px;
	FONT-WEIGHT: normal;
	MARGIN-RIGHT: 2px;
	PADDING-TOP: 2px;
}
.tag a:active{
	PADDING-BOTTOM: 2px;
	BACKGROUND-COLOR: #74E60B;
	PADDING-LEFT: 4px;
	PADDING-RIGHT: 4px;
	DISPLAY: inline-block;
	MARGIN-BOTTOM: 4px;
	FONT-SIZE: 11px;
	FONT-WEIGHT: normal;
	MARGIN-RIGHT: 2px;
	PADDING-TOP: 2px;
}

.header {
	background-image: url(images/logo.gif);
	background-position: 42% 50%;
	background-repeat: no-repeat;
	height: 70px;
	width: 800px;
	visibility: visible;
}

.MainBannerComm {
	MARGIN: 0px 0px 0px 0px;
	height: 200px;

}

.footer {
	FONT-FAMILY: "Lucida Sans Unicode", "Lucida Sans", "Lucida Grande", Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#666666;
	text-align: center;
	font-weight: normal;
}

.spacerS {
	height: 70px;
	width: 50%;
	clear: both;
}

.std_lighter {
	FONT-FAMILY: "Lucida Sans Unicode", "Lucida Sans", "Lucida Grande", Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#999999;
	text-align: justify;
	font-weight: normal;
}
.std_white {
	FONT-FAMILY: "Lucida Sans Unicode", "Lucida Sans", "Lucida Grande", Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#FFFFFF;
	text-align: justify;
	font-weight: normal;
}

.home_main {
	FONT-FAMILY: "Lucida Sans Unicode", "Lucida Sans", "Lucida Grande", Arial, Helvetica, sans-serif;
	font-size:13px;
	font-weight:normal;
	color:#666666;
	text-align: justify;
}
.stdW {
	FONT-FAMILY: "Lucida Sans Unicode", "Lucida Sans", "Lucida Grande", Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#666666;
	text-align: left;
}
.titoletto_orange {
	FONT-FAMILY: "Lucida Sans Unicode", "Lucida Sans", "Lucida Grande", Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:bold;
	color:#FF9900;
	text-align: left;
}
.titoletto_red {
	FONT-FAMILY: "Lucida Sans Unicode", "Lucida Sans", "Lucida Grande", Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:bold;
	color:#DE0000;
	text-align: left;
}
.titoletto_azzurro {
	FONT-FAMILY: "Lucida Sans Unicode", "Lucida Sans", "Lucida Grande", Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:bold;
	color:#4576D1;
	text-align: left;
}

.titolo_red {
	FONT-FAMILY: "Lucida Sans Unicode", "Lucida Sans", "Lucida Grande", Arial, Helvetica, sans-serif;
	font-size:14px;
	font-weight:normal;
	color:#DE0000;
	text-align: left;
}
.titolo_orange {
	FONT-FAMILY: "Lucida Sans Unicode", "Lucida Sans", "Lucida Grande", Arial, Helvetica, sans-serif;
	font-size:14px;
	font-weight:normal;
	color:#FF9900;
	text-align: left;
}
.titolo_green {
	FONT-FAMILY: "Lucida Sans Unicode", "Lucida Sans", "Lucida Grande", Arial, Helvetica, sans-serif;
	font-size:14px;
	font-weight:normal;
	color:#74e600;
	text-align: left;
}
.titolo_azzurro {
	FONT-FAMILY: "Lucida Sans Unicode", "Lucida Sans", "Lucida Grande", Arial, Helvetica, sans-serif;
	font-size:14px;
	font-weight:normal;
	color:#0099CC;
	text-align: left;
}

.filetto_sopra {
	border-top: #333 1px dotted;
	clear: both;
}
.filetto_sotto {
	border-bottom: #333 1px dotted;
	clear: both;
	z-index:20;
}
.filetto_sx {
	border-left: #333 1px dotted;
	clear: both;
}
.filetto_dx {
	border-right: #333 1px dotted;
	clear: both;
}
.filettoPlus_sx {
	border-left: #fff 1px dotted;
	clear: both;
}
.filetto_cittaFiera {
	border-top: #333 1px dotted;
	border-bottom: #333 1px dotted;
	clear: both;
}
.filetto_boxFiera {
	border-top: #333 1px dotted;
	border-bottom: #333 1px dotted;
	border-right: #333 1px dotted;
	border-left: #333 1px dotted;
	clear: both;
}
.filetto_TB {
	border-top: #333 1px dotted;
	border-bottom: #333 1px dotted;
	clear: both;
}
.filetto_TRB {
	border-top: #333 1px dotted;
	border-bottom: #333 1px dotted;
	border-right: #333 1px dotted;
	clear: both;
}
.filetto_TLB {
	border-top: #333 1px dotted;
	border-bottom: #333 1px dotted;
	border-left: #333 1px dotted;
	clear: both;
}
.filetto_LBR {
	border-bottom: #333 1px dotted;
	border-right: #333 1px dotted;
	border-left: #333 1px dotted;
	clear: both;
}
.filetto_LTR {
	border-top: #333 1px dotted;
	border-right: #333 1px dotted;
	border-left: #333 1px dotted;
	clear: both;
}
.filetto_LR {
	border-right: #333 1px dotted;
	border-left: #333 1px dotted;
	clear: both;
}
.filetto_BR {
	border-bottom: #333 1px dotted;
	border-right: #333 1px dotted;
	clear: both;
	z-index:20;
}
.filetto_BL {
	border-bottom: #333 1px dotted;
	border-left: #333 1px dotted;
	clear: both;
	z-index:20;
}
.hidden {
	visibility: hidden;	
}

.titolo_chisiamo {
	FONT-FAMILY: "Lucida Sans Unicode", "Lucida Sans", "Lucida Grande", Arial, Helvetica, sans-serif;
	font-size:16px;
	font-weight:normal;
	color:#4576D1;
	text-align: left;
}
.std_whiteLittle {
	FONT-FAMILY: "Lucida Sans Unicode", "Lucida Sans", "Lucida Grande", Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#FFFFFF;
	text-align: justify;
}
.expand {
	FONT-FAMILY: "Lucida Sans Unicode", "Lucida Sans", "Lucida Grande", Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#FFFFFF;
	text-align: justify;
	cursor:pointer
}

.LEGENDA_video {
	FONT-FAMILY: "Lucida Sans Unicode", "Lucida Sans", "Lucida Grande", Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#FFFFFF;
	text-align:left;
}

ul.clientiList {
	FONT-FAMILY: "Lucida Sans Unicode", "Lucida Sans", "Lucida Grande", Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#666666;
	text-align: justify;
	font-weight: normal;
	list-style-image: url(images/bullet_clienti.gif);
	margin-left: 9px;
	padding-left: 9px;
}
.titoletto_clienti {
	FONT-FAMILY: "Lucida Sans Unicode", "Lucida Sans", "Lucida Grande", Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:bold;
	color:#0099CC;
	text-align: left;
}
.titolo_tuttiprodotti {
	FONT-FAMILY: "Lucida Sans Unicode", "Lucida Sans", "Lucida Grande", Arial, Helvetica, sans-serif;
	font-size:16px;
	font-weight:normal;
	color:#CCCC00;
	text-align: left;
}
.titoletto_tuttiprodottI {
	FONT-FAMILY: "Lucida Sans Unicode", "Lucida Sans", "Lucida Grande", Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:bold;
	color:#CCCC00;
}

.titolo_BIANCO {
	FONT-FAMILY: "Lucida Sans Unicode", "Lucida Sans", "Lucida Grande", Arial, Helvetica, sans-serif;
	font-size:16px;
	font-weight:bold;
	color:#FFFFFF;
	text-align: left;
}

.titolo_SUITEGM {
	FONT-FAMILY: "Lucida Sans Unicode", "Lucida Sans", "Lucida Grande", Arial, Helvetica, sans-serif;
	font-size:16px;
	font-weight:bold;
	color:#a30152;
	text-align: left;
}

.titolo_CONCANT {
	FONT-FAMILY: "Lucida Sans Unicode", "Lucida Sans", "Lucida Grande", Arial, Helvetica, sans-serif;
	font-size:16px;
	font-weight:bold;
	color:#A8B519;
	text-align: left;
}

.titolo_SICANT {
	FONT-FAMILY: "Lucida Sans Unicode", "Lucida Sans", "Lucida Grande", Arial, Helvetica, sans-serif;
	font-size:16px;
	font-weight:bold;
	color:#EB8320;
	text-align: left;
}

.titolo_MANUTENZIONE {
	FONT-FAMILY: "Lucida Sans Unicode", "Lucida Sans", "Lucida Grande", Arial, Helvetica, sans-serif;
	font-size:16px;
	font-weight:bold;
	color:#B1BAD9;
	text-align: left;
}

.titolo_CAPITOLATI {
	FONT-FAMILY: "Lucida Sans Unicode", "Lucida Sans", "Lucida Grande", Arial, Helvetica, sans-serif;
	font-size:16px;
	font-weight:bold;
	color:#E03226;
	text-align: left;
}

.titolo_OFFICE {
	FONT-FAMILY: "Lucida Sans Unicode", "Lucida Sans", "Lucida Grande", Arial, Helvetica, sans-serif;
	font-size:16px;
	font-weight:bold;
	color:#007055;
	text-align: left;
}

.titolo_COSTICANTIERE {
	FONT-FAMILY: "Lucida Sans Unicode", "Lucida Sans", "Lucida Grande", Arial, Helvetica, sans-serif;
	font-size:16px;
	font-weight:bold;
	color:#E3E2BB;
	text-align: left;
}

.titolo_MOSAICOPRO {
	FONT-FAMILY: "Lucida Sans Unicode", "Lucida Sans", "Lucida Grande", Arial, Helvetica, sans-serif;
	font-size:16px;
	font-weight:bold;
	color:#773879;
	text-align: left;
}
.titolo_unicità {
	FONT-FAMILY: "Lucida Sans Unicode", "Lucida Sans", "Lucida Grande", Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:normal;
	color:#FF0000;
	text-align: left;
	text-decoration: underline;
}

.titolo_unicitàSICANT {
	FONT-FAMILY: "Lucida Sans Unicode", "Lucida Sans", "Lucida Grande", Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:normal;
	color:#EB8320;
	text-align: left;
	text-decoration: underline;
}
.titolo_unicitàMOSAICOPRO {
	FONT-FAMILY: "Lucida Sans Unicode", "Lucida Sans", "Lucida Grande", Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:normal;
	color:#773879;
	text-align: left;
	text-decoration: underline;
}
.caratteristiche_SICANT {
	FONT-FAMILY: "Lucida Sans Unicode", "Lucida Sans", "Lucida Grande", Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#EB8320;
	text-align: justify;
	font-weight: normal;
}
.caratteristiche_CONCANT {
	FONT-FAMILY: "Lucida Sans Unicode", "Lucida Sans", "Lucida Grande", Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#A8B519;
	text-align: justify;
	font-weight: normal;
}
.caratteristiche_MANUTENZIONE {
	FONT-FAMILY: "Lucida Sans Unicode", "Lucida Sans", "Lucida Grande", Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#B1BAD9;
	text-align: justify;
	font-weight: normal;
}
.caratteristiche_CAPITOLATI {
	FONT-FAMILY: "Lucida Sans Unicode", "Lucida Sans", "Lucida Grande", Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#E03226;
	text-align: justify;
	font-weight: normal;
}
.caratteristiche_OFFICE {
	FONT-FAMILY: "Lucida Sans Unicode", "Lucida Sans", "Lucida Grande", Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#007055;
	text-align: justify;
	font-weight: normal;
}
.caratteristiche_COSTI {
	FONT-FAMILY: "Lucida Sans Unicode", "Lucida Sans", "Lucida Grande", Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#E3E2BB;
	text-align: justify;
	font-weight: normal;
}
.caratteristiche_PRO {
	FONT-FAMILY: "Lucida Sans Unicode", "Lucida Sans", "Lucida Grande", Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#773879;
	text-align: justify;
	font-weight: normal;
}
.titolo_SIMPLEX {
	FONT-FAMILY: "Lucida Sans Unicode", "Lucida Sans", "Lucida Grande", Arial, Helvetica, sans-serif;
	font-size:16px;
	font-weight:bold;
	color:#609A50;
	text-align: left;
}
.caratteristiche_SIMPLEX {
	FONT-FAMILY: "Lucida Sans Unicode", "Lucida Sans", "Lucida Grande", Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#609A50;
	text-align: justify;
	font-weight: normal;
}
.titolo_CONCANTPK {
	FONT-FAMILY: "Lucida Sans Unicode", "Lucida Sans", "Lucida Grande", Arial, Helvetica, sans-serif;
	font-size:16px;
	font-weight:bold;
	color:#00189F;
	text-align: left;
}
.caratteristiche_CONCANTPK {
	FONT-FAMILY: "Lucida Sans Unicode", "Lucida Sans", "Lucida Grande", Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#00189F;
	text-align: justify;
	font-weight: normal;
}
.titolo_CONCANTLT {
	FONT-FAMILY: "Lucida Sans Unicode", "Lucida Sans", "Lucida Grande", Arial, Helvetica, sans-serif;
	font-size:16px;
	font-weight:bold;
	color:#0196BA;
	text-align: left;
}
.caratteristiche_CONCANTLT {
	FONT-FAMILY: "Lucida Sans Unicode", "Lucida Sans", "Lucida Grande", Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#0196BA;
	text-align: justify;
	font-weight: normal;
}
.caratteristiche_SUITEGM {
	FONT-FAMILY: "Lucida Sans Unicode", "Lucida Sans", "Lucida Grande", Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#A30152;
	text-align: justify;
	font-weight: normal;
}
.titoletto_bianco {
	FONT-FAMILY: "Lucida Sans Unicode", "Lucida Sans", "Lucida Grande", Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:bold;
	color:#FFFFFF;
	text-align: left;
}
/* inizia codice per spazio speaker*/

.titoletto_inEvidenza {
	FONT-FAMILY: Verdana, Geneva, sans-serif;
	font-size:18px;
	font-weight:bolder;
	color:#1D1D1D;
	position: relative;
	text-align: center;
}
.testi_inEvidenza {
	FONT-FAMILY: "Lucida Sans Unicode", "Lucida Sans", "Lucida Grande", Arial, Helvetica, sans-serif;
	font-size:11px;
	font-weight:bolder;
	color:#ccff00;
	position: relative;
	text-align: center;
}
.specifiche_inEvidenza {
	FONT-FAMILY: "Lucida Sans Unicode", "Lucida Sans", "Lucida Grande", Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:normal;
	color:#FFFFFF;
	position: relative;
	text-align: center;
}
#IMG {
	BORDER-TOP-WIDTH: 0px;
	PADDING-RIGHT: 0px;
	PADDING-LEFT: 0px;
	BORDER-LEFT-WIDTH: 0px;
	BORDER-BOTTOM-WIDTH: 0px;
	PADDING-BOTTOM: 0px;
	MARGIN: 0px;
	PADDING-TOP: 0px;
	BORDER-RIGHT-WIDTH: 0px;
	z-index:10;
}
#div_contenitore {
	DISPLAY: block;
	position:relative;
	MARGIN: 0px;
	WIDTH: 288px;
	PADDING-TOP: 0px;
	FONT-FAMILY: "Lucida Sans Unicode", "Lucida Sans", "Lucida Grande", Arial, Helvetica, sans-serif;
	BORDER-LEFT-STYLE: none;
	visibility: hidden;
	top: 8px;
	left: 0px;
	height: 180px;
	overflow: auto;
	margin-right: 0px;
}
#div_spacer800 {
	WIDTH: 800px;
}
#div_spacer400 {
	WIDTH: 400px;
}

#div_invitospeaker {	DISPLAY: block;
	position:relative;
	FONT-SIZE: 12px;
	MARGIN: 0px;
	WIDTH: 250px;
	COLOR: #ff0000;
	PADDING-TOP: 1px;
	FONT-FAMILY: "Lucida Sans Unicode", "Lucida Sans", "Lucida Grande", Arial, Helvetica, sans-serif;
	BORDER-LEFT-STYLE: none;
	TEXT-DECORATION: none;
	TEXT-ALIGN:center;
	visibility: visible;
	top: 34px;
	left: 15px;
	font-weight: bold;
	height: 15px;
}
#div_speaker1 {	DISPLAY: block;
	position:relative;
	FONT-SIZE: 12px;
	MARGIN: 0px;
	WIDTH: 270px;
	COLOR: #FFFFFF;
	PADDING-TOP: 0px;
	FONT-FAMILY: "Lucida Sans Unicode", "Lucida Sans", "Lucida Grande", Arial, Helvetica, sans-serif;
	BORDER-LEFT-STYLE: none;
	TEXT-DECORATION: none;
	TEXT-ALIGN:left;
	visibility: hidden;
	top: 0px;
	left: 6px;
	height: 90px;
	margin-right: 0px;
}
#div_speaker2 {	DISPLAY: block;
	position:relative;
	FONT-SIZE: 12px;
	MARGIN: 0px;
	WIDTH: 270px;
	COLOR: #FFFFFF;
	PADDING-TOP: 0px;
	FONT-FAMILY: "Lucida Sans Unicode", "Lucida Sans", "Lucida Grande", Arial, Helvetica, sans-serif;
	BORDER-LEFT-STYLE: none;
	TEXT-DECORATION: none;
	TEXT-ALIGN:left;
	visibility: hidden;
	top: -90px;
	left: 6px;
	height: 90px;
}
#div_speaker3 {	DISPLAY: block;
	position:relative;
	FONT-SIZE: 12px;
	MARGIN: 0px;
	WIDTH: 270px;
	COLOR: #FFFFFF;
	PADDING-TOP: 0px;
	FONT-FAMILY: "Lucida Sans Unicode", "Lucida Sans", "Lucida Grande", Arial, Helvetica, sans-serif;
	BORDER-LEFT-STYLE: none;
	TEXT-DECORATION: none;
	TEXT-ALIGN:left;
	visibility: hidden;
	top: -180px;
	left: 6px;
	height: 90px;
}
#div_contenitoreMenù {
	DISPLAY: block;
	position:relative;
	MARGIN: 0px;
	WIDTH: 160px;
	PADDING-TOP: 45px;
	FONT-FAMILY: "Lucida Sans Unicode", "Lucida Sans", "Lucida Grande", Arial, Helvetica, sans-serif;
	BORDER-LEFT-STYLE: none;
	visibility: visible;
	left: 0px;
	height: 500px;
	overflow: auto;
	margin-right: 0px;
	float: inherit;
}
#div_floating {
	DISPLAY: block;
	position:relative;
	MARGIN: 0px;
	WIDTH: 160px;
	PADDING-TOP: 45px;
	BORDER-LEFT-STYLE: none;
	visibility: visible;
	top: 0px;
	left: 0px;
	height: 100%;
	overflow: visible;
	margin-right: 0px;
	float: inherit;
}
#nav {
	PADDING-RIGHT: 0px;
	DISPLAY: block;
	PADDING-LEFT: 0px;
	FLOAT:inherit;
	PADDING-BOTTOM: 0px;
	MARGIN: 0px;
	WIDTH: 120px;
	PADDING-TOP: 0px;
	TEXT-ALIGN:left;
	LIST-STYLE-TYPE: none
}
#nav LI {
	PADDING-RIGHT: 0px;
	PADDING-LEFT: 0px;
	BACKGROUND: none transparent scroll repeat 0% 0%;
	PADDING-BOTTOM: 0px;
	MARGIN: 0px;
	PADDING-TOP: 0px;
	TEXT-ALIGN:left;
	LIST-STYLE-TYPE: none
}
#nav A {
	PADDING-RIGHT: 8px;
	DISPLAY: block;
	PADDING-LEFT: 0px;
	FONT-SIZE: 10px;
	BACKGROUND: none transparent scroll repeat 0% 0%;
	PADDING-BOTTOM: 1px;
	MARGIN: 0px;
	WIDTH: 119px;
	COLOR: #aaa;
	LINE-HEIGHT: 20px! important;
	PADDING-TOP: 0px;
	FONT-FAMILY: "Lucida Sans Unicode", "Lucida Sans", "Lucida Grande", Arial, Helvetica, sans-serif;
	BORDER-LEFT-STYLE: none;
	TEXT-DECORATION: none;
	TEXT-ALIGN:left;
}
#nav A.deselected {
	PADDING-RIGHT: 8px;
	DISPLAY: block;
	PADDING-LEFT: 0px;
	FONT-SIZE: 10px;
	BACKGROUND: none transparent scroll repeat 0% 0%;
	PADDING-BOTTOM: 1px;
	MARGIN: 0px;
	WIDTH: 119px;
	COLOR: #aaa;
	LINE-HEIGHT: 20px! important;
	PADDING-TOP: 0px;
	FONT-FAMILY: "Lucida Sans Unicode", "Lucida Sans", "Lucida Grande", Arial, Helvetica, sans-serif;
	BORDER-LEFT-STYLE: none;
	TEXT-DECORATION: none;
}
#nav A:hover {
	PADDING-RIGHT: 8px; PADDING-LEFT: 0px; PADDING-BOTTOM: 0px; BORDER-BOTTOM: #999999 3px solid; COLOR: #fff; PADDING-TOP: 0px
}
#nav A.selected {
	PADDING-RIGHT: 8px; PADDING-LEFT: 0px; PADDING-BOTTOM: 0px; BORDER-BOTTOM: #999999 3px solid; COLOR: #fff; PADDING-TOP: 0px
}
/* inizia codice per menù navigazione azienda*/
#nav LI.azienda A:hover {
	BORDER-BOTTOM: #999999 1px solid
}
#nav LI.azienda A.selected {
	BORDER-BOTTOM: #999999 1px solid

/* finisce codice per menù navigazione azienda*/

}
/* inizia codice per menù navigazione prodotti*/
#nav LI.prodotti A:hover {
	BORDER-BOTTOM: #999999 1px dotted
}
#nav LI.prodotti A.selected {
	BORDER-BOTTOM: #999999 1px dotted

/* finisce codice per menù navigazione prodotti*/

}
/* !!!!!! inizia codice per menù navigazione sottoprodotti !!!!!!!!*/

#navPRODOTTI {
	PADDING-RIGHT: 0px;
	DISPLAY: block;
	PADDING-LEFT: 0px;
	FLOAT: inherit;
	PADDING-BOTTOM: 0px;
	MARGIN: 0px;
	WIDTH: 183px;
	PADDING-TOP: 8px;
	TEXT-ALIGN:left;
	LIST-STYLE-TYPE: none
}
#navPRODOTTI LI {
	PADDING-RIGHT: 0px;
	PADDING-LEFT: 0px;
	BACKGROUND: none transparent scroll repeat 0% 0%;
	PADDING-BOTTOM: 0px;
	MARGIN: 0px;
	PADDING-TOP: 0px;
	TEXT-ALIGN:left;
	LIST-STYLE-TYPE: none
}
#navPRODOTTI A {
	PADDING-RIGHT: 8px;
	DISPLAY: block;
	PADDING-LEFT: 0px;
	FONT-SIZE: 12px;
	BACKGROUND: none transparent scroll repeat 0% 0%;
	PADDING-BOTTOM: 1px;
	MARGIN: 0px;
	WIDTH: 180px;
	COLOR: #CCCC00;
	LINE-HEIGHT: 15px! important;
	PADDING-TOP: 0px;
	FONT-FAMILY: "Lucida Sans Unicode", "Lucida Sans", "Lucida Grande", Arial, Helvetica, sans-serif;
	font-weight:bold;
	BORDER-LEFT-STYLE: none;
	TEXT-DECORATION: none;
	TEXT-ALIGN:left;
}
#navPRODOTTI A.deselected {
	PADDING-RIGHT: 8px;
	DISPLAY: block;
	PADDING-LEFT: 0px;
	FONT-SIZE: 12px;
	BACKGROUND: none transparent scroll repeat 0% 0%;
	PADDING-BOTTOM: 1px;
	MARGIN: 0px;
	WIDTH: 220px;
	COLOR: #CCCC00;
	LINE-HEIGHT: 15px! important;
	PADDING-TOP: 0px;
	FONT-FAMILY: "Lucida Sans Unicode", "Lucida Sans", "Lucida Grande", Arial, Helvetica, sans-serif;
	font-weight:bold;
	BORDER-LEFT-STYLE: none;
	TEXT-DECORATION: none;
}
#navPRODOTTI A:hover {
	PADDING-RIGHT: 8px;
	PADDING-LEFT: 0px;
	PADDING-BOTTOM: 0px;
	BORDER-LEFT: none;
	PADDING-TOP: 0px
}
#navPRODOTTI LI.sottoprodotti A:hover {
	COLOR:#ffffff; BORDER-bottom: #ffffff 1px dotted
}

/* !!!!!! inizia codice per sottomenù navigazione !!!!!!!!*/

#nav2 {
	PADDING-RIGHT: 0px;
	DISPLAY: block;
	PADDING-LEFT: 5px;
	FLOAT:right;
	PADDING-BOTTOM: 0px;
	MARGIN: 0px;
	WIDTH: 110px;
	PADDING-TOP: 5px;
	TEXT-ALIGN:left;
	LIST-STYLE-TYPE: none
}
#nav2 LI {
	PADDING-RIGHT: 0px;
	PADDING-LEFT: 0px;
	BACKGROUND: none transparent scroll repeat 0% 0%;
	PADDING-BOTTOM: 0px;
	MARGIN: 0px;
	PADDING-TOP: 0px;
	TEXT-ALIGN:left;
	LIST-STYLE-TYPE: none
}
#nav2 A {
	PADDING-RIGHT: 0px;
	DISPLAY: block;
	PADDING-LEFT: 4px;
	FONT-SIZE: 9px;
	BACKGROUND: none transparent scroll repeat 0% 0%;
	PADDING-BOTTOM: 1px;
	MARGIN: 0px;
	WIDTH: 106px;
	COLOR: #aaa;
	LINE-HEIGHT: 16px! important;
	PADDING-TOP: 0px;
	FONT-FAMILY: "Lucida Sans Unicode", "Lucida Sans", "Lucida Grande", Arial, Helvetica, sans-serif;
	BORDER-LEFT-STYLE: none;
	TEXT-DECORATION: none;
	TEXT-ALIGN:left;
}
#nav2 A.deselected {
	PADDING-RIGHT: 0px;
	DISPLAY: block;
	PADDING-LEFT: 4px;
	FONT-SIZE: 9px;
	BACKGROUND: none transparent scroll repeat 0% 0%;
	PADDING-BOTTOM: 1px;
	MARGIN: 0px;
	WIDTH: 106px;
	COLOR: #aaa;
	LINE-HEIGHT: 20px! important;
	PADDING-TOP: 0px;
	FONT-FAMILY: "Lucida Sans Unicode", "Lucida Sans", "Lucida Grande", Arial, Helvetica, sans-serif;
	BORDER-LEFT-STYLE: none;
	TEXT-DECORATION: none;
}
#nav2 A:hover {
	PADDING-RIGHT: 0px; PADDING-LEFT: 3px; PADDING-BOTTOM: 0px; COLOR: #fff; PADDING-TOP: 0px
}
#nav2 A.selected {
	PADDING-RIGHT: 0px; PADDING-LEFT: 3px; PADDING-BOTTOM: 0px; COLOR: #fff; PADDING-TOP: 0px
}
#nav2 LI.subprodotti A:hover {
	BORDER-left: #999999 1px dotted; BORDER-bottom: #999999 1px dotted
}
#nav2 LI.subprodotti A.selected {
	BORDER-left: #999999 1px dotted; BORDER-bottom: #999999 1px dotted

/* finisce codice per menù navigazione prodotti*/

}
#flash {
	position:relative;
	MARGIN: 0px 0px 0px 0px;
	z-index:10;
	height:180px;
}

#flash_index {
	MARGIN: 0px 0px 0px 0px;
	z-index:10;
	height:180px;	
}

#flash_DWNLD {
	MARGIN: 0px 0px 0px 0px;
	z-index:10;
	height:550px;
}
.titoletto_green {
	FONT-FAMILY: "Lucida Sans Unicode", "Lucida Sans", "Lucida Grande", Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:bold;
	color:#74e600;
	text-align: left;
}
.titolo_BIANCO_normal {
	FONT-FAMILY: "Lucida Sans Unicode", "Lucida Sans", "Lucida Grande", Arial, Helvetica, sans-serif;
	font-size:small;
	font-weight:normal;
	color:#FFFFFF;
	text-align: left;
}

/* INIZIANO CODICI DELLE TABELLE*/

table.tabFLOATING{
	table-layout:fixed;
	width:auto;
	font:10px "Lucida Sans Unicode", "Lucida Sans", "Lucida Grande", Arial, Helvetica, sans-serif;
	border:1px dotted #333;
	border-collapse:collapse
}
	td.tabFLOATING{
		padding:1px 1px;
		text-align:left;
		width:90px;
		height:26px;
		color:#FFF;
		border:1px dotted #333
	}
	th.tabFLOATING{
		padding:2px 2px;
		text-align:left;
		width:35px;
		height:26px;
		color:#FFF;
		border:1px dotted #333
	}
	caption.tabFLOATING{
		font-weight:bold;
		font-family:"Lucida Sans Unicode", "Lucida Sans", "Lucida Grande", Arial, Helvetica, sans-serif;
		font-size:12px;
		color: #F00;
		border-top:1px dotted #333;
		border-right:1px dotted #333;
		border-left:1px dotted #333;
		text-align:left;
		padding-bottom:2px
	}
.titolo_DWNLDprezz {
	FONT-FAMILY: "Lucida Sans Unicode", "Lucida Sans", "Lucida Grande", Arial, Helvetica, sans-serif;
	font-size:16px;
	font-weight:normal;
	color:#FFCC00;
	text-align: left;
}
.titolo_DWNLDmodelli {
	FONT-FAMILY: "Lucida Sans Unicode", "Lucida Sans", "Lucida Grande", Arial, Helvetica, sans-serif;
	font-size:16px;
	font-weight:normal;
	color:#B39576;
	text-align: left;
}

.ULTIMI_PREZZARI {
	FONT-FAMILY: "Lucida Sans Unicode", "Lucida Sans", "Lucida Grande", Arial, Helvetica, sans-serif;
	font-size:10px;
	font-weight:normal;
	color:#DE0000;
	position: relative;
	padding-left: 5px;
	text-align: left;
}
.stdLittle_centered {
	FONT-FAMILY: "Lucida Sans Unicode", "Lucida Sans", "Lucida Grande", Arial, Helvetica, sans-serif;
	font-size:9px;
	color:#666666;
	text-align: center;
	font-weight: normal;
}
.stdLittle_centered_red {
	FONT-FAMILY: "Lucida Sans Unicode", "Lucida Sans", "Lucida Grande", Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#990000;
	text-align: center;
	font-weight: bold;
}
.intro {
	FONT-FAMILY: "Lucida Sans Unicode", "Lucida Sans", "Lucida Grande", Arial, Helvetica, sans-serif;
	font-size:13px;
	color:#FFF;
	text-align: justify;
	font-weight: normal;
	padding-left: 22px;
	padding-right: 22px;
}
