/* 
    Document   : header
    Created on : 28-ago-2012, 11.01.44
    Author     : Luigi Fazio
    Description:
        foglio di stile utilizzato per l'header del sito'.
*/

#footer { 
    clear: both;
    width:  953px;
    height: 152px;
    margin: auto;
    bottom: 0px;
    left: 0px;
    right: 0px;
    position: relative;
    padding: 0 0px 0 24px;
    background: url('../images/bg_pg.png') repeat-y;
}

#info_azienda { 
    width:  100%;
    float: left;
    font-family: Treebuchet;
    text-align: center;
}

#BottomBanner{
    width: 930px;
    height: 88px;
    clear: both;
    overflow: hidden;
}
.footer-home #BottomBanner{
	background: url(../images/container_dx_200.png) 731px -7px;
    background-repeat: no-repeat;
}

#BottomBanner .banners{
    
    text-align: center;
    width: 100%;;
}
.footer-home #BottomBanner .banners{
    
    text-align: center;
    width: 732px;
	
}
#BottomBanner .banner{
    
    text-align: center;
    padding:10px;
    vertical-align: top;
    min-width: 150px;
    
}
.footer-home #BottomBanner .banner{
    
    min-width: auto;
    
}

#BottomMenu{
    width: 930px;
    height: 51px;
    clear: both;
    background: url('../images/assets_internet.png') -6px -1670px;
    border:1px solid white;
}

#copyright{
    width: 930px;
    height: 30px;
    clear: both;
    font-size: 8pt; 
}

#BottomMenu .element{
    
    margin-top: 10px;
    margin-left: 5px;
    width: auto;
    font-size: 9pt;
    text-indent: 20px;
    padding: 3px;
    float:left;
    
}
#BottomMenu .reservedArea{
    
    
    background: url('../images/assets_internet.png') -6px -1200px;
    background-repeat: none;
    
}
