body {
  font-size: 14px;
  line-height: 1.5em;
  text-align: justify;
  font-family: Tahoma, sans-serif;

}
h1 {
  font-size: 1.7em;
  margin-top: 15px;
  margin-bottom: 10px;
}
h2 {
  font-size: 1.3em;
  margin-top: 15px;
  margin-bottom: 5px;
}
ol {
  margin-left: 15px;
  list-style-type: decimal;
}
b {
  font-weight: bold;
}
hr {
  height: 0px;
  border-top: 1px dashed #aaa;
}
hr.main {
  border-top: 1px dashed #555;
  margin: 30px 0px;
}
p {
  margin: 10px 0px;
}
ul {
  margin: 25px 0px;
  margin-left: 35px;
  list-style-type: disc;
}
a {
  color: rgb(40, 126, 255);
  border-bottom: 1px dashed rgb(40, 126, 255);
  text-decoration: none;
  cursor: pointer;
}
a:hover {
  color: rgb(60, 199, 48);
  border-bottom: 1px solid rgb(60, 199, 48);
  text-decoration: none;
}
.header {
  width: 980px;
  height: 90px;
  left: 50%;
  margin-left: -490px;
  padding-top: 30px;
  position: absolute;
}
.header-contacts {
  margin-top: 5px;
  padding: 3px;
  width: 300px;
  line-height: 20px;
  text-align: center;
  font-size: 14px;
  font-weight: bold;
  color: rgb(40, 126, 255);
  background: #eee;
  border-radius: 10px;
  border: 3px solid rgb(40, 126, 255);
  float: right;
}
.logo {
  width: 300px;
}
a.logo {
  border: none;
}
.menu-line {
  width: 100%;
  height: 30px;
  background: #d0fa94;
}
ul.nav {
  width: 980px;
  line-height: 30px;
  margin: 0px auto;
  text-align: center;
  font-size: 14px;
  text-transform: uppercase;
  background: rgb(60, 199, 48);
  border-bottom: 5px solid black;
}
ul.nav li {
  display: inline-block;
}
ul.nav li:hover {
  background: rgb(19, 155, 0);
}
ul.nav li a{
  text-decoration: none;
  display: inline-block;
  padding: 0 9px;
  color: rgb(255, 255, 255);
  border: none;
}
ul.nav li ul {
  width: 900px;
  left: 50%;
  margin: 0px;
  margin-left: -490px;
  position: absolute;
  background: rgb(135, 211, 125);
  display: none;
  text-align: left;
  padding: 10px 40px;
  border-bottom: 6px solid black;
}
ul.nav li:hover ul {
  display: block;
}
.page {
  background: #e9ffde url(/img/gradient.png) repeat-x;
}
.content-border {
  width: 980px;
  margin: 0 auto;
  border-left: 1px dashed #ccc;
  border-right: 1px dashed #ccc;
}
.content {
  width: 900px;
  margin: 0 auto;
  padding: 20px 40px;
  border-top: 4px solid black;
  background: #efefef;
}
#announce {
  width: 900px;
  height: 400px;
  overflow: hidden;
  margin-bottom: 20px;
}
#announce-inner-1 {
  width: 900px;
  height: 340px;
  overflow: hidden;;
}
#announce-inner-2, #announce-inner-3 {
  width: 900px;
  height: 30px;
  overflow: hidden;
}
.announce-inner-header {
  width: 100%;
  height: 30px;
  background: rgb(60, 199, 48);
  border-top: 1px solid white;
}
.announce-inner-text {
  width: 890px;
  margin: 4px;
  line-height: 20px;
  border-top: 1px dashed white;
  border-bottom: 1px dashed white;
  display: inline-block;
  color: white;
  text-align: center;
  font-size: 14px;
  text-transform: uppercase;
}
#news {
  width: 200px;
  height: 200px;
  margin-right: 30px;
  border-left: 1px dashed #ccc;
  border-right: 1px dashed #ccc;
  border-bottom: 1px dashed #ccc;
  background: #e9ffde;
  float: left;
}
.title-news {
  margin-left: -1px;
  width: 194px;
  padding: 4px;
  background: rgb(60, 199, 48);
}
.title-news > div {
  line-height: 20px;
  color: white;
  text-align: center;
  font-size: 14px;
  text-transform: uppercase;
  border-top: 1px dashed white;
  border-bottom: 1px dashed white;
}
.ol-main {
  margin-left: 265px;
}
.faq-pk {
  width: 230px;
  margin-left: 20px;
  margin-top: 15px;
  text-align: center;
  float: right;
}
.faq-pk > a {
display: inline-block;
line-height: 1.1em;
margin-bottom: 20px;
}
.nashi-obj-block {
  width: 880px;
  margin: 0 auto;
}
.nashi-obj {
  width:270px;
  margin: 0px 10px;
  display: inline-block;
  text-align: center;
}
.nashi-obj > img {
  width: 100%;
}
#nashi-obj-1, #nashi-obj-2, #nashi-obj-3 {
  width: 980px;
  height: 350px;
  margin-top: -598px;
  left: 50%;
  margin-left: -490px;
  position: absolute;
  background: #efefef;
  display: none;
}
.nashi-obj-inner {
  width: 840px;
  height: 350px;
  padding: 5px 30px;
  background: #e9ffde;
  margin: 0 auto;
  border: 1px dashed #ccc;
}
.nashi-obj-inner > h2 {
  display: block;
  text-align: center;
}
.nashi-obj-inner > a.imghref {
  margin: 10px auto;
  display: block;
  border: none;
}
.close-nashi-obj {
  position: absolute;
  left: 50%;
  margin-top: 10px;
  margin-left: 370px;
}
.tabbed {
  width: 670px;
  margin-top: -124px;
  float: right;
}
.tabbed > input {
  display: none;
}
.tabbed > label {
  width: 110px;
  line-height: 1.2em;
  height: 32px;
  padding: 5px 0px;
  display: block;
  float: left;
  cursor: pointer;
  text-align: center;
  background: rgb(210, 255, 210);
}
.tabbed > label:hover,
.tabbed > input:checked + label {
  background: rgb(60, 199, 48);
  color: #fff;
}
.tabs {
  clear: both;
}
.tabs > div {
  width: 670px;
  display: none;
}
#tab-nav-1:checked ~ .tabs > div:nth-of-type(1),
#tab-nav-2:checked ~ .tabs > div:nth-of-type(2),
#tab-nav-3:checked ~ .tabs > div:nth-of-type(3),
#tab-nav-4:checked ~ .tabs > div:nth-of-type(4),
#tab-nav-5:checked ~ .tabs > div:nth-of-type(5),
#tab-nav-6:checked ~ .tabs > div:nth-of-type(6) {
  display: block;
}
.both {
  clear: both;
  width: 100%;
  height: 1px;
}
.price {
  width: 660px;
  text-align: center;
}
.page th {
  color: #fff;
  background: rgb(60, 199, 48);
  border-top: 1px dashed #fff;
  border-bottom: 1px dashed #fff;
}
.page tbody {
  border-bottom: 3px solid #ddd;
  
}
.page tr {
  background: rgb(210, 255, 210);
  border-bottom: 1px solid #ddd;
}
.page tr:hover {
  background: rgb(235, 250, 235);
}
.page td {
    vertical-align: middle;
	border-left: 1px solid #ddd;
	border-right: 1px solid #ddd;
	padding: 2px 0px;
}
img.polygal-info {
  margin-left: 20px;
  float: right;
}
div.articles {
  margin-left: 240px;
  line-height: 2em;
}
ul.catalog-stroyka {
  font-size: 13px;
  line-height: 1.3em;
  border-bottom: 1px solid #fff;
  margin-left: -230px;
  margin-top: 230px;
  float: left;
}
ul.catalog-stroyka a {
  text-decoration: none;
  border: none;
  color: #fff;
  display: block;
  width: 100%;
  height: 100%;
}
ul.catalog-stroyka li {
  width: 182px;
  padding: 5px 10px;
  color: #fff;
  background: #E37240;
  border-top: 1px solid #fff;
  list-style-type: none;
  text-align: left;
}
ul.catalog-stroyka li:hover {
  background: #A74218;
  cursor: pointer;
}
ul.catalog-stroyka li ul {
  margin-top: 5px;
  margin-bottom: -5px;
}
ul.catalog-stroyka li ul li {
  margin-left: -45px;
  padding-left: 25px;
  width: 167px;
}
ul.catalog-stroyka li ul li ul {
  margin-bottom: -5px;
}
ul.catalog-stroyka li ul li ul li {
  margin-left: -60px;
  padding-left: 40px;
  width: 152px;
}
ul.catalog-stroyka li ul li ul li ul li {
  margin-left: -75px;
  padding-left: 55px;
  width: 137px;
}
table.catalog-stroyka {
  width: 660px;
}
table.catalog-stroyka tr {
  background: rgb(238, 233, 226);
}
table.catalog-stroyka tr:hover {
  background: rgb(228, 231, 187);
}
table.catalog-stroyka .thead  {
  background: rgb(206, 177, 26);
}
table.catalog-stroyka tr.lvl-1 {
  background: rgb(196, 150, 83);
}
table.catalog-stroyka tr.lvl-2 {
  background: rgb(214, 181, 132);
}
table.catalog-stroyka tr.lvl-3 {
  background: rgb(236, 209, 169);
}
table.catalog-stroyka tr.lvl-4 {
  background: rgb(238, 225, 205);
}
.kov-img-href {
  border: none;
  display: inline-block;
  margin: 20px 10px;
}
.kov-img-href:hover {
    border: none;
}