html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
caption, tbody, tfoot, thead {
  margin: 0;
  padding: 0;
  background: transparent;
  border: 0;
  outline: 0;
}
table, tr, td, th, thead {
  border-collapse: collapse;
}
html {
  height: 100%;
}
body {
  height: 100%;
  background: #f6f6f6 url('/images/main-bg.jpg') top center no-repeat;
}
body, td {
  font-family: Tahoma, sans-serif;
  font-size: 12px;
  line-height: 1.3;
  color: #4a4a4a;
}
p {
  margin-bottom: 10px;
}
h1 {
  margin: 5px 30px 10px 0;
  padding: 0 0 5px 0;
  line-height: 40px;
  font-size: 24px;
  font-weight: normal;
  color: #bababa;
  border-bottom: 1px solid #bdbdbd;
}
h2 {
  padding: 0;
  margin: 0 0 5px 0;
  font-size: 14px;
}
h3 {
  padding: 0;
  margin: 0;
  font-size: 12px;
  line-height: 15px;
}
a {
  color: #12478c;
  text-decoration: underline;
}
a:hover {
/*  text-decoration: underline;*/
}
a:focus {
  /*outline: 1px dotted;*/
}
h1 a, h2 a, h3 a {
  text-decoration: none;
}
h1 a {
  margin-left: 10px;
}
ul li {
  list-style-position: inside;
  margin-left: 25px;
}
img, a img {
  border: none;
}
input, textarea, button, option, select {
  margin: 0;
  padding: 0;
}
.clear {
  clear: both;
}
.clear50 {
  clear: both;
  height: 50px;
}
.red {
  color: #e11613;
}
.blue {
  color: #12478c;
}
/* LAYOUT */

#site-wrap {
  display: block;
  height: auto !important;
  height: 100%;
  min-height: 100%;
  position: relative;
  z-index: 1;
}
.wrap {
  margin: 0 auto;
  width: 990px;
  position: relative;
}
#header {
  display: block;
  width: 990px;
  height: 410px;
  margin-top: 128px;
  padding-top: 1px;
  background: transparent url('/images/header-bg.png') center center no-repeat;
  position: relative;
}
.carousel {
  margin: 30px;
  width: 930px;
  height: 350px;
  position: relative;
}
.carousel .container {
  position: absolute;
  top: 0;
  left: 0;
  width: 930px;
  height: 350px;
  overflow: hidden;
}
.carousel .container ul {
  padding: 0;
  margin: 0;
  width: 100000px;
  position: relative;
  top: 0;
  left: 0;
  height: 350px;
}
.carousel .container ul li {
  margin: 0;
  padding: 0;
  width: 930px;
  list-style: none;
  float: left;
  line-height: 350px;
}
.carousel .container ul li img {
  width: 930px;
  height: 350px;
  display:block;
}
.carousel .container .previous_button,
.carousel .container .previous_button_disabled,
.carousel .container .next_button,
.carousel .container .next_button_disabled {
  display: none;
}
.carousel div.nav {
  display: block;
  width: 100%;
  height: 15px;
  position: absolute;
  bottom: 17px;
}
.carousel div.nav ul {
  width: 125px;
  height: 15px;
  margin: 0 auto;
  list-style: none;
}
.carousel div.nav ul li {
  display: block;
  width: 15px;
  height: 15px;
  margin: 0 5px;
  float: left;
  background: transparent url('/images/car-btn.png') center center no-repeat;
  cursor: pointer;
}
.carousel div.nav ul li.selected {
  background: transparent url('/images/car-btn-hl.png') center center no-repeat;
}
.carousel div.nav ul li span {
  display: none;
}
#main_menu {
  width: 960px;
  height: 60px;
  padding: 2px 15px;
  list-style: none;
  background: transparent url('/images/menu-bg.png') no-repeat;
}
#main_menu li {
  display: block;
  margin: 0;
  padding: 0 10px;
  height: 60px;
  float: left;
  position: relative;
  line-height: 58px;
  cursor: hand;
  cursor: pointer;
}
#main_menu li.f {
  margin-left: 30px;
}
#main_menu li.bg,
#main_menu li.en {
  float: right;
  margin-right: 30px;
  padding-left: 50px;
}
#main_menu li.bg {
  background: transparent url('/images/flag-bg.png') left center no-repeat;
}
#main_menu li.en {
  background: transparent url('/images/flag-en.png') left center no-repeat;
}
#main_menu li:hover.bg {
  background: transparent url('/images/flag-bg.png') left center no-repeat;
}
#main_menu li:hover.en {
  background: transparent url('/images/flag-en.png') left center no-repeat;
}
#main_menu li:hover.bg a,
#main_menu li:hover.en a {
  text-decoration: underline;
}
#main_menu li,
#main_menu li a {
  font-weight: normal !important;
  font-size: 14px;
  color: #ffffff;
  text-decoration: none;
}
#main_menu li a {
  display: block;
  width: 100%;
  height: 100%;
}
#main_menu li:hover {
  background: transparent url('/images/menu-bg-hl.png') repeat-x;
}
#main_menu li ul {
  list-style: none;
  width: 325px;
  position: absolute;
  top: 60px!important;
  left: 0!important;
  z-index: 50;
  background-color: #2c2c2c;
  -moz-box-shadow: 0 0 5px #000;
  -webkit-box-shadow: 0 0 5px #000;
  box-shadow: 0 0 5px #000;
