﻿/*******************************************************************************
Page
*******************************************************************************/

#pageContainer
{
    position: absolute;
    top: 0px;
    bottom: 0px;
    left: 0px;
    right: 0px;
}

#pageMetrika
{
    position: absolute;
    top: -1000px;
    left: -1000px;
}

/*******************************************************************************
Main
*******************************************************************************/

#mainWrap
{
    position: absolute;
    top: 0px;
    bottom: 0px;
    left: 0px;
    right: 0px;
    overflow: auto;
    overflow-y: scroll;
    background-color: #ffffff;
}

#mainContainer
{
    position: relative;
    min-width: 980px;
    min-height: 100%;
}

/*******************************************************************************
Main menu
*******************************************************************************/

#mainMenuWrap
{
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 95px;
    background-color: #aaaaaa;
    z-index:100;
}

#mainMenuContainer
{
    position: relative;
    width: 980px;
    height: 95px;
    margin: 0px auto 0px auto;
}

#mainMenuLogo
{
    display: block;
    float: left;
    width: 220px;
    height: 65px;
    margin: 9px 0px 0px 20px;
    background-repeat: no-repeat;
    background-position: center center;
    background-image: url(../Images/logo220x65.png);
}

.mainMenuItem,
.mainMenuSelectedItem
{
    display: block;
    float: right;
    color: #333333;
    font-size: 14px;
    margin: 32px 0px 0px 10px;
    padding: 10px 13px 10px 13px;
    -o-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -webkit-transition: all 0.4s ease;
    -khtml-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

.mainMenuItem:hover,
.mainMenuSelectedItem
{
    color: #ffffff;
}

.mainMenuSearchItem
{
    display: block;
    float: right;
    right:0px;
    width: 40px;
    height: 40px;
    margin: 30px 10px 0px 10px;
    background-repeat:no-repeat;
    background-position: center center;
    background-image: url(../Images/searchWhiteIcon24x24.png);
    cursor: pointer;
}

#mainMenuSubstrate
{
    height: 95px;
}

#menuSearchWrap
{
    display: none;
    position: absolute;
    top: 86px;
    right: 0px;
    width:380px;
    height:41px;
    padding: 8px 10px 8px 10px; 
    background-color: #aaaaaa;
}

#menuSearchContainer
{
    width:360px;
    height:25px;
    padding: 8px 10px 8px 10px; 
    background-color: #ffffff; 
}

#menuSearchContainer input
{
    font-size:15px; 
    color:#333333;
    background-color: #ffffff;
    border: none;
    outline: none;
    width:330px;
    height: 25px;
}

/*******************************************************************************
Main basement
*******************************************************************************/

#mainBasementWrap
{
    background-color: #777777;
}

#mainBasementContainer
{
    position: relative;
    width: 980px;
    margin: 0px auto 0px auto;
    padding: 15px 0px 35px 0px;
}

#mainBasementCopyright
{
    display: block;
    float: right;
    color: #eeeeee;
    font-size: 12px;
    margin: 7px 10px 0px 10px;
    padding: 0px 10px 0px 10px;
}

#mainBasementAbout
{
    display: block;
    float: right;
    color: #eeeeee;
    font-size: 12px;
    margin: 7px 10px 0px 10px;
    padding: 0px 10px 0px 10px;
}

#mainBasementSubstrate
{
}

#mapContainer
{
     width: 940px;
     margin: 0px 20px 0px 20px;
}

#mapTable
{
    width: 940px;
}

.mapSection0Header,
.mapSection1Header,
.mapSection2Header,
.mapSection3Header
{
    display: block;
    font-size: 12px;
    color: #eeeeee;
    -o-transition: all 0.1s ease;
    -moz-transition: all 0.1s ease;
    -webkit-transition: all 0.1s ease;
    -khtml-transition: all 0.1s ease;
    -ms-transition: all 0.1s ease;
    transition: all 0.1s ease;
}

.mapSection0Header:hover,
.mapSection1Header:hover,
.mapSection2Header:hover,
.mapSection3Header:hover
{
    color: #ffffff;
}

.mapSection1Header
{
    padding-left: 20px;
}

.mapSection2Header
{
    padding-left: 40px;
}
.mapSection3Header
{
    padding-left: 60px;
}

/*******************************************************************************
News
*******************************************************************************/

#newsContainer
{   
    position: relative;
    width: 640px;
    margin: 0px auto 0px auto;
    min-height: 500px;
}

#newsImageContainer
{
    display: block;
    width: 640px;
    background-color: #ffffff;
    background-repeat:no-repeat;
    background-position: center center;
    background-image: url(../Images/loaderWhite50x50.gif);
    margin: 50px 0px 50px 0px;
}

#newsImage
{
    display: block;
    margin: 0px auto 0px auto;
}

#newsHeader
{
    display: block;
    color: #333333;
    font-size: 24px;
    text-align: center;
    margin: 50px 0px 0px 0px;
}

#newsDescription
{
    display: block;
    color: #333333;
    font-size: 15px;
    margin: 45px 0px 50px 0px;
}

#newsDescription a
{
    color: #333333;
    font-size: 15px;
    text-decoration: underline;
}