/* universal -----*/

* {
  margin: 0;
  padding: 0;
}
small {
  font-size: 10px;
}

/* body and wrapper -----*/

body {
  padding: 40px 0 20px;
  color: #000;
  font-family: verdana, arial, helvetica, sans-serif;
  font-size: 11px;
  text-align: center;
  background: #ccc;
}
#wrapper {
  width: 800px;
  margin: 0 auto;
  text-align: left;
  background: #fff;
}

/* masthead -----*/

#masthead {
  height: 100px;
  margin-bottom: 1px;
  background: url(/img/masthead.jpg) center center no-repeat;
  position: relative;
}
#login {
  width: 120px;
  height: 20px;
  text-align: center;
  line-height: 20px;
  position: absolute;
  right: 0;
  top: 0;
}
#login a {
  color: #fff;
  font-weight: bold;
  text-decoration: none;
}
#nav {
  color: #fff;
  font-size: 10px;
  font-weight: bold;
  line-height: 20px;
  letter-spacing: 1px;
  position: absolute;
  left: 210px;
  top: 40px;
  z-index: 100;
}
#nav a {
  color: #fff;
  text-decoration: none;
}
#breadcrumb {
  color: #666;
  font-size: 9px;
  text-transform: uppercase;
  line-height: 20px;
  position: absolute;
  left: 210px;
  bottom: 0;
}
#breadcrumb a {
  color: #666;
  text-decoration: none;
}

/* sidebar -----*/

#sidebar {
  width: 180px;
  font-size: 10px;
  float: left;
  display: inline;
}
#sidebar p {
  margin: 1em 0;
}
#sidebar a {
  color: #618daa;
  text-decoration: none;
}
#sidebar a img {
  border: none;
}
#special {
  margin-bottom: 1px;
  padding: 0 10px 20px 10px;
  color: #fff;
  text-align: center;
  background: #618daa url(/img/sidebar_bottom_bg.gif) center bottom no-repeat;
}
#special h1 {
  margin: 0 -10px;
  padding: 5px 10px;
  font-size: 12px;
  font-weight: bold;
  text-transform: uppercase;
  background: #eb2D2e;
}
#special a:link, #special a:visited {
  color:white;
  text-decoration: underline;
}
#special a:hover {
  color:#eb2d2e;
  text-decoration:none;
}
#demo {
  margin-bottom: 1em;
}
#viewdemo {
  height: 20px;
  padding-right: 20px;
  font-size: 9px;
  font-weight: bold;
  text-align: right;
  line-height: 20px;
  background: url(/img/sidebar_bottom_bg.gif) center center no-repeat;
}
#viewdemo a {
  color: #fff;
  text-decoration: none;
}

/* main content -----*/

#content {
  width: 580px;
  margin-right: 10px;
  margin-bottom: 1em;
  float: right;
  display: inline;
}
#content h1 {
  font-size: 21px;
  font-weight: bold;
}
#content h2 {
  color: #666;
  font-size: 19px;
  font-weight: normal;
}
#content p {
  margin: 1em 0;
}
#content a {
  color: #618daa;
  text-decoration: none;
}
#content a img {
  border: none;
}
#machinepic, .productimage img {
  margin: 0 0 10px 10px;
  float: right;
  display: inline;
}
#catpic {
  float: right;
  display: inline;
}
#catpic h3 {
  font-size: 11px;
  font-weight: bold;
  text-indent: 10px;
}
#catpic p {
  margin: 0;
  font-size: 10px;
  text-indent: 10px;
}
#description {
  width: 360px;
}
#pagebody {
  width: 290px;
}
#content ul {
  margin-left: 1.5em;
}
#content ul li {
  margin: 1em 0;
}
#content dl {
  margin: 1em 0;
}
#content dt {
  font-size: 15px;
  font-weight: bold;
}
#content dd {
  margin-bottom: 1em;
}
.blue {
  color: #618daa;
}
#content dt a {
  color: #000;
  text-decoration: none;
}
#content dt a:hover {
  color: #618daa;
}

/* footer -----*/

#footer {
  color: #fff;
  font-size: 8px;
  background: #ccc url(/img/footer.jpg) right top no-repeat;
  clear: both;
  position: static;
}
#footer p {
  padding: 0 10px 0 210px;
}
#footer a {
  color: #fff;
  text-decoration: none;
}
#bottomlinks {
  line-height: 20px;
}

/* forms -----*/

form {
  margin: 1em 0;
  line-height: 150%;
}
form label {
  font-weight: bold;
}
form label.light {
  font-weight: normal;
}
form input.textfield, textarea {
  width: 100%;
}