/*
  -ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=5, Direction=180, Color='#000000')";
  For IE 5.5 - 7
  filter: progid:DXImageTransform.Microsoft.Shadow(Strength=2, Direction=135, Color='#000000');
*/
}
#main_menu li ul li {
  display: block;
  width: 325px;
  float: none;
  height: auto;
  margin: 0;
  padding: 0;
}
#main_menu li ul li a {
  display: block;
  width: 295px;
  margin: 0;
  padding: 10px 20px 10px 10px;
/*  background: transparent url('/images/menu-arrow.gif') center left no-repeat;*/
}
#main_menu li ul li,
#main_menu li ul li a {
  font-size: 13px;
  line-height: 18px;
  color: #ffffff;
  text-decoration: none;
}

#main_menu li ul li ul {
  left: 325px!important;
  top: 0!important;
}
#page {
  padding-bottom: 200px;
  position: relative;
}
#page .lc {
  
  width: 640px;
  height: 100%;
  margin-left: 15px;
/*  padding-right: 320px;*/
  padding-bottom: 20px;
  float: left;
}
#page .rc {
/*  position: absolute;
  top: 0;
  right: 0;
*/  width: 320px;
  height: 100%;
  float: left;
  background-color: #f0f0f0;
}

#footer {
  position: absolute;
  bottom: 0;
  width: 100%;
  height: auto !important;
  height: 195px;
  min-height: 195px;
  background-color: #242729;
  border-top: 5px solid #c5c5c5;
}
/*#footer ul {
  list-style: none;
  margin-top: 5px;
}
#footer ul li {
  display: block;
  height: 50px;
  line-height: 50px;
  float: left;
  background: transparent url('/images/header-div.gif') top left no-repeat;
}
#footer li.f {
  background: none;
}
#footer li a {
  font-size: 11px;
  color: #eaeaea;
  display: block;
  padding: 0 20px;
  text-decoration: none;
  text-transform: uppercase;
}*/

/* HOMEPAGE */

