/* Table of Contents
  
  Includes
  Default settings
  Typography
  Header Layout
  Middle Layout
  Footer Layout
  Hack's for IE

*/

/* Includes
------------------------------------------ */

@import url("reset.css");
@import url("global.css");

/* Default settings
------------------------------------------ */
body {
  min-width:1100px;
  font:12px  Arial;
  background-color:#FFFFFF
  }

p {
    text-indent:15px;
}
h1 { font-size:26px; font-weight:bold;  color:#002202 ; padding:0 0 0 25px; text-transform:none; }
h2 { font-size:18px; font-weight:bold;  color:#002202 ; padding:0 0 0 25px; text-transform:none; text-align:left; margin-bottom:0 ; font-style:italic}

/* Typography
------------------------------------------ */
.nav {
  }
  .nav a {
  font-weight:bold;
    font:12px/24px Arial;
    color:#FFF;
    text-decoration: none;
    }
	 .nav a:hover {
	   font-weight:bold;
    font:12px/24px Arial;
    color:#FFF;
    text-decoration:none;
    }
  .news .date{
    font:12px Arial;
    color:#000;
    }
 .date{
    font:12px Arial;
    color:#006600;
    }
  .news h3 {
  padding-left:10px;
    font:bold 14px Arial;
    color:#70FF9F;
    /*display:inline;*/
    }  
   h3 {
    font:bold 16px Arial;
    color:#009900;
    text-decoration:none;
    }  
  .news .descr {
    font:11px Arial;
    color:#000;
/*    margin-right:10px;*/
text-align:left;}
	.news img {
   
    }
  .news .more a {
    font:11px Arial;
    color:#97FC3C;
    text-decoration:underline;
    }
a {
    font:12px Arial;
    color:#009900;
    text-decoration:underline;
    }
a:hover {
    font:12px Arial;
    color:#ff0000;
    text-decoration:none;
    }	
/* Header Layout
------------------------------------------ */
.header {
  height:227px;
  background:#25B522 url(../img/top_bg.jpg) no-repeat top center;
  text-align:center;
  font-size:12px;
  }
  .links {
    float:right;
    width:132px;
    height:42px;
    background:url(../img/link_bg.gif) no-repeat;
    }
    .links li {
      float:left;
      }
  .logo {
    width:499px;
    height:134px;
    margin:50px 160px 16px 0;
    }
  .nav {
    height:28px;  
    background:#2A6A0A url(../img/nav_bg.gif) repeat-x;
    }
    .nav ul {
      width:974px;
      margin:0 auto;
      position:relative;
	  list-style:none
      /*left:0;*/
      }
      .nav li {
        float:left;
        padding:0 13px;
        background:url(../img/nav_sep.gif) no-repeat right top;
		 list-style:none
        }
        .nav li.last {
          background:none;
          position:relative;
		   list-style:none
          }
  .arm {
    width:30px;
    height:48px;
    background:url(../img/arm1.gif) no-repeat;
    display:inline;
    padding:30px 48px 0 0;
    position:relative;
    top:42px;
    left:110px;
    font-size:12px;
    text-indent:0px;
    }          

/* Middle Layout
------------------------------------------ */

  .left_col {
    background:#FFF url(../img/mid_bg.gif) repeat-x;
    text-align:right;
    vertical-align:top;
    width:200px;
	padding:0 } 
	 .bn { margin:0 auto; text-align:center}
	 .bn img {margin-top:2px; }
	 .baners {
        margin:15px 0px 0 0px;
		text-align:center
        }

  .mid_col {
    background:#FFF url(../img/mid_col_bg.gif) no-repeat right bottom;
    vertical-align:top;    
    }  
    .mid_col .bg {
      min-height:400px;
/*      background:url(../img/mid_bg2.gif) no-repeat center 30px;*/
      }
      .mid_col .welcome {
        margin:20px 0 0;
        width:500px;
        height:90px;
        }
      .mid_col .trust {
        margin:80px 0 20px;
        width:238px;
        height:36px;
        }
      .mid_col .row1 {
        margin:0 0 15px;
        }
        .mid_col .row1 img {
          margin:0 20px;
          }
        .mid_col .row2 img {
          margin:0 5px 15px 5px;
          }          
  .right_col {
    background:#FFF url(../img/mid_bg.gif) repeat-x;
	background-position:top;
    width:200px;
    vertical-align:top;    
    }
    .news {
	float:left;
	text-align:center;
      margin:23px 0 0 15px;
      width:180px;
      min-height:464px;
     /* background:#1BA44A url(../img/news_bg.gif) repeat-x top; */
      }
      .news h2 img {
        margin:0px auto;
        }
        .news li {
          background:url(../img/news_sep.gif) repeat-x bottom;
          padding:0 0px 15px 0px;
          }
        .news li.last {
          background:none;
          padding-bottom:0;
          }  
          .news .date {
		  font-weight:bold;
            display:block;
            margin:10px 0;
            }  
          .news li img {
       
            float:left;
            margin-right:10px;
            border:3px solid #007D22;
            }
          .news h3 {
            margin-top:6px;
            }
          .news .descr {
            margin-left:10px;
            }
          .news .more {
            display:block;
            text-align:right;
            margin-top:3px;
            }
    

/* Footer Layout
------------------------------------------ */
.footer {
  height:56px;
  background:url(../img/bottom_bg.jpg) no-repeat center;
  }
  
/* Hack's for IE
------------------------------------------ */
.png 
{
  behavior: url("/js/iepngfix.htc") }
  /*filter:expression(fixPNG(this));
  }*/
body{ 
  _width:expression(document.documentElement.offsetWidth < 990 ? '889px' : 'auto'); 
}  
.logo {
  _margin:50px 160px 13px 0;
  }
.nav ul {
  _left:-40px;
  }  
.left_col .bg {
  _height:485px;
  }  
.mid_col .bg {
  _height:400px;
  }  

.arm {
  _top:48px;
  }
.nav ul {
  _width:950px;
  }

.path, .path a  { font:11px Arial; }

.MsoNormal {text-align:left; color:#009900;}

.MsoNormal_1, .MsoNormal_1 ul, .MsoNormal_1 li {text-align:left; color:#000000;}

#maket { padding:0 10px; font-family:Arial; font-size:12px; vertical-align:top}
#maket td {vertical-align:top}

#catalog { width:100%}
#catalog p{ text-indent:15px; font-size:90%}
#catalog h1{ font-size:38px; font-weight:normal; margin:0 55px 5px 15px; }
#catalog h2{ color:#fc0204; font-size:20px; margin:0 auto; text-transform:none; padding:0 ; font-weight:normal }
option { cursor: pointer }
#kol table td{ padding:5px; border-bottom:1px dashed #009900}