/* ---------------------- Footer ---------------------------*/

#footer {

}

#footer_container {
    width: 870px;
    height: 80px;
    margin: 0 auto;
    padding-top: 7px;
}

#footer p#footer_logo {
    background: url(/images/built_by_intridea.gif) no-repeat;
    width: 165px;
    height: 33px;
    display: block;
    float: right;
}

#footer a,
#footer a:hover {
    text-decoration: none;
    background: none;
    color: #6c7678;
    border-bottom: 1px solid #a6b4b9;
}

#footer p.intridea-logo a,
#footer p.intridea-logo a:hover {
    border: 0;
}

.partners {
    margin: 0; 
    background: #F2F8F9; 
    padding-top: 12px; 
    padding-bottom: 18px;
    border-top: 1px solid #DEEEF2; 
    -moz-border-radius-bottomright: 10px;
    -moz-border-radius-bottomleft: 10px; 
    -webkit-border-bottom-left-radius: 10px;
    -webkit-border-bottom-right-radius: 10px;    
}