body {
  background-color: #bebebe;
  margin: 0;
  padding: 0;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 8pt;
}

#container {
  width: 803px;
  position: absolute;
  top: 0;
  left: 50%;
  margin-left: -401px;
  background-color: white;
}

#header {
  padding: 5px;
  clear: both;
  padding-bottom: 0;
  height: 205px;
}

#left {
  float: left;
  width: 595px;
}

#right {
  float: right;
  width: 198px;
  background: url(../img/news_bg.jpg) no-repeat bottom left;
  margin-right: 5px;
}

#news {
  padding: 0 10px;
  padding-bottom: 20px;
}

#news h2 {
  position: relative;
  left: -10px;
  width: 198px;
  display: block;
  background: url(../img/news_header.jpg) no-repeat top left;
  height: 50px;
  line-height: 50px;
  margin: 0;
}

#news h2 span { display: none; }

#nav {
  padding: 5px;
  padding-top: 0;
  float: left;
  height: 210px;
}

#specials {
  position: relative;
  float: right;
  width: 255px;
  height: 210px;
  background: url(../img/specials_bg.jpg) no-repeat;
}

#specials p.readmore {
  position: absolute;
  right: 10px;
  bottom: -5px;
  font-size: 10pt;
}

#specials p.readmore a {
  color: black;
  font-weight: bold;
  text-decoration: none;
}

body.specials {
  padding: 30px;
  background-color: #DACD7F;
}

#footer {
  clear: both;
  height: 5px;
  line-height: 5px;
}

#ctop, #cbottom {
  background: url(../img/content_border.jpg) no-repeat top left;
  height: 14px;
  line-height: 14px;
  padding: 0;
  margin: 0;
  margin-left: 5px;
  clear: both;
  float: left;
  width: 100%;
}

#cbottom {
  background-position: bottom left;
}

#content {
  width: 550px;
  float: left;
  color: white;
  font-size: 8pt;
  padding: 0 20px;
  margin-left: 5px;
  clear: both;
  background: #AA0B4E url(../img/content_bg.jpg) repeat-y top left;
  line-height: 1.6em;
}

#content a {
  font-weight: bold;
  color: #DACD7F;
  text-decoration: none;
}

.newsitem {
  padding-bottom: 5px;
  background: url(../img/news_divider.gif) no-repeat bottom center;
}

.newsitem h3 {
  font-size: 9pt;
}

form.contact span {
  display: block;
  width: 100px;
  float: left;
}

form.contact input, form.contact textarea {
  width: 300px;
  border: none;
}

#specials .content {
  margin: 10px;
  height: 170px;
  overflow: auto;
}

.brand {
 width: 100px;
 height: 120px;
 float: left;
 margin: 16px;
 text-align: center;
}

.brand img {
  border: 0;
  vertical-align: middle;
}

.brand a.img {
  display: block;
  width: 100px;
  height: 100px;
  line-height: 100px;
  overflow: hidden;
}

.product {
  width: 150px;
  height: 180px;
  float: left;
  margin: 16px;
  text-align: center;
}

.product img {
  border: 0;
  vertical-align: middle;
}

.product a.img {
  display: block;
  width: 150px;
  height: 150px;
  line-height: 150px;
  overflow: hidden;
}
