﻿.Stdmaintop
{
    height: 98px;
}
#mtop
{
    width: 100%;
    height: 130px;
}
#mtop_keys
{
    width: 630px;
    right: 60px;
}
#mtop_logo
{
    position: absolute;
    width: 396px;
    height: 136px;
    left: 60px;
    top: 10px;
    /*height: 92px;
    float: left;*/
}
#mtop_icons
{
    width: 180px;
    height: 92px;
    float: right;
}

#mbottoml
{
    float: right;
    width: 220px;
    height: 100px;
    margin-right: 40px;
    margin-top: 30px;
    text-align: center;
}
#mbottomr
{
    float: left;
    width: 450px;
    margin-left: 40px;
    text-align: center;
}
#mbottomtd
{
    height: 210px;
}

@media screen and (min-width:0px) and (max-width:1000px)
{
    .Stdmaintop
    {
        height: 170px;
    }
    #mtop_keys
    {
        width: 100%;
        right: 0px;
    }
    #mbottoml
    {
        float: none;
        width: 100%;
        height: 100px;
        margin-left: 0px;
        margin-right: 0px;
        margin-top: 15px;
        text-align: center;
    }
    #mbottomr
    {
        float: none;
        width: 100%;
        margin-left: 0px;
        margin-right: 0px;
        text-align: center;
    }
    
    #mbottomtd
    {
        height: 240px;
    }
}

@media screen and (min-width:0px) and (max-width:1150px)
{
        
}