body {
    font-family: Verdana, Arial, Tahoma, Droid, Ubuntu;
    background-color: black;
    padding: 0;
    margin: 0;
    color: white;
    font-size: 13px;
}
td {
    vertical-align: top;
}
.clear {
    clear: both;
    padding: 5px;
}
#container {
    width: 970px;
    margin: 0 auto;
    position: relative;
}
/* Menu style */
#menu ul {
    margin: 0;
    padding: 0;
    list-style: none;
}
#menu li {
    float: left;
}
#menu a {
    color: white;
    display: block;
    line-height: 29px;
    padding: 0 10px;
    text-decoration: none;
    border: 1px solid transparent;
    border-radius: 3px;
    background: url(img/menu-hover.png) no-repeat 110% 110%;
}
#menu a:hover {
    border-color: black;
    background-repeat: repeat-x;
    background-position: center center;
}

/* Root-page style */
.root #logo {
    width: 100%;
    height: 220px;
    margin-top: 20px;
    background: url(img/root-logo.jpg) no-repeat center center;
    position: relative;
}
.root #logo > a {
    position: absolute;
    width: 610px;
    height: 125px;
    top: 0;
    left: 185px;
}
.root #menu {
    position: absolute;
    left: 105px;
    top: 135px;
}
.root #transMenu, .root #pkpMenu {
    letter-spacing: -1px;
}
.root #transMenu {
    float: left;
}
.root #transMenu .promo {
    background: url(img/root-komkor-trans.png) no-repeat left top;
}
.promo{position:relative;}
.promo a{position:absolute;width:100%;height:100%;display:block;}
.root #transMenu .menu {
    text-align: left;
    background: url(img/root-menu-bg.png) no-repeat left center;
}
.root #pkpMenu {
    float: right;
}
.root #pkpMenu .promo {
    background: url(img/root-komkor-pkp.png) no-repeat right top;
}
.root #pkpMenu .menu {
    text-align: right;
    background: url(img/root-menu-bg.png) no-repeat right center;
}
.root #newCategory {
    width:400px;
	margin:0 auto;
	clear:both;
	position:relative;
	top:10px;
	padding-bottom:10px;
}
.root #newCategory .promo {
    background: url(img/Komkor_sait_palbit_1.jpg) no-repeat right top;
	background-size:contain;
	margin-bottom:7px;
}
.root #newCategory .menu {
    text-align: center;
    background: url(img/root-menu-bg.png) no-repeat right center;
}

.root #tradeHouseMenu{
    width:400px;
	margin:0 auto;
	clear:both;
	position:relative;
	top:10px;
	padding-bottom:10px;
}
.root #tradeHouseMenu .promo {
    background: url(img/root-komkor-walter.jpg) no-repeat right top;
	background-size:contain;
	margin-bottom:7px;
}
.root #tradeHouseMenu .menu {
    text-align: center;
    background: url(img/root-menu-bg.png) no-repeat right center;
}

.root #content .promo {
    width: 400px;
    height: 204px;
    position: relative;
    z-index: 2;
}
.root #content .menu {
    height: 46px;
    margin: -5px -1px 0 -1px;
    position: relative;
    z-index: 1;
}
.root #content .menu ul {
    list-style: none;
    padding: 0;
    margin: 0 10px;
}
.root #content .menu li {
    display: inline-block;
}
.root #content .menu a {
    color: white;
    display: block;
    line-height: 29px;
    padding: 0 10px;
    margin: 7px 0;
    text-decoration: none;
    border: 1px solid transparent;
    border-radius: 3px;
    background: url(img/menu-hover.png) no-repeat 110% 110%;
}
.root #content .menu a:hover {
    border-color: black;
    background-repeat: repeat-x;
    background-position: center center;
}

#content a{color:#aaa;}

