body {
  margin: 0;
  padding: 0;
  font-family: Verdana, sans serif;
  font-size: x-small;
}

h1, h2, h3, h4 {
  color: red;
  clear: both;
}

.header {
  height: 180px;
  margin-bottom: -159px;
  background-image: url('images/logobg.jpg');
  background-repeat: repeat-x;
  text-align: right;
}

.header img {
  position: absolute;
  top: 100px;
  right: 25px;
  border: 0px solid #00539F;
}
.pagebody {
  margin: 10%;
  padding-left: 5em;
  border: 0px;
}

.content {
  width: 600px;
}

.footer {
  position: fixed;
  width: 100%;
  font-size: x-small;
  color: gray;
  text-align: center;
  bottom: 0;
  padding: 3px;
  background: silver;
  border-top: 1px solid black;
}

.menubar {
  padding-left: 55px;
  width: 80%;
}

.menubar ul {
  padding: 0;
  margin: 0;
  list-style:none;
}

.menubar li {
  float: left;
  position: relative;
  padding: 0;
  margin-left: 5px;
  background: url("images/t3_i_r.png") no-repeat right top;
}

.menubar li li {
  border-top: 1px solid gray;
  border-bottom: 1px solid gray;
  margin-bottom: -1px;
}

.menubar li ul {
  display: none;
  position: absolute;
  left: -1px;
  top: 1.5em;
  padding: 0;
  margin: 0;
}

.menubar li:hover ul {
  xdisplay: block;
}

.menubar a:hover {
  color: red;
}

.menubar a {
  display: block;
  margin-left: -5px;
  padding: 7px 6px;
  text-decoration: none;
  color: black;
  font-weight: bold;
  background: url("images/t3_i_l.png") no-repeat left top;
}

.currentpage {
  border-top: 1px solid transparent;
  xbackground: url("images/t3_a_r.png") no-repeat right top;
}

.menubar .currentpage {
  background: url("images/t3_a_r.png") no-repeat right top;
}

.currentpage a {
  background: url("images/t3_a_l.png") no-repeat left top;
}

ul.benefitsofchoosingaliquant {
  list-style-type: square;
}

.benefitsofchoosingaliquant li {
  padding: 4px;
  color: red;
}

.benefitsofchoosingaliquant span {
  color: black;
}

.aliquantcontactslist dt {
  font-weight: bold;
  padding: 10px;
  clear: both;
  float: left;
}
.aliquantcontactslist dd {
  padding: 10px;
  margin-left: 200px;
}
