@charset "UTF-8";
/* CSS Document */
body{
	background: rgb(212,206,199);
}
h1 a{
    display: block;
    height:180px;
	text-indent: -9999px;
}
#hello {
    background: url('../imgs/hello.gif') no-repeat scroll top left;
    text-indent: -99999px;
    height: 47px;
    width: 289px;
}
#landmarks a {
    background-position: center top;
    background-repeat: no-repeat;
    background-attachment: scroll;
}
#landmarks a:hover {
    background-position: center bottom;
}
* html #landmarks a:hover {
    background-position: center -26px;
}

#clients_ldmk a {
    background: url('../imgs/ldmks/clients_ldmk.png') no-repeat scroll top left;
    width: 78px;
}
#projects_ldmk a {
    background: url('../imgs/ldmks/projects_ldmk.png') no-repeat scroll top left;
    width: 84px;
}
#about_ldmk a {
    background: url('../imgs/ldmks/about_ldmk.png') no-repeat scroll top left;
    width: 66px;
}
#contact_ldmk a {
    background: url('../imgs/ldmks/contacts_ldmk.png') no-repeat scroll top left;
    width: 81px;
}

#pagination a {
    text-indent: -9999px;
}

#pagination #prev {
    width: 11px;
    height: 11px;
    background-image: url(../imgs/dettaglio_prev.png);
}
#pagination #next {
    width: 11px;
    height: 11px;
    background-image: url(../imgs/dettaglio_next.png);
}

#sitemap a {
    text-indent: -9999px;
    background-repeat: no-repeat;
    background-position: top left;
}
#sitemap a:hover {
    background-position: bottom left;
}
#clients_sitemap a { background-image: url('../imgs/footer/clients.gif'); }
#projects_sitemap a { background-image: url('../imgs/footer/projects.gif'); }
#about_sitemap a { background-image: url('../imgs/footer/about.gif'); }
#contact_sitemap a { background-image: url('../imgs/footer/contact.gif'); }

#footer h5 {
    text-indent: -9999px;
}
#footer #headquarter {
    background: url('../imgs/footer/headquarter.gif') no-repeat scroll top left;
}
#footer #us_office {
    background: url('../imgs/footer/us_office.gif') no-repeat scroll top left;
}
a.more {
    background: url('../imgs/more.png') no-repeat scroll left top;
}
a.more:hover {
    border-bottom: 1px solid #7d7974;
}

a.external {
    background: url('../imgs/progetto/url.gif') no-repeat scroll top right;
    padding-right: 10px;
}
a.download {
    background: url('../imgs/progetto/download.gif') no-repeat scroll top right;
    padding-right: 10px;
}
