<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";
/* CSS Document */

/*
'FuturaLtCnBTLight'
'FuturaMdCnBTMedium'
'FuturaBdCnBTBold'
 */

/* Generic */

* {
margin:0px;
outline:none;
}

img {
border:0;
	}

.clear {
clear:both;
}

.clearRight {
clear:right;
}

.clearLeft {
clear:left;
}

.left{
float: left;
}

.right{
float: right
}

ul {
	list-style: none;
	padding: 0;
}

p{
	font-family: Arial;
	font-size: 13px;
	color: #333;
	line-height: 18px;
	margin: 10px 0;
}

p a{
	color: #007941;
	text-decoration: underline;
}

p.note{
	font-size: 11px;
	line-height: 12px;
}

p.note a{
	text-decoration: none;
	color: #007941;
	text-decoration: underline;
}


h1, h2, h3, h4, h5, h6 {
	font-weight: normal;
	font-family: 'FuturaLtCnBTLight';
}

a.button {
	text-decoration: none;
	color: #ccc;
	text-transform: uppercase;
	font-size: 16px;
	font-family: 'FuturaLtCnBTLight';
	background: url(../img/bg_blu.png);
	padding: 5px 15px;
	margin-top: 10px;
}

a:hover.button {
	color: #fff;
}

.input_text {
	padding: 5px 2px;
	border-bottom: 1px solid #ccc;
    border-top: 1px solid #ccc;
    }

.input_text input {
	border: 1px solid #fff;
	font-family: Arial;
	font-size: 13px;
	color: #333;
	width: 100%;
}

.error {
	color: red;
	font-size: 11px;
	font-family: Arial;
	margin: 2px 0;
	display: none;
}

.linea {
	height: 1px;
	width: 100%;
	background: #007941;
	margin: 15px 0;
}

/* Specific */

body {
	background: url(../img/bg_blu_y.png) center;
	font-family: 'FuturaLtCnBTLight';
}

#header {
	height: 50px;
	width: 990px;
	margin: 0 auto;
}

	#header ul {
		height: 50px;
		line-height: 50px;
	}

	#header ul li{
		float: left;
	}
	
	#header ul li a.last{
		background: none;
	}
	
	#header ul li a{
		display: block;
		text-decoration: none;
		color: #ddd;
		text-transform: uppercase;
		background: url(../img/border.png) no-repeat right;
		padding: 0 10px;
	}
	
	#header ul li a:hover, 	#header ul li a.sel {
		color: #fff;
	}

/* dropdown */

#nav ul {
	position:absolute; 
	display:none; 
	margin:0px 0 0 -5px;
	z-index: 999;
	width: 270px;
	padding-bottom: 5px;
	background: url(../img/shadow_dropdown.png) bottom no-repeat;
	height: auto;
}

#nav ul li {
	float:left;
	display: block;
	width: 100%;
	padding: 0;
	background: url(../img/bg_dropdown.png);
}

#nav ul li a {
	display:block;
	float: left;
	width: 240px;
	margin-left: 5px;
	padding: 0 10px;
	background: none;
	text-decoration: none;
	color: #ddd;
	height: 40px;
	line-height: 40px;
	border-bottom: 1px solid #ddd;
}

#nav ul a:hover {
	color: #fff;
}

#withe {background: url(../img/bg_withe.png);}
#withe_sfumatura {background: url(../img/bg_withe_y.png) center repeat-y; padding: 0 0 30px 0;}

#testata {
	width: 990px;
	margin: 0 auto;
	padding: 30px 0 10px 0;
}

#testata a.logo {
	display: block;
	float: left;
	padding-top: 10px;
}

#testata .group {
	width: 553px;
	float: right;
}

#testata .group ul{
	margin-top: 5px;
}

#testata .group ul li{
	float: left;
	margin-right: 10px;
}

#testata .group ul li.last{
	margin-right: 0;
}

#testata .group ul li a{
	display: block;
}


#contenuto {
	width: 80%;
	margin: 0px auto;
	width: 990px;
}


#contenuto_ombra { /* contenuto per interni con ombra colonna fino a fondo pagina */
	width: 990px;
	margin: 0px auto;
	background: url(../img/shadow_colonna.png) left repeat-y;
}

