﻿/*******************************************************************************
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;
}

/*******************************************************************************
Section
*******************************************************************************/

#sectionContainer
{   
    position: relative;
    width: 980px;
    margin: 0px auto 0px auto;
}

#sectionNavigationContainer
{ 
    margin: 35px 10px 0px 10px;
    font-size: 13px;
}

.sectionNavigationItem,
.sectionNavigationSelectedItem
{
    color: #333333;
    font-size: 13px;
    padding:0px 10px 0px 10px;
    -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;
}

.sectionNavigationItem:hover,
.sectionNavigationSelectedItem
{
    color: #af1f24;
}

.sectionNavigationArrow
{
    color: #cccccc;
    font-size: 13px;
}

#sectionFullHeader
{
    color: #333333;
    font-size: 24px;
    margin: 25px 20px 0px 20px;
}

#sectionFullDescription
{
    color: #333333;
    font-size: 15px;
    margin: 25px 20px 0px 20px;
}

/*******************************************************************************
Section list
*******************************************************************************/

#sectionListTable
{
    width: 960px;
    margin: 30px 10px 20px 10px;
}

.sectionListColumn
{
    position: relative;
    width: 320px;
}

.sectionContainer
{
    border-top: 1px solid #dddddd;
    width: 300px;
    margin: 0px 10px 0px 10px;
}

.sectionImageContainer
{
    display: block;
    width: 300px;
    height: 150px;
    overflow: hidden;
    background-color: #ffffff;
    background-repeat:no-repeat;
    background-position: center center;
    background-image: url(../Images/loaderWhite50x50.gif);
    margin: 35px 0px 0px 0px;
}

.itemImageContainer
{
    display: block;
    width: 300px;
    height: 300px;
    overflow: hidden;
    background-color: #ffffff;
    background-repeat:no-repeat;
    background-position: center center;
    background-image: url(../Images/loaderWhite50x50.gif);
    margin: 35px 0px 0px 0px;
}

.sectionImage
{
    width: 300px;
    height: 300px;
    -o-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -khtml-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    transition: all 0.5s ease;
    margin-top: -75px;
}

.itemImage
{
    width: 300px;
    height: 300px;
    -o-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -khtml-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.sectionContainer:hover .sectionImage,
.sectionContainer:hover .itemImage
{
    -webkit-transform: scale(1.05); 
    transform: scale(1.05); 
}

.sectionPreviewHeader
{
    display: block;
    color: #333333;
    font-size: 17px;   
    text-align:center;
    margin: 25px 0px 0px 0px;
}

.sectionPreviewDescription
{
    display: block;
    color: #333333;
    font-size: 14px; 
    text-align:left;
    margin: 15px 0px 40px 0px;
}


.itemPreviewHeader
{
    display: block;
    color: #333333;
    font-size: 17px; 
    text-align:center;
    margin: 25px 0px 0px 0px;
}

.itemPreviewDescription
{
    display: block;
    color: #333333;
    font-size: 14px; 
    text-align:center;
    margin: 15px 0px 15px 0px;
}

.sectionPrice
{
    font-size: 17px;
    font-weight: bold;
    text-align: center;
    color: #af1f24;
    margin: 15px 0px 15px 0px;
}

.sectionCurrency
{
    font-size: 14px;
    font-weight: normal;
}