/* BASE */
h2 { display: none; }
.leftcolumn, .rightcolumn {
  margin-top: 0;
  margin-bottom: 1em;
}

/* IMMAGINE AZIENDA */
img#fotoazienda {
  padding-bottom: 26px;
  background: transparent url("../files/homepage/img_gradient.gif") repeat-x bottom left;
}

/* TESTO AZIENDA */
#testoazienda p strong {
  display: block;
  text-align: right;
  padding-right: 2em;
  font-size: 11pt;
}

/* BANNERS */
#banners {
  clear: both;
  text-align: center;
  margin-top: 25px;
}
#banners a { margin: 0 2px; }

/* SLIDESHOW */
dl#slideshow {
  width: 168px;
  height: 180px;
  margin: 1em 0;
  text-align: center;
  position: relative;
  line-height: 1.1em;
  background: transparent url("../files/homepage/slideshow_bg.gif") no-repeat top left;
}
dl#slideshow dt {
  position: absolute;
  top: 3px;
  left: 3px;
}
dl#slideshow dd {
  width: 168px;
  margin: 0;
  position: absolute;
  top: 131px;
  left: 0;
  color: #666;
}
dl#slideshow dd strong {
  color: #000;
}

/* NOVITA' */
#ultimenotizie {
  border: 1px solid #ccc;
  border-right: 0;
  border-left: 0;
  padding: 0.5em 0;
}
#ultimenotizie h3 {
  float: left;
  font-size: 10pt;
  margin: 0 0.5em 0 0;
  padding: 0 0.5em;
  color: #333;
  border-right: 1px solid #ccc;
}
#ultimenotizie p { margin: 0; }
#ultimenotizie p a {
  display: block;
  color: #333;
  text-decoration: none;
}
#ultimenotizie p a:hover { color: #666; }