@import url(reset.css);

body {
    font-family: Tahoma, Verdana, sans-serif;
    font-size: 14px;
/*    background-color: #d9ebbb;
    background-image: url(../_img/004_p.jpg);
    background-repeat: repeat;*/

}

strong{
    font-weight: bold;
    
}

#clear {
    clear: both;
}

#wrap {
    width: 960px;
    margin: 0 auto;
}

/* Шапка */

#head {
    width: 960px;
    height: 210px;
    background-color: #ffffff;
    margin-bottom: 5px;
	margin: 0 auto;
}

#topmenu {
    height: 50px;
}

#topleft a .reg {
    color: #666666;/*#bdbdbd;*/
    font-size: 12px;
    text-transform: uppercase;
    text-decoration: underline;
    margin-top: 15px;
    margin-left: 5px;
    float: left;
}

#topleft a:hover .reg {    
    color: #669966;
    text-decoration: none;
}

#topleft a .fpass {
    font-size: 10px;
    color: #666666;/*#bdbdbd;*/
    text-decoration: underline;
    margin-top: 15px;
    margin-left: 10px;
    float: left;
}

#topleft a:hover .fpass {
    color: #669966;
    text-decoration: none;
}

#topleft .login {
    width: 118px;
    height: 20px;
    background: url("../_img/ui/user.png") no-repeat 5% 50%;
    color: #666666;/*#bdbdbd;*/
    border-style: solid;
    border-width: 1px;
    border-color: #666666; /*#bdbdbd;*/
    background-color: #ffffff;
    padding-left: 25px;
    float: left;
    vertical-align: middle;
    margin-top: 10px;
    margin-left: 4px;
}

#topleft .pass {
    width: 118px;
    height: 20px;
    background: url("../_img/ui/key.png") no-repeat 5% 50%;
    color: #666666;/*#bdbdbd;*/
    border-style: solid;
    border-width: 1px;
    border-color: #666666;/*#bdbdbd;*/
    background-color: #ffffff;
    padding-left: 25px;
    float: left;
    vertical-align: middle;
    margin-top: 10px;
    margin-left: 4px;
}

#topleft .loginsubmit {
    width: 24px;
    height: 24px;
    background-image:url(../_img/ui/arrow.png) ;
    background-repeat: no-repeat;
    float: left;
    margin-top: 10px;
    margin-left: 4px;
}

#topleft .loginsubmit:hover {
    background-image:url(../_img/ui/arrow-a.png) ;
    background-repeat: no-repeat;
}

#topleft .logout {
    width: 24px;
    height: 24px;
    background-image:url(../_img/ui/arrow-exit.png) ;
    background-repeat: no-repeat;
    float: left;
    margin-top: 10px;
    margin-left: 4px;
}

#topleft .logout:hover {
    background-image:url(../_img/ui/arrow-exit-a.png) ;
    background-repeat: no-repeat;
}

#topleft .user {
    margin: 15px 5px;
    font-size: 12px;
    color: #666666;/*#bdbdbd;*/
    float: left;
}

#topleft .user a {
    color: #669966;
    text-decoration: underline;
}

#topleft .user a:hover {
    text-decoration: none;
}

#lang {
    float: right;
}

#topright .searchsubmit {
    width: 24px;
    height: 24px;
    background-image:url(../_img/ui/search.png) ;
    background-repeat: no-repeat;
    float: right;
    margin-top: 10px;
    margin-right: 10px;
}

#topright .searchsubmit:hover {
    background-image:url(../_img/ui/search-a.png) ;
    background-repeat: no-repeat;
}

#topright .searchform {
    width: 200px;
    height: 20px;
    color: #666666;/*#bdbdbd;*/
    border-style: solid;
    border-width: 1px;
    border-color: #666666;/*#bdbdbd;*/
    background-color: #ffffff;
    padding-left: 5px;
    float: right;
    vertical-align: middle;
    margin-top: 10px;
    margin-right: 4px;
}

#lang {
    font-size: 12px;
    text-transform: uppercase;
    color: #666666;/*#bdbdbd;*/
    margin-top: 15px;
    margin-right: 5px;
}

#lang a {
    text-decoration: none;
    color: #666666;/*#bdbdbd;*/
}

#lang a:hover {
    text-decoration: underline;
    color: #669966;
}

#lang a.active {
    text-decoration: underline;
    color: #669966;
}

#header {
    width: 960px;
    height: 170px;
    background-image: url("../_img/header-green.jpg");
    background-repeat: no-repeat;
	margin: 0 auto;
}

/* Меню */


#banner {    
/*    height: 50px; */
    height: 0px;
    width: 100%; 
    background-color: #cccccc;
    color: #ae3623;
    font-weight: bold;
    font-size: 12px;
    text-align: center;
}

/* Нижний колонтитул */

#footer {
    margin-top: 5px;
    height: 150px;
    background-image: url(../_img/003_p.jpg);
}

#bottomleft {
    float: left;
}

#bcont {
    padding: 20px 10px;
}

