/* CSS Document */

* {
  margin: 0;
  padding: 0;
}
body {
  font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
  font-size: 12px;
  color: #333;
  background-image: url(../../images/front/bgr.gif);
}
button, input.reset, input.submit {
  cursor: pointer;
}


a {
  color: #98af1b;
  text-decoration: none;
  font-weight: bold;
}
a:hover {
  color: #000;
  text-decoration: underline;
}
:-moz-any-link:focus {
  outline: none;
}
ul {
  list-style: none;
}
p {
  margin-bottom: 10px;
}
img {
  display: block;
}
a img {
  border: none;
}



H1
{
  font-family: "Trebuchet MS", "Courier New", Courier, monospace;
  font-size:18px;
  color:#9eab07;
  text-decoration:none;
  text-align: left;
  text-transform: uppercase;
  padding: 0 20px;
  margin: 20px 0 10px 0;
  font-weight: normal;
}

H2
{
font-family: Trebuchet MS, Courier New, Courier, monospace;
font-size:13px;
color:#9eab07;
text-decoration:none;
text-align: left;
text-transform: uppercase;
font-weight: normal;
}

H3
{
font-family: Trebuchet MS, Courier New, Courier, monospace;
font-size:13px;
color:#9eab07;
text-decoration:none;
text-align: left;
font-weight: normal;
}

#container{
  margin:0 auto;
  width: 910px;
}

/*--------------------MENU--------------------*/

#menu{
float:left;
clear:both;
width:910px;
height:125px;
}

#lang{
float:left;
clear:both;
width:140px;
height:25px;
padding-left: 65px;
border:0px
}
#lang a {
  float: left;
  display: block;
  width: 25px;
  height: 25px;
  line-height: 25px;
  text-indent: -1000em;
}
#lang img{
display: inline;
padding-left:10px;
border:0px;
}
/*********************************/
/***        E Z I C I          ***/
/*********************************/
#lang_bg {
  background-image: url(../../images/front/lang_bg.gif);
}
#lang_en {
  background-image: url(../../images/front/lang_en.gif);
}
#lang_ru {
  /*display: none !important;*/
  background-image: url(../../images/front/lang_ru.gif);
}

#logo{
float:left;
clear:both;
padding:0px;
margin:0px;
height: 110px;
overflow: hidden;
}
#logo img{
  margin-top: -10px;
}
#buttons{
float:right;
clear:right;
width:705px;
font-family:Georgia, Times New Roman, Times, serif;
font-size:20px;
color:#c5d400;
margin-top:30px;
_margin-top:65px;
*margin-top:65px;
font-weight: normal;
text-align: center;
}

#buttons a{
font-family:Georgia, Times New Roman, Times, serif;
text-transform: uppercase;
font-size:20px;
color:#c5d400;
margin-right:40px;
text-decoration:none;
font-weight: normal;
}

#buttons a:hover{
color:#ffffff;
}

/*--------------------MAIN--------------------*/

#open{
  clear:both;
  width:910px;
  height:15px;
  margin:0px;
  padding:0px;
  background-position: top;
}

#close{
clear:both;
width:910px;
height:10px;
margin:0px;
padding:0px;
}

#main{
  clear: both;
  width: 900px;
  background: url(../../images/front/white.gif) repeat-y center top;
  margin: 0;
  padding: 0 5px;
}

#submenu{
z-index: 900;
position: relative;
float:left;
clear:both;
width:200px;
background-color:#e6e6e6;
padding-top: 10px;
}

#submenu img{
display:block;
}

#submenu li, #submenu li a {
  display: block;
}
#submenu li {
  width: 180px;
  margin: 0 10px;
  border-bottom: 1px dotted #ccc;
}
#submenu li a {
  width: 165px;
  font-family: Trebuchet MS, Courier New, Courier, monospace;
  font-size:12px;
  color:#404040;
  padding: 5px 0 5px 15px;
  text-decoration:none;
  text-align: left;
}
#submenu a:hover{
  color:#333;
  background-color: #d5d4d4;
}
#submenu li.hover {
  position: relative;
}
#submenu li.hover ul.level_2 {
  display: block;
}

