@charset "utf-8";
html, body {
  margin: 0px;
  padding: 0px;
  background: url('background.png') repeat-x;
  color: #000;
  font-size: medium;
  font-family:  Arial, Helvetica, sans-serif;
}
#banner {
  width: 800px;
  height: 78px;
  margin: auto;
  background: url('header.jpg') no-repeat;
}
#main {
  width: 800px;
  margin-top: 1px;
  margin-right: auto;
  margin-left: auto;
  margin-bottom:5px;
}
#navigation {
  float: left;
  width: 120px;
}
.menu_title {
  text-align: center;
  font-family:  Arial, Helvetica, sans-serif;
  cursor: default;
  margin-top: 5px;
  margin-bottom: 5px;
}
.MenuBarVertical {
  background: #efefef;
  font-size: x-small;
  font-family: arial;
}
#main_content {
  padding-top: 0px;
  padding-left: 130px;
  padding-right: 8px;
  padding-bottom: 0px;
}
#footer {
  padding: 10px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  clear: both;
  font-family: arial;
  font-size: x-small;
}
.product_image {
  border: 1px solid #888888;
}
p {
  margin-bottom:5px;
  margin-top: 5px;
  padding-top: 0px;
  padding-right: 20px;
  padding-bottom: 0px;
  padding-left: 20px;
  font-size: small;
  font-family: " Arial, Helvetica, sans-serif";
}
h1 {
  padding-top: 3px;
  padding-left: 5px;
  color: #009;
  font-size: large;
  font-family: " Arial, Helvetica, sans-serif";
}
h2 {
  padding: 5px;
  padding-top: 1px;
  color:#009;
  font-size: medium;
  font-family: " Arial, Helvetica, sans-serif";
  border-bottom: 1px solid #DFDFDF;
}
ul {
  padding-left: 30px;
  padding: 5px;
  padding-top: 1px;
  color:#000;
  font-size: small;
  font-family: " Arial, Helvetica, sans-serif";
  border-bottom: 1px solid #DFDFDF;
}
a:link, a:visited, a:hover, a:active {
  color: #666666;
}
a:hover {
  color: #999999;
}
img {
  border: none;
}
table.styled {
  border-spacing: 0px;
  border-collapse: collapse;
  font-family: " Arial, Helvetica, sans-serif";
}
table.styled th a:link, table.styled th a:visited, table.styled th a:hover, table.styled th a:active {
  color: #FFFFFF;
}
table.styled th a:hover {
  color: #999999;
}
table.styled th {
  font-family: " Arial, Helvetica, sans-serif";
  background: #3F447F;
  font-weight: bold;
  font-size: small;
  padding: 2px 3px;
  border-bottom: 2px solid #FFFFFF;
  text-align: left;
  color: #FFFFFF;
}
table.styled td {
  font-size: small;
  padding: 2px 3px;
  border-bottom: 2px solid #FFFFFF;
  background: #DBE2F1;
}
table.styled thead th {
  background: #3F447F;
}
table.unstyled th, table.unstyled td {
  border: 0px;
}