#bcont span {
    font-size: 24px;
    font-weight: bold;
    color: #336633;
    vertical-align: top;
}

#bcont a {
    text-decoration: none;
}

#bcont a:hover span {
    color: #669966;
}

#bottomleft p {
    padding-left: 10px;
    font-size: 14px;
    color: #666666;
}

#bottomleft p.att {
    padding-top: 30px;
    font-size: 10px;
    color: #666666;/*#bdbdbd;*/
}

#bottomright {
    float: right;
    text-align: right;
}

#bottomright p {
    font-size: 14px;
    font-weight: bold;
    color: #666666;
    padding: 20px 10px;
    word-spacing: 2px;
}

#fmenu {
    padding: 20px 10px;
    font-size: 12px;
    color: #666666;
}

#fmenu a {
    color: #666666;
    margin: 0 2px;
    text-decoration: underline;
}

#fmenu a.active {
    color: #669966;
    text-decoration: none;
}

#fmenu a:hover {
    color: #669966;
    text-decoration: none;
}

/* Социальные иконки */

#social {
    font-size: 12px;
    color: #666666;
    text-align: right;
    padding: 5px 10px;
    line-height: 21px;
}

#social a.twitter {
    display: inline-block;
    float: right;
    width: 24px;
    height: 24px;
    background-image: url(../_img/s/twitter.png) ;
    background-repeat: no-repeat;
    margin-left: 5px;
}

#social a:hover.twitter {
    background-image: url(../_img/s/twitter-a.png) ;
}

#social a.facebook {
    display: inline-block;
    float: right;
    width: 24px;
    height: 24px;
    background-image: url(../_img/s/facebook.png) ;
    background-repeat: no-repeat;
    margin-left: 5px;
}

#social a:hover.facebook {
    background-image: url(../_img/s/facebook-a.png) ;
}

#social a.googletalk {
    display: inline-block;
    float: right;
    width: 24px;
    height: 24px;
    background-image: url(../_img/s/google-talk.png) ;
    background-repeat: no-repeat;
    margin-left: 5px;
}

#social a:hover.googletalk {
    background-image: url(../_img/s/google-talk-a.png) ;
}

#social a.icq {
    display: inline-block;
    float: right;
    width: 24px;
    height: 24px;
    background-image: url(../_img/s/icq.png) ;
    background-repeat: no-repeat;
    margin-left: 5px;
}

#social a:hover.icq {
    background-image: url(../_img/s/icq-a.png) ;
}

#social a.linkedin {
    display: inline-block;
    float: right;
    width: 24px;
    height: 24px;
    background-image: url(../_img/s/linkedIn.png) ;
    background-repeat: no-repeat;
    margin-left: 5px;
}

#social a:hover.linkedin {
    background-image: url(../_img/s/linkedIn-a.png) ;
}

#social a.livejournal {
    display: inline-block;
    float: right;
    width: 24px;
    height: 24px;
    background-image: url(../_img/s/livejournal.png) ;
    background-repeat: no-repeat;
    margin-left: 5px;
}

#social a:hover.livejournal {
    background-image: url(../_img/s/livejournal-a.png) ;
}

#social a.skype {
    display: inline-block;
    float: right;
    width: 24px;
    height: 24px;
    background-image: url(../_img/s/skype.png) ;
    background-repeat: no-repeat;
    margin-left: 5px;
}

#social a:hover.skype {
    background-image: url(../_img/s/skype-a.png) ;
}

/* Контент */

#main {
    background-image: url(../_img/001_p.jpg);
    padding-bottom: 5px;
    
}

#mainlinks {
    font-size: 12px;
    color: #ffffff;
    padding: 15px 10px;
}

#mainlinks h1 {
    display: inline-block;
    position: relative;
    left: 650px;
    font-size: 24px;
    color: #ffffff;
    text-transform: uppercase;
}

#mainlinks a {
    color: #ffffff;
    text-decoration: none;
    padding: 0px 2px;
}

#mainlinks a.active {
    text-decoration: none;
}

#mainlinks a:hover.active {
    text-decoration: none;
}

#mainlinks a:hover {
    text-decoration: underline;
}

#content {
    display: inline-block;
    width: 100%;
    overflow: hidden;
    background-image: url(../_img/002_p.jpg);
}

#meta_admin {
    display: inline-block;
    width: 100%;
    overflow: hidden;
    background-image: url(../_img/002_p.jpg);
}

#meta_admin div.border{
    border: 2px solid #000; 
	margin-top:10px;  
	margin-bottom:10px;	
}
#meta_admin div.border div{
    text-align:left; 
	margin-left:10px;
	margin-top:10px;
}


#meta_admin div.border div input{
	width: 80%;
	margin-left:-100px;
	margin-bottom:10px;
}

#meta_admin form{
	border: 2px solid #000; 
	margin-top:10px;  
	margin-bottom:10px;
}

#meta_admin form div{
	text-align:left; 
	margin-left:10px;
	margin-top:10px;
	/*margin-bottom:10px;*/
}
#meta_admin form div input{
	width: 80%;
	margin-left:-100px;
	margin-bottom:10px;
}



