BODY {
  margin: 0;
  text-align: center;
  font-family: arial;
  font-size: 10px;
  color: #000;
  background: url('../images/bg-1.jpg') #6aaeb6 repeat-x;
}
.clear {
  clear: both;
}
.body {
  margin: 0 auto;
  width: 775px;
  background: url('../images/bg-2.jpg') #21608B repeat-x;
}
.head {
  margin: 0 auto;
  width: 740px;
  height: 129px;
  background: url('../images/header-logo.jpg') no-repeat;
}
.head a {
  display: block;
  height: 129px;
}
.head a h1 {
  display: none;
}
.navigation {
  margin: 0 auto;
  width: 740px;
}
.navigation UL {
  margin: 0;
  padding: 0;
  list-style: none;
}
.navigation UL LI {
  float: left;
}
.navigation UL LI a span {
  display: none;
}
.navigation UL LI#about-us a {
  background: url('../images/about-us.jpg') no-repeat;
  display: block;
  width: 122px;
  height: 50px;
}
.navigation UL LI#about-us a:hover {
  background: url('../images/about-us.jpg') 0 -50px no-repeat;
  display: block;
  width: 122px;
  height: 50px;
}
.navigation UL LI#products a {
  background: url('../images/products.jpg') no-repeat;
  display: block;
  width: 124px;
  height: 50px;
}
.navigation UL LI#products a:hover {
  background: url('../images/products.jpg') 0 -50px no-repeat;
  display: block;
  width: 124px;
  height: 50px;
}
.navigation UL LI#news-room a {
  background: url('../images/news-room.jpg') no-repeat;
  display: block;
  width: 126px;
  height: 50px;
}
.navigation UL LI#news-room a:hover {
  background: url('../images/news-room.jpg') 0 -50px no-repeat;
  display: block;
  width: 126px;
  height: 50px;
}
.navigation UL LI#engineering a {
  background: url('../images/engineering.jpg') no-repeat;
  display: block;
  width: 125px;
  height: 50px;
}
.navigation UL LI#engineering a:hover {
  background: url('../images/engineering.jpg') 0 -50px no-repeat;
  display: block;
  width: 125px;
  height: 50px;
}
.navigation UL LI#employment a {
  background: url('../images/employment.jpg') no-repeat;
  display: block;
  width: 122px;
  height: 50px;
}
.navigation UL LI#employment a:hover {
  background: url('../images/employment.jpg') 0 -50px no-repeat;
  display: block;
  width: 122px;
  height: 50px;
}
.navigation UL LI#contact-us a {
  background: url('../images/contact-us.jpg') no-repeat;
  display: block;
  width: 121px;
  height: 50px;
}
.navigation UL LI#contact-us a:hover {
  background: url('../images/contact-us.jpg') 0 -50px no-repeat;
  display: block;
  width: 121px;
  height: 50px;
}
.content {
  margin: 0 auto;
  width: 740px;
  background: url('../images/c-bg.gif') #fcf5d9 repeat-x;
}
.body-2 {
  text-align: left;
  padding: 10px;
}
.main-img {
  width: 520px;
  float: left;
}
.slogan-img {
  width: 193px;
  float: right;
}
.txt-area {
  padding: 20px 0 20px 0;
  font-size: 14px;
}
.txt-area TABLE TD {
  background: #ece5c7;
}
.bottom {
  margin: 0 auto;
  background: url('../images/bottom.jpg') no-repeat;
  width: 740px;
  height: 197px;
}
.footer {
  font-size: 12px;
  color: #FFF;
  padding: 10px;
}