/* Inner-page style */
.inner #logo {
    margin-top: 50px;
    position: relative;
    height: 110px;
}
.inner #logo > a {
    top: 0;
    width: 306px;
    height: 106px;
    position: absolute;
}
.inner.trans #logo > a {
    background: url(img/inner-logo-trans.jpg) no-repeat center center;
}
.inner.pkp #logo > a {
    background: url(img/inner-logo-pkp.jpg) no-repeat center center;
}
.inner #menu {
    left: 307px;
    width: 653px;
    height: 66px;
    position: absolute;
    background: url(img/inner-menu-bg.jpg) no-repeat center center;
}
.inner #menu > ul {
    padding: 12px 20px;
}
.inner #contacts {
    top: 12px;
    right: 15px;
    position: absolute;
}
.inner #breadcrumbs {
    color: #333333;
    font-size: 11px;
    top: 70px;
    left: 310px;
    width: 650px;
    position: absolute;
    background: url(img/breadcrumbs-bg.jpg) no-repeat left bottom;
    padding: 3px 5px;
}
.inner #breadcrumbs a {
    color: gray;
    text-decoration: none;
}
.inner #breadcrumbs a:hover {
    color: white;
}
.inner #content {
    min-height: 200px;
    border-top: 1px solid #7a7a7a;
    border-left: 1px solid #fff;
    background: url(img/inner-content-footer-bg.jpg) no-repeat bottom left;
}
.inner #sidebar {
    float: left;
    width: 320px;
    position: relative;
}
.inner #submenu {
    margin-top: 58px;
    padding-top: 7px;
    padding-bottom: 1px;
    background: url(img/inner-submenu-bg.jpg) no-repeat top left;
}
.inner #submenu ul, .inner #submenu li {
    list-style: none;
    margin: 0;
    padding: 0;
}
.inner #submenu a {
    font-size: 13px;
    letter-spacing: -1px;
    display: block;
    color: #9e9e9e;
    line-height: 29px;
    padding: 0 10px;
    text-decoration: none;
    border: 1px solid transparent;
    border-radius: 2px;
    background: url(img/menu-hover.png) no-repeat 110% 110%;
}
.inner #submenu a:hover {
    border-color: black;
    background-repeat: repeat-x;
    background-position: center center;
}
.inner #document {
    margin-left: 330px;
    background: url(img/inner-content-header-bg.jpg) no-repeat top right;
}
.inner #text {
    padding: 15px;
    min-height: 100px;
}
.inner #text * {
    margin-top: 0;
}
.inner h1 {
    margin: 0;
    top: -1px;
    left: -1px;
    line-height: 58px;
    position: absolute;
    text-transform: uppercase;
    font-size: 20px;
    padding: 0 0 0 15px;
    border-top: 1px solid #7a7a7a;
    background: url(img/inner-content-header-bg.jpg) no-repeat top left black;
}
.inner h2 {
    margin: 0;
    font-size: 16px;
    padding: 10px 15px;
    border-left: 1px solid #7a7a7a;
    background: url(img/inner-h2-bg.png) no-repeat bottom left;
}
.inner .gallery ul {
    list-style: none;
}
.inner .gallery ul, .inner .gallery a {
    margin: 0;
    padding: 0;
}
.inner .gallery li {
    float: left;
    margin: 0 10px 10px 0;
}
.inner .gallery a {
    display: block;
    border: 1px solid #7a7a7a;
    width: 140px;
    height: 140px;
}
.inner .gallery a:hover {
    border-color: #8B0100;
}

#banner {
    display: block;
    text-align: center;
}
#partners {
    margin-left: -330px;
    position: relative;
}
#partners h2 {
    padding: 5px 17px;
    border-left: none;
    background: transparent;    
}
#partners td {
    margin: 0;
    border-top: 1px solid #fff;
    padding: 1px 4px 0 0;
    font-size: 11px;
    font-style: italic;
    text-align: center;
    vertical-align: top;
}
#partners .shade {
    top:0;
    right: -15px;
    width: 50px;
    height: 130px;
    position: absolute;
    z-index: 10;
    background: url(img/black-shade.png) top right;
}
#partners .scroll {
    width: 968px;
    overflow: hidden;
}


/* Footer */
#footmargin {
    margin-right: 14px;
}
#footer {
    width: 990px;
    height: 100px;
    margin: 0 auto;
    position: relative;
    background: url(img/footer-bg.png) no-repeat center top;
    clear: both;
	margin-top:1.5cm;
}
#footer a {
    color: #dcdcdc;
    text-decoration: none;
}
#footer a:hover {
    color: #aaaaaa;
}
#footer > div {
    top: 15px;
    position: absolute;
    font-size: 11px;
    color: #dcdcdc;
}
#footer #khimich {
    left: 55px;
}
#footer #footermenu {
    width: 430px;
    left: 325px;
    text-align: center;
    line-height: 24px;
}
#footer #copyright {
    right: 65px;
    text-align: right;
}