.content {
  padding: 0 30px 0 15px;
  margin-bottom: 10px;
}
.content .clc {
  width: 290px;
  margin-right: 10px;
  float: left;
}
.content .crc {
  width: 290px;
  float: left;
}
/*.content .contact-title {
  margin-bottom: 20px;
  color: #393c3f;
}
.content .contact-title h2 {
  margin-bottom: 0;
  font-size: 16px;
}
.content .contact-cont {
  font-size: 14px;
  margin-bottom: 20px;
  border-top: 1px dashed #cccccc;
  padding: 10px 0 0 30px;
}
.content .contact-form {
  margin-bottom: 20px;
  border-top: 1px dashed #cccccc;
  padding-top: 10px;
}
.content .contact-form label {
  color: #393c3f;
  display: block;
  font-size: 14px;
}
.content .contact-form input {
  width: 220px;
  height: 22px;
  font-size: 14px;
  margin-bottom: 10px;
}
.content .contact-form textarea {
  width: 220px;
  font-size: 14px;
  margin-bottom: 10px;
}
.content .contact-form input.submit {
  width: auto;
  height: auto;
  padding: 2px 15px;
  float: right;
  margin-right: 55px;
}
.content .contact-form .error {
  font-size: 10px;
}
.content .contact-form sup,
.content .contact-form .error {
  color: #f50134;
}
.content .contact-form h3.sent {
  margin: 15px 0 15px 30px;
}
*/
/* INNER */


/*.inner-banner {
  margin: 0 30px;
  width: 900px;
  height: 115px;
}
.news {
  margin: 10px 0;
  border-top: 1px dashed #cccccc;
  padding-top: 10px;
}
.construction {
  text-align: center;
  margin-top: 30px;
  font-size: 14px;
}
.construction h1 {
  color: #f50134;
}
ul.subcat {
  margin: 20px 30px;
  padding: 0;
  list-style-image: url('/images/menu-arrow.gif');
}
ul.subcat li {
  padding: 5px 0;
}
ul.subcat li a {
  font-size: 14px;
}
*/

#page .rc h2 {
  margin: 17px 10px 10px 10px;
  text-align: right;
  padding: 0 0 6px 0;
  line-height: 32px;
  font-size: 18px;
  font-weight: normal;
  color: #bababa;
  border-bottom: 1px solid #bdbdbd;
}

#header-contacts {
  position: absolute;
  width: 400px;
  top: 32px;
  right: 45px;
  padding: 10px;
  text-align: right;
  font-size: 11px;
  color: #083f88;
}
#footer-contacts {
  float: right;
  margin: 15px 65px 0 0;
  padding: 10px;
  text-align: right;
  font-size: 11px;
  color: #ffffff;
}
.inv {
  font-size: 1px;
}
.products {
  padding: 0 10px 10px 0;
  width: 622px;
  overflow: hidden;
}
.products .img {
  position: relative;
  float: left;
  margin-left: 5px;
}
.products .img .badge {
  position: absolute;
  z-index: 10;
  left: -5px;
  top: -7px;
}
.products .img .badge div {
  width: 35px;
  height: 35px;
  float: left;
}
.products .img .top {
  background: transparent url('/images/promo.png') no-repeat;
}
.products .img .new {
  background: transparent url('/images/new.png') no-repeat;
}
.products .img .new span,
.products .img .top span {
  display: none;
}
.products .img img {
  margin: 0 15px 10px 0;
  padding: 7px;
  background-color: #fff;
  -moz-box-shadow: 1px 1px 5px #999;
  -webkit-box-shadow: 1px 1px 5px #999;
  box-shadow: 1px 1px 5px #999;
}
.products h1 {
  margin: 5px 0;
  padding: 0 0 0 5px;
  border: none;
  color: #979797;
}
.products h1 span {
  float: right;
  color: #e11613;
}
.products .body {
  margin: 5px 0 10px 0;
  overflow: hidden;
}
.products .shd {
  margin-bottom: 10px;
}
.hr {
  padding: 0 10px;
  margin: 25px 0;
  border-bottom: 1px dashed #ccc;
}
.hr2 {
  padding: 10px 0;
  margin: 10px 0;
  border-bottom: 1px dashed #ccc;
}
.breadcrumb {
  margin: 10px 10px 10px 0;
  line-height: 40px;
  padding-bottom: 5px;
  border-bottom: 1px dashed #bdbdbd;
}
.breadcrumb a {
  text-decoration: none;
}
.breadcrumb a:hover {
  text-decoration: underline;
}
.no-products {
  width: 550px;
  margin: 55px auto;
  text-align: center;
  font-size: 14px;
}
.page-subcategories {
  list-style: none;
}
.page-subcategories li {
  margin: 0 0 10px 0;
}
.page-subcategories li,
.page-subcategories li a {
  font-size: 14px;
}
.page {
  padding: 0 10px 10px 0;
}

