html,body{ margin:0;padding:0;}
body{
font-size:11px;
font-family: Arial, Helvetica, sans serif;
color:#9e9e9e;
text-align:left;
padding:0px;
margin:0px;
background-color:#1b1b1b;
line-height:14px;
}


body#home { background-image:url(../Images/fondo_home.jpg); background-repeat:no-repeat; background-position:top center; } 
body#produzione { background-image:url(../Images/fondo_produzione.jpg); background-repeat:no-repeat; background-position:top center; } 
body#settori { background-image:url(../Images/fondo_settori.jpg); background-repeat:no-repeat; background-position:top center; } 
body#ricerca { background-image:url(../Images/fondo_ricerca.jpg); background-repeat:no-repeat; background-position:top center; } 
body#oleodinamica { background-image:url(../Images/fondo_oleodinamica.jpg); background-repeat:no-repeat; background-position:top center; } 
body#contatti { background-image:url(../Images/fondo_contatti.jpg); background-repeat:no-repeat; background-position:top center; } 

#top{ font-size:11px; font-family: Arial, Helvetica, sans serif; color:#8d8d8d; }
#top a{ color:#8d6617; text-decoration:underline;  }
#top a:hover{ color:#8d8d8d; text-decoration:underline; }
#top a:active{ color:#8d6617;  text-decoration:underline; }

#menu{ font-size:12px; text-align:center; font-family: Arial, Helvetica, sans serif; font-stretch:condensed; font-weight:bold; font-style:italic; color:#1b1b1b; text-transform:uppercase; background-color: #ffb114;}
#menu a{ color:#1b1b1b; text-decoration:none;}
#menu a:hover{ color:#FFF; text-decoration:underline; }
#menu a:active{ color:#1b1b1b; }

/* IMPAGINAZIONE */
#top {
	height:92px; 
	width:877px; 
	background-image:url(../Images/logo.gif); 
	background-repeat:no-repeat; 
	background-position:top left; 
 	margin: 0 auto;
 	text-align:right;
 	position:relative;
}
#menu {
 height:25px; 
 width:877px; 
 margin: 0 auto;
 text-align:center;
 position:relative;
}
#flash {
 height:317px;
 background-color:none;
 width:877px; 
 margin: 0 auto;
 text-align:right;
 position:relative;
}
#content {
 border:solid 0px #999999;
 margin: 0 auto;
 background-color:none;
 width:877px; /*798px; */
 height:200px;
 text-align:center;
 position:relative;
 float:inherit; 
}
.linea {
	position:relative;
	width:877px;
  float:left;
	margin-bottom:50px;
}

/* STILI ASSOLUTI DEGLI SLOT */
.slot {
  border:solid 0px #FF0000;
  float:left;
  position:relative;
  text-align:left;
}


/* POSIZIONE TRA GLI SLOT */
.slot_left { width:180px; padding-right:30px;}
.slot_center { width:509px; padding-right:20px;}
.slot_right { width:126px; }
.slot_doppio { width:663px; }

.slot_center_highlights { width:244px; padding-right:30px;}
.slot_right_highlights { width:244px; }

/* BORDATURA ALLE IMMAGINI */
.bordo { margin-top:3px; border:4px solid #FFFFFF; }


/* STILI DEL TESTO */
h1, h2, h3 { padding:0px; margin:0px; }

h1 { color:#ffffff;font-size:19px; line-height:32px; font-style:normal;font-weight:lighter; text-align:left; text-transform:uppercase;font-stretch:condensed}
h1 a {	color:#ffffff; text-decoration:underline; }
h1 a:hover { color:#ffb114; text-decoration:none; }

h2 { color:#ffffff;font-size:15px; line-height:28px; font-style:normal;font-weight:lighter; text-align:left;}
h2 a {	color:#ffffff; text-decoration:underline; }
h2 a:hover { color:#ffb114; text-decoration:none; }

/* h4 { font-size:10px; line-height:13px; font-style:normal; font-stretch:normal; font-weight:100; padding:0px; margin:0px;} */
h3 { color:#9e9e9e;font-size:12px; line-height:21px; font-style:normal; font-stretch:normal; font-weight:100; padding:0px; margin:0px; text-align:justify;}
a, h3 a {	color:#ffffff; text-decoration:underline; }
a:hover, h3 a:hover { color:#ffb114; text-decoration:none; }


