@charset "UTF-8";
/* CSS Document */

/*BODY CARATTERISTICHE GENERALI -----------------------------------------------*/

html, body{
	font-family:Helvetica, Geneva, sans-serif; 
	font-size: 12px;
	color: #000;
	text-align: justify;
	background: #000 url('../images/sfondo.jpg');
}

#contenitore{
	width:779px;
	float:none;
	margin:0 auto;
	border:1px solid black;
}

#alto{
	width:779px;
	float:none;
	margin: 0 auto;
}
#scritta-logo{
	float:right;
}


#logo{
	float:left;
}

/* Menu -----------------------------------------------*/

#menu{
	/* [disabled]width:900px; */
	clear:both;
	margin-top:10px;
	height:63px;
	background:url('../images/bg-menu.png');
}

#voci-menu{
	width:780px;
float:none;
	margin: 0 auto;/* [disabled]border:1px solid white; */
	height:65px;
}

#voci-menu ul{
	float:none;
	#height:19px;
	padding:0 0 20px 17px;
	list-style-type: none;
	font-size: 19px;
}
.linka{
	display: block;
	float:left;
	background-image: url("../images/link-d.png");
	background-repeat: no-repeat;
	background-position: right center;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 13px;
	padding-left: 15px;
	border-right-width: 2px;
	border-right-style: solid;
	border-right-color: #666;
}
.linkn{
	display: block;
	float:left;
	background-image: url("../images/link-d.png");
	background-repeat: no-repeat;
	background-position: right center;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 13px;
	padding-left: 15px;
	
}
#voci-menu ul a{
	text-decoration: none;
	padding: 22px 50px 0px 2px;
	color: #FFF;
	display:block;
	float:left;
	
}
#voci-menu ul a:hover{
	background-image: url("../images/link-s.png");
	background-repeat: no-repeat;
	background-position: right center;
	text-decoration: none;
	padding: 22px 50px 0px 2px;
	color: #FC6;
	display:block;
	float:left;
}
/*Box -----------------------------------------------*/

#box {
	height:303px;
	width:779px;
	float:left;
	clear:both;
	padding: 42px 0 0 0;
}
#box p {
	clear:both;
height: 303px;
width:779px;
 float: left;
 margin:0;
 padding:0;
}
#box a {
	float:left;	
}

	
.box1{
	float: left;
}
.box2{
	
	float: left;
	margin: 0 12px;

}
.box3{
	float: right;
}

/* Centrale -----------------------------------------------*/


#centrale{
	width:779px;
	float:none;
	padding-top:42px;
	/* [disabled]background-color: #0CC; */
	clear: both;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
 .titolo{
	background:url('../images/container-s1.png');
	height:62px;
 }
 .titolo h1 {
	 font-size:20px;
	 float:left;
	 color:#FFF;
	 margin: 30px 0px 0px 38px;
 }
 .corpo{
	 float:left;
	 width:779px;
	background:url('../images/container-s2.png');
 	background-repeat:repeat-y;

 }

 
  .contatti{
	 float:left;
	 width:779px;
	background:url('../images/container-s2.png');
	background-repeat:repeat-y;
 }
  .lavorazioni{
	 float:left;
	 height:560px;
	 width:779px;
	background:url('../images/container-s2.png');
		background-repeat:repeat-y;

 }
  .corpo {
	float:left;
	padding: 25px 3px 0 0;
	margin-right:32px;
 }
  .corpo img {
	 float:left;
	 padding:0 32px;

 }
  .corpo1 {
	  	  width:350px;

	float:left;
	padding: 25px 3px 0 0;
	margin-right:32px;
 }
  .corpo1 img {
	 float:left;
	 padding:0 32px;

 }
  .corpo2 {
	  width:350px;
	float:left;
	padding: 25px 3px 0 0;
	margin-right:32px;
 }
 .corpo2 ul{
	 width:250px;
	 padding:10px 50px;
 
 }
 .corpo2 h2{
	 padding:10px;
 }

  .corpo2 img {
	 float:left;
	 padding:0 32px;

 }
 .fondo{
	float:left;
	height:50px;
	background:url('../images/container-s3.png');
	width: 779px;
	clear: both;
 }

/* Fondo -----------------------------------------------*/

#footer{
	clear:both;
	font-size:13px;
	float:none;
	margin: 0px auto 0 auto;
	width:779px;
	}

#footer p{
	 float:left;
	 width:100%;
	 text-align:center;

}
#footer p a{
	color:#666;
	text-decoration:none;

}
#footer p a:hover{
	color:#333;
	text-decoration:underline;

}

#footer span {
	font-weight: bold;
}
.fine{
	float:left;
	clear:both;
	width:100%;
	height:32px;
	background-color:#000;
	margin: 0px;
	padding: 0px;
}
