html {height: 100%;}
* html body {height: 100%;}

body {
    font-family: Verdana, Arial, Tahoma, Droid, Ubuntu;
    background-color: #fff;
    padding: 0;
    margin: 0;
    color: black;
    font-size: 13px;
	min-height: 100%;
	position: relative;
}
td {
    vertical-align: top;
}
.clear {
    clear: both;
    padding: 5px;
}

.header{
width:100%;
height:100px;
background-color:#2a2b2a;
}
.header-inner{
width:970px;
height:100px;
margin:0 auto;
}
.logo{
width:250px;
height:100px;
background: url(img/logo.png) no-repeat 50% 25%;
position:relative;
}
.logo > a {
    top: 0;
    width: 100%;
    height: 100%;
    position: absolute;
}
.middle{
width:100%;
background: url(img/middle-bg.png) repeat-x top center #ffffff;
}
#container {
    width: 970px;
    margin: 0 auto;
    position: relative;
	padding-top:50px;
	z-index:100;
	padding-bottom:217px;
}
/* Menu style */
#menu{
background: url(img/menu-bg.png) no-repeat center center transparent;
width:970px;
height:41px;
left:50%;
margin-left:-485px;
margin-top:-20px;
position:absolute;
z-index:999;
}
#menu ul {
    margin: 0;
    padding: 0;
    list-style: none;
	padding-left:17px;
	height:41px;
}
#menu li {
    float: left;
	margin-top:5px;
	height:30px;
}
#menu li.active {
    float: left;
	margin-top:5px;
	background: url(img/menu-hover2-active.png)repeat-x center center;
	height:30px;
}
#menu li :hover{
    float: left;
	background: url(img/menu-hover2.png)repeat-x;
	/*border-radius:8px;*/
	height:20px;
}
#menu a {
    color: #4d4d4d;
    display: block;
    padding: 5px 20px;
	font-weight:bold;
    text-decoration: none;
}
#menu li.active  a{
    color:#fff;
}
#menu a:hover {
	color:#fff;
}

.title{
background: url(img/title_bg.png)repeat-x;
width:970px;
height:87px;
color:#fff;
}
.title h1{
margin:0;
padding-left:30px;
padding-top:20px;
font-size:18pt;
}

/* 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;
}
.inner #sidebar {
    float: left;
    width: 220px;
    position: relative;
}
.buss3 .inner #sidebar {
    float: right;
    width: 220px;
    position: relative;
}
.inner #submenu {
    padding-top: 7px;
    padding-bottom: 1px;
}
.inner #submenu ul, .inner #submenu li,
.inner #sub_submenu li,.inner #sub_submenu ul 
{
    list-style: none;
    margin: 0;
    padding: 0;
}
.inner #submenu a {
    font-size: 13px;
    letter-spacing: -1px;
    display: block;
    color: #37373a;
    line-height: 29px;
    padding: 0 10px;
    text-decoration: none;
    border-top: 2px solid #848484;
    border-radius: 2px;
    /*background: url(img/menu-hover.png) no-repeat 110% 110%;*/
}
.inner #sub_submenu a {
    font-size: 13px;
    letter-spacing: -1px;
    display: block;
    color: #37373a;
    line-height: 29px;
    padding: 0 10px;
    text-decoration: none;
    border-top: 2px solid #848484;
    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; было станом на 04.07.2013*/
    margin-left: 250px;
    
}
.buss3 .inner #document {
    /*margin-left: 330px; было станом на 04.07.2013*/
    margin-right: 250px;
    margin-left:0;
}
.inner #text {
    padding: 15px;
    min-height: 100px;
    text-align: justify;
}

/* нижний стиль добавлен для отступа первой строки абзаца в текстах 4.07.2013*/
.inner #text p {   
    text-indent: 20px;
}

/* нижний стиль добавлен для фото в каталоге услуг 4.07.2013*/
#text p img {
    width: 460px!important;
    height: 451px!important;
}


.inner #text * {
    margin-top: 0;
}

.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;
}
#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;
}

.footer{
background: url(img/footer2_bg.png) repeat-x;
width:100%;
height:217px;
position: absolute;
bottom: 0;
z-index:101;
}
.footer-middle{
background: url(img/footer_middle2.png) repeat-x top center;
width:960px;
height:217px;
margin:0 auto;
font-size:12px;
}
.contacts{
padding-top:120px;
}
.contact{
width:200px;
float:right;
color:#808080;
}
.copyright{
float:left;
color:#808080;
padding-top:75px;
}

#footermenu {
    margin: 0;
    padding: 0;
    list-style: none;
	float:right;
	padding-right:40px;
	padding-top:15px;
}
#footermenu li {
    float: left;
	border-left:1px solid #4d4d4d;
}

#footermenu a {
    color: #4d4d4d;
    display: block;
    padding: 5px 20px;
	font-weight:bold;
    text-decoration: none;
}
#footermenu a:hover {
	color:#fff;
}
.inner #submenu li.active ul{
padding-left:20px;
}
.inner #submenu li.active ul a{
line-height: 19px;
}
iframe{
border: 5px solid #999797;
/*height: 290px;*/
width: 450px;
margin-bottom: 160px;
margin-left: 150px;
margin-top: -450px;
position: relative;
}
.price_button{
/*background:url("img/price_button.png") transparent no-repeat center center;*/
float:right;
margin-right:15px;
height:30px;
margin-top: 5px;
}
#menu ul div.price_button a{
color: #4D4D4D;
display: block;
font-weight: 700;
height: 20px;

text-align:center;
text-decoration: none;
padding: 5px 20px;
}
#menu ul div.price_button a:hover{
color:#fff;
background:url("img/menu-hover3.png") transparent no-repeat center right;
}

.sideRight{display:none;}
.sidebarRight{width:460px;float:right;}
.sidebarRight ul{list-style-type: none;}
.sidebarRight a{width:320px;height:60px;background:url(img/buttons.png) no-repeat 0 0;text-decoration:none;color:#fff;font-size:18px;line-height:60px;text-align:center;display:block;margin:0 auto;}
.sidebarRight a:hover{background:url(img/buttons.png) no-repeat 0 -58px;}
.documentLeft{/*float:left;*/margin-left:0!important;}
.docLeft{width:450px;float:left;}