body {
  margin: 0;
  padding: 0;
  font: normal 16px Times New Roman;
  color: #414141;
  width: 100%;
}
h1, h2, h3 {
  margin: 0;
  padding: 0;
}
img {
  border: 0
}
a {
  font: normal 16px Times New Roman;
  text-decoration: none;
  color: #669900;
}
a:hover {
  text-decoration: underline;
}

.goAdmin {
  color: #4c7c04!important;
  font-size: 11px!important; 
  font-weight: bold!important; 
  text-decoration: underline!important;
}

.goAdmin:hover {
  text-decoration: none!important;
}

.overflow {
  overflow: hidden;
  width: 100%;
}
	.catalogItem{
		
		overflow: hidden;
		padding-bottom: 30px;
	}
	.catalogItem .picture{
		
		width: 179px;
		float: left;
	}
	.catalogItem .content{
		width:502px;		
		font: 15px Times New Roman;
		float: left;
		color: #666666;
		padding-top: 30px;		
	}
	.catalogItem .content .header{
		font: 18px Times New Roman;
	}
	.catalogItem .more a.moreLink{
		display: block;
		width: 207px;
		height: 34px;
		background: url('/images/design/catalog_more.gif') no-repeat;
	}
	.catalogMain{
		padding-top: 30px;
	}
	.catalogItem .more{
		padding-top: 10px;
	}

.header {
  margin: 0;
  padding: 0;
  color: #669900;
  font: bold 23px Times New Roman;
  overflow: hidden;
  width: 100%;
}

#all {
  overflow: hidden;
  width: 100%;
  min-width: 1168px;
  max-width: 1920px;
  margin: 0 auto;
  /*
  width: 100%;
  min-width: 1024px;
  */
}

  #tmenu{
      background-color: #7ec10e;
  }
  
    #tmenu ul {
      margin: 0 0 0 10px;
      padding: 5px 0;
      overflow: hidden;
      display: block;
    }
      
      #tmenu ul li {
        margin: 0 9px 0 0;
        padding: 0;
        float: left;
        overflow: hidden;
      }
      
        #tmenu ul li a {
          text-indent: 21px;
          display: block;
          overflow: hidden;
          background: url('/images/design/li.gif') left 7px no-repeat;
          font-family: Times New Roman,Georgia;
          font-size: 18px;
          font-weight: bold;
          text-decoration: none;
          color: #ffffff;
        }
  
  #head-back {
    overflow: hidden;
    /*background: url('/images/design/head_back.jpg') left bottom repeat-x;*/
  }

  #head-wrapper {
    overflow: hidden;
    /*background: url('/images/design/head_left.jpg') left bottom no-repeat;*/
  }

  #head {
    height: 382px;
    width: 100%;
    overflow: hidden;
    position: relative;
    /*
        height: 379px;
        background: url('/images/design/head_right.jpg') right top no-repeat;
    */
  }
  
    #head .bg{
        position: absolute;
        width: 1920px;
        height: 382px;
        left: 50%;
        margin-left: -960px;
    }
    
        #head .bg .l{
            position: absolute;
            left: 0;
            top: 0;
            width: 460px;
            height: 382px;
            background: url('/images/design/head_l.jpg') no-repeat;
        }
        
        #head .bg .r{
            position: absolute;
            right: 0;
            top: 0;
            width: 460px;
            height: 382px;
            background: url('/images/design/head_r.jpg') no-repeat;
        }
        
        #head .bg .m{
            position: relative;
            margin: 0 460px 0 460px;
            width: 1000px;
            height: 382px;
            background: url('/images/design/head_m.jpg') no-repeat;
        }
  
    
        
    #contacts {
      position: absolute;
      right: 10px;
      top: 8px;
      width: 179px;
      height: 78px;
      overflow: hidden;
      background: url('/images/design/contacts_bg.png') left top no-repeat;
      color: #FFFFFF;
      font: bold 13px Tahoma;
      padding: 5px 0 0 20px;
    }
    
    #logo-block {
      position: absolute;  
      width: 282px;
      height: 95px;
      overflow: hidden;
      left: 12px;
      top: 41px;
    }
    
      #logo {
        display: block;
        width: 100%;
        height: 100%;
        overflow: hidden;
        text-indent: -90000px;
        background: url('/images/design/logo.png') left top no-repeat;
      }
      
      #under-logo-text {
        text-align: center;
        width: 390px;
        overflow: hidden;
        color: #FFFFFF;
        font: bold 14px Tahoma;
        margin-top: 20px;
      }
      
  #center {
    width: 100%;
    margin-top: 40px;
    overflow: hidden;
	min-width: 1168px;
  }
  
    #menu-left-block {
      float: left;
      width: 23%;
      overflow: hidden;
	  min-width:268px;
    }
    
    .main-part-title {
      color: #202020;
      font: normal 29px Times New Roman;
      overflow: hidden;
      margin-bottom: 15px;
    }
    
    #content {
      float: left;
      width: 53%;
      overflow: hidden;

    }
    
    #content-inner {
      float: left;
      width: 73%;
      overflow: hidden;
    }
    
    #right-block {
      float: left;
      overflow: hidden;
      width: 23%;
      margin:0;
	  min-width: 227px;
    }
    
      .right-block-wrapper {
        background: url('/images/design/green_wrapper_back.gif') left top repeat-x;
        
        overflow: hidden;
      }
      
      .right-block-wrapper-left {
        overflow: hidden;
        background: url('/images/design/green_wrappers_top.gif') -6px top no-repeat;
        
      }
      
      .right-block-wrapper-right {
        overflow: hidden;
        background: url('/images/design/green_wrappers_top.gif') right top no-repeat;
        margin-right: -6px;
        padding: 15px 12px;
      }
  
  #bottom {
    width: 100%;
    height: 60px;
    margin-top: 30px;
    background: url('/images/design/logo_bottom.jpg') 30% center no-repeat;
    background-color: #7ec10e;
    overflow: hidden;
    color: #baff46;
    font: bold 14px Tahoma;

  }
  
    #copyright {
      float: left;
      width: 300px;
      overflow: hidden;
      padding: 15px 0 0 20px;
    }
    
      #copyright a, #bottom-contacts a {
        color: #baff46;
        font: bold 14px Tahoma;
        text-decoration: none;
      }
      
    #bottom-contacts {
      float: right;
      width: 350px;
      overflow: hidden;
      padding-top: 3px;
      margin-right: 40px;
    }
  
    #counter {
      float: right;
      overflow: hidden;
      margin-right: 20px
    }
  
