@import url(reset.css);

body {
    background-color: #f5f5f5;
    
}


#wrapper  {
    width: 1024px;
     /*  outline:10px solid #cc0000;
     border: 10px solid #e4e4e4;*/
    margin: 0 auto;
 }
 
 /*Начало блока БЛОКА HEADER*/
 
 #header {
    width: 1024px;
    height: 475px;
    outline:0px solid #cc0000;
    background-color: #f6f6f6;
    /*position: relative;*/
}







/*Начало блока Языки*/

#headerLang {
    width: 1024px;
    height: 40px;
    outline:0px solid #cc0000;
    background-color: #f6f6f6;
}
#rus {
    width: 30px;
    height: 20px;
    background-image: url(../images/flagrus.jpg);
    background-repeat: no-repeat;
    position: absolute;
    top: 13px;
    left: 850px;
}

#rus a {
    display: block;
    height: 20px;
    cursor: pointer;
}

#bel {
    width: 30px;
    height: 20px;
    background-image: url(../images/flagbel.jpg);
    background-repeat: no-repeat;
    position: absolute;
    top: 13px;
    left: 900px;
}

#bel a {
    display: block;
    height: 20px;
    cursor: pointer;
}


#eng {
    width: 30px;
    height: 20px;
    background-image: url(../images/flageng.jpg);
    background-repeat: no-repeat;
    position: absolute;
    top: 13px;
    left: 950px;
}

#eng a {
    display: block;
    height: 20px;
    cursor: pointer;
}

/*Конец блока Языки*/


#headerNav {
    width: 1024px;
    height: 50px;
    outline:0px solid #cc0000;
    background-color: #f6f6f6;
}

#headerNav {
    width: 1024px;
    height: 50px;
    outline:0px solid #cccccc;
    position: relative;
    top: 0px;
    left:0px;
	
}

#headerNav li {
    float: left;
    outline:0px solid #cc0000;
    margin-right: 37px;
    padding-left: 30px;
    /*padding-top: 10px;*/
	text-align:left;
}


#headerNav li  {
    text-decoration: none;
    font: 25px Arial sans-serif;
    color: #999999;
}

#headerNav li a {
    text-decoration: none;
    font: 25px Arial sans-serif;
    color: #999999;
	
}

#headerNav li a.active, #headerNav li a:hover {
    color: #dc5130;
}

#info {
    text-decoration: none;
    font: 25px Arial sans-serif;
    color: #000000;
}













#headerPic {
    width: 1024px;
    height: 385px;
    outline:0px solid #cc0000;
    /*background-color: #f6f6f6;*/
    background-image: url(../images/index.jpg);
    background-repeat: repeat-y;
}

#headerPic2 {
    width: 1024px;
    height: 385px;
    outline:0px solid #cc0000;
    /*background-color: #f6f6f6;*/
    background-image: url(../images/index2.jpg);
    background-repeat: repeat-y;
}

#headerPic3 {
    width: 1024px;
    height: 385px;
    outline:0px solid #cc0000;
    /*background-color: #f6f6f6;*/
    background-image: url(../images/index3.jpg);
    background-repeat: repeat-y;
}

#headerPic4 {
    width: 1024px;
    height: 385px;
    outline:0px solid #cc0000;
    /*background-color: #f6f6f6;*/
    background-image: url(../images/index4.jpg);
    background-repeat: repeat-y;
}

#headerPic5 {
    width: 1024px;
    height: 385px;
    outline:0px solid #cc0000;
    /*background-color: #f6f6f6;*/
    background-image: url(../images/index5.jpg);
    background-repeat: repeat-y;
}
 
 /*Конец блока БЛОКА HEADER*/
 
 
 
 
 /*Начало блока БЛОКА INDEX*/
 
 #indexBar {
    width: 1024px;
    height: 40px;
    outline:0px solid #cc0000;
    background-color: #f6f6f6;
}
 
 
 
 




/*БЛОК     dopMenu*/

#dopMenu {
    height: 395px;
    outline:0px solid #cc0000;
    background-image: url(../images/dopMenuBg.png);
    padding-left: 35px;
}

