/****************************
 *** PREDEFINED SELECTORS ***
 ****************************/
 
body{
    background-color:#DDDCD6;
    color:#666;
    line-height:16px;
    font-size:12px;
    margin:25px 0 0 0;
}

/**************************
 *** INVOLUCRO ESTERNO ***
 **************************/

#container{
    text-align:center
}
#wrapper{
    width:970px;
    height:760px;
    margin-left:auto;
    margin-right:auto;
    background-color:white;
    text-align:left;
}

/**************
 *** HEADER ***
 **************/

#header{
    width:920px;
    height:120px;
    margin:0 0 0 25px;
    border-top:25px solid #fff;
    vertical-align:top;
}
#logo{
    position:absolute;
    width:61px;
    height:61px;
    margin:0 0 0 0px;
    z-index:1000;
}
#lan{
    position:absolute;
    width:200px;
    /*height:34px;
    line-height:33px;*/
    font-family:arial,helvetica;
    font-size:10px;
    font-weight:bold;
    margin:0 0 0 720px;
    text-align:right;
}
#lan a{
    color:#666;
}
#slogan{
    position:absolute;
    width:920px;
    /*height:34px;
    line-height:33px;*/
    font-family:arial,helvetica;
    font-size:13px;
    margin:95px 0 0 0;
    letter-spacing:0.5em;
    color:#B4B3A8;
}

/**************
 *** FOOTER ***
 **************/

#footer{
    width:920px;
    height:41px;
    background:url(../img/h-dotted.gif) repeat-x 0 top;
    margin:0 0 0px 25px;
    text-align:center;
    line-height:41px;
    color:#4D4D4D;
    font-family:arial,helvetica;
    font-size:10px;
    text-align:left;
    letter-spacing:-0.01em;
    padding-bottom:10px;
}
#footer-left{
    position:absolute;
    width:920px;
    line-height:14px;
    margin:13px 0 0 0;
    letter-spacing:-0.01em;
}
#footer-right{
    position:absolute;
    text-align:right;
    width:240px;
    line-height:14px;
    margin:13px 0 0 680px;
    letter-spacing:-0.01em;
}

div.cleaner{
    clear:both;
    height:1px;
    line-height:1px;
}

#menu{
    font-size:11px;
    text-transform:uppercase;
    list-style-type: none;
    margin:0 0 0 20px;
    padding:0;
    letter-spacing:0.1em;
    font-weight:normal;
}
#menu li{
    color:#E24928;
    line-height:18px;
}
#menu li a, #menu li a:hover{
    color:#fff;
    text-decoration:none;
}
#menu li a:hover{
    color:#E24928;
}


.uppercase{text-transform:uppercase;}
.underline{text-decoration: underline}
.bold {font-weight:bold;}
.italic{font-style:italic;}
a.green, .green {color:#9EBA3B;}
a.green:hover {color:#8E979F;}
a.green2, .green2 {color:#26591C;}
a.green2:hover {color:#26591C;}
a.grey, .grey {color:#a0a0a0;}
a.grey:hover {color:#a0a0a0;}
a.grey2, .grey2 {color:#707070;}
a.grey2:hover {color:#707070;}
a.white, .white {color:#ffffff;}
a.white:hover {color:#ffffff;}

