/* CSS Document */

#header {
  /* width:100%;
  min-width:980px; 874px*/
  width:874px;
  height:123px;
  margin: 0 auto;
}

#logo_holder {
  float:left;
  margin: 0px;
  width: 187px;
}

#header_form,
#language_selector,
#header_info {
  height:22px;
  padding:4px 0 4px 0;
  float:right;
  margin:50px 0 0 10px;
  border: solid #b5c9ca;
}

#header_form {
  /*width:29%;
  min-width:230px;*/
  width: 220px;
  border-width: 0 1px 0 0;
  text-align: left;
  padding: 0px 0px 0px 10px;
}

#header_form a, #header_info a {
  color: #676868;
}

#header_form form,
#language_selector form {
  display:inline;
}

#header_search_field {
  border: 1px solid #c1c8c9;
  font-size:8pt;
  height:14px;
  width:134px;
}

#header_search_submit {
  width:20px;
  height:20px;
  background: url(../img/search_btn.gif) no-repeat top left;
  border:0;
  padding:0;
  margin: 0 6px -2px 2px;
}

#language_selector {
  /* width:29%;
  min-width:270px; */
  width:280px;
  font-size:8pt;
  color: #676868;
  text-align:right;
  padding:2px 13px 0 0;
  height:20px;
  border-width: 0 1px 0 0;
}

#language_selector img {
  margin: 0 5px -1px 5px;
}

#language_selector_input {
  border: 1px solid #c1c8c9;
  font-size:8pt;
  height:20px;
  padding-top: 1px;
  width:150px;
  margin-bottom:1px;
  /*scrollbar-face-color:#FFFFFF;*/
}

#header_info {
  /*width: 15%;
  min-width:100px;*/
  width:70px;
  border-width: 0;
  margin-right: 10px;
  margin-left: 25px;
  text-align: right;
}

#header_buttons {
  /* width:20%;
  min-width:200px; */
  width:250px;
  height:22px;
  padding:2px 0 2px 0;
  float:left;
  margin: 10px 0 0 27px;
}

#header_buttons img {
  margin:0 10px 0 10px;
}

#header_grey {
  /* width:100%;
  height:38px; */
  width:874px;
  height:38px;
  background:#f3f3f3;
  border: solid #00bef2;
  border-width:1px 0 0 0;
  padding:0;
  margin:0 auto;
}

#header_low,
#header_low_main,
#header_low_about,
#header_low_products,
#header_low_business,
#header_low_contacts {
  /* ;width:100%;
  min-width:980px; */
  width:874px;
  height:242px;
  clear:both;
  background: url(../img/header_low_back.jpg) no-repeat right bottom;
  margin:10px auto 0 auto;
}

#header_low_main {
  background: url(../img/header_low_back_main.jpg) no-repeat right bottom;
  margin: 10px auto;
}

#header_low_about {
  background: url(../img/header_low_back_about.jpg) no-repeat right bottom;
  margin: 10px auto;
}

#header_low_products {
  background: url(../img/header_low_back_products.jpg) no-repeat right bottom;
  margin: 10px auto;
}

#header_low_business {
  background: url(../img/header_low_back_business.jpg) no-repeat right bottom;
  margin: 10px auto;
}

#header_low_contacts {
  background: url(../img/header_low_back_contacts.jpg) no-repeat right bottom;
  margin: 10px auto;
}