#dopMenu div {
    float: left;
    width: 300px;
    height: 395px;
    outline:0px solid #cc0000;
    outline: 0px solid #ececec;
}

#about, #product  {
    margin-right: 31px;
}
 
#about {
    background-image: url(../images/page1_img1.jpg);
    background-repeat: no-repeat;
}


#product {
     background-image: url(../images/page1_img2.jpg);
     background-repeat: no-repeat;
}



#contacts {
     background-image: url(../images/page1_img3.jpg);
     background-repeat: no-repeat;
}

#dopMenu div h4 {
    height: 43px;
    padding: 20px 0 0 0px;
    margin-top: 265px;
    outline:0px solid #cc0000;
    overflow: hidden;
    text-align: center;
    
}

#about a {
    color: #3c74a9;
    text-decoration: none;
}

#about h4 {
    font: 18px Arial, sans-serif;
}


#union a {
    color: #49a69e;
    text-decoration: none;
}

#union h4 {
    font: 18px Arial, sans-serif;
}


#product a {
    color: #f3ad29;
    text-decoration: none;
}


#product h4 {
    font: 18px Arial, sans-serif;
}

#contacts a {
    color: #dc5130;
    text-decoration: none;
}

#contacts h4 {
    font: 18px Arial, sans-serif;
}

#dopMenu div p {
    height: 34px;
    padding: 3px 0 0 13px;
    outline:0px solid #cc0000;
    color: #999999;
    font: 13px Arial, sans-serif;
    overflow: hidden;
    text-indent: 10px;
}






/*Начало блока БЛОКА indexIntrod*/



#indexIntrod {
    width: 1024px;
    height: 830px;
    outline:0px solid #cc0000;
    background-color: #f6f6f6;/*
    background-image: url(../images/index.jpg);
    background-repeat: repeat-y;*/
}
 
#inIntrLeft { 
    height: 830px;
    width: 300px;
    outline:0px solid #cc0000;
    /*border: 1px solid #e4e4e4;*/
    /*outline:1px solid #e4e4e4;*/
    float: left;
 
 }
 
 

 
 
 #inIntrLeft1 {
    height: 30px;
    outline:0px solid #cc0000;
 }
 
 
 #inIntrLeft1 h3 {
    outline: 0px solid #cc0000;
    overflow: hidden;
    text-align: center;
    color: #413f3f;
    font: 20px Times New Roman;
    padding-top: 5px;
    font-family: sans-serif;
    font-style: italic;
}

 #inIntrLeft2 {
    height: 600px;
    outline:0px solid #cc0000;
 }
 
 
 #inIntrLeft2 p {
    /*padding-top: 5px;*/
    color: #413f3f;
    font: 14px Times New Roman,sans-serif;
    overflow: hidden;
    padding-left: 10px;
    text-indent: 10px;
 }
 #inIntrLeft2 p span {
 font-weight:bold
 }
 
#korma, #uvarovichi {
    position: relative;
    
    top: 30px;
}
 
#inIntrRight {
     height: 700px; 
    width: 724px;
    outline:0px solid #cc0000;
    margin-left: 300px;
   /*background-image: url(../images/inIntrRight.png);
     background-repeat: no-repeat;*/ 
   
}
 
#inIntrRighte {
     height: 700px; 
    width: 724px;
    outline:0px solid #cc0000;
    margin-left: 300px;
    background-image: url(../images/inIntrRighte.png);
     background-repeat: no-repeat;
   
} 
 
#inIntrRight1 {
    height: 100px;
    outline:0px solid #cc0000;
    background-repeat: no-repeat;
 
}
/*
#banner111 {
    height: 100px;
    width: 362px;
    background-image: url(../images/inIntrRight1.png);
    background-repeat: no-repeat;
    
          
}
*/

/*
#banner222 {
    
   width: 362px;
    
    background-image: url(../images/inIntrRight2.png);
     background-repeat: no-repeat;
    }
    
    */
    
    #banner000 {
    height: 100px;
   /* padding-left: 37px;*/
    /*color: #4c4c4c;
    font: 17px Arial,sans-serif;*/
    text-align: center;
}

