/* STRUTTURA */

body {

	background-color: #564844;

  }
#esterno {
	width:100%;
	height: 580px;
	
	
}

#centro{
	position: absolute;
	top: 50%;
	margin-top: -290px;
	width:100%;
	height: 580px;
}

#centro_esterno{
	position: absolute;
	top: 50%;
	margin-top: -290px;
	width:100%;
	height: 580px;
	
	background-image: url(../images_saregopelli/saregopelli_sfondo3.gif);
	background-repeat: repeat-x;
	background-position: center center;
}

#centro_home{
	position: absolute;
	z-index: 8;
	top: 50%;
	left: 50%;
	margin-left: -500px;
	margin-top: -290px;
	width:1000px;
	height: 580px;
	/*background-image:  url(../images_saregopelli/sfondocentroprovagoccia.jpg);
	background-position: center center;
	background-repeat: no-repeat;
	background-color: #564844; */
}

#testo_home_page {
	position:relative;
	width: 880px;
	left: 40px;
	top:150px;		
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 20px;
	color: #ccc;
		
}

#bianco{
	position: relative;
	width:99%;
	height: 60px;
	top: 55px;

}

#top_logo {
	height: 73px;
	background-image: url(../images_saregopelli/saregopelli_logo.gif);
	background-position: left center;
	background-repeat: no-repeat;
	background-color: #B6ADAB;
  }


#centro_sfondo {
	z-index:2;
	height: 338px;
	background-image: url(../images_saregopelli/saregopelli_sfondocentro3.jpg);
	background-position: center center;
	background-repeat: no-repeat;
	background-color: #B6ADAB;
  }


#sfondo_produzione{
	width:1000px;
	height: 338px;
	
	background-image: url(../images_saregopelli/saregopelli_sfondoproduzione.jpg);
}

#sfondo_azienda{
	width:1000px;
	height: 338px;
	background-image: url(../images_saregopelli/saregopelli_sfondoazienda.jpg);
}


#menu {
	height:70px;
}
  
  
#menu_sx {
	float: left;
	width: 735px;
	height: 70px;
	background-color: #564844;
	vertical-align: middle;
}
    
#menu_sx ul li {
    display: inline;
}

    #menu_sx ul li a {
	color: #A0A4A5;
	text-decoration: none;
	padding-left: 3px;
	padding-right: 3px;
	font-size: 11px;
	margin-right: 2px;
	margin-left: 2px;
	font-family: "Arial Black";
}

#menu_sx ul li a:hover {
    color: #000000;
}

#news {
	background-color: #CCCCCC;
	height: 70px;
	overflow:hidden;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	color:black;
}
#news 	a:active {color: #000000 ;text-decoration: none}	
#news 	a:link {color: #000000 ;text-decoration: none}
#news 	a:hover {color: #000000 ; text-decoration: underline;}
#news	a:visited { color: #000000; text-decoration: none}




/* COMUNI */ 

* {
  margin: 0px;
  padding: 0px;
  border: 0px;
}
  
#indirizzo {
	z-index:1;
	position: absolute;
	left: 50%;
	margin-left: -500px;
	width: 1000px;
	font-family: Arial, Helvetica, sans-serif;
	font-size:13px;
	font-weight: normal;
	color: #000;
	text-align: left;
	top: 555px;


}

#indirizzo 	a:active {color: #000000 ;text-decoration: underline}	
#indirizzo 	a:link {color: #000000 ;text-decoration: underline}
#indirizzo 	a:hover {color: #000000 ; text-decoration: underline;}
#indirizzo	a:visited { color: #000000; text-decoration: underline}



#ts{
	position:relative;
	left: 15px;
	top:10px;
	width:915px;
	overflow:auto;
	height:315px;
	text-align: left;
	line-height:20px;
	
}

#ts_testo ul li {
	list-style-type: square;
	text-indent: 25px;
	
}

#ts_azienda{
	position:relative;
	left: 15px;
	top:50px;
	width:915px;
	overflow:auto;
	height:215px;
	text-align: justify;
	line-height:20px;
	vertical-align:15px;
	bottom: 10px;	
}




#ts_testo_azienda ul li {
	list-style-type: square;
	text-indent: 20px;
}



.normale10 {
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 10px;
}

.normale10 a:link { color: #000000; text-decoration: none}
.normale10 a:visited { color: #000000; text-decoration: none}
.normale10 a:hover { text-decoration: underline}


.normale12 {
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 12px;
}

.normale12 a:link { color: #000000; text-decoration: none}
.normale12 a:visited { color: #000000; text-decoration: none}
.normale12 a:hover { text-decoration: underline}




#invia_form{
	position: absolute;
	top: 50%;
	margin-top: -50px;
	width:100%;
	height: 100px;
	text-align: center;
	vertical-align: 6%;
}












