* {
  margin: 0;
  padding: 0;
}

html {
   height: 100%;
   background-color: #F8FAF5;
}

body {
   font: 0.75em Arial, sans-serif;
   line-height: 130%;
   color: #62665B;
   height: 100%;
}

div.spacer {
   font-size: 0px;
   line-height: 0px;
   background: transparent;
   border: none;
   display: block;
   visibility: hidden;
}

a {
   color: #005DAB;
   text-decoration: underline;
}

form {
   display: inline;
}

table {
	border-collapse: collapse;
}

td {
	vertical-align: top;
}

p {
   margin: 0 0 15px 0;
   padding: 0;
}

.inp {
   border: 1px solid #CED1CA;
   background-color: #FFF;
   font: 90% Arial, sans-serif;
   color: #ADB0A8;
   height: 13px;
   padding: 1px 3px;
   width: 231px;
}

.inp1 {
   border: 1px solid #CED1CA;
   background-color: #FFF;
   font: 90% Arial, sans-serif;
   color: #ADB0A8;
   height: 13px;
   padding: 1px 3px;
   width: 103px;
}

.sel {
   border: 1px solid #CED1CA;
   background-color: #FFF;
   font: 90% Arial, sans-serif;
   color: #ADB0A8;
   width: 237px;
}

.ta {
   border: 1px solid #CED1CA;
   background-color: #FFF;
   font: 90% Arial, sans-serif;
   color: #ADB0A8;
   padding: 1px 3px;
   width: 231px;
   height: 87px;
}

.but {
   color: #005DAB;
   text-decoration: underline;
   background-color: #F8FAF5;
   border: 0;
   height: 17px;
   font: 100% Arial, sans-serif;
   background: url(/common/img/more.gif) right no-repeat;
   width: 80px;
   padding-right: 15px;
}

ul {
   margin: 15px 25px;
}

ol {
   margin: 15px 25px;
}

.tbldesigned {
   background-color: #FFF;
   margin: 15px 0;
}

.tbldesigned th {
   background-color: #F0F2ED;
   text-align: left;
   font-weight: normal;
   padding: 6px 19px 11px 19px;
}

.tbldesigned td {
   padding: 6px 19px 8px 19px;
}


.navi {
  margin-top: 25px;
  text-align: center;
}

.navi a, .navi span {
   margin: 0 7px;
}

.navi strong {
   color: #F89829;
   margin: 0 5px;
}

.more {
   background: url(/common/img/more.gif) right no-repeat;
   padding-right: 15px;
}

.less {
   background: url(/common/img/less.gif) left no-repeat;
   padding-left: 15px;
}

#all {
  width: 100%;
  height: 100%;
}

/* (icons */
.icons {
   float: right;
   padding-top: 30px; 
}

.icons img {
   margin-left: 33px;
   border: 0;
}
/* icons) */

/* (menu */
#all .menu {
   width: 100%;
   margin-top: 18px;
}

#all .menu th {
   padding-left: 8%;
   text-align: left;
   vertical-align: top; 
}

#all .menu th img {
   padding-left: 20px;
}

#all .menu table {
   width: 100%;
   margin-top: 7px;
}

#all .menu table td {
   font: 120% Arial, sans-serif;
   background: url(/common/img/arr_menu_a.gif) top left no-repeat;
   white-space: nowrap;
   padding-top: 19px; 
   width:1px;
   padding-right:40px;
}

#all .menu table td a {  white-space: nowrap;
   background: url(/common/img/arr_menu.gif) top left no-repeat;
   padding-top: 19px;      
}   

#all .menu table td span {  white-space: nowrap;
}
/* menu) */

#all .two {
   width: 100%;
}

#all .two .left {
   width: 20%;
}

#all .two .right {
   width: 64%;
}

#all .two .sp {
  width: 8%;
}

/* (left */

/* (left menu */
#all .two .left .menu {
   margin: 55px 0 46px 0;
}

#all .two .left .menu ul {
   margin-left: 20px;
}

#all .two .left .menu ul li, #all .two .left .menu ul li.act {
   background: url(/common/img/li_menu.gif) top right no-repeat;
   margin-bottom: 12px;
   list-style-type: none;
}

#all .two .left .menu ul li.act {
   background: url(/common/img/li_menu_a.gif) top right no-repeat;
}

