body{
    margin: 0px;
    padding: 0px;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 1em;
    line-height: 1.3em;
    color: #3c3c3c;
    min-width: 1044px;
}

.beta{
    padding: 10px;
    text-align: center;
    background: #efefef;
    color: #5a5a5a;
    box-shadow: inset 0 30px 20px -15px #ffffff, 0 0px 10px -5px #000000;
    text-shadow: 1px 0px 0 #ffffff, 0px 1px 0 #ffffff, -1px -0px 0 #cdcdcd, 0px -1px #cdcdcd;
    border: 1px #cdcdcd solid;
    position: relative;
    z-index: 100;
    font-family: Trebuchet MS, Georgia,Verdana !important;
}
#topStrip{
    height: 29px;
    background: #20A2DE;
}
#headerWrapper{
    background: url("images/header.png") top center no-repeat;
    height: 315px;
    margin-top: -29px;
}
    #headerWrapper #header{
        height: 315px;
        width: 1000px;
        margin: 0 auto;
        position: relative;
    }
        #headerWrapper #header #topMenu{
            height: 29px;   
        }
            #headerWrapper #header #topMenu #auth, #headerWrapper #header #topMenu #projects{
                height: 29px;
                line-height: 29px;
                /*top menu z-index*/
                z-index: 111;
            }
            
            #headerWrapper #header #topMenu #projects{
                margin-left: 300px;
                position: relative;
                display: inline-block;
            }

                #headerWrapper #header #topMenu #projects #projectsContainer {
                    display:none;
                    position: absolute;
                    background: white;
                    left: -10px;
                    top: 28px;
                    border: 1px solid #c6bfbf;
                    -moz-box-shadow: 0 5px 10px -6px #000;
                    -webkit-box-shadow: 0 5px 10px -6px #000;
                    box-shadow: 5px 5px 10px -4px #000;
                    width: 230px;
                }
                
                #headerWrapper #header #topMenu #projects:hover #projectsContainer{
                    display: block;
                }

                #headerWrapper #header #topMenu #projects #projectsContainer a[target=_blank]{
                    display: block;
                    color: #3F6262;
                    font-size: 8pt;
                    text-transform: uppercase;
                    text-decoration: none;
                    font-weight: bold;
                    padding: 0px 10px;
                    line-height: 25px;
                }

                #headerWrapper #header #topMenu #projects #projectsContainer a:last-child{
                    border-radius: 0px 0px 10px 10px;
                }

                #headerWrapper #header #topMenu #projects #projectsContainer .formClose + a {
                    border-top: none;
                }

                    #headerWrapper #header #topMenu #projects #projectsContainer a:hover{
                       background-color: #E6E6E6;
                    }

                        #headerWrapper #header #topMenu #projects #projectsContainer  a.formClose {
                            position: absolute;
                            right: 10px;
                            width: 12px;
                            height: 12px;
                            background: url("images/formClose.png") 0 0;
                            padding: 0;
                            margin-left: 10px;
                        }



                #headerWrapper #header #topMenu #auth > a, #headerWrapper #header #topMenu #projects > a{
                    color: #fff;
                    font-size: 0.75em;
                    font-weight: bold;
                    display: inline-block;
                    margin-right: 25px;
                    text-decoration: none;
                }
            #headerWrapper #header #topMenu #siteSearch{
                display: inline-block;
                color: #fff;
                font-weight: bold;
                font-size: 0.75em;
                margin-left: 30px;
                vertical-align: middle;
                position: relative;
            }
                #headerWrapper #header #topMenu #siteSearch input[type=text]{
                    height: 18px;
                    border-radius: 8px;
                    border: #0A537C;
                    line-height: 18px;
                    padding: 0 20px 0 5px;
                }
                #headerWrapper #header #topMenu #siteSearch input[type=submit]{
                    border: none;
                    background: transparent;
                    cursor: pointer;
                    width: 12px;
                    height: 12px;
                    background: url("images/search.png");
                    position: absolute;
                    top: 3px;
                    right: 4px;
                }
        #headerWrapper #header #logo{
            width: 185px;
            height: 111px;
            position: absolute;
            top: 20px;
            left: 25px;
        }
        #headerWrapper #header #myHome_container{
            width: 208px;
            height: 111px;
            background: url("images/header-sprites.png") 0 -122px no-repeat;
            position: absolute;
            top: 150px;
            left: 110px;
        }
            #headerWrapper #header #myHome_container a:link, #headerWrapper #header #myHome_container a:visited{
                display: inline-block;
                text-transform: uppercase;
                text-decoration: none;
                text-align: center;
                padding: 11px 10px;
                color: #fff;
                font-weight: bold;
                width: 140px;
                height: 39px;
                background-image: url("images/header-sprites.png");
                background-position: 0 0;
                background-repeat: no-repeat;
                margin: 25px 0 0 24px;
                background-color: transparent;
                text-shadow: 1px 1px 0px #b05827;
            }
            #headerWrapper #header #myHome_container a:hover{
                background-position: 0 -61px;
            }
            #headerWrapper #header #myHome_container a:active{
                padding-top: 12px;
                height: 38px;
            }
        #headerWrapper #header #h-newsLink,
        #headerWrapper #header #h-companiesLink,
        #headerWrapper #header #h-openDataLink,
        #headerWrapper #header #h-aboutLink{
            background-image: url("images/header-sprites.png");
            background-repeat: no-repeat;
        }
        #headerWrapper #header #h-newsLink{
            position: absolute;
            top: 43px;
            left: 248px;
            width: 214px;
            height: 188px;
            background-position: 0 -233px; 
        }
        #headerWrapper #header #h-newsLink.active{background-position: 0 -421px}
            #headerWrapper #header #h-newsLink a{
                margin: 49px 0 0 48px;
                padding: 15px;
            }
        #headerWrapper #header #h-companiesLink{
            position: absolute;
            top: 112px;
            left: 442px;
            width: 183px;
            height: 170px;
            background-position: 0 -609px;
        }
        #headerWrapper #header #h-companiesLink.active{background-position: 0 -778px;}
            #headerWrapper #header #h-companiesLink a{
                margin: 52px 0 0 38px;
                width: 100px;
            }
        #headerWrapper #header #h-openDataLink{
            position: absolute;
            top: 48px;
            left: 607px;
            width: 205px;
            height: 188px;
            background-position: 0 -949px;
        }
        #headerWrapper #header #h-openDataLink.active{background-position: 0 -1137px;}
            #headerWrapper #header #h-openDataLink a{
                margin: 49px 0 0 50px;
                padding: 15px 0;
            }
        #headerWrapper #header #h-aboutLink{
            position: absolute;
            top: 133px;
            left: 737px;
            width: 166px;
            height: 159px;
            background-position: 0 -1325px;
        }
        #headerWrapper #header #h-aboutLink.active{background-position: 0 -1483px;}
            #headerWrapper #header #h-aboutLink a{
                margin: 34px 0 0 38px;
                padding: 15px;
            }
            #headerWrapper #header #h-newsLink a, #headerWrapper #header #h-companiesLink a, #headerWrapper #header #h-openDataLink a, #headerWrapper #header #h-aboutLink a{
                text-align: center;
                color: #3a5858;
                display: inline-block;
                text-transform: uppercase;
                text-decoration: none;
                font-weight: bold;
                font-size: 0.75em;
                line-height: 1.1em;
            }
