html,body {
      margin:0px;
      padding:0px;
      background:#111;
	  height:100%;
	  color:#fff;
	  text-align: center;
     }
.workPart {
           vertical-align:top;
		   padding:30px; 
          }
.top {
      vertical-align:top;
	 }				 
.middle  {
         vertical-align:middle;
		}
.bottom {
         vertical-align:bottom;
        }		
.just {		   
       text-align: justify;
	  }
.right {		   
       text-align: right;
	  }
.left {		   
       text-align: left;
	  }
.center	{
         text-align: center;
        } 
.b {
    font-weight: bold; 
   }
a:active,a:link,a:visited {
						  font-family:verdana,arial;
                          color:#d9d9d9;
                         }
a:hover {
         font-family:verdana,arial;
         text-decoration:none;
         color:#fff;
        }
p {
   font-family:verdana,arial;
   color:#fff;
   font-size:12px;
  }
.autoMargin  {
 		      width: 100%;
             }
* html .autoMargin {
				  width: 1px;
                 }
.text {
      font-family:verdana,arial;
      color:#fff;
      font-size:12px;
	  text-align: left;
      }  
.sigPic {
         font-size: 11px;
        }  
.signature	{
             font-size: 11px;
            } 
.white {
        color:#fff; 
       }			
.black {
        color:#000; 
       }
.grey {
        color:#8a8a8a; 
       }
.red {
      color: red;
      font-size: 10px;	  
     } 	   
.notunder {
          text-decoration:none;
         }	  
input.input {
             border:1px solid #000;
            }
textarea.textarea {
                 border:1px solid #000;
               }
			
input.submit {
            background:#fff;
            border:1px solid #000;
           }
img.border {
           border:1px solid #000;
          }		   
/*window*/
div.window {
		   position: absolute;
		   overflow: auto;
		   background-color: #111;
		   width: 1000px;
		   height: 600px;
		   left: 50%; /* Положение слоя от левого края */
		   top: 50%; /* Положение слоя от верхнего края */
		   margin-left: -500px; /* Отступ слева */
		   margin-top: -300px; /* Отступ сверху */
		 }
div.item {
		 position: relative;
		 height: 100px;
		 width: 100px;
		 float: left;
		 padding: 0px;
		 margin: 0px;
       }
div.label {
		 position: absolute;
		 z-index:2;		 
		 top: 300px;
		 left: 500px;
	     height: 100px;
		 width: 500px;
		 padding: 0px;
		 margin: 0px;		 
         background: url('images/index_07.gif') no-repeat;
		}
/*end of window*/
/*window gallery*/		  
div.windowMain {
		   background-color: #111;
		   width: 780px;
		   height: 100%;
		   top: 100px;
		   margin-left: auto;
           margin-right: auto;
		 }
div.partLogo {
             padding-top:50px;
			 width: 500px;
			 height: 100px;
			 float: right;
           }		 
div.partGal {
            padding-top:55px;
			width: 135;
			height: 75;
			float:left;
           }	
div.windowGrey {
		      background-color: #434343;
 		      width: 780px;
			  padding-top: 40px;					 
			  padding-bottom: 40px;
             }
					
div.windowGal {
 		      background-color: #111;
              width: 703px; 
			  padding-bottom: 3px;
		      margin-left: auto;
              margin-right: auto;				  
		     }
div.windowGalI {
 		      background-color: #434343;
              width: 700px; 
		      margin-left: auto;
              margin-right: auto;				  
		     }
/** html div.windowGal {
                   width: 703px; 
                  } */
div.itemGal {
		 height: 100px;
		 width: 100px;
         padding: 0px;
		 margin: 0px;
	     float: left;		 
       }
div.listGal {
           position: relative;
		   text-align: right;
		   bottom: -12px;
		   right: 40px;
		   
          }	   
/*end of window gallery*/	

/*window gallery item*/		  
div.windowMainItem {
		   position: absolute;
  		   z-index: 1;	
           width: 100%;		   
		   overflow: none;
		   background-color: #111;
		   padding-top: 120px;
		   padding-bottom: 50px;		   
		 }
div.textItem {
             font-family: verdana;
   		     font-size: 11px;
             color: #fff;
			 padding: 7px;
			 text-align: center;
			 line-height: 1.5;
            }		 
.back {
       font-size: 10px;
	   float: left;
	   padding-left: 40px;
	  }
