/* Layout properties*/
html, body {
    height: 100%;
}

#wrapper {
    min-height: 100%;
    height: auto !important;
    height: 100%;
    margin: 0 auto -140px;
}
#topNav
{
    border-top: 1px;
    border-left: 1px;
    border-right: 1px;
    border-bottom: 0px;
    border-style: solid;
}
#container
{
    position: relative;
}
#header,
.contentText,
.container
{
    width: 900px;
    margin: 0 auto;
}
.innerTopNav
{
    border-top: 1px solid #322b26;
    margin-bottom: 27px;
}
.contentText
{
    padding-left: 21px;
    padding-top: 18px;
    padding-bottom: 56px;
}
.block
{
    width: 49%;
}
#content, .innerContent
{
    border-top: 1px;
    border-bottom: 1px;
    border-left: 0px;
    border-right: 0px;
    border-style: solid;
}
#header
{
    min-height: 433px;
}
.headerMenu, .headerMenu li, .headerMenu li a
{
    display: block;
}
.headerMenu li
{
    float: left;
    /*margin-left: 60px;*/
}
.headerMenu a
{
    width: 150px;
    height: 100px;
    text-align: center;
}
.headerMenu li:first-child
{
    margin-left: 0px;
}
.workingTechnology
{
    width: 76%;
    height: 285px;
}
.push{
    height: 140px;
}
.footer{
    height: 109px;
    margin-top: 31px;
    position: relative;
}
.footerInner
{
    position: absolute;
    bottom: 0px;
    height: 88px;
    width: 100%;
}
.subFooterInner
{
    border-top: 1px;
    border-bottom: 0px;
    border-left: 0px;
    border-right: 0px;
    border-style: solid;
    margin-top: 26px;
}
.subFooterInner .container
{
    margin-top: 7px;
}
/*Simple menu*/
.innerTopNav .simpleMenu
{
    margin-top: 6px !important;
}
.innerTopNav ul.simpleMenu li,
.footer ul.simpleMenu li{
    float: left;
}
.innerTopNav ul.simpleMenu li
{
    margin-left: 18px;
}
.footer ul.simpleMenu li
{
    margin-left: 30px;
}
ul.simpleMenu li:first-child
{
    margin-left: 0px;
}
/*Social menu*/
ul.socialMenu li, ul.socialMenu li a
{
    display: block;
}
ul.socialMenu li
{
    float: left;
    margin-left: 5px;
}
ul.socialMenu li:first-child
{
    margin-left: 0px;
}
ul.socialMenu li a
{
    width: 23px;
    height: 23px;
}
.innerTopNav .socialMenu
{
    margin-top: 4px;
    margin-right: 40px;
}
.containerShadow
{
    height: 7px;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
}