/* Slider Homepage */

.slide_shadow {
	width: 650px;
	float: right;
	margin-left: -20px;
}

.slide_shadow_top {
	background: url(../img/slider_shadow_top.png);
	height: 15px;
	float: right;
	width: 100%;
}

.slide_shadow_bottom {
	background: url(../img/slider_shadow_bottom.png);
	height: 15px;
	width: 100%;
	float: right;
}

.slide_shadow_middle {
	background: url(../img/slider_shadow.png) repeat-y;
	float: right;
	width: 610px;
	padding: 0 20px;
	
}

.container {
	width:610px;
	height:250px;
	overflow:hidden;
	position:relative;
	/*cursor:pointer;*/
	
}

div.slides {
	position:absolute;
	top:0;
	left:0;
}

ul.slides {
	position:absolute;
	top:0;
	left:0;
	list-style:none;
	padding:0;
	margin:0;
}

div.slides &gt; div,ul.slides li {
	position:absolute;
	top:0;
	width:610px;
	display:none;
	padding:0;
	margin:0;
}

#loopedSlider {
	margin:0 auto 30px auto;
	width:990px;
	position:relative;
	clear:both;
}

ul.pagination { 
	list-style:none;
	padding:0;
	margin:0;
	float:left;
	width: 360px;
	margin-top: 40px;
	border-top: 1px solid #ccc;
}

ul.pagination li  {
	float:left;
	width: 100%;
	height: 50px;
	line-height:50px;
	border-bottom: 1px solid #ccc;
}

ul.pagination li a {
	padding:0 10px;
	text-decoration:none;
	font-size: 24px;
	display: block;
	color: #333;
	font-family: 'FuturaMdCnBTMedium';
}

ul.pagination li.active a {
	background:url(../img/bg_slider_tab.png) repeat-y;
	color: #007941;
}

.main {
	width: 660px;
}

.main .home_box {
	width: 280px;
	margin-right: 30px;
	margin-bottom: 30px;
	border-top: 1px solid #ccc;
	padding: 10px;
	float: left;
}


.home_box h2{
	font-size: 20px;
	color: #007941;
	margin-bottom: 10px;
	font-family: 'FuturaMdCnBTMedium';
}

a.more {
	float: right;
	color: #007941;
	text-decoration: none;
	font-size: 15px;
	background: url(../img/arrow_blu_right.png)	right top no-repeat;
	padding-right: 15px;
	display: block;
	height: 20px;
	line-height: 20px;
	font-family: 'FuturaLtCnBTLight';
}

a.ricercaresult {
	color: #007941;
	text-decoration: none;
	font-size: 16px;
	background: url(../img/arrow_blu_right.png)	right top no-repeat;
	padding-left: 10px;
	display: block;
	line-height: 22px;
	font-family: 'FuturaLtCnBTLight';
	border-bottom:1px #ccc dotted;
	padding-right:15px;
}


a:hover.ricercaresult {
	color: #007941;
	text-decoration: none;
	font-size: 16px;
	background: url(../img/arrow_blu_right.png)	right top no-repeat;
	background-color:#f0f0f0;
	padding-left: 10px;
	display: block;
	line-height: 22px;
	font-family: 'FuturaLtCnBTLight';
	border-bottom:1px #888 solid;
	padding-right:15px;
}



a:hover.more {
	background: url(../img/arrow_blu_right.png)	right bottom no-repeat;
	color: #007941;
}

a.back {
	float: left;
	color: #007941;
	text-decoration: none;
	font-size: 15px;
	background: url(../img/arrow_blu_left.png)	left top no-repeat;
	padding-left: 15px;
	display: block;
	height: 20px;
	line-height: 20px;
	font-family: 'FuturaLtCnBTLight';
}

a:hover.back {
	background: url(../img/arrow_blu_left.png)	left bottom no-repeat;
	color: #007941;
}

.search {
	border-bottom: 1px solid #ccc;
	border-top: 1px solid #ccc;
	width: 300px;
	float: left;
	padding: 5px 2px;
	margin: 0 10px;
	background: #fff;
}