#submenu ul.level_2 {
  z-index: 910;
  position: absolute;
  top: 0;
  left: 160px;
  display: none;
  padding: 5px 0;
  border: 1px solid #ddd;
  background: #fff;
}
#submenu ul.level_2 li {
  float: left;
  clear: left;
  width: 165px;
  margin: 0 10px;
  _margin: 0 5px;
  background: #fff;
}
#submenu ul.level_2 li span {
  display: block;
  padding: 5px 0 0 0;
  font-weight: bold;
}
#submenu ul.level_2 li a {
  font-size: 11px;
  padding: 4px 0;
  color: #9EAB07;
}
#submenu ul.level_2 li a:hover {
  background-color: #efface;
}
#submenu ul.level_3 li {
  margin: 0;
}
/*--------------------INFO--------------------*/

#right_column {
  float: right;
  width: 700px;
}

/*--------------------ABOUT US--------------------*/
#flash_intro {
  padding: 15px 0 15px 15px;
}
#company_brief {
  padding-bottom: 10px;
  margin: 0 20px 20px 20px;
}
#company_brief h1 {
  padding: 0;
}
#company_brief p {
  margin: 0 0 10px 0;
}
#company_brief img.left {
  margin: 0 15px 10px 0;
  border: 3px solid #BEBEBE;
}

#info_about{
float:left;
width:700px;
}

#info_about p{
float:left;
clear:both;
width:650px;
font-family: Trebuchet MS, Courier New, Courier, monospace;
font-size:13px;
color:#202020;
text-decoration:none;
padding-left:20px;
padding-right:20px;
padding-bottom:10px;
padding-top:0px;
margin:0px;
text-align:justify;
}

#info_about img{
float:left;
border:3px solid #bebebe;
margin-left:20px;
margin-bottom:15px;
}

/*--------------------CONTACTS--------------------*/

#contactinfo{
float:left;
width:260px;
margin-left:20px;
}

#contactinfo p{
width:260px;
font-family: Trebuchet MS, Courier New, Courier, monospace;
font-size:13px;
color:#202020;
text-decoration:none;
text-align:justify;
margin-left:0px;
padding:0px;
}

#contactinfo img{
border:0px solid #FFFFFF;
}
#contactform{
float: right;
width:370px;
}

#contacts_form {
  float: left;
  width:340px;
}
#contacts_form label{
  font-family: Trebuchet MS, Courier New, Courier, monospace;
  font-size:12px;
  color:#202020;
  float:left;
  width: 80px;
  }
#contacts_form input{
  font-family: Trebuchet MS, Courier New, Courier, monospace;
  font-size:12px;
  color:#202020;
  font-size: 10px;
  border: 1px solid #bebebe;
  margin-right:2px;
  _margin-right:3px;
  *margin-right:3px;
  margin-bottom: 2px;
  padding: 2px;
  width:200px;
  height:15px;
  float: left;
  }
#contacts_form textarea {
  font-family: Trebuchet MS, Courier New, Courier, monospace;
  font-size:12px;
  color:#202020;
  font-size: 10px;
  overflow: auto;
  padding: 2px 1px;
  border: 1px solid #bebebe;
  width:198px;
  _width:200px;
  *width:200px;
  height:170px;
  float: left;
  margin-right:2px;
  _margin-right:3px;
  *margin-right:3px;
  padding: 2px 3px;
  }
#contacts_form p.error_contacts {
width:200px;
height:15px;
  font-family: Trebuchet MS, Courier New, Courier, monospace;
  font-size:10px;
  color:#66CC00;
  float:right;
  clear:both;
  display:block;
  margin:0px;
  padding:0px;
}
#contacts_form button{
  position: relative;
  right: 54px;
  font-family: Trebuchet MS, Courier New, Courier, monospace;
  font-size:12px;
  color:#414141;
  background:url(../../images/front/button.gif) no-repeat;
  border:1px solid #202020;
  width:80px;
  height:20px;
  margin-top:5px;
  font-weight: bold;
  margin-left:10px;
  float:right;
  clear:both;
}
div.error {
  background: url(../../images/front/icon_error.gif) no-repeat right center;
  display: block;
  float: left;
  height: 15px;
  text-indent: -1000em;
  width: 20px;
}
#success, #failure {
  float: right;
  width: 330px;
  margin: 120px 30px 0 0;
  _margin: 120px 15px 0 0;
  padding: 50px 20px;
  text-align: center;
  background: #eee;
}

/*--------------------CALLBACK--------------------*/

#callback{
  float:left;
  clear:both;
  width:900px;
  height:30px;
  padding: 3px 0;
  background:url(../../images/front/callback.gif) repeat-y center top;
}