.single-news {
  overflow: hidden;
  margin: 5px 0 15px 0;
}

.date {
  font: normal 11px Tahoma;
  color: #929292;
  margin-bottom: 3px;
}

.single-news a {
  color: #666666;
  text-decoration: none;
}

.courses-line {
  border-bottom: 1px dotted #bcc5ad;
  padding: 3px 0 4px 0;
  overflow: hidden;
  width: 100%
}

.courses-line span {
  display: block;
  overflow: hidden;
   float: left;
}

.courses-line .header-course {
  margin-left: 25px;
  color: #609506;
  font: bold 15px Times New Roman;
}

.courses-line .value-course {
  width: 65px;
  text-align: center;
  margin-left: 17px;
}

.top-10 {
  margin: 10px 23px 0 20px;
}

.left-65 {
  margin-left: 65px!important;
}

.left-35 {
  margin-left: 38px!important;
}

.left-20 {
  margin-left: 20px!important;
}

.left-15 {
  margin-left: 15px!important;
}

.margin-20 {
  margin: 0 20px;
}

#menu-left {
  list-style: none;
  overflow: hidden;
  margin: 0;
  padding: 0;
}

  #menu-left .level-1 {
    margin: 0 0 0 20px;
    padding: 0;
  }
  
  .level-1  a, .level-1 span{
    text-indent: 21px;
    display: block;
    overflow: hidden;
    background: url('/images/design/li.gif') left 7px no-repeat;
    font-family: Times New Roman,Georgia;
    font-size: 18px;
    font-weight: bold;
    text-decoration: none;
    color: #669900;
  }
  
  #menu-left .level-2 {
    font: bold 14px Times New Roman,Georgia;
    color: ##666666;
    margin: 10px 0 10px 40px;
  }
  
  #menu-left .level-2 a {
    font: bold 14px Times New Roman,Georgia;
    color: #666666;
    text-decoration: none;
  }
  
.sub-level {
  overflow: hidden;
  float: left;
  margin-right: 20px;
  text-align: center;
}

