/* =BANNER ELEMENTS
*****************************/
#banner .marketingMessage {
    background: url("../../images/bannerLeft.gif") no-repeat;
    clear: both;
    color: #fff;
    display: block;
    float: left;
    font: normal 15px Arial, Sans-serif; 
    line-height: 1.5;
    height: 106px;
    margin: 0;
    padding: 70px 0 0 53px;
    width: 357px;
    }


/* =MAIN ELEMENTS
************************/
#main {
    background: #fff url("../../images/mainBG.gif") repeat-x;
    border-color: #fff;
    border-style: solid;
    border-width: 0 1px 0 1px; 
    padding: 0 30px 20px 30px;
    width: 678px;
    }

#main .products {
    clear: left;
    display: block;
    float: left;
    margin: 15px 0 0 0;
    }

#main .col1, #main .col2, #main .col3 {
    display: block;
    float: left;
    font-size: .85em;
    width: 200px;
    }

#main .col1 a, #main .col2 a, #main .col3 a {
    color: #4172b1;
    font-size: 1.1em;
    font-weight: bold;
    }

#main .col2 {
    margin: 0 0 0 40px;
    }

#main .col3 {
    float: right;
    }

.bottom {
    background: #e4e4e4;
    border-color: #fff;
    border-style: solid;
    border-width: 0 1px 1px 1px;
    float: left;
    width: 738px;
    }

.bottom a:hover {
    text-decoration: none;
    }

.bottom .col1, .bottom .col2, .bottom .col3 {
    display: block;
    border-bottom: 1px solid #fff; 
    float: left;
    font-size: .70em;
    line-height: 1.6;
    height: 160px;
    padding: 20px 20px 10px 20px;
    width: 208px;
    }

.bottom .col2 {
    border-left: 1px solid #fff;
    border-right: 1px solid #fff;
    width: 198px;
    }

/* =RIGHT ELEMENTS
**************************/
#right {
    float: right;  
    margin: 0 0 20px 40px;
    padding: 15px 0;
    width: 200px;
    }