#category {
    text-align: center;
	
}

#category .productmenu {
    display: inline-block;
    width: 220px;
    height: 260px;
    text-decoration: none;    
}

#category .productmenu a {
    display: inline-block;
    width: 220px;
    height: 270px;
    background-image: url(../_img/003_p.jpg) ;
    border: 1px solid #336633;
    margin: 5px 2px;
    text-decoration: none;
    //vertical-align: middle;
}

#category .productmenu a:hover {
    border: 1px solid #669966;
}

#category .productmenu a img {
    padding: 5px 5px 0 5px;
}

#category .productmenu a p {
    display: inline-block;
    font-size: 12px;
    font-weight: bold;
    text-align: center;
    color: #336633;
    //padding-bottom: 2px;
    vertical-align: middle;
    
}

#category .productmenu a:hover p {
    color: #669966;
    text-decoration: underline;    
}

#category-other {
    text-align: center;
}

#category-other a {
    display: inline-block;
    width: 170px;
    height: 200px;
    background-image: url(../_img/003_p.jpg) ;
    border: 1px solid #336633;
    margin: 5px 8px;
    text-decoration: none;
}

#category-other a:hover {
    border: 1px solid #669966;
}

#category-other a img {
    padding: 5px 5px 0 5px;    
}

#category-other a p {
    display: inline-block;
    font-size: 11px;
    font-weight: bold;
    text-align: center;
    color: #336633;
    vertical-align: top;
    padding-top: 2px;
}

#category-other a:hover p {
    color: #669966;
    text-decoration: underline;
}

#category-title {
    display: block;
    width: 960px;
    height: 50px;
    color: #669966;
    text-align: center;
    line-height: 40px;
    vertical-align: middle;
    background-image: url(../_img/003_p.jpg);
    text-transform: uppercase;
}

#content h4 {
    padding: 20px 5px;
}

#topnews {
    margin-top: 5px;
}

#topnews .newstitle {
    margin-bottom: 5px;
    height: 40px;
    background-color: #ffffff;
}

#topnews .newstitle p {
    font-size: 12px;
    color: #333333;
    text-transform: uppercase;
    padding: 15px 5px;
    float: left;
}

#topnews .newsdivider {
    width: 82%;
    float: right;
    border-bottom: 1px solid #666666; /*bdbdbd;*/
    padding-top: 20px;
    margin-right: 5px;
}

#news {
    display: inline-block;
    background-color: #ffffff;
}

#news .news1 {
    width: 219px;
    height: 250px;
    border-right: 1px dotted #666666; /*#bdbdbd;*/
    padding: 10px;
    float: left;
    position: relative;
    overflow: hidden;
}

#news .news2 {
    width: 219px;
    height: 250px;
    padding: 10px;
    float: left;
    position: relative;
    overflow: hidden;
}

#news .date {
    font-size: 10px;
    color: #666666;/*#bdbdbd;*/
}

#news p {
    font-size: 12px;
    color: #333333;
    padding-top: 10px;
    line-height: 15px;
}

#news a {
    font-size: 14px;
    color: #669966;
    position: absolute;
    bottom: 50px;
    text-decoration: underline;
}

#news a:hover {
    text-decoration: none;
}

#currentnew{
    
}


#currentnew ul{
    list-style-type: disc;
    list-style-position: inside;        
    margin: 15px 20px;
    font-size: 14px;
    color: #333333;
    line-height: 18px;
    text-align: justify;  
}

#currentnew li{
    list-style-type: disc;
    list-style-position: inside;        
    margin: 15px 20px;
    font-size: 14px;
    color: #333333;
    line-height: 18px;
    text-align: justify;  
}







/* Боковая колонка */

#sidebar {
    width: 240px;
    float: left;
    padding-bottom: 32767px;
    margin-bottom: -32767px;
    background-image: url(../_img/003_p.jpg);
}
#sidebar img{
	margin-left: 15px;
}

#rightmenu {
    margin-bottom: 100px;
    margin-top:20px;
	display: inline-block;
}

#rightmenu  ul{
	text-align:left;
	padding-left:0px;
	margin-left:0px;
	
}

#rightmenu li{
	
    margin-bottom: 10px;   	
}    
#rightmenu li a {
    
    width: 240px;
    height: 35px;	
    text-decoration: none;
	text-align:center;
	
}

#rightmenu li a:hover {
    background-image: url(../_img/002_p.jpg);
    background-position: top;
}

#rightmenu li a.active {
    color: #336633;
    background-image: url(../_img/002_p.jpg);
    background-position: top;
	
}

#rightmenu li a span {
    
	font-size: 17px;
    color: #666666;
    margin-left: 10px;
	padding-left: 10px;
    line-height: 20px;
	width:240px;
	
	
	
}

#rightmenu li a span.act {
    font-size: 17px;
    color: #336633;
    margin-left: 10px;
    line-height: 20px;
}

#sidesert img {
    margin: 10px 25px;
}

#sidebottom {
    margin: 90% 10px 0px 10px;
    
}

