
/* CSS Document - struttura pagina */

/* struttura pagina */

body {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	text-align:center;
	font-size:12px;
	background:url(../immagini/sfondo_body.jpg) repeat-x;
	background-color:#dadada;
	}


/*********************************/
/********* CLASSI GENERICHE ******/
/*********************************/
/** Global **/
* {
    margin:0;
    padding:0;
	border:0;
	text-align:left;
}

.clear {
	clear:both;
	height:0;
	line-height:0;
	font-size:0;
	}
	
/** Nascondo oggetti **/
.off, .span {
	position: absolute;
    top: -9999px;
	left:-9999px;
	}
	
a {
	color:#006DB8;
	text-decoration:none;
	}	
	
a:hover {
	text-decoration:underline;
	}	
	
.divisore {
	width:100%;
	height:1px;
	border-bottom:1px dashed #999;
	margin:15px 0;
	}	

input, textarea, select {
border:1px solid #ccc;
background-color:#fff;
width:130px;
padding:2px;
font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
}

textarea {
	width:300px;
	font-size:11px;
	}

input.pulsante {
	width:100px;
	text-align:center;
	background-color:#eaeaea;
	color:#484848;
	margin:15px 0 0 0;
	}

input.check {
	border:0;
	padding:0;
	width:auto;
	}

select {margin-bottom:5px;}

#sitemap ul {
margin-left:20px;
}

#sitemap ul li {
list-style:square;
padding:3px 0;
}

#contenuti_esteso ul {
	padding:0 0 10px 10px;
	}

#contenuti_esteso ul li {
	list-style:square;
	padding:3px;
	}
	
h2#caratteristiche {
	margin:15px 0 0 0;
	}	
	
h3 {
	margin:15px 0;
	}	
	
span.red {
	color:#731A1A;
	}	
	
#map {
	border:1px solid #ccc;
	padding:1px;
	margin:15px 0 30px 0;
	width:425px;
	height:350px;
	}	
	
/* Search_do */

#search_do form input.testo {
	border:1px solid #ccc;
	font-size:11px;
	color:#484848;
	width:130px;
	margin:10px 0 0 0;
	background-color:#fff;
	padding:2px;
	}
	
#search_do form select {
	border:1px solid #ccc;
	font-size:11px;
	width:130px;
	margin:0 0 0 12px;
	background-color:#fff;
	color:#484848;
	padding:2px;
	}	

#search_do form input.pulsante {
	font-size:11px;
	border:1px solid #ccc;
	margin:10px 0 0 0;
	padding:1px;
	width:120px;
	text-align:center;
	background-color:#eaeaea;
	color:#484848;
	}
	
#search_result ul {
	padding:10px 0;
	}		
	
#search_result ul li {
	list-style:none;
	border-bottom:1px dashed #ccc;
	padding:0 0 4px 0;
	margin:4px 0 0 0;
	}	
	
#search_result form {
	margin:10px 0 0 0;
	}
	
#search_result a {
	color:#193E67;
	}	
	
	
/** end global **/
	

/*********************************/
/***** CONTENITORE GENERALE ******/
/*********************************/


#contenitore {
	width:955px;
	margin:0 auto 8px auto;
	text-align:left;
	}
	

/*********************************/
/*********** HEADER **************/
/*********************************/


#header {
	width:955px;
	height:153px;
	}
	
#header img {
	margin:20px 0 12px 0;
	}	
	
/* h_dx */

#h_dx {
	width:420px;
	float:right;
	margin:50px 0 0 0;
	}	
	
#h_dx ul {
	text-align:right;
	clear:both;
	}	
		
#h_dx ul li {
	list-style:none;
	display:inline;
	padding:0 9px 0 0;
	}		
		
#h_dx ul li a {
	font-family:Arial, Helvetica, sans-serif;
	font-weight:lighter;
	font-size:11px;
	color:#3c3c3c;
	background:url(../immagini/lina_hdx.gif) left no-repeat;
	padding:0 0 0 12px;
	}
	
#h_dx ul li a.primo {
	background:none;
	}	
	
#h_dx ul li.attivo a {
	text-decoration:underline;
	}
		
#h_dx form {
	margin:0 0 8px 0;
	float:right;
	position:relative;
	text-align:right;
	}	
	
#h_dx form p {
	line-height:11px;
	}	
	
#h_dx input {
	margin:0;
	width:104px;
	background-color:#fff;
	color:#999;
	font-size:11px;
	border:1px solid #999;
	}	
		
#h_dx input.pulsante {
	width:40px;
	color:#333;
	background-color:#fff;
	padding:0;
	color:#999;
	border:1px solid #999;
	margin:0 0 0 5px;
	}				
		