#banner000 div {
    float: left;
   
    height: 100px;
    outline:0px solid #e4e4e4;
}
/*
#banner111, #banner222 {
    margin-right: 25px;
}
 */
/*
#banner1 p {
    padding-top: 10px;
}*/
    
    
    
    
    

#inIntrRight2 {
    width: 140px;
    height: 600px;
    outline:0px solid #cc0000;
    float: left;
}
#uzor {
    position: relative;
    left: 20px;
    top: 40px;
}

#inIntrRight3 {
    width: 584px;
    height: 600px;
    outline:0px solid #cc0000;
    margin-left: 140px;
}

img.floatLeft {
    float: left;
    margin: 20px 10px 10px 10px;
}
 
 
#inIntrRight3 p {
    color: #413f3f;
    font: 15px Arial,sans-serif;
    
   
    overflow: hidden;
    padding: 10px 5px 0 10px;
    text-indent: 10px;
}


#inIntrRight3 ul {
    color: #413f3f;
    font: 15px Arial,sans-serif;
    
    
    overflow: hidden;
     padding: 15px 5px 0 10px;
    text-indent: 10px;
}
 
#obr {
    width: 436px;
    height: 200px;
     background-image: url(../images/obr.png);
     background-repeat: no-repeat;
    
    
} 
 /*Конец блока БЛОКА indexIntrod*/
 
 
 /*Конец блока БЛОКА INDEX*/
 

 
 /*Начало блока aboutUnion*/
  
 
 #aboutUnion {
    width: 1024px;
    height: 740px;
    outline:0px solid #cc0000;
 }
 
 
 #aboutUnion1 {
    width: 1024px;
    height: 40px;
    outline:0px solid #cc0000;
 }
 
 #aboutUnion2 {
    width: 1024px;
    height: 300px;
    outline:0px solid #cc0000;
 }
 
 
#aboutUnion2 p {
    color: #413f3f;
    font: 15px Arial,sans-serif;
    
   
    overflow: hidden;
    padding: 20px 5px 0 10px;
    text-indent: 10px;
}

 
 
 #aboutUnion3 {
    width: 1024px;
    height: 400px;
    outline:0px solid #cc0000;
 }
  #aboutUnion3 p {
    text-align: center;
    color: #413f3f;
    font: 18px Arial,sans-serif;
    
   
    overflow: hidden;
    padding: 20px 5px 0 0px;
    text-indent: 10px;
  }

 
 
 #news {
    padding-left: 293px;
 }
 /*Конец блока aboutUnion*/
 
 
 
 
 /*Начало блока plant*/
  
 
 #plant {
    width: 1024px;
    /*height: 740px;*/
    outline:0px solid #cc0000;
 }
 
 
 #plant1 {
    width: 1024px;
    height: 40px;
    outline:0px solid #cc0000;
 }
 
 #plant2 {
    width: 1024px;
    height: 300px;
    outline:0px solid #cc0000;
 }
 
 
#plant2 p {
    color: #413f3f;
    font: 15px Arial,sans-serif;
    overflow: hidden;
    padding: 20px 5px 0 10px;
    text-indent: 10px;
    line-height: 150%;
}

 
#plant2 p span {
    font-weight: bold;
}
 
 #plant3 {
    width: 1024px;
    height: 300px;
    outline:0px solid #cc0000;
 }
  #plant3 p {
    color: #413f3f;
    font: 15px Arial,sans-serif;
    overflow: hidden;
    padding: 20px 5px 0 10px;
    text-indent: 10px;
    line-height: 150%;
  }

#plant3 p span {
    font-weight: bold;
}
 
 #news {
    padding-left: 293px;
 }
 /*Конец блока plant*/
 
 
 
 
 
 
 
 /*БЛОК product*/


#contentProduct {
   outline:0px solid #cc0000;
   background-color: #f6f6f6;
   border: 0px solid #e4e4e4;
   width: 1024px;
   margin: 0 auto;
   
}

#contentProduct1 {
    height: 115px;
   outline:0px solid #cc0000;
   background-color: #f6f6f6;
   border: 0px solid #e4e4e4;
   padding-top: 40px;
}