#sidebottom a {
    font-size: 18px;
    color: #336633;
    text-decoration: none;
}

#sidebottom a:hover {
    color: #669966;
}

#sidebottom h2 {
    font-size: 18px;
    text-align: center;
    color: #666666;/*#666666;/*#bdbdbd;*/
    padding: 10px;
}

#sidebottom .button {
    display: block;
    width: 120px;
    height: 30px;
    font-size: 14px;
    color: #ffffff;
    margin-left: 45px;
    margin-bottom: 20px;
    border: none;
    background-color: #336633;
    text-transform: uppercase;
}

#sidebottom .button:hover {
    background-color: #669966;
}

/* Информационное поле */

#container {
    width: 960px;
    float: right;
 /*   padding-bottom: 32767px;
    margin-bottom: -32767px;*/
}

#container h1 {
    display: inline-block;
    margin: 15px 20px;
    font-size: 30px;
    color: #336633;
}

#container p {
    margin: 15px 20px;
    font-size: 14px;
    color: #333333;
    line-height: 18px;
    text-align: justify;
}


#container ul.simpletext{
    list-style-type: disc;
    list-style-position: inside;        
    margin: 15px 20px;
    font-size: 14px;
    color: #333333;
    line-height: 18px;
    text-align: justify;  
}

#container li.simpletext{
    list-style-type: disc;
    list-style-position: inside;        
    margin: 15px 20px;
    font-size: 14px;
    color: #333333;
    line-height: 18px;
    text-align: justify;  
}


#partners {
    height: 40px;
    margin: 20px;
}

#partners img {
    padding-right: 10px;
}

#careerblock {
    height: 260px;
    background-color: #ffffff;
    position: relative;
    margin-top: 5px;
}

#careerblock .title {
    width: 360px;
    height: 40px;
    font-size: 18px;
    text-align: center;
    color: #ffffff;
    background-color: #669966;
    line-height: 40px;
    position: absolute;
    top: 0;
    left: 0;
    text-transform: uppercase;
}

#careerblock .title a {
    color: #ffffff;
    text-decoration: none;
}

#careerblock .title a:hover {
    text-decoration: underline;
}

#careerblock .experience {
    width: 180px;
    height: 40px;
    font-size: 14px;
    text-align: center;
    color: #333333;
    line-height: 40px;
    position: absolute;
    top: 0;
    left: 360px;
}

#careerblock .pay {
    width: 180px;
    height: 40px;
    font-size: 14px;
    text-align: center;
    color: #ffffff;
    background-color: #336633;
    line-height: 40px;
    position: absolute;
    top: 0;
    left: 540px;
}

#careerblock .respons {
    width: 350px;
    font-size: 14px;
    text-align: left;
    color: #666666;
    line-height: 15px;
    position: absolute;
    top: 50px;
    left: 10px;
}

#careerblock .respons ul {
    list-style-type: disc;
    list-style-position: inside;
    font-size: 12px;
    text-align: left;
}

#careerblock .requirements {
    width: 350px;
    font-size: 14px;
    text-align: left;
    color: #000000;
    line-height: 15px;
    position: absolute;
    bottom: 20px;
    left: 10px;
}

#careerblock .requirements ul {
    list-style-type: disc;
    list-style-position: inside;
    font-size: 12px;
    text-align: left;
}

#careerblock .terms {
    width: 280px;
    font-size: 18px;
    text-align: right;
    color: #336633;
    line-height: 15px;
    position: absolute;
    top: 50px;
    right: 10px;
}

#careerblock .terms ul {
    list-style-type: disc;
    list-style-position: inside;
    font-size: 14px;
    text-align: right;
}

#careerblock .date {
    text-align: right;
    color: #666666;/*#bdbdbd;*/
    position: absolute;
    bottom: 10px;
    right: 10px;
}

#careerblock .date h6 {
    font-size: 10px;
}

#careerblock .date h5 {
    font-size: 12px;
}

#career-other h1 {
    margin-top: 20px;
    margin-left: 20px;
    font-size: 30px;
    color: #666666;
}

#career-other h2 {
    margin-left: 20px;
    margin-bottom: 20px;
    font-size: 24px;
    font-weight: bold;
    color: #000000;
    line-height: 18px;
}

#career-other h3 {
    margin-left: 20px;
    margin-bottom: 20px;
    font-size: 14px;
    color: #666666;
    line-height: 0;
}

#career-other p {
    font-size: 12px;
    color: #000000;
    margin-left: 20px;
    margin-top: 5px;
    margin-bottom: 5px;
}

#career-other ul {
    list-style-type: disc;
    list-style-position: inside;
    margin: 10px 20px;
    font-size: 12px;
    font-weight: bold;
    line-height: 15px;
    color: #669966;
}

/* Контакты */

#map-canvas {
    width: 960px;
    height: 340px;
    margin-top: 5px;
}

#contacts {
    margin-left: 20px;
    color: #666666;
}

#contacts h2 {
    font-size: 18px;
}