/*********************************/
/*********** MENU ALTO ***********/
/*********************************/

#menu_alto {
	width:953px;
	font-size:12px;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:lighter;
	border:1px solid #CECECF;
	border-bottom:0;
	height:37px;
	padding:3px 3px 0 3px;
	
	voice-family: "\"}\""; 
	voice-family:inherit;
	width:947px;
	height:34px
	}
	
#menu_alto ul {
	position:relative;
	background:url(../immagini/sfondo_menu.gif) repeat-x;
	width:947px;
	z-index:1000;
	height:34px;
	border-bottom:1px solid #CECECF;
	}	

#menu_alto ul a {
	text-align:center;
	}	
	
#menu_alto ul li {
	list-style:none;
	position:absolute;
	}		
		
#menu_alto ul li a {
	display:block;
	text-transform:uppercase;
	height:34px;
	color:#193E67;
	font-size:12px;
	text-decoration:none;
	padding:10px 0 0 0;
	cursor:pointer;
	background:url(../immagini/linea_menu.gif) bottom right no-repeat;
	
	voice-family: "\"}\""; 
	voice-family:inherit;
	height:24px;
	}	
	
	
#mn1 {left:0; width:157px}	
#mn2 {left:157px; width:157px;}	
#mn3 {left:314px; width:157px;}	
#mn4 {left:471px; width:157px;}	
#mn5 {left:628px; width:157px;}	
#mn6 {left:785px; width:157px;}	

#menu_alto ul li#mn6 a {
	background:none;
	}

#menu_alto ul li a:hover, #menu_alto ul li a.attivo { 
	color:#660000;
	} 
	
/* sottomenu */

#menu_alto ul li ul {
	position: absolute;
	display: none;
	width:158px;
	background-color:#fff;
	margin:1px 0 0 -1px;
	}
	
#menu_alto ul li ul li {
	display: block;
	position:relative;
	list-style:none;
	background-color:#fff;
	border-bottom:1px solid #ccc;
	}
	
#menu_alto ul li ul li a {
	background:none;
	cursor:pointer;
	display: block;
	border:0;
	margin:0;
	background-color:#fff;
	border-left:1px solid #ccc;
	border-right:1px solid #ccc;
	text-transform: lowercase;
	}		
	
#menu_alto ul li:hover ul, #menu_alto ul li.over ul { 
	display: block; 
	}

#menu_alto ul li ul li a:hover {
	background-color:#D7DFE9;
	color:#193E67;
	} 

/* Fix IE. Hide from IE Mac \*/
* html ul li { float: left; height: 1%; }
* html ul li a { height: 1%; }
/* End */


/*********************************/
/********* BOX_MEDIANO ***********/
/*********************************/

#box_mediano {
	width:953px;
	z-index:1;
	padding:3px;
	position:relative;
	margin:-2px 0 0 1px;
	background-color:#fff;
	
	voice-family: "\"}\""; 
	voice-family:inherit;
	width:947px;
	}

/* flas_home */

#flash_home {
	width:947px;
	height:266px;
	background:url(../immagini/sfondo_flash_home.gif) left no-repeat;
	}

#sx {
	width:400px;
	margin:56px 0 0 43px;
	float:left;
	}
	
* html #sx {
	margin:56px 0 0 20px; 
	}	
	
#sx #corpo {
	width:400px;
	background:url(../immagini/sfondo_mediano_sx.png) repeat-y;	
	padding:10px;
	line-height:18px;
	color:#fff;
	
	voice-family: "\"}\""; 
	voice-family:inherit;
	width:380px;
	}	
	
#dx {
	/*background: url(../immagini/flash_home.jpg) no-repeat;*/
	width:472px;
	height:266px;
	border-left:3px solid #fff;
	float:right;
	}	
	
/* flash_interno */	
	
#flash_interno {
	width:947px;
	height:147px;
	background:url(../immagini/flash_interno.jpg) no-repeat;
	}	
	
/* flash_interno */	
	
#flash_prodotti {
	width:947px;
	height:147px;
	background:url(../immagini/flash_prodotti.jpg) no-repeat;
	}
	
/* flash_video */	
	
#flash_video {
	width:947px;
	height:147px;
	background:url(../immagini/flash_video.jpg) no-repeat;
	}			
	
/* titolo indicativo della varie sezioni */

