@CHARSET "ISO-8859-1";
#promotions{
    background: url('/images/promotions/bg.png') no-repeat;
    width: 960px;
    height: 220px;
    margin: -20px 0 0 0px;
}

#flash{
    float: left;
    width: 960px;
    height: 376px;
    margin: -30px 0 0 0px;
    z-index: -1;
}

.promotion{
    float: right;
    width: 307px;
    height: 131px;
    margin: 16px 10px 10px 0;
}

#ask_cow{
    float: left;
    background: url('/images/promotions/ask_cow.png') no-repeat;
    width: 290px;
    height: 116px;
    padding: 74px 17px 0 62px;
    margin: -43px 5px 0 -57px;
}
#ask_cow a{
    font-size: 8pt;
    text-decoration: none;
    font-weight: bold;
}
#ask_cow table{
    float: left;
    padding-left: 60px;
    text-align: left;
    color: #FFF;
    font-size: 11pt;
    width: 300px;
}
#ask_cow table th{
    width: 30px;
    vertical-align: top;
    text-align: left;
}
#ask_cow table td{
    font-size: 9pt;
    text-align: left;
}

#social{
    background: url('/images/promotions/social_newsletterbackground.png') repeat-y;
    width: 890px;
    height: 48px;
    padding: 0 10px 0 65px;
    *width: 1020px;
}

#social_networks{
    position: absolute;
    margin: 15px 6px;
    font-size: 11pt;
    color: #FFF;
    font-weight: bold;
}
#social_networks img{
    margin: 0 0 0 10px;
    vertical-align: middle;
}

#newsletter_signup{
    float: right;
    font-size: 10pt;
    color: #FFF;
    margin: 5px 0;
    text-align: right;
}

#signup_form{
    float: left;
    margin: 0 5px;
    display: inline;
}

#go_button img{
    margin-top: 3px;
}