#contacts h4 {
    font-size: 14px;
    color: #669966;
    padding: 0;
    margin-bottom: 20px;
}

#contacts h5 {
    margin-top: 20px;
    font-size: 12px;
    color: #669966;
    font-weight: bold;
}

#contacts .address {
    margin-top: 10px;
}

#contacts .address img {
    margin-top: 10px;
    float: left;
}

#contacts .address p {
    margin-left: 40px;
    font-size: 14px;
    color: #666666;
}

#contacts .mailphone {
    margin-top: 10px;
    margin-bottom: 40px;
}

#contacts .mailphone img {
    margin-top: 10px;
    float: left;
}

#contacts .mailphone p {
    margin-left: 40px;
    font-size: 14px;
    color: #666666;
}

#contacts a {
    font-size: 14px;
    line-height: 60px;
    color: #666666;
    padding: 5px;
    text-decoration: none;
}

#contacts a:hover {
    color: #669966;
    text-decoration: underline;
}

/* Обратная связь */

#feedback {
    margin-left: 20px;
    margin-right: 20px;
    color: #666666;
}

#feedback h6 {
    font-size: 10px;
    color: #669966;
}

#feedback h4 {
    font-size: 14px;
    color: #333333;/*#666666; /*#bdbdbd;*/
    padding: 0;
    margin-top: 5px;
}

#feedback .descr {
    font-size: 10px;
    color: #666666;/*#666666; /*#bdbdbd;*/
    padding: 0;
}

#feedback .help img {
    float: left;
}

#feedback .help p {
    margin-left: 40px;
    font-size: 12px;
    line-height: 14px;
    color: #666666;
}

#feedback .name {
    width: 200px;
    height: 30px;
    color: #000000; /*bdbdbd;*/
    border: 1px solid #666666;/*#bdbdbd;*/
    background-color: #ffffff;
    vertical-align: middle;
    padding: 0 5px;
    margin: 10px 0 5px 0;
}

#feedback .mailto {
    width: 300px;
    height: 30px;
    color: #000000; /*#bdbdbd;*/
    border: 1px solid #666666;/*#bdbdbd;*/
    background-color: #ffffff;
    vertical-align: middle;
    padding: 0 5px;
    margin: 10px 0 5px 0;
}

#feedback .category {
    width: 300px;
    height: 30px;
    color: #000000; /*#bdbdbd;*/
    border: 1px solid #666666;/*#bdbdbd;*/
    background-color: #ffffff;
    vertical-align: middle;
    padding: 0px;
    margin: 10px 0 5px 0;
}


#feedback textarea {
    width: 500px;
    height: 130px;
    color: #000000; /*#bdbdbd;*/
    border: 1px solid; /*#bdbdbd;*/
    background-color: #ffffff;
    padding: 5px;
    margin: 10px 0;
}

#feedback .button {
    display: block;
    width: 120px;
    height: 30px;
    font-size: 14px;
    color: #ffffff;
    border: none;
    background-color: #336633;
    text-transform: uppercase;
    margin: 5px 0;
}

#feedback .button:hover {
    background-color: #669966;
}

#feedback .dinfo-bottom {
    margin: 120px 0;
}

/* Новостной блок справа */

#sidebottom h3 {
    font-size: 12px;
    color: #666666;
    text-transform: uppercase;
}

#rnews {
    margin: 20px 0;
}

#rnews .rnews1{
  margin: 20px 0;
}

#rnews .date {
    font-size: 10px;
    color: #666666;/*#bdbdbd;*/
}

#rnews p {
    font-size: 11px;
    color: #000000;
    line-height: 13px;
    margin: 10px 0;
}

#rnews a {
    font-size: 14px;
    color: #669966;
    text-decoration: underline;
}

#rnews a:hover {
    text-decoration: none;
}

/* Внедрения */

#cont-links {
    display: inline-block;
    color: #666666;
    font-size: 12px;
    float: right;
    margin: 25px 5px 0 0;
}

#cont-links a {
    font-size: 12px;
    color: #666666;
    text-transform: uppercase;
    text-decoration: none;
    padding: 0 2px;
}

#cont-links a.active {
    text-decoration: underline;
}

#cont-links a:hover {
    color: #669966;
    text-decoration: underline;
}

#implem {
    height: 140px;
    background-color: #ffffff;
    margin: 5px 0;
    overflow: hidden;
}

#implem img {
    float: right;
}

#implem .info {
    display: inline-block;
    width: 290px;
}

#implem .info a {
    font-size: 14px;
    font-weight: bold;
    color: #336633;
    text-decoration: underline;
    margin-left: 20px;
    line-height: 30px;
}

#implem .info a:hover {
    color: #669966;
    text-decoration: none;
}

#implem .info p.title {
    font-size: 18px;
    color: #666666;
    margin: 25px 20px 2px 20px;
}

#implem .info p {
    font-size: 12px;
    color: #666666;
    padding: 0;
    margin: 2px 5px 2px 20px;
}

/* Загрузки */

#file-download {
   height: 180px;
   background-color: #ffffff;
   margin: 5px 0;
}