#box_mediano #sx h2, #box_mediano h2.azienda, #box_mediano h2.prodotti, #box_mediano h2.servizi,
#box_mediano h2.partners, #box_mediano h2.video, #box_mediano h2.news, #box_mediano h2.download, #box_mediano h2.success, #box_mediano h2#slogan {
	width:243px;
	height:15px;
	background:url(../immagini/h2/serraggio_foratrici_torni.gif) no-repeat;
	text-indent:-9999px;
	margin:0;
	padding:0;
	line-height:0;
	position:relative;
	}

#box_mediano h2.azienda, #box_mediano h2.prodotti, #box_mediano h2.servizi,
#box_mediano h2.partners, #box_mediano h2.video, #box_mediano h2.news, #box_mediano h2.download, #box_mediano h2.success {
	width:336px;
	height:53px;
	float:left;
	background:url(../immagini/h2/azienda.png) no-repeat;
	margin:46px 0 0 56px;
	}
	
#box_mediano h2.servizi {
	width:112px;
	height:22px;	
	background:url(../immagini/h2/servizi.png) no-repeat;
	}	
	
#box_mediano h2.prodotti {
	background:url(../immagini/h2/prodotti.png) no-repeat;
	width:274px;
	height:54px;
	}	
	
#box_mediano h2.partners {
	background:url(../immagini/h2/partners.png) no-repeat;
	width:149px;
	height:22px;
	}		
	
#box_mediano h2.video {
	background:url(../immagini/h2/video.png) no-repeat;
	width:174px;
	height:22px;
	}	
	
#box_mediano h2.news {
	background:url(../immagini/h2/news.png) no-repeat;
	width:184px;
	height:22px;
	}	
	
#box_mediano h2.success	{
	background:url(../immagini/h2/success.png) no-repeat;
	width:264px;
	height:22px;
	}			
	
	
#box_mediano h2.download {
	background:url(../immagini/h2/download.png) no-repeat;
	width:283px;
	height:22px;
	}	
	
#box_mediano h2#slogan {
	background:url(../immagini/h2/slogan.png) no-repeat;
	width:438px;
	height:43px;
	float:left;
	margin:106px 0 0 15px;
	}	
	
* html #box_mediano h2#slogan {
	margin:106px 0 0 8px;
	}	
	
* html #box_mediano h2.azienda, * html #box_mediano h2.prodotti,
* html #box_mediano h2.servizi, * html #box_mediano h2.partners,
* html #box_mediano h2.video, * html #box_mediano h2.news, * html #box_mediano h2.download,#box_mediano h2.success {
	margin-left:26px;
	}
	

/*********************************/
/*********** BOX_ATTIVITA ********/
/*********************************/

#contenitore_box_attivita {
	width:953px;
	margin:8px 0 0 1px;
	font-size:11px;
	}
	
#contenitore_box_attivita a {
	color:#F7AD3A;
	}	

.box_attivita1, .box_attivita2, .box_attivita3, .box_attivita4 {
	background:url(../immagini/box_service.gif) no-repeat;
	width:233px;
	float:left;
	margin:0 7px 0 0;
	height:145px;
	position:relative;
	z-index:10;
	}
	
.box_attivita2 {
	background:url(../immagini/box_noleggio.gif) no-repeat;
	}	
	
.box_attivita3 {
	background:url(../immagini/box_vendita.gif) no-repeat;
	}		
	
.box_attivita4 {
	background:url(../immagini/box_consulenze.gif) no-repeat;
	margin:0 0 0 0;
	}			

.box_attivita1 p, .box_attivita2 p, .box_attivita3 p, .box_attivita4 p {
	padding:55px 5px 0 100px;
	color:#fff;
	}
		
.box_attivita1 h2, .box_attivita2 h2, .box_attivita3 h2, .box_attivita4 h2 {
	position:relative;
	z-index:10;
	}	

.box_attivita1 h2 a, .box_attivita2 h2 a, .box_attivita3 h2 a, .box_attivita4 h2 a {
	display:block;
	outline:none;
	margin:11px 0 -40px 17px;
	-moz-outline: none;
	position:relative;
	font-size:12px;
	text-indent:-9999px;
	width:189px;
	height:22px;
	border:1px hidden;
	z-index:1000;
	cursor:pointer;
	}
	
.box_attivita2 h2 a {
	width:111px;
	height:21px;
	margin:11px 0 -40px 14px;
	}
	
.box_attivita3 h2 a#vendita {
	width:215px;
	height:19px;
	margin:12px 0 0 13px;
	}	
	
.box_attivita3 h2 a#assistenza {
	width:166px;
	height:16px;
	margin:0 0 -40px 13px;
	}
	
* html .box_attivita3 h2 a#assistenza {
	margin:0px 0 -40px 13px;
	}	
	