.search input {
	border: 1px solid #fff;
	font-family: Arial;
	font-size: 13px;
	color: #333;
	width: 	270px;
	float: left;
	background: #fff;
}

.search a {
	background: url(../img/ico_search.png) no-repeat top;
	display: block;
	width: 15px;
	float: right;
	height: 19px;
}

.search a:hover {
	background: url(../img/ico_search.png) no-repeat bottom;
}

/* TABELLA DOWNLOAD PRODOTTI */


.download_off {
padding:8px;
border: 1px white solid;
background-color: #ffffff;
text-align: center;
}
.download_on {
padding:8px;
border: 1px #e3e3e3 solid;
background-color: #efefef;
text-align: center;
} 

.colonnadownload {
	float: right;
	margin: 15px 0;
}

.colonnadownload .up{background:url(../img/slider_shadow_top.png); height: 15px;}
.colonnadownload .down{background:url(../img/slider_shadow_bottom.png); height: 15px;}
.colonnadownload .middle{
	width: 610px;
	background: url(../img/slider_shadow.png) repeat-y;
	padding: 0 20px;
}


.colonnadownload .last {
	margin-bottom: 0;
}


.colonnadownload h1{
	font-size: 18px;
	color: #fff;
	padding: 5px 7px;
	text-transform: uppercase;
	/*background: url(../img/bg_blu.png); SPOSTATO IN PROGRAMMAZIONE PHP */
	margin-bottom: 10px;
}

/**/

.colonna {
	width: 320px;
}

.colonna .elemento {
	width: 100%;
	float: left;
	margin: 15px 0;
}

.colonna .elemento .up, .colonna .up {
	background: url(../img/shadow_colonna_up.png); /* ../img/shadow_colonna_up.png */
	height: 15px;
	width: 100%;
	float: left;
}

.colonna .elemento .down{
	background: url(../img/shadow_colonna_down.png); /* ../img/shadow_colonna_down.png */
	height: 15px;
	width: 100%;
	float: left;
}

.colonna .last {
	margin-bottom: 0;
}

.colonna .elemento .middle {
	background: url(../img/shadow_colonna.png) repeat-y;; /* ../img/shadow_colonna.png */ 
	float: left;
	width: 280px;
	padding: 0 20px;
}

.colonna h1{
	font-size: 18px;
	color: #fff;
	padding: 5px 7px;
	text-transform: uppercase;
	background: url(../img/bg_blu.png);
	margin-bottom: 10px;
}

.colonna ul.menu{
	border-top: 1px solid #ccc;
}

.colonna ul.menu li{
	padding: 7px 10px;
	border-bottom: 1px solid #ccc;
}

.colonna ul.menu li a{
	font-size: 18px;
	font-family: 'FuturaMdCnBTMedium';
	text-transform: uppercase;
	color: #333;
	text-decoration: none;
	display: block;
}

.colonna ul.menu li a:hover{
	color: #007941; 
}

.colonna ul.menu li a.sel{
	color: #007941; 
	background: url(../img/arrow_menu.png) right no-repeat;
}


.colonna ul.menu ul{
	border-top: 1px solid #ccc;
	background: #ccc;
	padding: 0;
	margin-top: 7px;
	margin-left: -10px;
	width: 280px;
	margin-bottom: -7px;
}

.colonna ul.menu li ul li{
	padding: 7px 10px;
	border-bottom: 1px solid #fff;
}

.colonna ul.menu li ul li.last{
	border-bottom: none;
}

.colonna ul.menu li ul li a{
	font-size: 15px;
	font-family: 'FuturaMdCnBTMedium';
	color: #333;
	text-decoration: none;
	display: block;
	text-transform: none;
}

.colonna ul.menu li ul li a:hover{
	color: #007941; 
}

.colonna ul.menu li ul li a.sel{
	color: #007941; 
	background: url(../img/arrow_menu.png) right no-repeat;
}

.down_fondopagina{
	background: url(../img/shadow_colonna_down.png) left no-repeat;
	height: 15px;
	width: 990px;
	margin: 0 auto;
}

.interno_colonna {
	padding: 0 20px;
	float: left;
	width: 280px;
	margin-bottom: 40px;
}