#file-download .file-add {
    height: 100px;
    background-color: #ffffff;
    margin: 5px 0;
    
}

#file-download .file-add p{
    
}
#file-download .file-add h1{
    
}

#file-download .file-cont {
    height: 180px;
    background-color: #ffffff;
    margin: 5px 0;
}
#file-download .file-info {
    width: 540px;
    height: 180px;
    float: left;
    
}

#file-download .file-info h1 {
    width: 100%;
    margin: 0;
    padding: 20px 10px 10px 20px;
    font-size: 18px;
    color: #336633;
    text-transform: uppercase;
    
    border-top: 1px solid #336633;
}

#file-download .file-info h2 {
    margin: 0;
    padding: 20px 10px 10px 20px;
    font-size: 14px;
    color: #666666;
}

#file-download .file-info h3 {
    margin: 0;
    padding: 0 10px 10px 20px;
    font-size: 12px;
    color: #666666;
}

#file-download .file-info a {
    margin: 0;
    padding: 0 10px 10px 20px;
    font-size: 14px;
    color: #669966;
    text-decoration: underline;
}

#file-download .file-info a:hover {
    color: #336633;
    text-decoration: none;
    
}

#file-download .file-info p {
    padding-left: 10px;
    
}

#file-download .file-button a {
    display: inline-block;
    text-align: center;
    width: 180px;
    height: 180px;
    background-image: url(../_img/001_p.jpg);
    vertical-align: middle;
    text-decoration: none;
}

#file-download .file-button a p {
    font-size: 12px;
    color: #ffffff;
}

#file-download .file-button a p.title {
    font-size: 18px;
    text-transform: uppercase;
    margin-top: 30px;
}

#file-download .file-button a:hover p {
    color: #669966;
}


/*Статьи*/
#articles {
   height: 310px;
   background-color: #ffffff;
   margin: 5px 0;
}


#articles .file-add {
    height: 100px;
    background-color: #ffffff;
    margin: 5px 0;
    
}

#articles .file-add p{
    
}
#articles .file-add h1{
    
}

#articles .art-cont {
    height: 310px;
    background-color: #ffffff;
    margin: 5px 0;
}
#articles .art-info {
    width: 540px;
    height: 310px;
    float: left;
    
}

#articles .art-info h1 {
    width: 100%;
    margin: 0;
    padding: 20px 10px 10px 20px;
    font-size: 18px;
    color: #336633;
    text-transform: uppercase;
    
    border-top: 1px solid #336633;
}

#articles .art-info h2 {
    margin: 0;
    padding: 20px 10px 10px 20px;
    font-size: 14px;
    color: #666666;
}

#articles .art-info h3 {
    margin: 0;
    padding: 0 10px 10px 20px;
    font-size: 12px;
    color: #666666;
}

#articles .art-info a {
    margin: 0;
    padding: 0 10px 10px 20px;
    font-size: 14px;
    color: #669966;
    text-decoration: underline;
}

#articles .art-info a:hover {
    color: #336633;
    text-decoration: none;
    
}

#articles .art-info p {
    padding-left: 10px;
    
}



/* Сертификаты */

#sgallery {
    text-align: center;
}

#sgallery img {
    padding: 5px;
}

ul#sert-list {
    margin: 20px;
}

ul#sert-list li {
    line-height: 17px;
}

ul#sert-list li a {
    color: #000000;
    text-decoration: none;
}

ul#sert-list li a:hover {
    color: #669966;
    text-decoration: underline;
}

.s-img-right {
    text-align: right;
}

.s-img-right img {
    padding: 5px;
}

/* Продукт */

#sidebar .product-menu {
    margin: 30px 20px;
}

#sidebar .product-menu li a {
    font-size: 18px;
    color: #666666;
    text-decoration: none;
    text-transform: uppercase;
    line-height: 21px;
}

#sidebar .product-menu li a:hover {
    color: #669966;;
    text-decoration: underline;
}

#product-cont {
    margin: 0 20px;
    line-height: normal;
    text-align: justify;
}

#product-cont a{
    margin-left: 5px;
    margin-top: 5px;
    /*padding: 0px 10px 10px 20px;*/
    
    font-size: 14px;
    color: #669966;
    text-decoration: underline;
}

#product-cont  a:hover {
    color: #336633;
    text-decoration: none;
}

#product-cont p {
    font-size: 14px;
    color: #000;
    margin: 0px;
}

#product-cont .img1 {
   float: left;
   margin-right:20px;
}

#product-cont h2 {
    font-size: 24px;
    color: #669966;
}

#product-cont h3 {
    font-size: 17px;
    color: #666666;
    margin: 10px 0px;
}

#product-cont h4 {
    font-size: 14px;
    color: #333333;/*#666666;*/
    margin: 10px 0px;
    padding: 0px;
}

#product-cont .beforelist {
    font-size: 14px;
    color: #666666;
    margin-top: 5px;
    font-weight: bold;
}

