@CHARSET "UTF-8";

/* Footer */
#footer {
    background:             transparent url('../images/media/footer.jpg') repeat-x center 88px;
    width:                  100%;
    text-align:             center;
    height:                 250px;
    position:               relative;
}

#footer .footer-inner {
    width:                  980px;
    margin:                 auto;
    position:               relative;
}

#footer .footer-soq {
    position:               absolute;
        right:                  0;
        bottom:                 0;
}

#footer .footer-bike {
    left:                   450px;
    top:                    -2px;
    position:               relative;
    padding-bottom:         70px;
}

#footer .footer-navigation,
#footer .footer-address {
    float:                  left;
    list-style-type:        none;
    margin:                 0 auto;
    padding:                0;
    position:               relative;
        left:                   50%;
    font-size:              12px;
}

#footer .footer-navigation li,
#footer .footer-address li {
    float:                  left;
    padding:                0 10px;
    position:               relative;
        right:                  50%;
}

#footer .footer-navigation li a,
#footer .footer-address li a {
    color:                  #333333;
    text-decoration:        none;
}

#footer .footer-navigation {
    padding-bottom:         10px;
}

#footer .footer-navigation li {
    border-left:            1px solid #fff;
}

#footer .footer-navigation li:first-child {
    border-left:            none;
}

#footer .footer-address {
    color:                  #1b6898;
}
