﻿html
{
    height:                     100%;
    font-family:                Arial, Helvetica, sans-serif;
	color:					    #252626;
    font-size:                  13px;
    background-color:           #F0F5F2;
}

body
{
    height:                     100%;
    width:                      100%;
    margin:                     0px;
}

#masterPageMain
{
    position:                   relative;
    height:                     auto !important;
    height:                     100%;
    min-height:                 100%;
    width:                      100%;
}

/* Футер */
#emptyFooter
{
    height:                     139px;
}

#footer
{
    position:                   relative;
    height:                     139px;
    margin-top:                 -140px;
    margin-left:                auto;
    margin-right:               auto;
    width:                      98%;
    background-image:           url('../../Images/RPSSPb/MasterPage/FooterBackground.jpg');
    background-position:        left top;
    background-repeat:          repeat-x;
    font-size:                  12px;
}

#footer .leftImage
{
    float:                      left;
}

#footer .footerCopy
{
    color:                      #848a89;
    width:                      230px;
    line-height:                18px;
    margin:                     50px 0 0 0;
    float:                      left;
}

#footer .footerAddress
{
    float:                      left;
    margin:                     50px 0 0 5%;
    color:                      #026853;
    line-height:                18px;
}

#footer .bagImage
{
    float:                      left;
    margin:                     0 0 0 10%;
}

#footer .counter
{
    right:                      65px;
    top:                        50px;
    position:                   absolute;
}

#footer .rightImage
{
    right:                      0px;
    position:                   absolute;
}

/* Заголовок сайта */
#masterPageTop
{
    height:                     87px;
    width:                      100%;
    min-width:                  980px;
    margin:						0px;
    padding:                    0px;
    background-color:           #fcfcfc;
    background-image:           url('../../Images/RPSSPb/MasterPage/TopBackground.gif');
    background-position:        bottom;
    background-repeat:          repeat-x;
}

#topLogo
{
    width:                      330px;
    text-align:                 center;
    vertical-align:             middle;
}

#topMenu
{
    margin:                     0px;
    text-align:                 left;
    vertical-align:             middle;
}

#topMenu a
{
    float:                      left;
    font-size:                  14px;
    font-weight:                bold;
    color:						#026853;
    border-bottom:              1px dotted #026853;
    text-decoration:            none;
    margin-right:               20px;
    margin-top:                 2px;
    margin-bottom:              2px;
    white-space:                nowrap;
}

#topMenu a.help
{
    color:                      #9A3F00;
}

#topLogin
{
    height:                     20px;
    width:                      100%;
    min-width:                  980px;
    margin:						15px 0px 0px 0px;
    padding:                    0px;
    font-size:                  13px;
    font-weight:                bold;
    text-align:                 left;
    color:						#597dc9;
}

#topLogin a
{
    color:						#597dc9;
    border-bottom:              1px dotted #597dc9;
    text-decoration:            none;
}

#topLogin a:hover
{
    border-bottom:              none;
}

/* Основное содержимое */
#masterContent
{
    width:                      980px;
    min-width:                  980px;
    margin:						15px auto 15px auto;
}