#product-cont .level2{
	list-style-type: square;
    list-style-position: inside;
    font-size: 14px;
    color: #336633;
    margin-top: 5px;
    margin-bottom: 0px;
    margin-left: 15px;
}

#product-cont ul {
    list-style-type: disc;
    list-style-position: inside;
    font-size: 14px;
    color: #000;
    margin-top: 5px;
    margin-bottom: 0px;
    margin-left: 15px;    
}

#product-cont ol {
    list-style-type: decimal;
    list-style-position: inside;
    font-size: 14px;
    color: #000;
    margin-top: 5px;
    margin-bottom: 0px;
    margin-left: 15px;    
}

#product-cont i {
  font-style:italic;
}

#product-cont ul a{
  margin-left: 5px;
}

#product-cont li{
  margin-bottom: 5px;
}
/*
#product-cont table {   
  border-spacing:0px; 
  width: 100%;
}

#product-cont tr{
  height: 100%;    
}

#product-cont td{  
  border-style: solid;
  border-width: 1px; 
  border-spacing:0px; 
  padding-left: 2px;
  padding-right: 2px;
  padding-bottom: 2px;
  padding-top: 2px;
  text-align: center;
  vertical-align: middle;
}
*/
#product-cont .tablecaption{  
  font-weight: bold;
  color: #336633;  
}

#product-cont sub{
  font-size: 11px;
}

#product-cont b{
  font-weight: bold;
}

form .top{
  float: top; 
 
}

form .left{
 float: left;  
 margin-left:  40%;
}

form .center{
    float: left;
    margin-left:  30%;
}

form .left input, label, select{
/*  float: left; */
  width: 250px;
}

form .bottom{   
  clear:both;    
}

form .bottom input, label{   
/*  float: left;*/
  margin-right:  10px;
}



#newsadmin{
    /*float: center;*/
    margin-left: 160px;
    margin-right: 100px;
    margin-top: 30px;
}

#newsadmin a.add{
    font-size: 16px;
    //font-style: italic;
    font-weight: bold;
    padding-bottom: 40px;
   // height: 80px;    
}

#newsadmin .newsblock .newsdate{
    font-size: 12px;
    font-style: italic;
    margin-bottom: 10px;        
}


#newsadmin .newsblock p{
    margin-bottom: 10px;
}


#newsadmin .newsblock p.newsdate{
    font-size: 12px;
    font-style: italic;
    margin-bottom: 10px;   
    color: green;
}

#newsadmin .newsblock p.message{
    color:red;
}

#newsadmin .newsblock p.message span{
    color:blue;
}



#newslist{
    
    
}

#newslist .new{
    margin-top: 10px;
    margin-bottom: 40px;
    //border-bottom: 1px solid #003399; /*bdbdbd;*/    
    
   
    
}
#newslist .new p.date{
    font-size: 12px;
    font-style: italic;  
    color: #003399;
}

#newslist .new p{
    font-size: 15px;
}


#newslist .new a{
    margin-left: 5px;    
    margin-bottom: 5px;
    /* padding: 0px 10px 10px 20px; */
    font-size: 14px;
    color: #669966;
    text-decoration: underline;  
    //float:left;
    padding-left: 20px;
    
}


#newslist .new  a:hover {
    color: #336633;
    text-decoration: none;
}

.test{
    visibility: hidden; 
    height: 0px;
  
}


#about ul{
    list-style-type: disc;
    list-style-position: inside;        
    margin: 15px 20px;
    font-size: 14px;
    color: #333333;
    line-height: 18px;
    text-align: justify;  
}

#about li{
    list-style-type: disc;
    list-style-position: inside;        
    margin: 15px 20px;
    font-size: 14px;
    color: #333333;
    line-height: 18px;
    text-align: justify;  
}

#plan table {   
  width: 100%;
}

#plan td{  
  border-style: solid;
  border-width: 1px; 
  border-spacing:0px; 
  border-color: #333333;
  padding-left: 5px;
  padding-right: 5px;
  padding-bottom: 2px;
  padding-top: 2px;
}

#intr {   
  font-size: 12px;
}

#intr table {   
  margin: auto;
  font-size: 12px;
  
}

#intr tr{
  height: 100%;    
}

#intr td{  
  border-style: solid;
  border-width: 1px; 
  border-spacing:0px; 
  border-color: #9B9696;
  padding-left: 2px;
  padding-right: 2px;
  padding-bottom: 2px;
  padding-top: 2px;
}

#intr h2 {
 font-weight: bold;
 font-size: 14px;
 text-align:left;	
}

#intr ul{
    list-style-type: disc;
    list-style-position: inside;        
    margin: 15px 20px;
    font-size: 14px;
    color: #333333;
    line-height: 18px;
    text-align: justify;  
}

#intr li{
    list-style-type: disc;
    list-style-position: inside;        
    margin: 15px 20px;
    font-size: 14px;
    color: #333333;
    line-height: 18px;
    text-align: justify;  
}

#sitemap{
	margin-top:20px;
	margin-bottom:20px;	
}

#sitemap a{
	color:green;	
	
}