.photos-block {
  margin-top: 20px;
  overflow: hidden;
  text-align: center;
}

.single-photo {
  width: 156px;
  overflow: hidden;
  float: left;
  margin-right: 20px;
}

  .single-photo  img {
    border: 3px double #c9c9c9;
  }

.gallery-header {
  font: bold 16px Times New Roman,Georgia;
  color: #609506;
  margin: 20px 0 10px 0;
}

.green {
  color: green;
}

.red {
  color: red;
}

.certificates {
  margin-top: 20px;
  overflow: hidden;
  min-width: 200px;
  text-align: center;
}

.cert-1 {
  margin-right:20px;
  border: 1px solid #adb998;
}

.cert-2 {
  border: 1px solid #adb998;
}

.our-works {
  background: url('/images/design/green_borders.gif') left -28px no-repeat;
  overflow: hidden;
  height: 28px;
  line-height: 28px;
  background-color: #6daa0f;
  text-align: center;
  width: 245px;
  margin: 0 20px
}

  .our-works div {
    background: url('/images/design/green_borders.gif') right top no-repeat;
    overflow: hidden;
    height: 28px;
    line-height: 28px;
  }

  .our-works a {
    color: #fff;
    font: bold 16px Tahoma;
  }
  
  .our-works-img {
    border: 5px solid #bbbbbb;
    margin: 10px 20px
  }
  
  .text-left {
    text-align: left;
  }
  
  .loop {
    position: absolute;
    border: 0!important;
    z-index:2;
    margin-top: -24px;
    margin-left: 138px;
    float: right;
  }
  
  .loop-single {
    margin-left: 138px!important;
  }
  
.green-block {
  background: url('/images/design/green_block.jpg') left top no-repeat;
  width: 590px;
  height: 163px;
  overflow: hidden;
  padding: 10px;
  font: normal 12px Tahoma;
  color: #609506;
  margin: 0 auto
}

.green-block h1 {
  font: bold 16px Tahoma;
  color: #609506;
  margin: 0;
  padding: 0;
}

.katalog-block {
  margin: 0 auto;
  overflow: hidden;
  width: 580px;
}

.katalog-main-page {
  float: left;
  overflow: hidden;
  width: 124px;
  padding: 30px 10px;
  text-align: center;
  color: #669900;
}

.catalog-table {
  width: 100%;
}
.catalog-header {
  background-color: #6daa0f;
}
.catalog-header td{
  color: #fff;
  font: bold 13px Tahoma;
  text-align: center;
}
.lenght-1 {
  width: 14%;
}
.lenght-2 {
  width: 30%;
}
.lenght-3 {
  width: 10%;
}
.lenght-4 {
  width: 15%;
}
.lenght-5 {
  width: 16%;
}
.lenght-6 {
  width: 12%;
}
.catalog-sub-header {
  text-align: center;
  background-color: #f5ffe4;
  color: #666666;
  font: normal 18px Arial;
  padding: 3px 0;
}
.catalog-sub-header-2 {
  background-color: #d7f4a4;
  color: #669900;
  font: bold 18px Times New Roman;
  padding: 3px 10px;
}
.catalog-value td {
  text-align: center;
  border-bottom: 1px solid #ddeec1;
}
.lenght-1 div {
  margin: 10px;
}
.lenght-1 img {
  border: 1px solid #c7e199;
} 
.c-wrapper {
  border-left: 1px solid #cfcfcf;
  padding: 0 10px;
  margin:10px 0;
  text-align: justify;
}
.cat-border-left {
  background: url('/images/design/cat_border_left.gif') left top no-repeat;
  background-color:#6DAA0F;
}
.cat-border-right {
  background: url('/images/design/cat_border_right.gif') right top no-repeat;
  background-color:#6DAA0F;
}
.menu-catalog-link {
  margin-left: 20px;
  background: url('/images/design/catalog.gif') left top no-repeat;
  overflow: hidden;
  display: block;
 
  height: 40px;
  text-indent: -9000px;
  margin-bottom: 20px;
}

.back{
    border-top:1px solid #c9c9c9;
    padding-top:10px;
    text-align:right;
}

.back a{
    background:url('/images/design/arrow.gif') no-repeat left center;
    padding-left:22px;
    font:17px normal Verdana;
    color:#669900;
    text-decoration:underline;
}


