
/*
 *** Info generali sul file:
 *
 * sito web: nevs.it v.3
 * file: css versione it
 * data creazione: 2013.08.14
 *
 *** Macro areee [scrivi il numero per la ricerca]
 *
 * 001. STILI DI BASE
 * 002. DIVS PAGINE
 * 003. LINKS
 * 004. TABLE
 * 005. BOTTONI & FORM
 * 006. LISTE
 */



/*
************************************
 001. STILI DI BASE
************************************
 */
body { width:100%; margin:0 auto; background:#A09EA1;}
body, div, h2, p, span, td, tr, th, input, table {font-family:'Cuprum', Tahoma, Verdana, Helvetica, sans-serif; font-size:16px; color:#333; line-height:140%;}
.corpotesto_error, .dinamic_form_error { color:#A51526;}


* {margin: 0; padding: 0;}
h1, h2, h3 {padding:0; margin:0; }
div, p, span, img {margin:0; padding:0;}

/*allinea*/
.centrata {width:100%; text-align:center;} 
.destrata {width:100%; text-align: right;}
.sinistrata {width:100%; text-align:left;}

/*flotta*/
.floatleft {float:left; display:inline;}
.floatright {float:right; display:inline;}

/*padding*/
.padding5 { padding:5px;}
.padding10 { padding:10px;}
.padding15 { padding:15px;}
.padding20 { padding:20px;}

a:link, a:visited {text-decoration:none; color:#333;}
a:focus, a:hover, a:active {text-decoration:underline;}

img, a {margin:0; padding:0; border:0;}
br.cucu {clear:both; height:0px;}

/* stili link */
a:link, a:visited {text-decoration:none;}
.cursor_link {cursor:hand; cursor:pointer;}



/*
************************************
002.DIVS PAGINA
************************************
*/

#bg {background: url(/img/public/tpl/2013/bg.jpg) no-repeat top center fixed; 
		-moz-background-size:cover; 
		-webkit-background-size:cover; 
		-o-background-size:cover; 
		background-size:cover;
		}

	#top {width:980px; margin:0 auto;}
		#top #logo {margin:0 auto; padding:18px 25px 8px 25px; width:150px; border-bottom:1px solid #ccc; text-align:center;}
			#top #logo a {color:#FFAD19; font-size:15px;}
		#top #accesso { position: absolute; top:20px; right:5%;}
			#top #accesso a.cliente {
					margin:0 auto; padding:2px 8px 8px 8px; text-align:center;
					border-radius: 2px; -moz-border-radius: 2px; -webkit-border-radius: 2px;
					font-family:'Adam','Cuprum', cursive; font-size:12px; text-transform:uppercase; text-decoration:none; color: #fff; margin-left:5px; }

		.acchiappa-page {text-align:center; margin:80px auto 0 auto;}
		.acchiappa-page img {}
		.acchiappa-page p {margin-bottom:40px; font-family:'Adam', 'Cuprum', cursive; 
							font-size:28px; color:#fff; text-transform:uppercase;}


		/*bottone azione big*/
		a.azione-big {background:#75B4AB; margin:0 auto; padding:4px 8px 6px 8px; text-align:center;
					  border-radius: 3px; -moz-border-radius: 3px; -webkit-border-radius: 3px;
					  font-family:'Adam','Cuprum', cursive; font-size:16px; color:#fff; text-transform:uppercase; text-decoration:none;
						-moz-transition-property:color;
						-moz-transition-duration:1s;
						-webkit-transition-property:color;
						-webkit-transition-duration:1s;
						-o-transition-property:color;
						-o-transition-duration:1s;
						transition-property:color;
						transition-duration:1s;}

		a.azione-big:visited {color:#efefef;}					
		a.azione-big:hover {color:#333;}					
							

		/*bottone azione*/
		a.azione, input.azione {background:#75B4AB; padding:3px 7px; text-align:center;
				  border-radius: 2px; -moz-border-radius: 2px; -webkit-border-radius: 2px;
				  font-family:'Cuprum','Ubuntu Condensed', cursive; font-size:19px; color:#fff; text-transform:uppercase; text-decoration:none;
		}
		input.azione { border:0;}
		a.azione:visited { background:#3F746C; color:#fff;}
		a.azione:hover {background:#fff; color:#333;}
		

		a.azione-very-big {background:#75B4AB; padding:8px 12px; text-align:center;
				  border-radius: 2px; -moz-border-radius: 2px; -webkit-border-radius: 2px;
				  font-family:'Cuprum','Ubuntu Condensed', cursive; font-size:28px; color:#fff; text-transform:uppercase; text-decoration:none;
		}
		a.azione-very-big:visited { background:#3F746C; color:#fff;}
		a.azione-very-big:hover {background:#fff; color:#333;}


/*inizio gestione larghezze*/	
#corpo {background:url(/img/public/tpl/2013/bg-corpo.png) repeat 30px 0; text-align:left;}

	#menu {height:65px; background:url(/img/public/tpl/2013/bg-menu.png) repeat-x top left; text-align:center;}
		#contenitore_menu {width:980px; height:80px; margin:0 auto; padding-left:20px;}
			#menu p {width:190px; height:80px; }
			#menu a:link, #menu a:visited { font-size:18px; font-family:'Adam', 'Cuprum', cursive; line-height:2.7; color:#fff; text-decoration:none; text-transform:uppercase;}
			#menu a:hover {color:#eee;}
				#menu a.menu_attiva {color:#000;} /* attiva menu */		

	#contenitore_sottomenu {position:relative;}
		#sottomenu_presentazione, #sottomenu_caratteristiche, #sottomenu_soluzioni_e_prezzi, #sottomenu_clienti
			 {width:100%; height:160px; background-color: rgba(241,240,241,0.9); position:absolute; top:-12px; z-index:4;}
			 #sottomenu_presentazione_relative, #sottomenu_caratteristiche_relative, #sottomenu_soluzioni_e_prezzi_relative, #sottomenu_clienti_relative 
				{width:980px; margin:0 auto; position:relative;}
				#sottomenu_presentazione_relative img {position:absolute; left:272px;}
				#sottomenu_caratteristiche_relative img {position:absolute; left:80px;}
				#sottomenu_soluzioni_e_prezzi_relative img {position:absolute; left:463px;}
				#sottomenu_clienti_relative img {position:absolute; left:659px;}
				.box-sm, .box-sm-nb {width:290px; border-right:1px solid #fff; margin-top:30px; padding:20px 15px 40px 20px;}
				.box-sm-nb {border-right:0;}
					.box-sm a, .box-sm-nb a, .box-sm a.big {font-size:15px; color:#52988D; /*font-family:'Cuprum', Tahoma, cursive;*/
					 text-decoration:none; display:block; text-transform:uppercase; line-height:160%;}
				.box-sm a.big, .box-sm-nb a.big {font-size:22px;}
						.box-sm a:hover, .box-sm-nb a:hover, .box-sm a.big:hover {color:#3F746C;}
	

	#luce_relative {position:relative; z-index:2; width:980px; margin:0 auto;}
		#luce {width:863px; height:203px; background: url(/img/public/tpl/2013/luce.png) no-repeat top center; position:absolute; left:80px; top:-12px;}
		
	#contenitore {width:980px; margin:0 auto; position:relative; z-index:3; padding:40px 0 20px 0;}
		h1 {font-size:16pt; /*font-family:'Cuprum','Ubuntu Condensed', cursive;*/ text-align:center;line-height:29px; color:#000; text-transform:uppercase; margin-bottom:15px; }
		h2 {color:#0E0E0E;}		
		#first-image {}
			#first-image img , #first-image div#claim {float:left; display:inline;}
				#first-image div#claim {text-align:left; padding-top:20px; width:430px;}
					#first-image div#claim h1 {font-size:16pt; f/*ont-family:'Cuprum', cursive;*/ text-align:left; margin-bottom:10px;}

		#brand-home {width:980px; background:#A3A0A4; text-align:center; border:1px solid #ccc;}
			#brand-home div {margin:5px; width:968px; border:1px solid #A51526; background: #fff;}
				#brand-home div img {padding:21px;}

		#servizi-home {width:980px; margin:50px 0; margin-top:0;}
			#servizi-home div {width:325px; text-align:center; margin:30px 0; border-right:1px solid #ACACAC; float:left; display:inline;}
				#servizi-home div h3 { font-family:'Adam','Cuprum', cursive; margin:8px auto; font-weight:normal; font-size:18px; color:#333; text-align:center;}
				#servizi-home div p {text-align:left; color:#0D0D0D; padding:15px;}


			.smezza_corpo {width:323px; float:left; display:inline; height:140px; 
			/*border:1px solid #bbb9ba;*/ background:url(../../img/public/tpl/sfondo_box.png) no-repeat top left;}
			.smezza_corpo_noimg {width:450px; height:140px;}
				.smezza_corpo .posiziona, .smezza_corpo_noimg .posiziona { margin:20px; margin-bottom:0; margin-right:0;}


/*presentazione*/
#bg-presentazione-s1 {width:980px;}
	#bg-presentazione-s1 img#1 { margin-left:50px; float:left; display:inline;}
	#bg-presentazione-s1 div {width:450px; padding:30px 30px 0 0; float:right; display:inline;}
	

#box_fondino_step_4 {width:980px; margin-left:50px;}
#box_fondino_step_2, #box_fondino_step_3, #box_fondino_step_5 {width:980px; height:280px; background:url(/img/public/tpl/2013/box_con_fondino_step_2.png) no-repeat top left; position:relative; top:-16px;}
#box_fondino_step_2 {left:55px;}
#box_fondino_step_3 {background:url(/img/public/tpl/2013/box_con_fondino_step_3.png) no-repeat top left; top:-41px; left:52px;}
	#box_fondino_step_3 img {margin-left:195px;}
#box_fondino_step_4 {margin-left:60px;}
#box_fondino_step_5 {height:376px; background:url(/img/public/tpl/2013/box_con_fondino_step_5.png) no-repeat top left; top:-22px; left:58px;}

#step_2, #step_3, #step_4, #step_5, #step_6 {position:relative; z-index:2;}
	#step_3 {top:-24px;}
	#step_4 {top:-60px;}
	#step_6 {top:-30px;}	



#testo-presentazione-step-2 {width:265px; padding-top:125px;}
#testo-presentazione-step-3 {width:280px; padding-top:80px;}


#bg-presentazione-s1 div, #testo-presentazione-step-2, #testo-presentazione-step-3, .testo_presentazione_con_bordino, #testo_presentazione_lungo p 
{font-size:22px; color:#3F4048; line-height:110%; margin-bottom:20px; text-align:left; /*font-family:'Cuprum','Ubuntu Condensed', cursive;*/}

.testo_presentazione_con_bordino {width:300px; padding-top:20px; border-top:3px solid #E1E3EC; margin:0 50px 0 10px;}
#testo_presentazione_lungo {width:500px; padding:35px 0 30px 10px;}
	#testo_presentazione_lungo p {padding-left:30px;}	
	#testo_presentazione_lungo h2 {text-align:left;font-size:25px; color:#fff; padding-left:30px;}


/*prezzi*/
.tabella_prezzi {width:650px; border-collapse:collapse; border-spacing:0;}
	.riga_con_bordino {border-top:1px solid #fff;}
	.tabella_prezzi td { padding:10px 0; font-family:'Cuprum','Ubuntu Condensed', cursive;}
		.tabella_prezzi td img { vertical-align:middle; margin-right:5px;}
		
		.tabella_prezzi td.nome_pacchetto {padding-top:40px; font-size:16pt; color:#315B54; text-transform:uppercase;}
			 .tabella_prezzi td.nome_pacchetto span {font-family:'Courgette', Tahoma, cursive; font-size:11pt;}
		.prezzo {color:#1F1A21; font-size:19px;}
		.invia_richiesta {width:33px; text-align:right;}
		.no_limits {width:130px; padding-left:10px;}
		.info {width:60px; text-align:right; color:#4E494E;}




/*news*/
.corpotesto {margin:20px 0;}
	h2.sottotitolo_colorato {font-size:22px; font-family:'Cuprum', Tahoma, cursive; color:#3F746C; margin-bottom:10px;}

/*referenze*/
.logo_referenze {border:2px solid #FFAD19; -webkit-box-shadow: #fff 1px 2px 10px; -moz-box-shadow: #fff 1px 2px 10px; box-shadow: #fff 1px 2px 10px; margin:0 15px 15px 0;}
.corpotesto_referenze {padding:0 20px 20px 0;}


.circle {
margin:0 auto; width: 150px; height: 150px; -webkit-border-radius: 99em; -moz-border-radius: 99em; border-radius: 99em; border: 3px solid #eee;
box-shadow: 0 3px 2px rgba(0, 0, 0, 0.3); background:#fff;
/*background-size: cover;
background-repeat: no-repeat;
background-position: center center;*/
-moz-transition-property:border; -moz-transition-duration:1s; -webkit-transition-property:border; -webkit-transition-duration:1s;
-o-transition-property:border; -o-transition-duration:1s; transition-property:border; transition-duration:1s;}
	.circle:hover {border: 3px solid #FFAD19;}
	.circle img { margin:40px 10px; max-width:130px; max-height:70px;}


.box-650, .corpotesto_con-bordo, .corpotesto_referenze {border-bottom:1px solid #ccc; margin:30px auto; width:650px;}
.box-650 img { margin-right:30px; margin-bottom:20px;}
.box-650 h2{font-size:22px; font-family:'Cuprum', Tahoma, cursive; color:#315B54; margin-bottom:10px; float:left; display:inline;}
/*.img_funzionalita_newletter {margin-right:20px;}*/
.corpotesto_ridotto { width:650px; margin:0 auto;}


h3 {font-size:17px; font-weight:bold; color:#2C2C2C;}

/*usato per i contatti*/
.suddividi_contatti {width:300px;}
	.suddividi_contatti .posiziona { padding:7px;}

/*parte bottom e footer*/
#bottom {width:100%; text-align:left; background:#120D13; margin:0 auto; -webkit-box-shadow: #201F25 0px 3px 25px; -moz-box-shadow: #201F25 0px 3px 25px;
	box-shadow: #201F25 0px 3px 25px;}
	#contenitore_bottom {width:980px; margin:0 auto; padding:15px;}
		.suddivisione_bottom {width:315px; line-height:100%; padding-left:10px;}
		#bottom a:link, #bottom a:visited {color:#fff; font-size:14px; text-decoration:none;}
		#bottom a:hover {color:#75B4AB; text-decoration:underline;}

#footer {text-align:left; padding:20px 0; background:#120D13; border-top:1px solid #201F25;}
	#contenitore_footer {width:980px; margin:0 auto; padding-left:30px;}
		#contenitore_footer img {margin-right:10px;}
		#contenitore_footer span {padding-right:10px;}
		#contenitore_footer a {padding-right:5px;}
		#contenitore_footer a, #contenitore_footer span {color:#4D4D4D; font-size:12px;}
			#contenitore_footer a:hover {color:#fff; font-size:12px;}





































	#corpo #box_testo {}
	#corpo #box_testo #posiziona { padding:10px;}
	#corpo #box_testo #posiziona #dx {width:250px; float:right; display:inline; padding:5px;}
	#corpo #box_testo #posiziona #dx .usano_nevs { width:240px; background:#cecccd; border:1px solid #BBB9BA; text-align:center;}
	#corpo #box_testo #posiziona #dx .usano_nevs img { width:70px;}
	#corpo #box_testo #posiziona #dx .altre_cosine_carine {width:240px; height:25px; border:1px solid #dadada; border-width: 1px 0 0 0;}
	#corpo #box_testo #posiziona #dx .altre_cosine_carine .posizione { padding-left:5px; line-height:2;}
	

	
	.intestazione {height:200px; width:70%; float:left; display:inline;}
		.intestazione_suddivisione { width:33%; height:180px; float:left; display:inline; text-align:left; border:1px solid #fff; border-width: 0 1px 0 0; margin-top:5px;}
			.intestazione_suddivisione_posizionemento { padding:10px 5px 0 5px;}
	.promo_intestazione { height:200px; width:25%; float:left; display:inline;}
	
	#corpo_sx {width:670px; float:left; display:inline; text-align:left; }
	#corpo_sx .posiziona { padding:0 10px;}
	
			
				


			.triplica_corpo { width:31%; margin-right:2%;float:left; display:inline;}
			.titolo_sottolineato { font-size:15px; text-decoration:underline;}
			.grigio { color:#333;}
			
			.bottone_vai {background:#E4E4E4; margin:2px; border:1px solid #fff; padding:2px 3px;} /*per tutti i box_smezza_corpo*/
			
			.titolo_colorato { font-weight:bold; font-size:11pt;}
			.sottotitolo_colorato {}


	/*utilizzato nella parte bassa di tutte le pagine*/
	.richiedi_info {width:600px; height:74px; 
	background:url(../../img/public/tpl/sfondo_richiedi_info.png) no-repeat top left;}
	.richiedi_info p { padding:15px 4px 0 80px;}
	
	/*utilizzato nella parte bassa delle pagine azione*/
	.passa_azione {width:600px; height:132px;
	background:url(../../img/public/tpl/sfondo_passa_azione.png) no-repeat top left;}
	.passa_azione p {padding:15px 10px 0 20px; /*border-bottom:1px solid #fff;*/}
	.passa_azione p img { margin-right:5px; float:left; display:inline;}


				
	#corpo_dx { width:250px; float:left; display:inline;
	 background:url(../../img/public/sotto_news.jpg) repeat-y top center;}
	.informazioni_corpo_dx { padding:5px 5px 5px 10px;}	

				
		/*usato nella landing*/
		#dx_top_richiedi_offerta {width:240px; height:85px; 
		background:url(../../img/public/tpl/titolo_richiedi_offerta.jpg) no-repeat bottom center;}
		#dx_top_richiedi_offerta .posiziona { text-align:center; padding:16px; 
		font-size:13px; font-weight:bold;}
		
		/*usato nella landing*/
		#dx_top_conferma_offerta {width:240px; background:#fff; border:3px solid #FFB21E;}
		#dx_top_conferma_offerta .posiziona { padding:5px;}

		/*usato nella landing*/
		#dx_altre_informazioni { padding:45px 10px;}
		#dx_altre_informazioni .titolo { border-bottom:1px solid #fff;}


/* stili tabelle */ 
td.standard0 {text-align:right; color:#000000;}
td.standard1 {color:#000; text-align:left;}
td.standard2 {color:#000; background:#e0e0e0;}
td.caratteristiche_sw0 {background:#C6C4C5; padding:7px 5px;} /*stili presentazione sw*/
td.caratteristiche_sw1 {padding:7px 5px;}/*stili presentazione sw*/
th.caratteristiche_mrs, td.caratteristiche_mrs {background:#ab74b2; color:#fff; padding:7px 5px; font-weight:bold;} /*intestazione mr sender*/
th.caratteristiche_nevs, td.caratteristiche_nevs {background:#ffb927; padding:5px; font-weight:bold;} /*intestazione mr sender*/


/* stili testo */
.testo {color: #000; text-align:left; padding: 0 5px 0 15px; }
.titolo {color: #000; font-weight:bold; text-align:left; padding-left:15px; }
.boxtesto {color: #000;  padding:10px 0 0 15px; margin:0; }
.risposta_faq {display: none; padding-top: 3px; padding-left:15px; }

/* ul and li */
.solito { text-align:left; list-style-image:url(../../img/public/tpl/frecciolina.png); list-style-position: outside;}
.soliti1 { margin-left:20px; margin-bottom:10px;}
.soliti2 { margin-left:40px; margin-bottom:10px; font-weight:bold;}

.car1 { margin-bottom:10px;}
.car2 { margin-bottom:10px; font-weight:bold;}

/* referenze */
.box-logo {width:174px; height:81px; margin:20px 30px 20px 30px; transition-duration:2s; -webkit-transition-property:background; -webkit-transition-duration:2s;
-o-transition-property: background; -o-transition-duration:2s; -moz-transition-property: background; -moz-transition-duration:2s;}
#acino {background:url(/img/public/tpl/logo_clienti/png/acino.png) no-repeat top left;}
#acino:hover {background:url(/img/public/tpl/logo_clienti/png_colorati/acino.png) no-repeat top left;}
#ais {background:url(/img/public/tpl/logo_clienti/png/ais.png) no-repeat top left;}
#ais:hover {background:url(/img/public/tpl/logo_clienti/png_colorati/ais.png) no-repeat top left;}
#caramba {background:url(/img/public/tpl/logo_clienti/png/caramba.png) no-repeat top left;}
#caramba:hover {background:url(/img/public/tpl/logo_clienti/png_colorati/caramba.png) no-repeat top left;}
#bentel {background:url(/img/public/tpl/logo_clienti/png/bentel.png) no-repeat top left;}
#bentel:hover {background:url(/img/public/tpl/logo_clienti/png_colorati/bentel.png) no-repeat top left;}
#carrera {background:url(/img/public/tpl/logo_clienti/png/carrerajeans.png) no-repeat top left;}
#carrera:hover {background:url(/img/public/tpl/logo_clienti/png_colorati/carrerajeans.png) no-repeat top left;}
#ccroma {background:url(/img/public/tpl/logo_clienti/png/ccroma.png) no-repeat top left;}
#ccroma:hover {background:url(/img/public/tpl/logo_clienti/png_colorati/ccroma.png) no-repeat top left;}
#clt {background:url(/img/public/tpl/logo_clienti/png/clt-telefonia.png) no-repeat top left;}
#clt:hover {background:url(/img/public/tpl/logo_clienti/png_colorati/clt-telefonia.png) no-repeat top left;}
#complan {background:url(/img/public/tpl/logo_clienti/png/complan.png) no-repeat top left;}
#complan:hover {background:url(/img/public/tpl/logo_clienti/png_colorati/complan.png) no-repeat top left;}
#conservatorio {background:url(/img/public/tpl/logo_clienti/png/conservatorio-verona.png) no-repeat top left;}
#conservatorio:hover {background:url(/img/public/tpl/logo_clienti/png_colorati/conservatorio-verona.png) no-repeat top left;}
#cubacom {background:url(/img/public/tpl/logo_clienti/png/cubacom.png) no-repeat top left;}
#cubacom:hover {background:url(/img/public/tpl/logo_clienti/png_colorati/cubacom.png) no-repeat top left;}
#fonola {background:url(/img/public/tpl/logo_clienti/png/fonola.png) no-repeat top left;}
#fonola:hover {background:url(/img/public/tpl/logo_clienti/png_colorati/fonola.png) no-repeat top left;}
#forgreen {background:url(/img/public/tpl/logo_clienti/png/forgreen.png) no-repeat top left;}
#forgreen:hover {background:url(/img/public/tpl/logo_clienti/png_colorati/forgreen.png) no-repeat top left;}
#gardaendurance {background:url(/img/public/tpl/logo_clienti/png/gardaendurance.png) no-repeat top left;}
#gardaendurance:hover {background:url(/img/public/tpl/logo_clienti/png_colorati/gardaendurance.png) no-repeat top left;}
#pantheon {background:url(/img/public/tpl/logo_clienti/png/giornale_pantheon.png) no-repeat top left;}
#pantheon:hover {background:url(/img/public/tpl/logo_clienti/png_colorati/giornale_pantheon.png) no-repeat top left;}
#infoval {background:url(/img/public/tpl/logo_clienti/png/infoval.png) no-repeat top left;}
#infoval:hover {background:url(/img/public/tpl/logo_clienti/png_colorati/infoval.png) no-repeat top left;}
#voxtel {background:url(/img/public/tpl/logo_clienti/png/voxtel.png) no-repeat top left;}
#voxtel:hover {background:url(/img/public/tpl/logo_clienti/png_colorati/voxtel.png) no-repeat top left;}
#hod {background:url(/img/public/tpl/logo_clienti/png/hod.png) no-repeat top left;}
#hod:hover {background:url(/img/public/tpl/logo_clienti/png_colorati/hod.png) no-repeat top left;}
#ildominio {background:url(/img/public/tpl/logo_clienti/png/ildominio.png) no-repeat top left;}
#ildominio:hover {background:url(/img/public/tpl/logo_clienti/png_colorati/ildominio.png) no-repeat top left;}
#illasi {background:url(/img/public/tpl/logo_clienti/png/illasi.png) no-repeat top left;}
#illasi:hover {background:url(/img/public/tpl/logo_clienti/png_colorati/illasi.png) no-repeat top left;}
#italyexport {background:url(/img/public/tpl/logo_clienti/png/italy-export.png) no-repeat top left;}
#italyexport:hover {background:url(/img/public/tpl/logo_clienti/png_colorati/italy-export.png) no-repeat top left;}
#guidaenergia {background:url(/img/public/tpl/logo_clienti/png/guida-energia.png) no-repeat top left;}
#guidaenergia:hover {background:url(/img/public/tpl/logo_clienti/png_colorati/guida-energia.png) no-repeat top left;}
#guidaedilizia {background:url(/img/public/tpl/logo_clienti/png/guida-edilizia.png) no-repeat top left;}
#guidaedilizia:hover {background:url(/img/public/tpl/logo_clienti/png_colorati/guida-edilizia.png) no-repeat top left;}
#loungetek {background:url(/img/public/tpl/logo_clienti/png/lounge-tek.png) no-repeat top left;}
#loungetek:hover {background:url(/img/public/tpl/logo_clienti/png_colorati/lounge-tek.png) no-repeat top left;}
#viceconti {background:url(/img/public/tpl/logo_clienti/png/viceconti.png) no-repeat top left;}
#viceconti:hover {background:url(/img/public/tpl/logo_clienti/png_colorati/viceconti.png) no-repeat top left;}
#mattiatour {background:url(/img/public/tpl/logo_clienti/png/mattia-tour.png) no-repeat top left;}
#mattiatour:hover {background:url(/img/public/tpl/logo_clienti/png_colorati/mattia-tour.png) no-repeat top left;}
#cvs {background:url(/img/public/tpl/logo_clienti/png/cvs.png) no-repeat top left;}
#cvs:hover {background:url(/img/public/tpl/logo_clienti/png_colorati/cvs.png) no-repeat top left;}
#mdg {background:url(/img/public/tpl/logo_clienti/png/mdg.png) no-repeat top left;}
#mdg:hover {background:url(/img/public/tpl/logo_clienti/png_colorati/mdg.png) no-repeat top left;}
#yashi {background:url(/img/public/tpl/logo_clienti/png/yashi.png) no-repeat top left;}
#yashi:hover {background:url(/img/public/tpl/logo_clienti/png_colorati/yashi.png) no-repeat top left;}
#petparadise {background:url(/img/public/tpl/logo_clienti/png/pet_paradise.png) no-repeat top left;}
#petparadise:hover {background:url(/img/public/tpl/logo_clienti/png_colorati/pet_paradise.png) no-repeat top left;}
#pulcher {background:url(/img/public/tpl/logo_clienti/png/pulcher.png) no-repeat top left;}
#pulcher:hover {background:url(/img/public/tpl/logo_clienti/png_colorati/pulcher.png) no-repeat top left;}
#tennisit {background:url(/img/public/tpl/logo_clienti/png/tennisit.png) no-repeat top left;}
#tennisit:hover {background:url(/img/public/tpl/logo_clienti/png_colorati/tennisit.png) no-repeat top left;}
#veronanet {background:url(/img/public/tpl/logo_clienti/png/verona_net.png) no-repeat top left;}
#veronanet:hover {background:url(/img/public/tpl/logo_clienti/png_colorati/verona_net.png) no-repeat top left;}
#maistri {background:url(/img/public/tpl/logo_clienti/png/maistri.png) no-repeat top left;}
#maistri:hover {background:url(/img/public/tpl/logo_clienti/png_colorati/maistri.png) no-repeat top left;}
#musitek {background:url(/img/public/tpl/logo_clienti/png/musitek.png) no-repeat top left;}
#musitek:hover {background:url(/img/public/tpl/logo_clienti/png_colorati/musitek.png) no-repeat top left;}
#nauticapuricelli {background:url(/img/public/tpl/logo_clienti/png/nauticapuricelli.png) no-repeat top left;}
#nauticapuricelli:hover {background:url(/img/public/tpl/logo_clienti/png_colorati/nauticapuricelli.png) no-repeat top left;}
#lapineta {background:url(/img/public/tpl/logo_clienti/png/lapineta.png) no-repeat top left;}
#lapineta:hover {background:url(/img/public/tpl/logo_clienti/png_colorati/lapineta.png) no-repeat top left;}
#contisistemi {background:url(/img/public/tpl/logo_clienti/png/contisistemi.png) no-repeat top left;}
#contisistemi:hover {background:url(/img/public/tpl/logo_clienti/png_colorati/contisistemi.png) no-repeat top left;}
#edrasis {background:url(/img/public/tpl/logo_clienti/png/edrasis.png) no-repeat top left;}
#edrasis:hover {background:url(/img/public/tpl/logo_clienti/png_colorati/edrasis.png) no-repeat top left;}
#shockmodel {background:url(/img/public/tpl/logo_clienti/png/shockmodel.png) no-repeat top left;}
#shockmodel:hover {background:url(/img/public/tpl/logo_clienti/png_colorati/shockmodel.png) no-repeat top left;}
#foxlab {background:url(/img/public/tpl/logo_clienti/png/foxlab.png) no-repeat top left;}
#foxlab:hover {background:url(/img/public/tpl/logo_clienti/png_colorati/foxlab.png) no-repeat top left;}
#piantinedaorto {background:url(/img/public/tpl/logo_clienti/png/piantinedaorto.png) no-repeat top left;}
#piantinedaorto:hover {background:url(/img/public/tpl/logo_clienti/png_colorati/piantinedaorto.png) no-repeat top left;}
#pubblicitaspazio {background:url(/img/public/tpl/logo_clienti/png/pubblicita-spazio.png) no-repeat top left;}
#pubblicitaspazio:hover {background:url(/img/public/tpl/logo_clienti/png_colorati/pubblicita-spazio.png) no-repeat top left;}
#spaghettimandolino {background:url(/img/public/tpl/logo_clienti/png/spaghetti-mandolino.png) no-repeat top left;}
#spaghettimandolino:hover {background:url(/img/public/tpl/logo_clienti/png_colorati/spaghetti-mandolino.png) no-repeat top left;}
#drz {background:url(/img/public/tpl/logo_clienti/png/drz.png) no-repeat top left;}
#drz:hover {background:url(/img/public/tpl/logo_clienti/png_colorati/drz.png) no-repeat top left;}
#contisistemishop {background:url(/img/public/tpl/logo_clienti/png/contisistemi-shop.png) no-repeat top left;}
#contisistemishop:hover {background:url(/img/public/tpl/logo_clienti/png_colorati/contisistemi-shop.png) no-repeat top left;}
#3gweb {background:url(/img/public/tpl/logo_clienti/png/3gweb.png) no-repeat top left;}
#3gweb:hover {background:url(/img/public/tpl/logo_clienti/png_colorati/3gweb.png) no-repeat top left;}
#collegiomilano {background:url(/img/public/tpl/logo_clienti/png/collegio-milano.png) no-repeat top left;}
#collegiomilano:hover {background:url(/img/public/tpl/logo_clienti/png_colorati/collegio-milano.png) no-repeat top left;}



/* stili form */
#form_arancio {}
	#form_arancio table td { padding:5px;}
	#form_arancio input.txt {background:#eee; border:0; padding:8px; color:#663333; text-align:left; display:inline;} 
	#form_arancio input.invio {margin:0; padding:10px; cursor:pointer; cursor:hand; background:#ccc; color:#315B54; border:0;font-size:12pt; font-family:'Cuprum','Ubuntu Condensed', cursive;} 
	#form_arancio input.invio:hover { background:#fff;}


#form_inline {width:240px; background:url(../../img/public/tpl/form/sfondo_form_inline.jpg) no-repeat top left;}
	#form_inline .posiziona {margin:2px;}
	#form_inline input.txt {background:#ffc244; border:0; height:24px; color:#000; text-align:left; display:inline;} 
	#form_inline input.invio {background:url(../../img/public/tpl/form/invia.jpg) no-repeat top left; 
	width:123px; height:20px; margin:0; padding:0; border:0;} 