#left a  {
        font-size: 10px;
 	    float: left;
		background: url(images/left.gif) no-repeat;
		width: 10px;
		height: 11px;
		vertical-align: middle;
		margin-left: 10px;		
       }
#left a:hover  {	   
  		      background: url(images/lefth.gif) no-repeat;
			 }
#right a  {
        font-size: 10px;
 	    float: left;
		background: url(images/right.gif) no-repeat;
		width: 10px;
		height: 11px;
		vertical-align: middle;
		margin-left: 10px;		
       }
#right a:hover  {	   
  		      background: url(images/righth.gif) no-repeat;
			 }
#back a  {
        font-size: 10px;
 	    float: left;
		background: url(images/back.gif) no-repeat;
		width: 20px;
		height: 11px;
		vertical-align: middle;
		margin-left: 38px;
       }
#back a:hover  {	   
  		      background: url(images/backh.gif) no-repeat;
			 }
			 
	   
/*end of window gallery item*/

/*menu*/	  
div.menu {
		 width: 780px;
		 height: 80px;
		 margin: 0px;
		 padding: 0px;
		 text-align: center;
       }
div.menuItem a { 
          position: relative;
  		  float: left;
          font-family: verdana;  
		  font-size: 12px;
		  font-weight: bold;
		  text-decoration: none;
		  top: 30px;
		  margin-right: 8px;
		  margin-left: 8px;
         }
div.menuImg {
		    float: left;
		   }
/*end of menu*/	  
/*admin window*/
div.adminMain{
		   position: absolute;
		   overflow: auto;
		   background-color: #434343;
		   width: 300px;
		   height: 200px;
		   left: 50%; /* Положение слоя от левого края */
		   top: 50%; /* Положение слоя от верхнего края */
		   margin-left: -150px; /* Отступ слева */
		   margin-top: -100px; /* Отступ сверху */
		   text-align: center;
		 }
div.adminSub{
		   position: absolute;
		   overflow: auto;
		   background-color: #111;
		   width: 260px;
		   height: 160px;
		   left: 50%; /* Положение слоя от левого края */
		   top: 50%; /* Положение слоя от верхнего края */
		   margin-left: -130px; /* Отступ слева */
		   margin-top: -80px; /* Отступ сверху */
		   text-align: center;
		 }
.inputText {
             font-family: verdana;
			 font-size: 12px;
             color:#fff;
             }
div.inputInput {
               padding: 3px;
               text-align: center;
              }			 
/*end of admin window*/
/*pic*/
div.picMain{
		   position: absolute;
		   overflow: auto;
		   background-color: #434343;
		   width: 500px;
		   left: 50%; /* Положение слоя от левого края */
		   margin-left: -250px; /* Отступ слева */
		 }
/*end pic*/
/*admin pic*/
div.adminWindow {
		   position: absolute;
		   overflow: auto;
		   background-color: #434343;
		   width: 600px;
		   left: 50%; /* Положение слоя от левого края */
		   margin-left: -300px; /* Отступ слева */
		   padding: 20px;
		   text-align: left;		   
		 }
div.itemAdmin {
		 position: relative;
		 height: 100px;
		 width: 100px;
		 padding: 0px;
		 margin: 0px;
       }
div.redactText {
              font-family: verdana;
			  font-size: 12px;
              color: #fff;
			  float: bottom;
			  padding-top: 5px;
			  padding-bottom: 30px;
		      text-align: left;			  
             }
.padText {
		  padding: 10px; 
		 }			 
/*end admin pic*/
/*info*/
div.info {
         padding: 10px;    
		 line-height: 0.6; 
	     text-align: left;		 
        }		
* html div.info {
              padding: 10px;    
		      line-height: 0.2; 
	          text-align: left;		 
             }		
/*end info*/		
/*guest*/
div.itemGuest1 {
              background: #434343;
             }
div.itemGuest2 {
              background: #111;
             }
div.itemGuest {
		      padding: 2px;
 		      width: 600px;
			  text-align: left;		
		      margin-left: auto;
              margin-right: auto;			  
             }			 
div.answer {
		  padding-left: 20px;
		  font-size: 11px;
         }	
/*end guest*/
.catalog {
		 position: absolute;
		 width: 1000px;
 		 bottom: 20px;
		 left: 0px;
         left: 50%; /* Положение слоя от левого края */
		 margin-left: -500px; /* Отступ слева */
         }
.catalogP {
		 /*position: absolute;
		 width: 780px;
 		 bottom: 20px;
		 left: 0px;*/
         }		 
.floatLeft {
            float: left;
           }