#contentProduct11 { 
    height: 115px;
    width: 200px;
    outline:0px solid #cc0000;
    outline:0px solid #e4e4e4;
    float: left;
    background-image: url(../images/len_long.png);
    background-repeat: no-repeat;
    background-position: center;
}

#contentProduct12 {
    height: 115px;  
    width: 824px;
    outline:0px solid #cc0000;
    margin-left: 200px;
}


#contentProduct12 p {
    color: #4c4c4c;
    font: 17px Arial,sans-serif;
    outline: 0 solid #cc0000;
    padding: 20px 60px 10px 60px;
    text-indent: 25px;
}

#contentProduct12 p span {
    font-weight: bold;
}


#contentProduct2 {
   height: 115px;
   outline:0px solid #cc0000;
   background-color: #f6f6f6;
   outline:0px solid #e4e4e4;
}


#contentProduct21 { 
    height: 115px;
    width: 200px;
    outline:0px solid #cc0000;
    outline:0px solid #e4e4e4;
    float: left;
    background-image: url(../images/len_short.png);
    background-repeat: no-repeat;
    background-position: center;
}

#contentProduct22 {
    height: 115px;  
    width: 824px;
    outline:0px solid #cc0000;
    margin-left: 200px;
    outline:0px solid #e4e4e4;
}


#contentProduct22 p {
    color: #4c4c4c;
    font: 17px Arial,sans-serif;
    padding: 20px 60px 10px 60px;
    outline: 0 solid #cc0000;
    text-indent: 25px;
}

#contentProduct22 p span {
    font-weight: bold;
}






#contentProduct3 {
   height: 115px;
   outline:0px solid #cc0000;
   background-color: #f6f6f6;
   outline:0px solid #e4e4e4;
}


#contentProduct31 { 
    height: 115px;
    width: 200px;
    outline:0px solid #cc0000;
    outline:0px solid #e4e4e4;
    float: left;
    background-image: url(../images/briket.png);
    background-repeat: no-repeat;
    background-position: center;
}

#contentProduct32 {
    height: 115px;  
    width: 824px;
    outline:0px solid #cc0000;
    outline:0px solid #e4e4e4;
    margin-left: 200px;
}

#contentProduct32 p span {
    font-weight: bold;
}

#contentProduct32 p {
    color: #4c4c4c;
    font: 17px Arial,sans-serif;
    padding: 20px 60px 10px 60px;
    outline: 0 solid #cc0000;
    text-indent: 25px;
}


/**/


/**/

#contentProduct4 {
   height: 115px;
   outline:0px solid #cc0000;
   background-color: #f6f6f6;
   border: 0px solid #e4e4e4;
   outline:0px solid #e4e4e4;
}


#contentProduct41 { 
    height: 115px;
    width: 200px;
    outline:0px solid #cc0000;
    outline:0px solid #e4e4e4;
    float: left;
    background-image: url(../images/semy.png);
    background-repeat: no-repeat;
    background-position: center;
}

#contentProduct42 {
    height: 115px;  
    width: 824px;
    outline:0px solid #cc0000;
    outline:0px solid #e4e4e4;
    margin-left: 200px;
}


#contentProduct42 p {
    color: #4c4c4c;
    font: 17px Arial,sans-serif;
    padding: 20px 60px 10px 60px;
    outline: 0 solid #cc0000;
    text-indent: 25px;
    outline:0px solid #e4e4e4;
}

#contentProduct42 p span {
    font-weight: bold;
}



/**/









/*Конец блока products*/
 
 
 
 
 
 
 
 
 
 /*БЛОК contentcontact*/


#contentContact {
   outline:0px solid #cc0000;
   background-color: #f6f6f6;
   border: 0px solid #e4e4e4;
   width: 1024px;
   margin: 0 auto;
   height: 625px;
   
}

#contentContact1 {
    height: 115px;
   outline:0px solid #cc0000;
   background-color: #f6f6f6;
   border: 0px solid #e4e4e4;
   padding-top: 40px;
}


