/* embedded font-faces */
/*@font-face {
  font-family: "TributeRoman";
  src: url(/site/fonts/TributeRoman.ttf) format("truetype");
  }
*/
/* Node level declarations
 *----------------------------------------------------------------------------*/
html, body {
  margin: 0;
  padding: 0;
  }
body, td {
  font: normal normal normal 12px/20px Tahoma, Arial, sans-serif;
  padding: 0;
  color: #333;
  }
body#main {
  overflow-y: scroll;
  background: url(/site/images/background.png) repeat-y 171px 0;
  }
table {
  border-collapse: collapse;
  border: 0;
  }
em, i {
  font-style: italic;
  }
strong, b {
  font-weight: bold;
  }
form {
  display: inline;
  }
img {
  border: 0;
  }
p {
  margin: 0px;
  }
h1, h2, h3, h4, h5, h6 {
  font-size: 1em;
  font-weight: normal;
  margin: 0;
  }
h1 {
  font-size: 1.4em;
  }
h2 {
  font-size: 1.2em;
  text-transform: uppercase;
  margin-bottom: 5px;
  }
h3 {
  font-size: 1.2em;
  }
h4 {
  font-size: 1em;
  }
h6 {
  font-size: .6em;
  }
a {
  text-decoration: none;
  cursor: pointer;
  color: #F40006;
  }
a:hover {
  text-decoration: none;
  color: #666;
  }
dl {
  margin: 0;
  }
dl dt, dl dd {
  display: block;
  float: left;
  width: 22%;
  margin: 0;
  }
dl dt {
  color: #666;
  clear: left;
  }
dl dd {
  width: 76%;
  }
.clear {
  clear: both;
  height: 0px;
  overflow: hidden;
  }
.hr {
  margin: 20px 0;
  height: 1px;
  background: url(/site/images/hr.gif) repeat-x;
  }
.hr hr {
  display: none;
  }

/* png support for ie6 */
#control #logo a {
  behavior: url(/site/javascripts/pngfix.htc);
  }

/* General layout declarations
 *----------------------------------------------------------------------------*/
#body {
  padding: 0 10px 10px 10px;
  }
#header {
  min-width: 700px;
  max-width: 1000px;
  }
#header #logo {
  float: left;
  margin-left: 120px;
  }
#header #logo a {
  display: block;
  outline: none;
  background: url(/site/images/logo.png) no-repeat;
  width: 268px;
  height: 92px;
  text-indent: -10000px;
  }
#header #control {
  display: block;
  text-align: right;
  float: right;
  padding-top: 40px;
  }
#header #control table td {
  padding: 5px;
  }
#header #control table #contact {
  padding-right: 10px;
  border-right: 1px solid #F40006;
  }
#header #control table input.text {
  margin-left: 5px;
  }

#content {
  min-width: 522px;
  max-width: 822px;
  padding-top: 20px;
  margin-left: 178px;
  }
#content #navigation {
  position: absolute;
  width: 171px;
  left: 0px;
  text-align: right;
  margin: 0;
  padding: 0;
  list-style: none;
  text-transform: lowercase;
  z-index: 21;
  }
#content #navigation a {
  color: #333;
  outline: none;
  }
#content #navigation a:hover,
#content #navigation a:focus {
  color: #F40006;
  }
#content #navigation .active a {
  background: url(/site/images/arrow-left.png) no-repeat 100% 70%;
  }
#content #navigation .active li a {
  background: none;
  }
#content #navigation .last {
  margin-bottom: 10px;
  background: url(/site/images/hr-light.png) no-repeat 87% 100%;
  padding-bottom: 10px;
  }
#content #navigation a span {
  padding-right: 10px;
  }
#content #navigation .subnavigation {
  background: #FFF;
  opacity: .9;
  border: 3px solid #F40006;
  border-left: 0;
  position: absolute;
  top: -10px;
  left: 179px;
  text-align: left;
  overflow: hidden;
  -moz-border-radius-topright: 5px;
  -webkit-border-top-right-radius: 5px;
  -moz-border-radius-bottomright: 5px;
  -webkit-border-bottom-right-radius: 5px;
  }
#content #navigation .subnavigation ul {
  width: 190px;
  float: right;
  margin: 0;
  padding: 10px 0;
  list-style: none;
  }

#content #yield {
  min-height: 300px;
  }
#content #yield iframe body {
  background: none;
  }
#content #yield #breadcrumbs {
  text-transform: lowercase;
  }
#content #yield #breadcrumbs span {
  padding-right: 10px;
  margin-right: 5px;
  background: url(/site/images/arrow-right.png) no-repeat 100% 70%;
  }
#content #yield #breadcrumbs span.end {
  padding-right: 0;
  margin-right: 0;
  background: none;
  }
#content #yield #breadcrumbs span.extra {
  padding-left: 10px;
  margin-left: 5px;
  background: url(/site/images/arrow-right.png) no-repeat 0 70%;
  }

#content #yield .column1 {
  width: 40%;
  float: right;
  }
#content #yield .column2 {
  margin-left: 0;
  margin-right: 40%;
  }