#all .two .left .menu ul li a, #all .two .left .menu ul li strong {
   padding-right: 7px;
   background-color: #F8FAF5;
}

#all .two .left .menu ul li strong {
   color: #F89829;
   font-weight: normal;
}
/* left menu) */

/* (news */
#all .two .left .news {  
   padding: 0 0 45px 20px;
}

#all .two .left .news h2 {
   color: #62665B;
   font-weight: normal;
   font-size: 150%;
   margin: 4px 0 5px 0;
}

#all .two .left .news small {
   font-size: 80%;
   color: #ADB0A8;
}

#all .two .left .news dl {
   margin-top: 16px;
}

#all .two .left .news dd {
   margin-bottom: 16px;
}
/* news) */

/* (request */
#all .two .left .request {
   padding: 0 15px 35px 19px;
   background-color: #F0F2ED;
}

#all .two .left .request h2 {
   color: #62665B;
   font-weight: normal;
   font-size: 150%;
   margin-bottom: 15px;
   padding-top: 20px;
}

#all .two .left .request table {
   margin-top: 11px;
}

#all .two .left .request td {
   color: #ADB0A8;
   padding: 4px 6px 0 0;
}

#all .two .left .request td input {
   color: #ADB0A8;
   background-color: #FFF;
   height: 16px;
   border: 0px;
   padding: 0 3px;
}

#all .two .left .request td .but {
   color: #005DAB;
   text-decoration: underline;
   text-align: left;
   background-color: #F8FAF5;
   border: 0;
   height: 17px;
   font: 100% Arial, sans-serif;
   background: url(/common/img/more.gif) right no-repeat;
   width: 90px;
   padding: 0;
}
/* request) */

/* left) */

/* (main */
#all .two .right .content .about1 {
   padding:0 20px 0 20px;
   width: 50%;

}

#all .two .right .content .about1 div {
   margin-bottom: 20px;
}

#all .two .right .content .about1 p {
   margin-bottom: 13px;
}

#all .two .right .content .about2 {
   width: 50%;
   padding: 38px 0 20px 0;
}

#all .two .right .content .about2 h2 {
   color: #62665B;
   font-weight: normal;
   font-size: 150%;
   line-height: 130%;
}

#all .two .right .content .about2 ul {
   margin-top: 16px;
}

#all .two .right .content .about2 ul li {
   background: url(/common/img/li_m.gif) top left no-repeat;
   list-style-type: none;
   padding: 0 0 8px 15px;
}

#all .two .right .content .equipment1, #all .two .right .content .equipment2 {
   background-color: #FFF;  
   width:50%;
}

#all .two .right .content .equipment1 {
   height: 195px;
   padding:0 20px 0 20px;
}

#all .two .right .content .equipment1 h2 {
   color: #62665B;
   font-weight: normal;
   font-size: 150%;
   line-height: 130%;
   margin-bottom: 12px;
}

#all .two .right .content .equipment1 strong {
   color: #ADB0A8;
   font-weight: normal;
   font-style: normal;
   font-size: 190%;
   display: block;
   margin: 17px 0;
}

#all .two .right .content .equipment1 strong em {
   color: #F89829;
   font-weight: normal;
   font-style: normal;
   font-size: 130%;
}

#all .two .right .content .equipment2 {
   padding: 21px 7px 8px 0;
}

#all .two .right .content .equipment2 table {
   width: 100%;
}

#all .two .right .content .equipment2 table td {
   width: 100%;
   background: url(/common/img/bg_m.gif) top left repeat-x;
}

#all .two .right .content .equipment2 table td a {
   background-color: #FFF;
}

#all .two .right .content .equipment2 table th {
   text-align: left;
   color: #F89829;
   font-weight: bold;
   white-space: nowrap;
   vertical-align: top;
   padding-right: 12px;
}
/* main) */


/* (right */

/* (content */
#all .two .right .content {
   padding: 0 0 30px 45px;
}

#all .two .right .content h1 {
   color: #F89829;
   font-weight: normal;
   font-size: 200%;
   margin-bottom: 33px;
}

#all .two .right .content h2 {
   color: #62665B;
   font-weight: normal;
   font-size: 150%;
   margin: 15px 0 5px 0;
}

#all .two .right .content h3 {
   color: #62665B;
   font-weight: bold;
   font-size: 120%;
   margin: 15px 0 5px 0;
}

#all .two .right .content dl {
   margin-top: 12px;
}