/* Slider News */
ul#slider1 li{
	padding: 0 5px;
}

ul#slider1 li h2{
	font-size: 16px;
	color: #007941;
	text-transform: uppercase;
	margin-bottom: 10px;
}

.bx-pager {
	margin-top: 10px;
	position: absolute;
}

.bx-pager a.pager-link {
	color: #666;
	text-decoration: none;
	font-size: 16px;
	padding: 5px 10px;
	display: block;
	float: left;
	}
	
.bx-pager a.pager-active {
	color: #fff;
	background: url(../img/bg_blu.png);
}

#footer {
	width: 990px;
	margin: 30px auto 0 auto;
	border-top: 1px solid #007941;
	padding:20px 0;
}

ul.footer_menu li{
	float: left;
	width: 143px;
	margin-right:20px;
}

ul.footer_menu li h3{
	font-size: 20px;
	color: #fff;
	margin-bottom: 10px;
}

ul.footer_menu li ul{
	list-style: url(../img/trattino.png);
	color: #ccc;
	padding-left: 15px;
	float: left;
}

ul.footer_menu li ul li{
	margin-bottom: 2px;
}

ul.footer_menu li ul li a{
	color: #eee;
	text-decoration: none;
	font-family: Arial;
	font-size: 13px;
}

ul.footer_menu li ul li a:hover{
	color: #fff;
}

div.info{
	margin-top: 30px;
	border-top: 1px solid #007941;
	padding: 10px 0 0 0;
}

div.info p{
	color: #ccc;
	width: 400px;
	font-size: 12px;
}

div.info ul {float: right; margin: 10px 0}

div.info ul li{
	float: left;
}

div.info ul li a{
	color: #eee;
	text-decoration: none;
	font-family: Arial;
	font-size: 12px;
	padding: 1px 8px;
	border-right: 1px solid #ccc;
	display: block;
}

div.info ul li a.last{
	border: none;
}

div.info ul li a:hover{
	color: #fff;
}

#dati_societari {
	padding: 10px;
	color: #fff;
	text-align: center;
	font-family: Arial;	
}

#dati_societari h2{
	font-size: 22px;
	border-bottom: 1px solid #007941;
	padding-bottom: 10px;
}

#dati_societari p{
	font-size: 13px;
	color: #fff;
}

.spazio_briciole{
	width: 990px;
	margin: 0 auto;
}

.spazio_briciole .search{
	float: right;
	margin-bottom: 30px;
}

.briciole {
	float: left;
	margin-top: 10px;
}

.briciole li {
	float: left;
	padding: 5px 10px;
	border-right:1px solid #ccc;
	font-family: Arial;
	font-size: 12px;
	text-decoration: none;
	color: #333;
}

.briciole li.sel {
	border:none;
}

.briciole li a{
	font-family: Arial;
	font-size: 12px;
	text-decoration: none;
	color: #333;
	text-transform: capitalize;
	}
	
.briciole li a:hover{
	color: #007941;
}
	
.briciole li a.sel{
	color: #007941;
}

.img_testata .top{background:url(../img/slider_shadow_top.png); height: 15px;}
.img_testata .bottom{background:url(../img/slider_shadow_bottom.png); height: 15px;}
.img_testata .middle{
	width: 610px;
	background: url(../img/slider_shadow.png) repeat-y;
	padding: 0 20px;
}

.testo {
	padding: 0 20px;
	float: left;
}


h4{
	color: #007941;
	font-family: 'FuturaMdCnBTMedium';
	font-size: 25px;
	margin: 10px 0;
}

h5{
	color: #007941;
	font-family: 'FuturaMdCnBTMedium';
	font-size: 20px;
	margin: 15px 0 10px 0;
}

h6{
	color: #007941;
	font-family: 'FuturaMdCnBTMedium';
	font-size: 16px;
	margin: 5px 0;
}
.testo {
	font-family: Arial;
	font-size: 13px;
	color: #333;
	line-height: 18px;
	margin: 10px 0;
	float: left;
}

.testo img.left{
margin: 3px 10px 3px 0;
}

.testo img.right{
margin: 3px 0 3px 10px;
}

ul.menu_download {
	border-top: 1px solid #ccc;
}

