html,body {
  margin: 0px;
  padding: 0px;
  background-color: #676767;
  font: normal 12px/12px Arial,sans-serif;
  color: black;
}
div.center {
  position: absolute;
  top: 0px;
  left: 50%;
}
div.size {
  position: absolute;
  top: 0px;
  left: -390px;
  width: 780px;
}
p,li {
  font: normal 12px/12px Arial,sans-serif;
  color: black;
}
ul.topbar {
  background-image: url(images/topbar-bg.png);
  background-repeat: repeat-x;
  list-style-type: none;
  padding: 0px;
  margin: 0px;
  display: block;
  width: 780px;
  height: 40px;
}
ul.topbar li {
  display: inline;
  height: 40px;
  float: left;
}
ul.topbar li.firstchild a {
  background-image: none;
  padding-left: 16px;
  filter: none;
}
ul.topbar li a {
  background-image: url(images/topbar-separator.png);
  background-repeat: no-repeat;
  background-position: top left;
  color: #666;
  font: bold 14px/40px Arial,sans-serif;
  padding: 13px 16px 13px 30px;
  margin: 0px;
  text-decoration: none;
}
* html ul.topbar li a {
  background-image: none;
  padding: 0px 16px 0px 30px;
  height: 40px;
  filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/images/topbar-separator.png',sizingMethod='crop');
}
ul.topbar li a:hover {
  color: black;
}

div.nameplate {
  margin-top: 3px;
  border-top: 1px solid black;
  width: 780px;
}

h1.slogan {
  font: normal 14px/34px Arial,sans-serif;
  color: white;
  background-image: url(images/slogan-bg.png);
  background-repeat: repeat-x;
  text-align: center;
  width: 780px;
  position: relative;
  margin: 0px;
  padding: 0px;
  text-transform: uppercase;
  text-shadow: #06c 1px 1px 2px;
}
div.sloganshadow {
  position: absolute;
  z-index: 2;
  background-image: url(images/slogan-shadow.png);
  background-repeat: repeat-x;
  top: 213px;
  left: 0px;
  width: 780px;
  height: 34px;
}
* html div.sloganshadow {
  background-image: none;
  filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/images/slogan-shadow.png',sizingMethod='scale');
}

td.leftcol {
  width: 215px;
  background-image: url(images/home-left-col.png);
  background-repeat: repeat-y;
}

td.centercol {
  width: 350px;
  background-image: url(images/home-center-col.png);
  background-repeat: repeat-y;
}

td.rightcol {
  width: 215px;
  background-image: url(images/home-right-col.png);
  background-repeat: repeat-y;
}

div.yellowstripe,div.yellowbar {
  background-color: #ffca00;
  height: 15px;
}
div.yellowbar {
  width: 780px;
}

h2 {
  margin: 0px;
  color: white;
  font: normal 18px/36px Arial,sans-serif;
  background-image: url(images/h2-bg.png);
  background-repeat: repeat-y;
  text-transform: uppercase;
  text-align: center;
  text-shadow: black 1px 1px 2px;
}
h2 a {
  color: white;
  text-decoration: none;
}
h3 {
  margin: 0px;
  font: bold 15px/24px Arial,sans-serif;
  text-transform: uppercase;
  text-align: left;
  text-shadow: black 1px 1px 2px;
  clear: both;
}

td.centercol p {
  padding: 18px 18px 0px 18px;
  margin: 0px;
  font: normal 12px/12px Arial, sans-serif;
}

td.leftcol dl,td.rightcol dl {
  padding: 0px 15px;
  margin: 0px;
}