#bbb{
float:left;
height:30px;
width:80px;
display:block;
font-family: Trebuchet MS, Courier New, Courier, monospace;
font-size:15px;
color:#9eab07;
text-decoration:none;
text-align: left;
font-weight: bold;
float:left;
margin-left:10px;
margin-top:5px;
text-transform: uppercase;}

#bbb p{
}

#callback_form {
  float: right;
  width:750px;
  height:27px;
  margin:0px;
  padding: 3px 0 0 0;
  vertical-align:middle;
}
#callback_form div.error {
  display: none !important;
}
#callback_form label{
  font-family: Trebuchet MS, Courier New, Courier, monospace;
  font-size: 10px;
  color: #ffffff;
  height:18px;
}

#callback_form input{
  font-family: Trebuchet MS, Courier New, Courier, monospace;
  color:#202020;
  font-size: 12px;
  border: 1px solid #202020;
  width:150px;
  height:20px;
  padding-left:5px;
  padding-right:5px;
}

#callback_form button{
  font-family: Trebuchet MS, Courier New, Courier, monospace;
  font-size:12px;
  color:#414141;
  background:url(../../images/front/button.gif) no-repeat;
  border:1px solid #202020;
  width:80px;
  height:20px;
  font-weight: bold;
  margin-left:10px;
}
#success_1, #failure_1 {
  float:left;
  clear:both;
  width:900px;
  height:30px;
  padding: 3px 0;
  background:url(../../images/front/callback.gif) repeat-y center top;
  line-height: 30px;
  text-align: center;
  color: #fff;
}

/*--------------------SEARCHING--------------------*/
.home_page #search {
  display: none;
}
#search {
background-color:#FFFFFF;
  float:left;
  width:180px;
  height:100px;
  margin:0px;
  padding: 10px 0 0 20px;
  vertical-align:middle;
  text-align:left;
}

#search label{
  font-family: "Trebuchet MS", Courier New, Courier, monospace;
  font-size: 13px;
  color: #202020;
  font-weight: bold;
  text-align: left;
  margin-left:5px;
}

#search input{
  font-family: "Trebuchet MS", Courier New, Courier, monospace;
  color:#202020;
  font-size: 12px;
  border: 3px solid #bebebe;
  width:150px;
  height:20px;
  margin:5px;
  padding:0px;
}

#search button{
  font-family: "Trebuchet MS", Courier New, Courier, monospace;
  font-size:12px;
  color:#414141;
  background:url(../../images/front/button.gif) no-repeat;
  border:1px solid #202020;
  width:80px;
  height:20px;
  font-weight: bold;
  padding:0px;
  margin-left:80px;
}

/*--------------------FOTER--------------------*/

#foter{
  font-family: Trebuchet MS, Courier New, Courier, monospace;
  font-size:10px;
  color:#999999;
  padding-top:5px;
  padding-bottom:5px;
  text-decoration:none;
  text-align: center;
}
#foter a {
  font-family: Trebuchet MS, Courier New, Courier, monospace;
  font-size:10px;
  font-weight: normal;
  color:#98af1b;
  padding-top:5px;
  padding-bottom:5px;
  padding-right: 3px;
  text-decoration:none;
  text-align:center;
}
#foter a:hover {
  color: #fff;
  text-decoration: underline;
}


/*-----------------PRODUCT LISTING----------------*/
#product_listing {
  padding: 0 0 10px 20px;
}
#product_filter {
  margin-bottom: 30px;
}
.product {
  clear: both;
  overflow: hidden;
  width: 100%;
  margin-bottom: 15px;
}
.product img {
  float:left;
  width:200px;
  height:133;
  margin-right:10px;
  margin-bottom:5px;
  border:3px solid #bebebe;
}
.product blockquote {
  float: left;
  width: 440px;
  padding-top: 5px;
}
.product blockquote h3 {
  margin-bottom: 10px;
}
/*-----------------PRODUCT------------------*/

#top_products {
  overflow: hidden;
  position: relative;
  float: left;
  width: 462px;
  height: 167px;
  margin: -5px -10px 0 0;
  padding: 0 0 20px 0;
}
#top_products h2 {
  margin-bottom: 10px;
  font-size: 16px;
  font-weight: bold;
}
#top_products .product {
  clear: none;
  float: left;
  width: 136px;
  margin: 0 14px 20px 0;
  _margin: 0 15px 0 0;
}
#top_products .product h3 {
  padding: 0 3px;
  font-size: 11px;
}
#top_products .product h3 a {
  font-weight: normal;
}
#top_products .product h3:first-letter {
  text-transform: uppercase;
}
#top_products .product a.thumb {
  overflow: hidden;
  display: block;
  width: 130px;
  height: 90px;
  margin-bottom: 3px;
  border: 3px solid #BEBEBE;
}
#top_products .product a img {
  width: 130px;
  height: 90px;
  border: none;
}