.promo-item {
  width: 280px;
  margin: 20px;
  border-bottom: 1px dashed #bdbdbd;
  padding-bottom: 10px;
}
.promo-item .img {
  float: left;
  width: 110px;
  /*height: 110px;*/
  text-align: center;
  margin: 0 15px 10px 0;
  padding: 10px 5px;
  background-color: #fff;
  -moz-box-shadow: 1px 1px 5px #999;
  -webkit-box-shadow: 1px 1px 5px #999;
  box-shadow: 1px 1px 5px #999;
}
.promo-item .img img {
  width: auto;
  height: auto;
  margin: auto;
}
.promo-item h1 {
  font-size: 12px;
  line-height: 18px;
  text-align: left;
  font-weight: bold;
  color: #000000;
  margin: 0 0 5px 0;
  padding: 0;
  border-width: 0;
}
.promo-item a {
  color: #000000;
  margin: 0;
  padding: 0;
  text-decoration: none;
}
.promo-item .text {
  text-align: left;
  color: #585858;
}
.promo-item .price {
  text-align: right;
  font-size: 16px;
  color: #d51c1c;
  margin-top: 10px;
}
.promo-item .price span {
  color: #585858;
  font-size: 10px;
}

.project {
  display: block;
  width: 290px;
  float: left;
  margin-top: 10px;
}
.project.r {
  margin-left: 10px;
}
.project .image {
  width: 250px;
  /*height: 110px;*/
  text-align: center;
  margin: 0 15px 10px 0;
  padding: 10px;
  background-color: #fff;
  -moz-box-shadow: 1px 1px 5px #999;
  -webkit-box-shadow: 1px 1px 5px #999;
  box-shadow: 1px 1px 5px #999;
}
.project .image img {
  width: auto;
  height: auto;
  margin: auto;
}

.project h2,
.project h2 a {
  display: block;
  color: #000000;
  font-size: 13px;
  margin: 10px 0 5px 0;
}

a.about {
  display: block;
  float: right;
  margin: 10px 0 0 0;
  width: 90px;
  height: 24px;
  background: transparent url('/images/btn_more_about.png') no-repeat;
}
a.about span {
  display: none;
}

a.projects {
  display: block;
  float: right;
  margin: 10px 0 0 0;
  width: 92px;
  height: 24px;
  background: transparent url('/images/btn_more_projects.png') no-repeat;
}
a.projects span {
  display: none;
}

input, textarea {
  font-family: Tahoma, sans-serif;
  font-size: 12px;
  line-height: normal;
}

.enquiry {
  padding: 5px 20px;
}
.enquiry label {
  display: block;
  font-size: 13px;
}
.enquiry input[type="text"],
.enquiry textarea {
  width: 265px;
  font-size: 12px;
  padding: 5px;
  margin-bottom: 10px;
}
.enquiry sup {
  color: #c20000;
}
.enquiry .error {
  color: #c20000;
  font-size: 11px;
}
.enquiry .captcha {
  width: 150px;
  margin: 0 auto;
  text-align: center;
}
.enquiry .captcha img {
  margin: 10px 0;
}
.enquiry .captcha label {
  font-size: 11px;
}
.enquiry .captcha input {
  width: 75px;
}
.enquiry input[type="submit"] {
  float: right;
  margin-bottom: 15px;
  padding: 5px 10px;
}
.catalogue {
  background-color: #e5e5e5;
  padding: 10px 0;
}
.catalogue center {
  padding: 10px 0;
}