@CHARSET "ISO-8859-1";

div.contact_choice {
    width: 635px;
    margin: 0 auto;
}

div.content div.contact_choice .support,
div.content div.contact_choice .sales {
    float: left;
    height: 349px;
    text-decoration: none;
    width: 264px;
    padding: 24px;
    overflow: hidden;
}

div.content div.contact_choice .support {
    margin: 0 11px 0 0;
}

div.contact_choice .sales {
    float: right;
}

div.contact_choice .title {
    padding: 15px 0 25px 0;
    display: block;
    font-size: 16px;
    font-weight: bold;
}

div.contact_choice .support .title {
    color: #9FBF48;
}

div.contact_choice .sales .title {
    color: #43B186;
}

div.contact_choice .support .pictures {
    display: block;
    background: url("pictures/help/contactSupport.jpg") 0 0 no-repeat;
    width: 252px;
    height: 250px;
    margin: 25px 0 0;
}

div.contact_choice .sales .pictures {
    display: block;
    background: url("pictures/help/contactSale.jpg") 0 0 no-repeat;
    width: 254px;
    height: 247px;
    margin: 25px 0 0;
}

div.contact_choice a {
    color: #808080;
}

div.contact_choice a:HOVER .title {
    text-decoration: underline;
}