#product_gallery, .article_gallery {
  overflow: hidden; 
  position: relative;
  float: left;
  width: 284px;
  padding: 20px 0 0 16px;
  text-align: center;
}
#product_gallery .carousel, .article_gallery .carousel {
  width: 284px;
  margin: 0 auto;
}
#product_gallery .carousel li, .article_gallery .carousel li {
  display: table-cell;
  text-align: center;
  vertical-align: middle;
  width: 284px;
  height: 230px;
}
#product_gallery .carousel li a, .article_gallery .carousel li a {
  display: inline;
}
#product_gallery .carousel li img, .article_gallery .carousel li img {
  display: inline;
  border: 2px solid #ddd;
}
#product_gallery a.prev, #product_gallery a.next, .article_gallery a.prev, .article_gallery a.next {
  display: inline;
  height: 18px;
  line-height: 18px;
  padding: 0 6px;
  text-align: center;
  color: #fff;
  font-size: 14px;
  background: #8bc03c;
  border-bottom: 1px solid #6f9e2a;
}
#product_gallery a.prev:hover, #product_gallery a.next:hover, .article_gallery a.prev:hover, .article_gallery a.next:hover {
  text-decoration: none;
}

.no_pics {
  width: 700px !important;
}
.no_pics .description {
  width: 660px !important;
}
#product_details {
  position: relative;
  width: 400px;
  float: right;
  padding-bottom: 30px;
}
#product_details h1 {
  margin-right: 45px;
}
#product_details a.back {
  background: #75A72C none repeat scroll 0%;
  color: #FFFFFF;
  display: block;
  font-size: 10px;
  right: 20px;
  top: 23px;
  padding: 3px 7px;
  position: absolute;
}
#stats {
  padding: 0 20px;
}
#stats li {
  display: block;
  float: left;
  width: 360px;
}
#stats li.description {
  line-height: 16px;
}
#stats strong {
  position: relative;
  left: -10px;
  display: block;
  width: 350px;
  margin: 10px 0 3px 0;
  padding: 4px 10px;
  background: #eee;
  border-bottom: 1px solid #ddd;
}
#price {
  font-size: 16px;
  font-weight: bold;
}
#files li {
  position: relative;
  width: 328px;
  padding: 4px 0 4px 22px;
  background:url(../../images/front/icon_file.gif) no-repeat 0 4px;
  border-bottom: 1px dotted #ccc;
}
#files li.doc, #files li.pdf, #files li.xls {
  background: url(../../images/front/icon_pdf.gif) no-repeat 0 4px;
}
#files li.rar, #files li.zip {
  background: url(../../images/front/icon_rar.gif) no-repeat 0 4px;
}
#files li.last {
  border: none;
}

#product_actions {
  clear: both;
  margin: 20px;
  padding-top: 10px;
  text-align: center;
  border-top: 1px solid #bbb;
}

#enquiry {
  padding: 30px 0;
}
#enquiry h2 {
  margin-bottom: 10px;
}
#enquiry button {
  right: 82px;
}
#enquiry input, #enquiry textarea, #product_gallery #success, #product_gallery #failure {
  width: 170px;
}
#product_gallery #success, #product_gallery #failure {
  float: none;
  margin: 30px auto;
}

/*-----------------NEWS----------------*/
#latest_news {
  overflow: hidden;
  float: right;
  width: 385px;
  height: 179px;
  margin-top: -20px;
  padding: 17px 20px 0 20px;
  border-left: 1px solid #555;
}
#topnews{
  overflow: hidden;
  float:left;
  clear:both;
  width:880px;
  height: 175px;
  padding: 20px 0 0 20px;
  background:url(../../images/front/topnews.gif) no-repeat center;
}
#topnews h1 {
  margin: 0 0 10px 0;
  padding: 0;
}
#topnews .article {
  width: 380px;
}
#topnews .article h3 {
  margin-bottom: 0;
  line-height: 16px;
}
#topnews .article p {
  color: #ccc;
  line-height: 14px;
}
#topnews .article p.date {
  float: right;
  margin: 2px 0 5px 10px;
  font-size: 10px;
  color: #999;
}
#topnews .article a:hover {
  color: #fff;
}

