@charset "UTF-8";
/* Additional CSS */

#sponsors {
    width: 940px;
    display: block;
    clear: both;
    border: 1px solid #eee;
    padding: 10px 5px;
    margin: 15px auto;
    text-transform: uppercase;
    font-weight: bold;
    color: #666;
}
#sponsors span {
    display: block;
    float: left;
    padding: 0 10px;
    height: 20px;
    line-height: 20px;
}
#sponsors a {
    display: block;
    float: left;
    height: 20px;
    padding: 0 10px;
}
a.mootools {background: url(images/Sponsors/mootools.jpg) no-repeat 0 0; width:85px;}
a.twitter {background: url(images/Sponsors/twitter.jpg) no-repeat 0 0; width:87px;}
a.vbulletin {background: url(images/Sponsors/vbulletin.jpg) no-repeat 0 0; width:69px;}
 
    /*mouseover*/
    a:hover.mootools, 
    a:hover.twitter, 
    a:hover.vbulletin {background-position: 0 -20px;} /* reveal color version */ 


/* Additional CSS2 */ 