#contentWrapper{
    padding-bottom: 55px;
    overflow: hidden;
    min-width: 1044px;
}
#contentWrapper.mainpage{
    padding-bottom: 0px;
}
    #contentWrapper #titleWrapper{
        width: 964px;
        height: 149px;
        margin: 0 auto -21px auto;
        padding: 0 30px 10px 50px;
        background: url(images/title-bg.png) no-repeat;
        color: #3f6262;
    }
        #contentWrapper #titleWrapper h1{
            margin: 0;
        }
            #contentWrapper #titleWrapper h1 span{
                display: inline-block;
                height: 40px;
                line-height: 40px;
                background: #66afaf;
                border-radius: 0 0 40px 40px;
                padding: 0 40px;
            }
    #contentWrapper #content{
        width: 960px;
        margin: 0 auto;
        border: 1px solid #999;
        padding: 0 20px 20px 20px;
        box-shadow: 0 1px 3px #999;
    }
    #contentWrapper.mainpage #content{
        width: 1000px;
        padding: 0;
        border: none;
        box-shadow: none;
        position: relative;
        overflow: visible;
        overflow: hidden;
    }
    #contentShadowLeft, #contentShadowRight{
        position: absolute;
        bottom: -1px;
        width: 320px;
        height: 222px;
        background-image: url("images/contentShadow.png");
    }
    #contentShadowLeft{
        left: -320px;
        background-position: 0 0;
    }
    #contentShadowRight{
        right: -320px;
        background-position: -320px 0;
    }
#footerWrapper{
    background: #20A2DE;
    width: 100%;
}
#footerWrapper.bottom{
    position: absolute;
    bottom: 0px;
    left: 0px;
}
    #footerWrapper #footer{
        width: 1000px;
        margin: 0 auto;
        height: 50px;
        line-height: 50px;
        position: relative;
    }
        #footerWrapper #footer .left{
            text-align: right;
            width: 400px;
        }
            #footerWrapper #footer .left img{
                position: absolute;
                left: 5px;
                bottom: 15px;
            }
            #footerWrapper #footer .left a{
                text-transform: uppercase;
                font-size: 0.8em;
                color: #fff;
                text-decoration: none;
            }
        #footerWrapper #footer .right{
            width: 500px;
            height: 50px;
            text-align: center;
            overflow: hidden;
        }
            #footerWrapper #footer .right a{
                display: inline-block;
                width: 32px;
                height: 31px;
                background-image: url("images/footerSocial.png");
                margin: 9px 1px 0px 1px;
            }
            #footerWrapper #footer .right a.openregion{
                width: auto;
                height: auto;
                float: right;
                margin-top: 4px;
                background-image: none;
            }
                #footerWrapper #footer .right a.openregion img{
                    height: 42px;
                }
            #footerWrapper #footer .right a.vk{background-position: -64px 0;}
            #footerWrapper #footer .right a.facebook{background-position: -32px 0;}
            #footerWrapper #footer .right a.twitter{background-position: -96px 0;}
            #footerWrapper #footer .right a.google{background-position: 0 0;}
