body, td, table, p, a, img {
  font-family:Helvetica, verdana, arial;
  text-decoration:none;
  color:#000000;
  border:0px;
  font-size:15px;
}
body {
  min-width:1255px;
  width:100%;
  margin-left:0 auto;
  margin-right:0 auto;
  text-align:center;
}
#body_content {
  width:100%;
  margin-left:0 auto;
  margin-right:0 auto;
}
#banner {
  height:25px;
  float:left;
  vertical-align:middle;
  line-height:25px;
}
a {
  font-weight:bold;
}
a:hover {
  color: #D87600;
}
.highlighted {
  color: #D87600;
  font-weight:bold;
}
.dimtext {
  text-align:left;
  color: #848484;
  font-family:Helvetica light;
}
.wheels {
  clear:both;
  width:20px;
  height:20px;
}
.leftmargin {
  padding-left:20px;
}
#content ol {
  counter-reset: item;
  margin-top: 0px;
  margin-left: 0px;
  padding-left: 0px;
}
#content li {
  display: block;
  margin-bottom: .5em;
  margin-left: -10em;
}
#content li:before {
  display: inline-block;
  content: counter(item) ") ";
  counter-increment: item;
  width: 2em;
  margin-left: -5em;
}
#carousel {
  width:950px;
  height:317px;
  margin:0 auto;
}
#slides {
  overflow:hidden;
  position:relative;
  width:950px;
  height:317px;
}
#slides ul {
  position:relative;
  left:0px;
  list-style:none;
  margin:0px;
  padding:0;
  width:9999px;
}
#slides li {
  content: "";
  width:950px;
  height:317px;
  float:left;
}
#slides li img {
  padding:0px;
}
.selector, .selector_over {
  width:12px;
  height:12px;
  float:left;
  background-repeat:no-repeat;
}
.selector {
  background-image:url(/images/circle.png);
}
.selector:hover, .selector_over {
  background-image:url(/images/circle_over.png);
}