head {
    display: none;
}

body {
    background-color: #cccccc;
    color: #303030;
    font-family: arial, verdana, helvetica, sans-serif;
    font-size: 1em;
}

#contenitore {
    position: relative;
    margin: 0 auto;
    width: 1000px;
    max-width: 1000px;
    height: 1000px;
    text-align: left;
}

#header {
    position: relative;
    height: 194px;
}

.logo {
    position: absolute;
    left: 45px;
    margin-top: 20px;
}

.logo a{
    display: block;
    text-indent: -5000em;
    background-image: url(immagini/images/Logo.png);
    width: 279px;
    height: 86px; 
}

.logo a:hover{
    opacity: 0.7;
}

.logo a span {
   display: none; 
}

#header .ondesuono {
    position: absolute;
    left: 300px;
    top: 40px;
    width: 693px;
    height: 132px;
}

#left {
    position: absolute;
    width: 307px;
    height: 600px;
    top: 194px;
}

#menu {
    position: absolute;
    left: 55px;
    width: 250px;
}

#menu li{
    float: left;
    width: 200px;
    height: 80px;
}

#menu a{
    display: block;  
    width: 200px;
    height: 60px;
    background-position: 0 0;
    text-indent: -5000em;
}

#menu a:hover{
    background-position: 0 60px;
}

#menu .home {
    background-image: url(immagini/images/menu-Home.png);
}

#menu .chisiamo {
    background-image: url(immagini/images/menu-Chisiamo.png);
}

#menu .servizi {
    background-image: url(immagini/images/menu-Servizi.png);
}

#menu .partner {
    background-image: url(immagini/images/menu-Partner.png);
}

#menu .galleria {
    background-image: url(immagini/images/menu-Galleria.png);
}

#menu .contatti {
    background-image: url(immagini/images/menu-Contatti.png);
}

#testo {
    position: relative;
    margin-left: 340px;
    line-height: 1.5em;
}

p {
    margin-bottom: 10px;
}

#testo h2 {
    font-size: 20px;
    font-weight: normal;
    color: firebrick;
    margin-bottom: 10px;
    margin-top: 10px;
}

#testo h3 {
   font-size: 18px;
   font-weight: normal;
   color: black;
   margin-bottom: 15px;
}

#testo .immaginehome .pullman {
    position: absolute;
    margin-top: 40px;
    width: 667px;
    height: 374px;
}

#testo .imgchisiamo .fotomaico {
    position: absolute;
    margin-top: 35px;
    border: 1px solid firebrick;
}

#testo .imgchisiamo p {
    position: absolute;
    margin-top: 30px;
    margin-left: 200px;
}

#testo .imgchisiamo .aboutus {
    position: absolute;
    margin-top: 230px;
    margin-left: 500px;
    width: 160px;
    height: 370px;
}

#testo #elenco {
    list-style: disc;
    padding-left: 25px;
    color: firebrick;
}

#elenco {
    margin-bottom: 10px;
}

#testo span {
    color: black;
}

#testo .galleriaservizi {
    float: left;
    margin-right: 10px;
    width: 165px;
}

#testo .galleriaservizi img {
    margin-bottom: 5px;
    border: 1px solid firebrick;
    margin-top: 10px;
}

#testo .galleriaservizi p {
    margin-bottom: 10px;
}

#testo .imgservizi .rotelle {
    position: absolute;
    margin-top: 150px;
    margin-left: 330px;
    width: 370px;
    height: 281px;
}

#testo #elenco .partner {
    color: firebrick;
    text-decoration: none;
}

#testo .imgpartner .mani {
    position: absolute;
    margin-top: 215px;
    margin-left: 300px;
    width: 370px;
    height: 281px;
}

#testo .galleria {
    float: left;
    margin-right: 10px;
    width: 165px;
}

#testo .galleria img {
  margin-bottom: 5px;
  border: 1px solid firebrick;
}

#testo .mail {
    color: firebrick;
    text-decoration: none;
}

#testo .imgcontatti .daticontatti {
    position: absolute;
    margin-top: 250px;
    margin-left: 310px;
    width: 370px;
    height: 281px;
}

#footer {
    clear: both;
    position: absolute;
    top: 900px;
    margin-top: 25px;
    padding-bottom: 20px;
    font-size: 15px;
    color: black;
    text-align: center;
}

#footer p {
   font-size: 15px;
    font-weight: normal;
    color: dimgray;
}

#footer .line {
    border-top: 4px solid #333366;
    margin: 20px 0;
    width: 1000px;
}










