body {
  background: black;
  padding: 0;
  border: 0;
  margin: 20px 0 0 0;
}

a {
  text-decoration: none;
  color: black;
}  

a:hover {
  color: red;
}

img {
  border: 0; 
}

#container {
  width: 1000px;
  margin: auto;
  background: white url(background_Border.gif) repeat-x top;
}

#masthead {
  height: 140px;
  padding: 27px 0 0 0;
}

#masthead_top {
  height: 110px;
  background: url(background_Masthead.jpg) no-repeat top right;
  font: 170%/150% Times New Roman,'Lucida Grande',sans-serif;
  letter-spacing: -2px;
  padding: 0;
}

#masthead_top h1 {
  width: 370px;
  margin: 0 0 0 10px;
  padding: 10px 0 12px 0;
}

#masthead_top h1 a:link, #masthead_top h1 a:visited, #masthead_top h1 a:hover, #masthead_top h1 a:active {
  color: black;
}

#masthead_bottom {
  margin: 0;
  background: black;
  height: 30px;
}

#masthead_bottom ul {
  height: 25px; 
  font: normal 78% Verdana,'Lucida Grande',sans-serif;
  list-style-type: none;
  margin: 0;
  padding: 5px 0 0 40px;
}

#masthead_bottom ul li {
  display: inline;
  float: left;
  margin: 0 0 0 20px;
}

#masthead_bottom h3 {
  letter-spacing: -1px;
  margin: 0;
  background: black;
  color: white;
}

#masthead_bottom a {
  color: white;
}

#masthead_bottom a:hover {
  color: red;
}  

#nav_menu ul {
  font: bold 0.95em Verdana,'Lucida Grande',sans-serif;
  height: 30px;
  list-style-type: none;
  text-align: center;
  background: white;
  padding: 0;
  margin: 0 0 0 1px;
 /* width: 1000px; */
}

#nav_menu ul li {
  display: inline;
}
  
#nav_menu ul li a {
  float: left;
  height: 23px;
  margin: 1px 1px 1px 0;
  padding: 5px 0 0 0;
  background: red;
/*border: 1px solid green;*/
}

#nav_menu ul li a:hover {
  background: white;
  color: red;
}

#nav_menu ul li a.index {
  width: 9.6%;
}

/*#nav_menu ul li a.index {
  width: 72px;
} /*Extended nav_menu*/

#nav_menu ul li a.install {
  width: 14.2%;
}

/*#nav_menu ul li a.install {
  width: 114px;
}*/ /*Extended nav_menu*/

#nav_menu ul li a.service {
  width: 12%;
}

/*#nav_menu ul li a.service {
  width: 93px;
} /*Extended nav_menu*/

#nav_menu ul li a.extinguishers {
  width: 15.9%;
}

/*#nav_menu ul li a.extinguishers {
  width: 132px;
} /*Extended nav_menu*/ 

/*#nav_menu ul li a.training {
  width: 82px;
}*/ /*Extended nav_menu*/

/*#nav_menu ul li a.firelux {
  width: 82px;
}*/ /*Extended nav_menu*/

#nav_menu ul li a.other {
  width: 16.1%;
}

/*#nav_menu ul li a.other {
  width: 137px;
} /*Extended nav_menu*/

#nav_menu ul li a.about {
  width: 10.5%;
}

/*#nav_menu ul li a.about {
  width: 96px;
} /*Extended nav_menu*/

#nav_menu ul li a.contact {
  width: 19.3%;
}

/*#nav_menu ul li a.contact {
  width: 160px;
} /*Extended nav_menu*/

#nav_menu ul li a.password {
  width: 1.5%;
}

#footer {
  border-top: 2px solid #F00;
  background: url(background_Border.gif) repeat-x bottom;
  height: 50px;
  text-align: center;
  clear:both;
}

#footer h4 {
  margin: 5px 0 0 0;
  font: bold 0.8em Verdana,'Lucida Grande',sans-serif;
}

