﻿.right_banner {
    float: right;
}

.left_banner
{
    float: left;
}

.center_logo
{
    float: left;
}

.clear_both {
    clear: both;
}

.middle_content {
    background-color: #EAEAEA;
    height: 300px;
}

.custom_center
{
    margin-left: auto;
    margin-right: auto;
    margin-top: 50px;
    width: 1000px;
}


.top1, .top2, .top3
{
    float: left;
}

.top1
{
    width: 254;
    height: 256px;
}

.top2
{
    width: 266px;
    height: 256px;
}

.top3
{
    height: 256px;
    width: 150px;
}

.menu_items
{
    height: 34px;
    background: url('/Projects/MobileSplashPage/Assets/splash_lang_bar.gif') center no-repeat;
    font-weight: bold;
    padding-top: 5px;
    font-size: 16px;
    float: left;
    width: 438px;
    text-align: center;
    *margin-top: -3px;
    padding-top: 13px;
    color: #0072bc;
}

.menu_items a
{
    color: #4d4d4f;
}

.custom_choices
{
    color: #4d4d4f;
}