td.leftcol dt,td.rightcol dt {
  color: white;
}
td.leftcol dt,td.rightcol dt,td.cntleft dt {
  padding: 12px 0px 0px 0px;
  margin: 0px;
  font: bold 15px/15px Arial,sans-serif;
  text-transform: uppercase;
}
td.leftcol dd,td.rightcol dd,td.cntleft dd {
  padding: 0px 0px 6px 0px;
  margin: 0px;
}
td.leftcol dl ul,td.rightcol dl ul,td.cntleft dl ul {
  list-style-type: none;
  margin: 0px;
  padding: 0px;
}
td.leftcol dl li,td.rightcol dl li,td.cntleft dl li {
  margin: 0px;
  padding: 0px;
  font: bold 13px/13px Arial,sans-serif;
}
td.leftcol dl li a,td.rightcol dl li a,td.cntleft dl li a {
  color: black;
  text-decoration: none;
}
td.rightcol dt,td.rightcol li {
  text-align: right;
}
td.centercol h2 {
  background-image: url(images/h2-bg-2.png);
  background-repeat: repeat-x;
  color: white;
  font: normal 18px/36px Arial,sans-serif;
}
td.centercol h2 span {
  display: block;
  text-align: center;
  background-image: url(images/h2-bg-3.png);
  background-repeat: repeat-y;
}
* html td.centercol h2 span {
  background-image: none;
  width: 350;
  filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/images/h2-bg-3.png',sizingMethod='scale');
}
div.footer {
  width: 780px;
  margin-bottom: 3px;
}
div.footer div.yellowstripe {
  border-bottom: 1px solid black;
  margin-bottom: 3px;
}
div.footer div.addr {
  position: relative;
  text-align: right;
  width: 780px;
  font: normal 12px/40px Arial,sans-serif;
  background-image: url(images/address-bg.png);
  background-repeat: repeat-x;
}
div.copyright {
  position: absolute;
  top: 0px;
  left: 0px;
  font-size: 10px;
  text-align: left;
  left: 0px;
}
* html .pnghelper {
  width: 1px;
  height: 1px;
}
* html .pnghelper img {
  visibility: hidden;
}
td.cntright {
  background-image: url(images/cnt-right-bg.png);
  background-repeat: repeat-y;
  background-color: white;
}
td.cntleft {
  background-color: white;
}
td.cntright h2 {
  font: bold 15px/36px Arial,sans-serif;
  background-image: url(images/h2-bg-4.png);
  background-repeat: repeat-x;
  text-align: left;
  padding-left: 20px;
}
* html td.cntright h2 {
  background-image: none;
  filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/images/h2-bg-4.png',sizingMethod='scale');
}
td.cntleft h2 {
  width: 215px;
}
.green {
  color: #390;
}
.red {
  color: #c39;
}
.blueblack {
  color: #036;
}
.lemon,.grapefruit {
  color : #fc3;
}
.orange {
  color: #f90;
}
.tangerine {
  color: #f60;
}
div.leading {
  padding: 0px 20px 20px 20px;
}
div.calendar {
  position: relative;
  height: 16px;
  border-bottom: solid 1px #f60;
  margin-bottom: 4px;
  width: 500px;
}
div.calendar div {
  font: bold 12px/12px Arial,sans-serif;
  color: #f60;
  position: absolute;
  width: 43px;
  text-align: center;
  top: 0px;
}
div.hatchmarks {
  position: relative;
  width: 500px;
  height: 44px;
  background-image: url(images/hash-mark.png);
  background-repeat: repeat-x;
}
div.hatchmarks div {
  position: absolute;
  top: 6px;
  height: 22px;
  background-color: #9c0;
  filter:progid:DXImageTransform.Microsoft.Alpha(opacity='72');
  -moz-opacity: 0.72;
  -khtml-opacity: .72;
  opacity: 0.72;
}
td.cntright div.leading ul {
  margin: 0px 0px 0px 15px;
  padding: 0px;
}
td.cntright div.leading li {
  margin-bottom: 12px;
}

div.item {
  float: left;
  margin: 0px 40px 42px 0px;
  border-left: 4px solid #3db600;
  border-bottom: 4px solid #3db600;
}

div.brand {
  width: 209px;
  height: 113px;
  position: relative;
}
div.brand p.title {
  font: bold 13px/13px Arial,sans-serif;
  text-transform: uppercase;
  width: 85px;
  color: #093080;
  padding: 0px;
  margin: 0px 0px 8px 8px;
}
div.brand p.title a {
  color: #093080;
  text-decoration: none;
}
div.brand p.photos {
  font: bold 13px/13px Arial,sans-serif;
  color: black;
  margin: 0px 0px 8px 8px;
  padding: 0px;
  width: 85px;
  letter-spacing: -1px;
}
div.brand p.load {
  position: absolute;
  bottom: 8px;
  left: 8px;
  width: 47px;
  color: #f75a23;
  font: bold 13px/13px Arial,sans-serif;
  letter-spacing: -1px;
  margin: 0px;
  padding: 0px;
}
div.brand p.load a {
  color: #f75a23;
}
div.brand div.forklift {
  position: absolute;
  bottom: 0px;
  left: 55px;
  width: 62px;
  height: 46px;
  background-image: url(images/forklift.png);
  background-repeat: no-repeat;
}
* html div.brand div.forklift {
  background-image: none;
  filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/images/forklift.png',sizingMethod='image');
}
div.brand div.dude {
  position: absolute;
  top: 0px;
  right: -9px;
}
div.brand div.citdude {
  position: absolute;
  top: 0px;
  right: 0px;
}
* html div.brand div.dude {
  width: 1px;
  height: 1px;
}
* html div.brand div.dude img {
  visibility: hidden;
}
td.cntleft .brandside h2 {
  background-image: none;
  background-color: transparent;
  font-size: 15px;
  line-height: 28px;
  letter-spacing: 2px;
  font-weight: bold;
  color: black;
  margin: 8px 0px 0px 30px;
  width: auto;
}
* html td.cntleft .brandside h2 {
  margin: 8px 0px 0px 0px;
}
td.cntleft .brandside h2 a {
  color: black;
  text-decoration: none;
  position: relative;
}
td.cntleft .brandside h2 span {
  display: block;
}
td.cntleft .brandside h2 span span {
  display: block;
  width: 151px;
  height: 28px;
}
td.cntleft .brandside h2.grn span span {
  background-image: url(/images/green-losenge.png);
}
* html td.cntleft .brandside h2.grn span span {
  background-image: none;
  filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/images/green-losenge.png',sizingMethod='image');
}
td.cntleft .brandside h2.orng span span {
  background-image: url(/images/orange-losenge.png);
}
* html td.cntleft .brandside h2.orng span span {
  background-image: none;
  filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/images/orange-losenge.png',sizingMethod='image');
}
.brandside dl {
  margin: 0px;
}