#all .two .right .content dt {
   font-size: 80%;
   color: #ADB0A8;
   line-height: 12px;
}

#all .two .right .content dd {
   margin-bottom: 20px;
}

#all .two .right .content dd a {
   display: block;
   margin-bottom: 5px;
}

#all .two .right .content .form {
   margin-top: 20px;
}

#all .two .right .content .form td {
   padding: 0 5px 6px 0;
}

#all .two .right .content .form td img {
   vertical-align: bottom;
   padding-bottom: 2px;
}


#all .two .right .content .news small {
   display: block;
   color: #ADB0A8;
   font-size: 90%;
   margin-top: 20px;
}

#all .two .right .content .news a {
   display: block;
   margin-bottom: 4px;
}

#all .two .right .content .archive {
   margin-bottom: 25px;
}

#all .two .right .content .archive img {
   vertical-align: bottom;
   padding: 0 17px 2px 3px;
}

#all .two .content .search-adv {
  width: 100%;
}

#all .two .content .search-adv {
  width: 100%;
}

#all .two .content .search-adv .inp {
  width: 90%;
}

#all .two .content .search-adv .but {
   color: #005DAB;
   text-decoration: underline;
   background-color: #F8FAF5;
   border: 0;
   height: 17px;
   font: 100% Arial, sans-serif;
   background: url(/common/img/but_search.gif) right no-repeat;
   width: 59px;
   padding: 0 14px 0 10px;
}

#all .two .content .sitemap {
   margin: 0 0 0 0;
   padding: 0;
}

#all .two .content .sitemap li {
   font: 150% Arial, sans-serif;
   list-style: none;
   margin: 0 0 8px 0;
   padding: 0;
}

#all .two .content .sitemap ul {
   margin: 0 0 26px 3px;
   padding: 0;
}

#all .two .content .sitemap li li {
   font: 60% Arial, sans-serif;
   list-style: none;
   background: url(/common/img/li.gif) left top no-repeat;
   margin: 8px 0 8px 0;
   padding: 0 0 0 18px;
}

#all .two .content .sitemap ul ul {
   margin: 0 0 26px 0;
   padding: 0;
}

#all .two .content .sitemap li li li {
   font: 100% Arial, sans-serif;
   list-style: none;
   background: url(/common/img/li.gif) left top no-repeat;
   margin: 8px 0 8px 0;
   padding: 0 0 0 18px;
}
/* content) */

/* right) */

/* (bottom */
#all .bottom {
   vertical-align: bottom;
   background: url(/common/img/bg.gif) bottom repeat-x #F8FAF5;
   padding-top: 25px;
}

#all .bottom .two .contacts {
   white-space: nowrap;
}

#all .bottom .two .develop {
   white-space: nowrap;
}

#all .bottom .two .develop em a {
   color: #62665B;
   font-style: normal;
   text-decoration: none;
}

#all .bottom .two .develop p, #all .bottom .contacts p {
   margin-top: 17px;
}

#all .bottom .two .search {
   height: 96px;
   float: right;
   white-space: nowrap;
   padding-left: 20px;
   width: 35%;
}

#all .bottom .two .search span {
   display: block;
   padding-bottom: 1px;
}

#all .bottom .two .search input {
   width: 200px;
   height: 14px;
   border: 1px solid #D3D6CF;
   background-color: #F8FAF5;
   font: 100% Arial, sans-serif;
   color: #62665B;
   padding: 0 3px;
}

#all .bottom .two .search .but {
   color: #005DAB;
   text-decoration: underline;
   background-color: #F8FAF5;
   border: 0;
   height: 17px;
   font: 100% Arial, sans-serif;
   background: url(/common/img/but_search.gif) right no-repeat;
   width: 59px;
   padding: 0 14px 0 10px;
}
/* bottom) */

.train {
   background: url(/common/img/bg_train.gif) repeat-x;
   padding-top: 39px;
   margin-top: 21px;
   height: 125px;
}

.train-in {
   background: url(/common/img/bg_train.jpg) center repeat-x;
   height: 164px;
}


/*===============smirnov 2008 04 18 ==============*/

.grey_pad {padding: 20px 20px 45px 20px; background:#F0F2ED; border:1px solid #F0F2ED;}  
.grey_pad  h2 { font-size:1.4em; }

.logo_in_menu { padding-left:20px; padding-right:20px;}