.box_attivita4 h2 a {
	width:148px;
	height:21px;
	margin:11px 0 -40px 16px;
	}				
	
/* hover sulle voci */	
	
.box_attivita1 h2 a:hover {
	background: url(../immagini/box_service_hover.gif) no-repeat;
	}
	
.box_attivita2 h2 a:hover {
	background: url(../immagini/box_noleggio_hover.gif) no-repeat;
	}	
	
.box_attivita3 h2 a#vendita:hover {
	background: url(../immagini/box_vendita_hover1.gif) no-repeat;
	}
	
.box_attivita3 h2 a#assistenza:hover {
	background: url(../immagini/box_vendita_hover2.gif) no-repeat;
	}	
	
.box_attivita4 h2 a:hover {
	background: url(../immagini/box_consulenze_hover.gif) no-repeat;
	}					
	
/*********************************/
/*********** CENTRALE ************/
/*********************************/

#centrale {
	width:953px;
	margin:8px 0 0 1px;
	color:#333;
	line-height:20px;
	padding:20px;
	background-color:#FFF;
	
	voice-family: "\"}\""; 
	voice-family:inherit;
	width:913px;
	}
	
	
#centrale h2 {
	font-size:20px;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:lighter;
	padding:0 0 10px 0;
	}
	
.foto_dx {
	float:right;
	margin:0 0 0 30px;
	}	

.foto_sx {
	float:left;
	padding:1px;
	border:1px solid #ccc;
	margin:0 15px 15px 0; 
	}

/* colonna_sx_home */

#colonna_sx_home {
	width:445px;
	} 	
	
#box_news {
	width:445px;
	background:url(../immagini/box_news.gif) no-repeat;
	padding:15px;
	margin:0 0 20px 0;
	height:185px;
	
	voice-family: "\"}\""; 
	voice-family:inherit;
	width:415px;
	height:155px;
	}	

#box_news p.titolo {
	margin:0 0 5px 0;
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	}

#box_news p.titolo a {
	color:#2D507B;
	font-weight:bold;
	}

span.link {
	color:#2D507B;
	}

span.link a {
	font-family:Arial, Helvetica, sans-serif;
	font-weight:lighter;
	color:#2D507B;
	}
	

/* colonna_dx_home */

#colonna_dx_home {
	width:440px;
	float:right;
	}	

#colonna_dx_home h2 {
	border-bottom:1px dashed #ccc;
	padding:0 0 10px 0;
	margin:0 0 15px 0;
	}

.box_success {
	width:440px;
	border-bottom:1px dashed #ccc;
	margin:0 0 5px 0;
	padding:15px 0 5px 0; 
	}
	
.box_success img {
	float:right;
	margin:0 0 0 15px;
	padding:1px;
	border:1px solid #ccc;
	}
	
.box_success p.titolo {
	margin:0 0 5px 0;
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	}

.box_success p.titolo a {
	color:#2D507B;
	}	
	
#centrale #colonna_dx_home h2.succes {
	margin:10px 0 0 0;
	}	
	
p.link_more, p.link_more2 {
	color:#2D507B;
	border-bottom:1px dashed #ccc;
	margin:0 0 0 0;
	padding:0 0 5px 0;
	text-align:right;
	}		
	
p.link_more2 {
	padding-top:4px;
	margin-top:15px;
	border-top:1px dashed #ccc;
	}	
	
p.link_more a, p.link_more2 a {
	color:#2D507B;
	}		
	
/* path */

#path {
	width:913px;
	margin:-10px 0 10px 0;
	position:relative;
	padding:0 0 10px 0;
	border-bottom:1px dashed #999;
	}	
	
#path ul li {
	list-style:none;
	display:inline;
	color:#731A1A;
	}	
	
#path a {
	color:#000;
	}	
	
/* menu_interno */

#menu_interno {
	margin:-5px 0 15px 0;
	position:relative;
	}

#menu_interno ul li {
	display:inline;
	color:#731A1A;
	}	

#menu_interno ul li a {
	padding:0 0 0 10px;
	margin:0 15px 0 0;
	text-decoration:none;
	font-family: Georgia, "Times New Roman", Times, serif;
	background:url(../immagini/quadratino.gif)  left no-repeat;
	}	
	
#menu_interno ul li a:hover, #menu_interno ul li.attivo a {
	background:url(../immagini/quadratino_attivo.gif)  left no-repeat;
	color:#731A1A;
	}	

/* colonna_dx */

#colonna_dx {
	width:342px;
	float:right;
	margin:0 0 0 40px;
	}
	
#colonna_dx a {
	color:#000;
	}	
	
/* box_funzioni */