#contentContact11 { 
    height: 115px;
    width: 200px;
    outline:0px solid #cc0000;
    outline:0px solid #e4e4e4;
    float: left;
    
}

#contentContact12 {
    height: 115px;  
    width: 824px;
    outline:0px solid #cc0000;
    margin-left: 200px;
}


#contentContact12 p {
    color: #4c4c4c;
    font: 17px Arial,sans-serif;
    outline: 0 solid #cc0000;
    padding: 0px 30px 10px 40px;
    text-indent: 25px;
}

#contentContact12 p span {
    font-weight: bold;
}


#contentContact2 {
   height: 115px;
   outline:0px solid #cc0000;
   background-color: #f6f6f6;
   outline:0px solid #e4e4e4;
}


#contentContact21 { 
    height: 115px;
    width: 200px;
    outline:0px solid #cc0000;
    outline:0px solid #e4e4e4;
    float: left;
    
}

#contentContact22 {
    height: 115px;  
    width: 824px;
    outline:0px solid #cc0000;
    margin-left: 200px;
    outline:0px solid #e4e4e4;
}


#contentContact22 p {
    color: #4c4c4c;
    font: 17px Arial,sans-serif;
    padding: 20px 60px 10px 60px;
    outline: 0 solid #cc0000;
    text-indent: 25px;
}

#contentContact22 p span {
    font-weight: bold;
}






#contentContact3 {
   height: 115px;
   outline:0px solid #cc0000;
   background-color: #f6f6f6;
   outline:0px solid #e4e4e4;
}


#contentContact31 { 
    height: 115px;
    width: 200px;
    outline:0px solid #cc0000;
    outline:0px solid #e4e4e4;
    float: left;
   
}

#contentContact32 {
    height: 115px;  
    width: 824px;
    outline:0px solid #cc0000;
    outline:0px solid #e4e4e4;
    margin-left: 200px;
}

#contentContact32 p span {
    font-weight: bold;
}

#contentContact32 p {
    color: #4c4c4c;
    font: 17px Arial,sans-serif;
    padding: 20px 60px 10px 60px;
    outline: 0 solid #cc0000;
    text-indent: 25px;
}


/**/


/**/

#contentContact4 {
   height: 200px;
   outline:0px solid #cc0000;
   background-color: #f6f6f6;
   border: 0px solid #e4e4e4;
   outline:0px solid #e4e4e4;
    padding-top: 40px;
}


#contentContact41 { 
    height: 115px;
    width: 200px;
    outline:0px solid #cc0000;
    outline:0px solid #e4e4e4;
    float: left;
    
}

#contentContact42 {
    height: 115px;  
    width: 824px;
    outline:0px solid #cc0000;
    outline:0px solid #e4e4e4;
    margin-left: 200px;
}


#contentContact42 p {
    color: #4c4c4c;
    font: 17px Arial,sans-serif;
    padding: 20px 60px 10px 60px;
    outline: 0 solid #cc0000;
    text-indent: 25px;
    outline:0px solid #e4e4e4;
}

#contentContact42 p span {
    font-weight: bold;
}

.clear {
    clear: both;
}

/**/

#banner1 {
    height: 200px;
    padding-left: 37px;
    color: #4c4c4c;
    font: 17px Arial,sans-serif;
    text-align: center;
}

#banner1 div {
    float: left;
    width: 300px;
    height: 200px;
    outline:0px solid #e4e4e4;
}

#banner11Top, #banner12Top, #banner13Top {
    margin-right: 25px;
}
 

#banner1 p {
    padding-top: 10px;
}






/*Конец блока contentcontact*/
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 /*Начало блока БЛОКА FOOTER*/
 
 #footer {
   height: 25px;
   
   outline:0px solid #cc0000;
   padding: 20px 0 7px 35px;
   font: 11px Arial, sans-serif;
   color: #000000;
   background-color: #f6f6f6;
  
}

#footer p {
      color: #999999;
      text-decoration: none;
}

#footer span {
    color: #dc5130;
    font: 14px Arial, sans-serif;
    padding-left: 350px;
}
 
 /*Конец блока БЛОКА  FOOTER*/
