﻿body
{
    font-family: Arial, Helvetica, sans-serif;
    /*background: url(   '../../media/images/css/atmBg.gif' );
    background-repeat: repeat-x;*/
}

.atmProducts
{
    float: left;
    margin: 1.5em 0 1.5em 0;
}
.atmProducts ul
{
    list-style-type: none;
    font-size: 0.75em;
}
.atmProducts ul li
{
    display: inline;
}

ul.atmproductNav
{
    /*background: url( '../../media/images/css/productnavBg.gif' );     background-repeat: no-repeat;*/
    width: 435px;
    height: 48px;
    font-weight: bold;
    padding-left: 2em;
}

ul.atmproductNav li
{
    padding-right: 1em;
    margin: 1.8em 0 0 0;
    float: left;
}

ul.atmprductImages img
{
    border: none;
}

ul.atmprductImages li
{
    padding-left: 1.8em;
}


.productsLeft
{
    width: 110px;
    float: left;
    margin-top: 1.5em;
}
.productsRight
{
    width: 305px;
    float: left;
    margin-top: 1em;
    padding-left: 0.5em;
}

.minibankFeatures
{
    width: 500px;
    height: 500px;
    background-color: #0055a0;
    margin: 0px;
}
.featureServices
{
    width: 446px;
    margin: 0px;
}


.bronze
{
    width: 446px;
    height: 112px;
    background: url(  '../../media/images/css/bands/bronzeBand.gif' );
    background-repeat: no-repeat;
    float: left;
    margin-top: 1.5em;
}
.silver
{
    width: 446px;
    height: 144px;
    background: url(  '../../media/images/css/bands/silverBand.gif' );
    background-repeat: no-repeat;
    float: left;
    margin-top: 0.5em;
}


.gold
{
    width: 446px;
    height: 172px;
    background: url(  '../../media/images/css/bands/goldBand.gif' );
    background-repeat: no-repeat;
    float: left;
    margin-top: 0.5em;
}

.vip
{
    width: 446px;
    height: 266px;
    background: url(  '../../media/images/css/bands/vipBand.gif' );
    background-repeat: no-repeat;
    float: left;
    margin-top: 0.5em;
}

.signupBtn
{
    border: 0px none;
    margin-left: 15px;
    margin-top: 70px;
}