#box_funzioni {
	background:url(../immagini/box_funzioni.gif) no-repeat;
	width:342px;
	height:125px;
	padding:0 15px;
	margin:0 0 20px 0;
	
	voice-family: "\"}\""; 
	voice-family:inherit;
	width:312px;
	}	

.p_video, .p_photo, .p_stampa, .p_preferiti {
	width:46px;
	float:left;
	margin-top:24px;
	text-align:center;
	}

.p_photo {
	width:68px;
	margin-left:30px;
	}

.p_stampa {
	width:50px;
	margin-left:30px;
	}

.p_preferiti {
	width:50px;
	margin-left:30px;
	}
	
/* box_allegato */

.box_allegato {
	width:242px;
	margin:0 0 20px 0;
	}	

.box_allegato .testa {
	background:url(../immagini/testa_box_allegato.gif) no-repeat;
	width:342px;
	line-height:0;
	font-size:0;
	height:19px;
	}
	
.box_allegato .corpo {
	width:342px;
	background:url(../immagini/corpo_box_allegato.gif) repeat-y;
	padding:0 15px;
	
	voice-family: "\"}\""; 
	voice-family:inherit;
	width:312px;
	}	
	
.box_allegato p {
	padding:10px 0;
	border-bottom:1px solid #fff;
	}

.box_allegato p.titolo {
	font-family:Arial, Helvetica, sans-serif;
	font-weight:lighter;
	font-size:15px;
	color:#2D507B;
	border-bottom:1px solid #fff;
	padding:0 0 10px 0;
	}	
	
.box_allegato .piede {
	width:342px;
	background:url(../immagini/piede_box_allegato.gif) no-repeat;
	height:19px;
	line-height:0;
	font-size:0;
	}	
		
/* box_prodotti*/

.box_prodotti {
	width:913px;
	margin:10px 0 0 0;
	}

.prodotto {
	width:120px;
	float:left;
	margin:0 30px 20px 0;
	}
	
* html .prodotto {
	margin:0 27px 20px 0;
	}	

.prodotto img {
	padding:1px;
	border:1px solid #ccc;
	margin:0;
	}

.prodotto p.link, .prodotto p.link_aperto {line-height:14px;}

.prodotto p.link a {
	background:url(../immagini/freccetta.gif) left no-repeat;
	padding:0 0 0 8px;
	color:#335985;
	text-decoration:none;
	font-size:12px;
	}

.prodotto p.link_aperto a {
	background:url(../immagini/f_aperto.gif) left no-repeat;
	padding:0 0 0 12px;
	color:#335985;
	text-decoration:none;
	}

.prodotto ul li {
	list-style:none;
	list-style-image:url(../immagini/quadratino.gif);
	margin:0 0 0px 15px;
	line-height:15px;
	padding-bottom:5px;
	padding-top:5px;
	}

.prodotto ul li a {
	color:#666;
	font-size:12px;
	}	
	
.prodotto ul li a:hover {
	color:#731A1A;
	text-decoration:none;
	}	

/* box_multimedia */

#box_multimedia {
	margin:20px 0 0 0;
	}

#box_multimedia p {
	padding:10px 0 0 0;
	}	

#box_multimedia p a {
	color:#731A1A;
	}

/* box_partners */

.box_partners {
	width:913px;
	margin:0 0 15px 0;
	}
	
/* box_video */

.box_video {
	width:913px;
	margin:0 0 15px 0;
	}	

.box_video p.titolo a {
	background:url(../immagini/quadratino_attivo.gif)  left no-repeat;
	color:#731A1A;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	font-weight:lighter;
	padding:0 0 0 12px;
	}
	
/* nav 	
	
#nav {
	width:100%;
	margin:15px 0 0 0;
	text-align:left;
	}		

#nav a {
	color:#731A1A;
	}
	
#nav a:hover, #nav a.attivo {
	color:#333;
	text-decoration:none;
	}*/	

/*********************************/
/*********** FOOTER **********/
/*********************************/

#footer {
	margin:0 auto 0 auto;
	width:100%;
	height:170px;
	text-align:center;
	background-color:#BABABA;
	}
	
#testo {
	width:955px;
	margin:0 auto;
	padding:15px 0 0 0;
	text-align:center;
	}
	
#testo p {
	text-align:center;
	font-size:11px;
	color:#6B6B6D;
	}	

#testo p a {
	color:#6B6B6D;
	}
	
#testo p img {
	margin:15px 0 0 0;
	}	
	
/* more */

/*#centrale #colonna_dx ul {
	margin:0 0 0 15px;
	border:1px solid red;
	}	
	*/