ul.menu_download li {
	text-transform: none;
	font-size: 13px;
	font-family: Arial;
	padding: 10px 5px;
	border-bottom: 1px solid #ccc;
}

ul.menu_download li a{
	color: #666;
	text-decoration: none;
	display: block;
}

ul.menu_download li a:hover{
	color: #333;
}


/***************************** FAQ accordion *****************************/

#accordion{
	margin: 10px 0 0 0;
}

	#accordion h3{
		font-family: 'FuturaLtCnBTLight';
		font-size: 15px;
		text-transform: uppercase;
		font-weight: normal;
		border-bottom: 2px solid #007941;
	}
	
		#accordion h3 a{
			color: #007941;
			text-decoration: none;
			display: block;
			padding: 5px 10px;
			background: url(../img/arrow_accordion.png) 99% no-repeat;
		}
		
	#accordion div{
		display: block;
		height: 150px;
		overflow: auto;
		padding-bottom: 11px;
		padding-top: 11px;
		background: url(../img/bg_withe2.png);
		padding: 0 10px;
		color: #333;
		font-family: Verdana;
		font-size: 13px;
		}

#map_canvas {
	width: 100%;
	height: 350px;
	border-top:1px solid #ccc;
	border-bottom:1px solid #ccc;
	margin-bottom: 30px;
	float: left;
}

.azienda {
	width: 990px;
	margin: 10px 0;
}

.dati_azienda {
	width: 650px;
	border-bottom: 1px solid #ccc;
	border-top: 1px solid #ccc;
	padding: 20px 0;
	float: left;
}

.foto_azienda {
	float: right;
	height: 232px;
	width: 310px;
	background: lime;
}

.indirizzo {
	margin-top: 20px;
	height:160px;
}

.commerciale {
	border-bottom: 1px solid #ccc;
	border-top: 1px solid #ccc;
	padding: 20px 15px;
	float: left;
	width: 170px;
	margin: 10px 20px 10px 0;
}

.commerciale h1{
	font-size: 25px;
	color: #007941;
}

/* news */

table.news {
	width: 100%;
	margin-top: 15px;
}

table.news tr td {
	vertical-align: top;
	border-bottom: 1px solid #ccc;
}

table.news tr.intestazione {
	background: url(../img/bg_blu.png);
	color: #fff;
	text-align: center;
	height: 25px;
}

table.news tr.intestazione td{
	border-bottom: 0;
}

table.news td.data {
	width: 80px;
	text-align: center;
}

table.news p{
	margin: 3px 0;
}

table.news h6{
	margin: 3px;
}

table.news {
	margin: 3px 0;
}

table.news tr:hover {
	background: #eee;
}

table.news tr:hover.intestazione {
	background: url(../img/bg_blu.png);
}


form.contatti {
	padding: 15px 20px 0 20px;
}

form.contatti label {
	font-size: 18px;
	font-family: 'FuturaMdCnBTMedium';
	color: #007941;
}

form.contatti select {
	border: 1px solid #fff;
	font-family: Arial;
	color: #333;
	font-size: 13px;
	width: 100%;
}

form.contatti table {
	width: 100%;
}

form.contatti textarea {
	border: 1px solid #ccc;
	height: 100px;
	font-family: Arial;
	font-size: 13px;
	color: #333;
	padding: 3px;
	width: 604px;
}

form.contatti .nota{
	text-align: right;
	font-size: 10px;
	font-family: Arial;
	color: #333;
}


form.contatti .termini{
	font-size: 13px;
	font-family: Arial;
	color: #333;
}


form.contatti a.overlay{
	color: #007941;
	font-weight: bold;
}

.offerta {
	width: 100%;
	border-bottom: 1px solid #007941;
	float: left;
	padding-bottom: 30px;
	margin-bottom: 20px;
}

.offerta .left{
	width: 300px;
}

.offerta .right{
	width: 605px;
}

.offerta h4{
	line-height: 26px;
	border-bottom: 1px solid #ccc;
	border-top: 1px solid #ccc;
	padding: 10px 0;
	font-size: 22px;
}

.offerta h6{
	margin-bottom: 20px;
}
</pre></body></html>