
#content .content #main  {
    padding: 10px 23px;
}

#main .description {
    padding: 10px 0;
    line-height: 2;
    text-align: justify;
}

#main .services {
    padding: 20px 0;
}

#main .services .title {
    background: #323232;
    border-radius: 10px 10px 0 0;
    color: #fff;
    padding: 15px 40px;
    font-size: 16px;
    font-family: 'DroidSansBold';
    text-align: center;
}

#main .services .items {
    background: #F7F7F1;
    border: 1px solid #DADBCF;
    border-radius: 0 0 10px 10px;
    padding: 10px 30px;
    -moz-box-shadow: 0 1px 1px #B2B2AC; /* Firefox */
    -webkit-box-shadow: 0 1px 1px  #B2B2AC; /* Safari Chrome */
    box-shadow: 0 1px 1px  #B2B2AC;
}

#main .services .items ul {
    background: url('../img/merchant_account_services/authorize-logo.png') no-repeat scroll right bottom;
    padding: 10px 20px;
}

#main .services .items ul li {
    background: url('../img/merchant_account_services/li-item.png') no-repeat scroll left 5px;
    padding: 5px 5px 5px 30px;
}

#main .services .items .item {
    width: 67px;
    height: 48px;
    margin: 13px;
}

#main .services .items .american-express {
    background: url('../img/merchant_account_services/icon-american-express.png') no-repeat scroll center top;
}

#main .services .items .diners-club {
    background: url('../img/merchant_account_services/icon-diners-club.png') no-repeat scroll center top;
}

#main .services .items .maestro {
    background: url('../img/merchant_account_services/icon-maestro.png') no-repeat scroll center top;
}

#main .services .items .mastercard {
    background: url('../img/merchant_account_services/icon-mastercard.png') no-repeat scroll center top;
}

#main .services .items .paypal {
    background: url('../img/merchant_account_services/icon-paypal.png') no-repeat scroll center top;
}

#main .services .items .visa {
    background: url('../img/merchant_account_services/icon-visa.png') no-repeat scroll center top;
}

#main .signup {
    padding: 20px 60px;
}

#main .signup  a {
    display: block;
    font-size: 16px;
    text-align: center;
    border-radius: 10px;
}
