html {
  min-width: 910px;
  margin: 0;
  padding: 0;
  background: #82898f
}
body {
  width: 910px;
  margin: 0 auto;
  padding: 0;
  background: #82898f;
  font-size: 12px;
  font-family: verdana,arial,helvetica,sans-serif
}
img {
  margin: 0;
  padding: 0;
  border: 0
}
a {
  color: black;
  text-decoration: none;
  font-weight: bold
}
a:hover {
  text-decoration: underline
}
#page {
  background: white url('/images/body-bg.png') repeat-y;
  overflow: hidden
}
#header {
  height: 369px;
  background: url('/images/top-bg.jpg') no-repeat top
}
#menu {
  float: left;
  background: url('/images/menu-bg.png') repeat-y;
  border-left: 1px solid white;
  border-right: 1px solid white;
}
#menu, #menu ul, ul.subMenu li {
  width: 260px
}
#menu ul {
  margin: 0px;
  padding: 0px;
  background: url('/images/menu-bg.png') repeat-y;
  list-style: none;
  font-family: verdana,arial,helvetica,sans-serif;
  font-size: 18px
}
li.menu1, .stockMenu1 {
  border-top: 1px solid white
}
.stockMenu1 {
  margin-top: 30px
}
ul.topMenu li {
  border-bottom: 1px solid white
}
#menu a {
  display: block;
  width: 100%;
  height: 32px;
  line-height: 32px;
  color: white;
  cursor: pointer;
  text-indent: 15px;
  text-decoration: none
}
#menu li:hover {
  background: #82898f;
  position: relative
}
ul.subMenu {
  display: none;
}
li:hover .subMenu {
  display: block;
  position: absolute;
  left: 60px;
  top: 5px;
  border-left: 1px solid white;
  border-right: 1px solid white
}
ul.subMenu li {
  float:left
}
#logo {
  float: right;
  margin: 277px 2px 0 0
}
#navBar, #main, #footer {
  margin: 0 2px
}
#navBar {
  clear: both;
  width: 906px;
  height: 60px;
  background: #ff0000 url('/images/nav-bg.png') repeat-x bottom
}
#footer {
  height: 70px;
  background: #ff0000 url('/images/footer-bg.png') repeat-x
}
#footer a {
  float: right;
  padding: 50px 25px 0 0;
  color: white;
  font-size: 10px
}
#main {
  clear: both;
  padding: 10px;
  min-height: 230px;
  background: white;
  overflow: hidden
}
#main h2 {
  margin: 20px 0;
  font-size: 16px
}
#main h3 {
  font-size: 14px
}
#main h4 {
  clear: right;
  font-size: 12px
}
#mainLeft {
  float: left;
  width: 245px;
  margin-left: 24px
}
.homeList {
  padding-top: 10px
}
.homeOdd {
  margin-left: 108px
}
#mainRight {
  margin: 30px 0 0 289px
}
.formAction {
  float: right;
  margin: -2px 15px 10px 0
}
.formAction a {
  color: #124E0C
}
#menuLeft {
  float: left;
  width: 190px;
  margin-right: 10px;
  border: 2px solid #82898f
}
#menuLeft ul {
  margin: 0;
  padding: 0
}
.menuHeader {
  padding: 10px 15px;
  background: url('/images/menu-bg.png') repeat-x top;
  font-size: 14px;
  font-weight: bold
}
.subCat {
  padding: 7px 15px 7px 30px
}
.numItems {
  font-size: 10px
}
.results, .resultsBottom {
  clear: right;
  font-size: 11px
}
.results {
  height: 15px;
  margin-bottom: 10px
}
.resultsBottom {
  margin-top: 10px
}
.results a, .resultsBottom a {
  text-decoration: underline;
  font-weight: normal;
  font-size: 11px
}
.displaying {
  float: left;
  margin-bottom: 10px
}
.centre {
  padding-top: 30px;
  text-align: center
}
.right {
  float: right
}
.listSect {
  clear: right;
  height: 142px;
  margin-top: -2px;
  padding: 10px;
  border: 2px solid #ff0000
}
.listSect a:hover {
  text-decoration: none
}
.listEven {
  background: #82898f
}
.listParts {
  margin-left: 204px
}
.title {
  float: left;
  width: 100%;
  height: 20px;
  margin-top: -15px;
  font-weight: bold
}
.name {
  float: left;
  width: 380px
}
.itemNo {
  float: right;
  width: 144px;
  text-align: right
}
.leftCol {
  float: left;
  width: 134px;
  margin-top: 3px
}
.leftCol input {
  margin-top: 7px
}
.leftButton {
  margin-right: 6px
}
.rightCol {
  clear: right;
  margin-left: 134px
}
.rightCol p {
  height: 105px
}
.detailLeft {
  float: left;
  margin-right: 20px
}
.detailRight {
  float: right
}
