* {
    margin: 0;
    padding: 0;
}

body {
    font: 16px Verdana;
    color: #666;
    text-align: center;
    background: #444444 url(../Images/bg.gif) no-repeat center top;
}

a:link, a:visited {
    color: #ff6600;
    text-decoration: none;
}

a:hover {
    color: #fff;
    text-decoration: none;
}
a img { 
    border: 0; 
}

DIV {
    display: block;
}

/* layout */

#container {
    margin: 50px auto 0 auto;
    background: #333;
    width: 772px;
    text-align: left;
    padding: 5px;
}

#container-inner {
    padding: 10px;
    width: 750px;
    background:#000;
    border: 1px solid #555;
}

/* header */
#header {
    width:750px;
    height:55px;
}

#header DIV.logo {
    float: left;
    width: 250px;
}

#header DIV.menu {
    float: right;
    width: 450px; 
}


/* navigation */

ul.nav {
    height:55px;
    padding:0; margin:0; border:0;
    float: right;
    font-size: 0.9em;
    text-align: right;
    text-transform: uppercase;
}

ul.nav li {
    padding:0; margin:0; border:0;
    float: left;
    list-style-type: none;
    display: block;
    margin-left: 10px;
}

ul.nav li a {
    color: #666;
    display: block;
    padding: 6px 3px;
}

ul.nav li a:hover {
    padding: 6px 3px;
    color: #ff6600;
    background-color: #ff6600;
    color: #FFF;
}

/* mainFooter */

#mainFooter {
    width: 750px;
    height: 20px;
    font-size: 0.9em;
}

.communities {
    float: left;
    width: 400px;
}

.communities ul {
    height:40px;
    padding:0;
}

.communities ul li {
    color:#666;
    list-style-type: none;
    display: inline;
    padding:0;
    line-height: 20px;
    margin-right: 10px;
}

/* footer */

div.hidefooter {
    line-height:20px;
    width:700px;
    opacity:0.2;
    -moz-opacity:0.2;
    filter:Alpha(opacity=20);
}

div.hidefooter:hover {
    line-height:20px;
    opacity:0.99999;
    -moz-opacity:1.0;
    filter:Alpha(opacity=100);
}

div.lowest {
    margin: 0 auto;
    width: 772px;
    text-align: left;
    padding: 5px;
    padding-top:10px;
    text-align:center;
    font-size:0.8em;
    text-transform:uppercase;
    color:#fff;
}

.modalBackground {

	background-color: Gray;
    filter:alpha(opacity=90);
    -moz-opacity: 0.9;
    opacity: 0.9;
}

DIV#main
{
    font-size: 1.4em;    
    font-family: Georgia;    
}

DIV.Contatti 
{
    display: block;
    width: 750px;
    height: 485px;
    background: #000000 url(../Images/contatti.gif) no-repeat center top;
}

DIV.Servizi 
{
    display: block;
    width: 750px;
    height: 485px;
    background: #000000;
    text-align: center;
    padding-top: 20px;
}

DIV.Clienti 
{
    display: block;
    width: 750px;
    height: 485px;
    background: #000000;
}

DIV.Portfolio 
{
    display: block;
    width: 750px;
    height: 485px;
    background: #000000;
    text-align: center;
    padding-top: 20px;
}





DIV.Contatti DIV
{
    padding-top: 60px;
    padding-left: 20px;
    color: #BBBBBB;

}

DIV.Contatti STRONG
{
    font-size: 0.6em;
    color: #555555;
}

DIV.Contatti P 
{
    line-height: 22px;
    opacity:0.6;
    -moz-opacity:0.6;
    filter:Alpha(opacity=60);
    margin-bottom: 10px;
    margin-left: 4px;
}

DIV.Contatti P:hover 
{
    line-height: 22px;
    opacity:0.99999;
    -moz-opacity:1.0;
    filter:Alpha(opacity=100);
}

.Clienti {
    width: 750px;
    height: 485px;
    background: #000000 url(../Images/contatti.gif) no-repeat center top;
}

UL.portfolio
{
    margin: 0px; 
    color: #CCC; 
    font-size: 0.8em; 
    list-style-type: none;
}

DIV.PortfolioLeft
{
    display: block;
    width: 350px;
    height: 465px;
    background: #000000;
    text-align: left;
    float:left;
    padding-top: 20px;
}

DIV.PortfolioRight
{
    display: block;
    width: 350px;
    height: 485px;
    background: #000000;
    text-align: right;
    float: right;
    padding-top: 20px;
}