html, body
{
    margin: 0;
    padding: 0;
    width: 100%;
    height: 100%;
}

a
{
    color: #3e6e9f;
    text-decoration: underline;
}

img
{
    border: 0;
}

body
{
    min-height: 100%;
    height: auto !important;
    height: 100%;
    position: relative;
}

body
{
    color: #666;
    font: 10pt Tahoma, Verdana, sans-serif;
    background: #fff;
}

.bulletTitle,
.bulletTitle2
{
    color: #333;
    /*text-transform: uppercase;*/
    font-weight: bold;
    margin-left: -20px;
    padding-left: 20px;
    background: url(/images/bullet.gif) 0 2px no-repeat;
    font-size: 12px;
}

.minibulletTitle,
.minibulletTitle2
{
    color: #666;
    /*text-transform: uppercase;*/
    font-weight: bold;
    margin-left: -15px;
    padding-left: 15px;
    background: url(/images/mini_bullet.gif) 0 3px no-repeat;
    font-size: 11px;
}

.bulletTitle2,
.minibulletTitle2
{
    margin-bottom: 20px;
}

.bulletTitle a,
.bulletTitle2 a
{
    color: #333;
    text-decoration: underline;
}

/* Header */

#header
{
    position: relative;
    height: 110px;
    width: 100%;
}

#logo
{
    position: absolute;
    top: 55px;
    left: 55px;
    width: 169px;
    height: 49px;
    background: url(/images/logo.gif) 0 0 no-repeat;    
}

#logo a
{
    display: block;
    width: 169px;
    height: 49px;
}

#topMenu
{
    position: absolute;
    top: 80px;
    left: 272px;
    width: 855px;
    height: 24px;
    color: #fff;
    background: #000 url(/images/topMenu2.gif) 0 0 repeat-x;
    overflow: hidden;
}

#topMenu .subContainer
{
    height: 24px;
    margin: 0 auto;
    width: 855px;
    /*overflow: hidden;*/
}

#topMenu a
{
    float: left;
	display: block;
    color: #fff;
    width: 0%;
    height: 24px;
    padding: 0 15px;
    line-height: 24px;
    text-decoration: none;
}

html>body #topMenu a
{
    width: auto;
}

#topMenu a:hover
{
    background: #000 url(/images/topMenu2.gif) 0 -24px repeat-x;
}

#topMenu a.current
{
    background: #000 url(/images/topMenu2.gif) 0 -24px repeat-x;
}

#topMenu ul,
#topMenu li
{
    list-style: none;
    padding: 0;
    margin: 0;
}

#topMenu ul
{
    /*margin: 0 auto;*/
}

#topMenu li
{
    float: left;
    height: 24px;
    padding: 0 5px;
    font-size: 12px;
    white-space: nowrap;
    text-transform: uppercase;
    background: url(/images/topMenu_delim.gif) 0 6px no-repeat;
}

#topMenu li.first
{
    padding-left: 0;
    background: transparent;
}

#topMenu li.last
{
    padding-right: 0;
}

.dropdownMenu
{
    position: absolute;
    top: 104px;
    left: 272px;
    background: #008285;
    overflow: visible;
    padding: 8px 2px;
    display: none;
    border-top: 1px solid #fff;
}

.dropdownMenu a
{
    display: block;
    color: #fff;
    text-decoration: underline;
    padding: 3px 13px;
    white-space: nowrap;
}

.dropdownMenu a:hover
{
    /*color: #008285;*/
    color: #000;
    background: #fff;
    text-decoration: none;
}

/* Content */

body
{
    background: #fff url(/images/body_main.gif) 0 135px no-repeat;
}

body.building
{
    background: #fff url(/images/body_building.gif) 0 240px no-repeat;
}

body.prudy
{
    background: #fff url(/images/body_prudy.gif) 0 200px no-repeat;
}

body.teh_ekspluat
{
    background: #fff url(/images/body_teh_ekspluat.gif) 0 240px no-repeat;
}

body.landshaft
{
    background: #fff url(/images/body_landshaft.gif) 0 240px no-repeat;
}

#content
{
    padding-bottom: 20px; /* Footer height + 20px было 365*/
    overflow: hidden;
}

#contentCenter
{
    width: 855px;
    overflow: hidden;
    margin-left: 272px;
}

.menuNavigation
{
    padding: 12px 0 10px 20px;
    font-size: 90%;
}

.menuNavigation a
{
    color: #888;
    text-decoration: underline;
}

