﻿body
{
    margin-top: 0px;
    margin-left: auto;
    margin-right: auto;
    width: 810px;
    font-family: Arial;
    font-size: 11px;
}
#HeaderNav
{
    height: 79px;
    width: 553px;
    padding-top: 16px;
    padding-left: 255px;
    background-image: url('/images/main/hnav-bg.png');
    background-repeat: no-repeat;
    background-position: center;
    border-left: 1px solid transparent;
    border-right: 1px solid transparent;
}
.navItem
{
    height: 40px;
    position: relative;
    top: -4px;
    display:inline-block;
    font-size: 1px;
    color: #576266;
    background-position: 0px -7px;
}
.navItem:Hover
{
     background-position: 0px -61px;
     color: #576266;
}
.navItem:Active
{
     background-position: 0px -61px;
     color: #576266;
}
#navHome
{
    width: 62px;
    background-image: url('/images/main/hnav-home.png');
}
#navServices
{
    width: 85px;
    background-image: url('/images/main/hnav-services.png');
}
#navCompanyInfo
{
    width: 127px;
    background-image: url('/images/main/hnav-companyinfo.png');
}
#navSystemStatus
{
    width: 129px;
    background-image: url('/images/main/hnav-status.png');
}
#navContactUs
{
    width: 109px;
    background-image: url('/images/main/hnav-contactus.png');
}
#Copyright
{
    text-align: center;
    margin-top: 4px;
}
.OnlineSupport
{
    background-image: url('/images/main/home/greyout.png');
    position: fixed;
    top: 0px;
    width: 810px;
    height: 995px;
    color: #000000;

}
.supportStage
{
    background-image: url('/images/main/home/support-stage.png');
    width: 615px;
    height: 309px;
    margin-top: 200px;
    margin-left: auto;
    margin-right: auto;
    padding: 60px 60px 60px 60px;
}
