/* 
    Document   : footer
    Created on : 1 Νοε 2012, 2:22:35 μμ
    Author     : stauros
    Description:
        Purpose of the stylesheet follows.
*/

.footer{
    background-color: #3D352E;
    height: 40px;
    width: 100%;
    color: white;    
    z-index: 105;
    position: fixed;
    bottom:0px;
}
#footer-email img{margin-top:5px;}
.footer-content{
    width: 980px;
    margin: auto;
    position:relative;
}
.footer-site-links{
    display:inline-block;
    float: left;

}

.footer-site-links ul{
    list-style: none;
    color: white;
    line-height: 23px;
    text-align: left;
    font-size: 11px;
    font-weight: 300;
    padding: 0px;

}

.footer-site-links ul li a{
    color: white;
    text-decoration: none;
    font-size: 12px;
    font-weight: 300;
}

.footer-site-info{
    display: inline-block;
    margin: auto;
    font-weight:300;
    margin-top: 16px;
    font-size: 9px;
}
.footer-site-info a{
    color: white;
    text-decoration: none;
}

#footer-holdom-devel{
 /*   margin-left: 90px; */
}

#footer-email{
    margin-left: 10px;
    margin-right: 10px;
}

.footer-social{
    display: inline-block;
    float:right;
    margin-top:16px;

}
#footer-surrogate{height: 120px;}