body
{
  background-color: black;
  margin: 0px 0px 20px;
  padding: 0px;
  font-family: arial, sans-serif;
  color: black;
  font-size: 12px;
}

img
{
  border: none;
}

#content
{
  background: white url(../catalogimages/bg-gradient.gif) repeat-x;
}

#gradient-bar
{
  background: silver url(../catalogimages/gradient-bar.gif) repeat-x;
  height: 50px;
}

#footer
{
  color: white;
  padding-top: 10px;
  height: 40px;
}

.results
{
  margin-top: 20px;
}

.results-background
{
  background-image: url(../catalogimages/bg-table-header.gif);
  background-position: top left;
}

.results th
{
  color: white;
  text-align: center;
  background-image: url(../catalogimages/bg-table-header.gif);
  background-color: black;
  height: 30px;
  border-bottom: 1px solid black;
}

.results td
{
  font-size: 10px;
  color: black;
  text-align: left;
  padding: 7px;
  border-bottom: 1px solid black;
  border-left: 1px solid black;
  border-right: 1px solid black;
}

.search-box
{
  background-image: url(../catalogimages/search-box.gif);
  width: 395px;
  height: 328px;
  text-align: left;
}

.search-table
{
  color: white;
  font-weight: bold;
}

.search-form
{
  margin: 0px 20px 0px 20px;
  padding-top: 10px;
}

.search-form select
{
  width: 150px;
  margin: 0px 0px 5px;
}

.search-form input
{
  width: 150px;
  margin: 0px 0px 5px;
}

.quote-box
{
  width: 800px;
  text-align: left;
}

.quote-table
{
  font-size: 13px;
  color: black;
  text-align: left;
  font-weight: bold;
  padding-bottom: 10px;
}

.quote-form
{
  margin: 0px 20px 0px 0px;
  padding-top: 10px;
}

.quote-form select
{
  width: 150px;
  margin: 0px 0px 5px;
}

.quote-form input
{
  width: 180px;
  margin: 0px 0px 15px;
}

a, a:link, a:visited, a:active, a:hover
{
  color: #981b1e;
}