#content #yield .column2 .content {
  margin-right: 20px;
  }
#footer {
  padding-top: 40px;
  font-size: 80%;
  color: #999;
  }
#footer a {
  color: #666;
  }
#footer a:hover {
  text-decoration: underline;
  }

/* Form declarations
 *----------------------------------------------------------------------------*/
form .warning {
  border: 2px solid #F00;
  padding: 5px;
  color: #000;
  margin-bottom: 10px;
  }
form .warning strong {
  color: #F00;
  }
form label {
  display: block;
  padding: 5px 0 0 0;
  text-transform: lowercase;
  }
form label.invalid {
  color: red;
  }
form .inputs {
  margin-right: 6px;
  }
form input.text,
form textarea,
form select {
  font: normal normal normal 1em/normal Tahoma, Arial, sans-serif;
  color: #333;
  border: 1px solid #000;
  padding: 2px 2px;
  }
form input.helper {
  color: #999;
  }
form .buttons {
  margin-top: 10px;
  text-align: right;
  }
#contact_form .text, #contact_form textarea {
  width: 100%;
  }

/* Product Listing
 *----------------------------------------------------------------------------*/
#products {
  margin-right: -15px;
  }
#products .product {
  background: url(/site/images/blank.gif) no-repeat 97% 5px;
  width: 401px;
  margin: 0 15px 10px 0;
  float: left;
  border-bottom: 1px solid #999;
  }
#products .product .image {
  float: left;
  width: 130px;
  height: 80px;
  margin-right: 9px;
  padding-right: 11px;
  border-right: 1px solid #999;
  }
#products .product .details {
  float: left;
  margin: -4px 0 10px 0;
  width: 250px;
  }
#products .product .details a.title {
  display: block;
  font-size: 1.5em;
  height: 2.4em;
  overflow: hidden;
  }

/* Product Details
 *----------------------------------------------------------------------------*/
#gallery {
  width: 822px;
  height: 440px;
  overflow: hidden;
  border-bottom: 1px solid #999;
  }
#gallery img.slide {
  position: absolute;
  width: 822px;
  height: 440px;
  }
#gallery_thumbs {
  position: absolute;
  z-index: 20;
  margin: 10px 0 0 0;
  padding-left: 661px;
  width: 150px;
  }
#gallery_thumbs img {
  width: 150px;
  height: 80px;
  border: 1px solid #999;
  margin-bottom: 10px;
  }
#gallery_thumbs img.active {
  border: 1px solid #F00;
  }
#product_details {
  margin-top: 10px;
  width: 822px;
  background: url(/site/images/vr.gif) repeat-y 499px 0;
  }
#product_details #details, #product_details #specs {
  float: left;
  }
#product_details #details {
  width: 489px;
  }
#product_details #specs {
  float: right;
  width: 312px;
  }
#product_details .swatch {
  border-bottom: 1px solid #999;
  width: 180px;
  float: left;
  margin: 0 5px 5px 0;
  }
#product_details .swatch img {
  width: 42px;
  height: 20px;
  margin: 0 5px 5px 0;
  border: 1px solid #999;
  }
#product_details h4 {
  clear: both;
  border-bottom: 1px solid #999;
  margin: 0 5px 5px 0;
  }
#product_details .swatch span {
  display: block;
  margin-left: 47px;
  }

/* Site Map component
 *----------------------------------------------------------------------------*/
#site_map {
  margin: 0;
  padding: 0;
  list-style: none;
  }
#site_map li {
  font-size: 1.4em;
  float: left;
  width: 40%;
  margin-bottom: 10px;
  }
#site_map ul {
  padding: 0;
  margin: 10px 0 0 20px;
  list-style-image: url(/site/images/arrow-right.png);
  list-style-type: square;
  }
#site_map ul li {
  float: none;
  font-size: .7em;
  margin: 0;
  }
#site_map a {
  color: #333;
  }
#site_map a:hover {
  text-decoration: underline;
  color: #F40006;
  }

/* Article List component
 *----------------------------------------------------------------------------*/
#article_list {
  
  }
#article_list .date {
  background: #FF1117;
  -moz-border-radius-topright: 10px;
  -moz-border-radius-bottomright: 10px;
  -webkit-border-top-right-radius: 10px;
  -webkit-border-bottom-right-radius: 10px;
  clear: both;
  color: #FFFFFF;
  float: left;
  height: 48px;
  line-height: 1.4em;
  overflow: hidden;
  padding-top: 3px;
  text-align: center;
  text-transform: uppercase;
  width: 52px;
  margin-left: -10px;
  }
#article_list .hr {
  margin: 10px 0;
  }
#article_list .date b {
  display: block;
  font-size: 2.3em;
  margin-top: 3px;
  }
#article_list .article {
  margin-left: 60px;
  }
#article_list .article .posted_at {
  color: #999999;
  font-size: 0.8em;
  line-height: normal;
  }
#article_list .article .by {
  font-size: 0.8em;
  font-weight: bold;
  line-height: normal;
  }
#article_list .article .tags {
  display: none;
  }