.menuNavigation a.current
{
    text-decoration: none;
}

#contentCenter .textContainer,
#contentCenter .textContainer_first
{
    padding: 20px 0 20px 20px;
    border-top: 1px solid #ccc;
    background: #fff url(/images/text_block.gif) right 0 no-repeat;
    clear: both;
    overflow: hidden;
}

#contentCenter .textContainer_first
{
    border: 0;
    background: #fff;
    padding-top: 0;
}

#contentCenter .textContainer .additInfo,
#contentCenter .textContainer_first .additInfo
{
    text-align: right;
    padding: 0;
    margin: 0;
}

/* Directions */

#listOfDirections
{
    margin: 0 0 0 -10px;
    overflow: hidden;
}

#listOfDirections .listOfDirections_inner
{
    clear: both;
    overflow: hidden;
    display: block;
    width: 100%;
}

#listOfDirections .directionItem
{
    float: left;
    padding: 0 10px;
    width: 100px;
    overflow: hidden;
}

#listOfDirections a
{
    color: #666;
    text-decoration: underline;
}

#listOfDirections a.current
{
    color: #3e6e9f;
    text-decoration: underline;
}

/* News */

.newsItem
{
    width: 100%;
    clear: both;
    overflow: hidden;
    margin-bottom: 15px;
}

.newsItem .newsImage
{
    float: left;
    width: 123px;
    padding: 0;
}

.newsItem .newsShortText
{
    float: right;
    padding-left: 20px;
    width: 690px;
}

/* Footer */

#footer
{
    position: inherit;
    bottom: 0;
    height: 335px;
    width: 100%;
}

#footer .textContainer_namDover
{
    margin-left: 272px;
    padding: 20px 0 20px 20px;
    border-top: 1px solid #ccc;
    background: url(/images/text_block.gif) right 0 no-repeat;
    width: 835px;
    height: 125px;
    overflow: hidden;
}

#subfooter
{
    border-top: 1px solid #ccc;
    margin-left: 50px;
    width: 855px;
    position: relative;
    /*overflow: hidden;*/
}

#subfooter .textContainer
{
    padding-right: 330px;
    padding-top: 40px;
}

#copy
{
    position: absolute;
    top: 30px;
    /*left: 669px;*/
    left: 850px;
    width: 151px;
    height: 50px;
    background: url(/images/wg.jpg) 0 0 no-repeat;
}

#copy a
{
    display: block;
    width: 151px;
    height: 50px;
}

/* Footer menu */

#bottomMenu
{
    margin-left: 272px;
    margin-bottom: 10px;
    width: 855px;
    height: 34px;
    color: #999;
    background: #fff url(/images/bottomMenu.gif) 0 10px repeat-x;
    overflow: hidden;
    border-top: 1px solid #ccc;
}

#bottomMenu .subContainer
{
    height: 24px;
    margin: 0 auto;
    width: 855px;
    padding-top: 10px;
    /*overflow: hidden;*/
}

#bottomMenu a
{
    display: block;
    width: 0%;
    color: #999;
    height: 24px;
    padding: 0 5px;
    line-height: 24px;
    text-decoration: none;
}

html>body #bottomMenu a
{
    width: auto;
}

#bottomMenu a:hover
{
    color: #dedede;
    background: #000 url(/images/bottomMenu.gif) 0 -24px repeat-x;
}

#bottomMenu a.current
{
    color: #dedede;
    background: #000 url(/images/bottomMenu.gif) 0 -24px repeat-x;
}

#bottomMenu ul,
#bottomMenu li
{
    list-style: none;
    padding: 0;
    margin: 0;
}

#bottomMenu ul
{
    /*margin: 0 auto;*/
}

#bottomMenu li
{
    float: left;
    height: 24px;
    padding: 0 5px;
    font-size: 12px;
    white-space: nowrap;
    text-transform: uppercase;
    background: url(/images/bottomMenu_delim.gif) 0 6px no-repeat;
}

#bottomMenu li.first
{
    padding-left: 0;
    background: transparent;
}

#bottomMenu li.last
{
    padding-right: 0;
}

/* Licenses container */

#licensesContainer
{
    position: absolute;
	top: 1000px;
    left: 70px;
    z-index: 100;
    padding-left: 20px;
    padding-bottom: 200px; /* Footer height + 20px было 365  */
}

#licensesContainer img
{
    margin: 15px 0 2px 0;
}

#licensesContainer p
{
    margin: 0;
    padding: 0;
}
