body{
    margin: 0px;
    font-family: Arial,sans-serif;
}
.bodyBorder {
  max-width: 1600px;
  min-width: 1200px;
  width: 100%;
  margin: 0px auto;
}

 a {
    outline: none;
   }
.bgstretcher-area { text-align: left; }

.bgstretcher, .bgstretcher UL, .bgstretcher UL LI {
    position: relative;
    top: 0;
    left: 0;
}
 
.bgstretcher UL, .bgstretcher UL LI {
margin: 0;
padding: 0;
list-style: none;}


.bgstretcher {
background: black;
overflow: hidden;
height: 729px;
position: absolute;
z-index: 1;
_position: absolute; /*IE6 doesn't support fixed positioning*/
top: 0;
left: 0;

}

.navbut{
    position: absolute;
    left: 50%;
    top: 600px;
    margin-left: -94px;
}

.link-vacancies{
    position: absolute;
    left: 50%;
    padding: 10px 25px 10px 25px; 
    color: black;
    font-size: 16px;
    background-color: white;
    margin-top: 450px;
    cursor: pointer;
    margin-left: -70.5px;
    }

.navbut ul {
    margin: 0;
    padding: 4px;
}
.navbut ul li {
    list-style-type: none; 
    display: inline;
    margin-right: 5px;
    padding: 3px;
}

.vacancies {

    text-align: center; 
    font-size: 45px;
    font-weight: bold;
}


.vacancies-text {
    width: 100%;
}


.text-vacancies-title {
    position: absolute;
    left: 50%;
    margin-left: -339px;
    margin-top: 15%;
    color: white;
    text-align: center;
    font-size: 40px;
}

.on {
    background-image: url(./on.jpg);
    width: 100%;
    height: 700px;
    min-width: 1100px;
    background-position: center;
}

.text-bg-on {
    position: relative;
    left: 60%;
    width: 28%;
    background-color: black;
    background: rgba(00,00,00,0.7);
    color: white;
    padding: 15px;
}

.car-td {
    width: 184.8px;
/*
    padding: 14px;
*/
}

.car-title {
    color: red;
    font-size: 16px;
}
.car-desc {
    color: #a1a1a1;
    font-size: 15px;
}

.just {
    background-image: url(./just.jpg);
    width: 100%;
    height: 700px;  
    background-position: center;
}

.text-bg-just {
    position: relative;
    left: 15%;
    width: 28%;
    background-color: black;
    background: rgba(00,00,00,0.7);
    color: white;
    padding: 15px;
}



.faq {

    text-align: center; 
    font-size: 45px;
    font-weight: bold;
}

.worksheet {
    background-image: url(./worksheet.png);
    width: 100%;
    text-align: center;
}

.worksheet-text {
    font-size: 45px;
    font-weight: bold;
    color: white;
}

.worksheet-text-label {
    font-size: 24px;
    font-weight: bold;
    color: white;
}

.worksheet-form {
    color: silver;
    width: 400px;
    height: 46px;
    border: 0px;
    text-align: center;
    font-size: 24px;
}
.worksheet-form-submit {
    color: red;
    background-color: white;
    width: 190px;
    height: 46px;
    border: 0px;
    text-align: center;
    font-size: 24px;
          margin-left: 210px;
}

/*
.worksheet-form-file {
    color: silver;
    width: 280px;
    height: 35px;
    border: 0px;
    text-align: center;
    font-size: 24px;
    
}
*/

.worksheet-form-file-div {
    
      overflow:hidden;
      width:190px;
      height:46px;
      cursor:pointer;
      position: absolute;
      left: 50%;
      margin-left: -200px;
      background:url(./worksheet-file-off.png) no-repeat;
        float: left;
    }

.worksheet-form-file {
      opacity:0;
      filter:alpha(opacity:0);
      font-size:199px;
      cursor:pointer;
      padding:0px;
      margin:0px;
      border:none;
      margin-left:-440px;
    }



#top-menu {
    background: white;
    
}

#top-menu ul {
    list-style: none;
    display: inline;
    
    

}
#top-menu li {
    float: left;
    list-style: none;
}

#top-menu a {
    font-size: 14px;
    padding: 5px 0px 5px 15px;
    color: #000;
    text-decoration: none;
}

#top-menu li.active a {
    color: red;
}


#parent_popup {
  background-image: url(./fon.png);
  height: 100%;
  position: fixed;
  width: 100%;
  z-index: 100;
  top: 0;
  left: 0;
}
#popup {
  background-color: white;
  text-align: center;
  position: fixed;
  top: 40%;
  left: 50%;
  margin-left: -202px;
  color: #000;
  width: 400px;
   border: 2px green solid;
 -moz-border-radius: 10px;
 -webkit-border-radius: 10px; 
 -khtml-border-radius:10px; 
 border-radius: 10px; 
}

#popup_err {
  background-color: white;
  text-align: center;
  position: fixed;
  top: 40%;
  left: 50%;
  margin-left: -202px;
  color: #000;
  width: 450px;
   border: 2px red solid;
 -moz-border-radius: 10px; 
 -webkit-border-radius: 10px;
 -khtml-border-radius:10px;
 border-radius: 10px;
}