#news .article, .latest_news .article {
  padding-bottom: 10px;
  margin: 0 20px 20px 20px;
  border-bottom: 1px dotted #bbb;
  line-height: 16px;
}
#news .article h3, .latest_news .article h3 {
  margin-bottom: 5px;
}
#news .article a.thumb, .latest_news .article a.thumb {
  display: block;
  float: left;
  margin: 0 15px 0 0;
  border: 2px solid #BEBEBE;
}
#news .article a.thumb img, .latest_news .article a.thumb img {
  width: 120px;
  height: 90px;
}
#news .article p.description, .latest_news .article p.description {
  margin-bottom: 0;
  line-height: 16px;
}
#news .article p.date, .latest_news .article p.date {
  float: right;
  margin: 0 0 10px 20px;
  padding: 2px 5px;
  font-size: 10px;
  background: #eee;
  color: #999;
}
#news .last {
  border-bottom: none;
}



#article {
  margin: 0 20px 20px 20px !important;
  padding: 20px 0 15px 0;
  border-bottom: 1px solid #ccc;
  line-height: 16px;
}
#article h1 {
  padding: 0;
  margin: 0 0 15px 0;
  line-height: 20px;
}
#article p.date {
  float: right;
  margin: 0 0 2px 20px;
  padding: 3px 10px;
  font-size: 11px;
  background: #ddd; 
  color: #999;
}
#article p {
  line-height: 16px;
}
.article_gallery {
  float: left;
  width: 280px;
  margin: 0 20px 10px 0;
  padding: 20px 0 0 20px;
}
.article_gallery a {
  display: block;
}
.article_gallery .carousel li {
  display: table-cell;
  text-align: center;
  vertical-align: middle;
  width: 284px;
  height: 230px;
}



.latest_news {
  padding-left: 20px;
}
.latest_news h2 {
  margin-bottom: 10px;
  padding: 0 20px 0 0;
  font-weight: bold;
  font-size: 16px;
}
.latest_news .article {
  overflow: hidden;
  float: left;
  width: 310px;
  height: 85px;
  margin: 0 20px 20px 0;
}
.latest_news p.date {
  margin-left: 10px !important;
}
/*******************************/
/*****    Common classes    ****/
/*******************************/
.pager {
  clear: both;
  margin: 0 20px;
  padding: 10px 0 30px 0;
  border-top: 1px solid #ccc;
}
.pager li {
  float: left;
}
.pager li, .pager li a {
  display: block;
  width: 20px;
  height: 20px;
  line-height: 20px;
  text-align: center;
}
.pager li a {
  text-decoration: none;
}
.pager li.last {
  float: left;
}
.pager li.next, .pager li.next a {
  width: auto;
  margin-left: 5px;
  font-size: 12px;
  border: none;
}
.pager li.next span, .pager li.next a span {
  font-size: 8px;
  font-weight: bold;
  vertical-align: middle;
}
.pager li.selected {
  background: #e0f1c7;
  color: #666;
}



.static {
  padding-bottom: 10px;
}
.static h2 {
  margin: 5px 10px 10px 10px;
}
.static h3 {
  font-size: 16px;
  font-weight: bold;
  margin: 0 10px 5px 10px;
}
.static ul {
  list-style: disc outside;
  margin: 0 10px 10px 10px;
  padding-left: 15px;
}
.static p {
  margin-bottom: 10px;
  padding: 0 20px;
  line-height: 16px;
}
.static img {
  margin: 0 0 10px 20px;
  border:3px solid #bebebe;
}
.static img.right {
  margin: 0 20px 10px 10px;
  _margin: 0 10px 10px 10px;
}
.static img.left {
  margin: 0 10px 10px 20px;
  _margin: 0 10px 10px 10px;
}
p.empty_search {
  margin: 60px 20px;
  padding: 30px 20px;
  text-align: center;
  background: #eee;
  color: #999;
}


#listing_filter {
  display: none;
}
span.clear {
  clear: both;
  display: block;
  width: 100%;
  font-size: 0;
  line-height: 0;
}
span.border_1 {
}
.left {
  float: left !important;
}
.right {
  float: right !important;
}


/******** Clear Fix ************/

.clearfix:after {
    content:"."; 
    display:block; 
    height:0; 
    clear:both; 
    visibility:hidden;
}
.clearfix {
    display:inline-block;
}
.clearfix {
    display:block;
}
* html .clearfix {
    height:1px;
}