#sitemap a.noactive{
	color:gray;	
}


#sitemap .mainmenu {
	margin-top:2px;
	margin-bottom:2px;	
	font-size:14pt;
}
#sitemap .othermenu {
	margin-top:2px;
	margin-bottom:2px;	
	margin-left:50px;
	font-size:13pt;
}


#sitemap .spoiler-title-mainmenu,.spoiler-title-productmenu{
	cursor:pointer;
	color:blue;
	font-size:20px;
	border-bottom: 1px dashed blue;		
}
#sitemap .spoiler-body-mainmenu ,.spoiler-body-productmenu{
	margin-top:10px;
	display:none;
	background:#f1f1f1;
}

#admin{
}
#admin p{
	margin-bottom:10px;
}


/*body {
  background-color: #333;
  padding: 1.25em; 
}*/
ul {
    padding: 0;
}
ul, li {
  list-style: none;
}
a {
  font-family: sans-serif;
  text-decoration: none;
  color: darkcyan;
}
#nav {
  width: 100%; 
/*  width: 60em; 
  position: absolute;
  top: 25%;
  left: 50%;
  margin-left: -30em; /* 30 480 */
}
#nav > a {
  display: none;
}
#nav li {
  position: relative;
}
#nav li a {
  color: #fff;
  display: block;
}
#nav li a:active {
  background-color: #c00 !important;
}
#nav span:after {
  width: 0;
  height: 0;
  border: 0.313em solid transparent; /* 5 */
	border-bottom: none;
	border-top-color: #519872;
	content: '';
	vertical-align: middle;
	display: inline-block;
	position: relative;
	right: -0.313em; /* 5 */
}
/* first level */
#nav > ul {
	height: 3.75em; /* 60 */
	background-color: #519872;
}
#nav > ul > li {
	width: 25%;
	height: 100%;
	float: left;
}
#nav > ul > li > a {
	height: 100%;
	font-size: 1.5em; /* 24 */
	line-height: 2.5em; /* 60 (24) */
	text-align: center;
}
#nav > ul > li:not( :last-child ) > a {
	border-right: 1px solid #519872;
}
#nav > ul > li:hover > a,
#nav > ul:not( :hover ) > li.active > a {
	background-color: #38684e;
}
/* second level */
#nav li ul {
	background-color: #38684e;
	display: none;
	position: absolute;
	top: 100%;
}
#nav li:hover ul {
	display: block;
	left: 0;
	right: 0;
}
#nav li:not( :first-child ):hover ul {
	left: -1px;
}
#nav li ul a {
	font-size: 1.25em; /* 20 */
	border-top: 1px solid #38684e;
	padding: 0.75em; /* 15 (20) */
}
#nav li ul li a:hover,
#nav li ul:not( :hover ) li.active a {
	background-color: #519872;
}
@media only screen and ( max-width: 62.5em ) { /* 1000 */
	#nav {
		width: 100%;
		position: static;
		margin: 0;
	}
}
@media only screen and ( max-width: 40em ) /* 640 */
{
	html {
		font-size: 75%; /* 12 */
	}
	#nav {
		position: relative;
		top: auto;
		left: auto;
	}
	#nav > a {
		width: 3.125em; /* 50 */
		height: 3.125em; /* 50 */
		text-align: left;
		text-indent: -9999px;
		background-color: #519872;
		position: relative;
	}
	#nav > a:before,
	#nav > a:after {
		position: absolute;
		border: 2px solid #fff;
		top: 35%;
		left: 25%;
		right: 25%;
		content: '';
	}
	#nav > a:after {
		top: 60%;
	}
	#nav:not( :target ) > a:first-of-type,
	#nav:target > a:last-of-type {
		display: block;
	}
	/* first level */
	#nav > ul {
		height: auto;
		display: none;
		position: absolute;
		left: 0;
		right: 0;
	}
	#nav:target > ul {
		display: block;
	}
	#nav > ul > li {
		width: 100%;
		float: none;
	}
	#nav > ul > li > a {
		height: auto;
		text-align: left;
		padding: 0 0.833em; /* 20 (24) */
	}
	#nav > ul > li:not( :last-child ) > a {
		border-right: none;
		border-bottom: 1px solid #38684e;
	}
	/* second level */
	#nav li ul {
		position: static;
		padding: 1.25em; /* 20 */
		padding-top: 0;
	}
}



table {
/*font-family: "Lucida Sans Unicode", "Lucida Grande", Sans-Serif;*/
text-align: center;
border-collapse: collapse;
border-spacing: 5px;
background: #E1E3E0;
border-radius: 20px;
}
.mt th {
font-size: 18px;
font-weight: 600;
padding: 12px 10px;
border-bottom: 2px solid #38684e;
color: #38684e;
}
.mt tbody tr:nth-child(2) {
border-bottom: 2px solid #38684e;
}
.mt td {
font-size: 14px;
padding: 10px;
/*color: #8D8173;*/
color: #38684e;
}

input {
    font-family: Tahoma, Verdana, sans-serif;
    font-size: 14px;

}
