/*
   screen.css
   jbs
   
   Created by Cale Woodley on 2008-10-09.
   Copyright 2008 Webfirm. All rights reserved.
*/

@import url("reset.css");
@import url("superfish.css");

body {
  background: #f2e7de url('../images/core/body-background.png') top left repeat-x;
  font: 0.69em Arial, Verdana, Tahoma, sans-serif;
}

.nodisplay {
  display: none;
}


#wrap {
  width: 100%;
  margin: 0 auto;
  background: url('../images/core/pagebg.jpg') top center no-repeat;
}

#container {
  width: 900px;
  margin: auto;
}


/*  =NAV
****************************/
#navigation {
  height: 33px;
}

ul.sf-menu a {
  background-repeat: none;
  background-position: 0 0;
  height: 33px;
  text-indent: -999em;
  margin: 1px 4px 0 0;
}

ul.sf-menu a#nav-home {background-image: url('../images/nav/nav-home.gif'); width: 53px; margin-left: 90px;}
ul.sf-menu a#nav-products {background-image: url('../images/nav/nav-products.gif'); width: 153px;}
ul.sf-menu a#nav-trade_grants {background-image: url('../images/nav/nav-trade_grants.gif'); width: 112px;}
ul.sf-menu a#nav-trade_locator {background-image: url('../images/nav/nav-trade_locator.gif'); width: 118px;}
ul.sf-menu a#nav-specials {background-image: url('../images/nav/nav-specials.gif'); width: 76px;}
ul.sf-menu a#nav-trade_cards {background-image: url('../images/nav/nav-trade_cards.gif'); width: 104px;}
ul.sf-menu a#nav-diy {background-image: url('../images/nav/nav-diy.gif'); width: 66px;}
ul.sf-menu a#nav-technical {background-image: url('../images/nav/nav-technical.gif'); width: 90px;}
ul.sf-menu a#nav-mailing_list {background-image: url('../images/nav/nav-mailinglist.gif'); width: 97px;}
ul.sf-menu a#nav-contact {background-image: url('../images/nav/nav-contact.gif'); width: 71px; margin: 0;}

ul.sf-menu a:hover {background-position: 0 -33px;}

ul.sf-menu li.parent li a {
  text-indent: 0;
  height: auto;
  background: #B06224;
  color: #fff;
  padding: 3px;
  text-decoration: none;
}

ul.sf-menu li.parent li a:hover {
  background: #E6D1BE;
  color: #000;
}


/*  =HEADER
****************************/
#header {
  width: 806px;
  margin: 10px auto;
}

#logo {
  width: 461px;
  float: left;
  display: inline;
  margin: 13px 0 4px 2px;
}

#cta-phone_us {
  width: 185px;
  float: right;
  display: inline;
  margin: 2px 0 0 0;
}

#banner {
  margin: 1px 0 0 0;
  clear: left;
  float: left;
  display: inline;
  width: 554px;
  height: 197px;
  z-index: 1 3;
}


/*  =FEATURED
****************************/
#featured-products {
  width: 242px;
  height: 251px;
  float: right;
  clear: right;
  display: inline;
  margin: 4px 0 0 0;
  background: url('../images/core/featured-background.gif') bottom center no-repeat;
  text-align: center;
}

#featured-products h2 {
  line-height: 62px;
  padding: 8px 0 0 0;
  font-size: 1.64em;
  color: #fff;
  background: url('../images/core/h2-featured-bg.gif') no-repeat;
}

#featured-products li.item {
  width: 213px;
  text-align: left;
  height: 63px;
  line-height: 1.27em;
  padding: 4px;
  margin: 0 auto 9px;
  color: #666;
  background: #f6f1ed;
}

#featured-products .item-image {
  width: 62px;
  height: 62px;
  float: left;
  display: inline;
  margin: 0 8px 0 0;
  text-align: center;
}

#featured-products span.item-price {
  color: #ad6328;
  font-weight: bold;
}

#featured-products a.item-info {
  float: right;
  margin: -4px;
  text-indent: -999em;
  display: inline;
  width: 19px;
  height: 70px;
  background: #d2b9a5 url('../images/core/featured-moreinfo.gif') no-repeat;
}

#featured-products a {
  color: #e68a31;
  text-decoration: none;
  font-weight: bold;
}

#featured-products a:hover {text-decoration: underline;}


/*  =CONTENT
****************************/
#content-top {width: 806px; margin: 0 auto; clear: both; display: block; height: 4px; background:url('../images/core/content-top.png') no-repeat; overflow: hidden;}

#content {
  clear: both;
  width: 772px;
  margin: 0 auto;
  padding: 9px 12px 9px 22px;
  background: #fff url('../images/core/content-background.png') repeat-y;
  color: #777;
  line-height: 1.55em;
}

#content h1,
#content h2,
#content h3,
#content h4,
#content h5 {
  font-size: 2.18em;
  margin: 15px 0;
  font-weight: normal;
  color: #e4862c;
}

#content h2 {font-size: 1.8em;}

#content h3 {font-size: 1.6em;}

#content p {
  margin: 15px 0;
}

#content blockquote {
  padding: 10px;
  background: #f2e7de;
  color: #ad6328;
  border-bottom: 1px solid #ddcab7;
  border-right: 1px solid #ddcab7;
}

#content a {
  color: #e68a31;
  font-weight: bold;
  text-decoration: none;
}

#content a:hover {text-decoration: underline;}

#content img.float-left {
  float: left;
  display: inline;
  margin: 0 10px 0 0;
  border: 2px solid #995723;
}

#content img.float-right {
  float: right;
  display: inline;
  margin: 0 0 0 10px;
  border: 2px solid #995723;
}

#content a.pdf {
  background: url('../images/icon-pdf.gif') 0 0 no-repeat;
  line-height: 20px;
  padding: 0 2px 0 20px;
}

#content abbr {
  border-bottom: 1px dotted #000;
}

#content hr {
  display: block;
  clear: both;
  height: 0;
  border: none;
  border-bottom: 1px solid #ccc;
  margin: 10px 0;
}

#content ul, #content ol {
  margin: 10px 0 10px 20px;
}

#content ul li {list-style: disc;}
#content ol li {list-style: decimal;}

#content table {
  width: 100%;
  clear: both;
  margin: 0 0 20px 0;
}

#content table caption {
 font-size: 1.3em;
 font-weight: bold;
 color: #3C3B38;
 border-bottom: 2px solid #3C3B38;
}

#content table tr {border-bottom: 1px solid #ccc;}
#content table th {text-align: left;padding: 3px;}
#content table td {padding: 3px;}

#primary {
  width: 520px;
  float: left;
  display: inline;
}

#secondary {
  width: 226px;
  float: right;
  display: inline;
}

#mail_signup {
  width: 226px;
  height: 67px;
  color: #fff;
}


/* =CATS
*****************************/
#content ul.category-listing {
  margin: 10px 0;
  display: block;
  width: 100%;
}

#content ul.category-listing li {
  list-style: none;
  float: left;
  display: inline;
  width: 124px;
  height: 150px;
  margin: 10px;
}

#content ul.category-listing li .category-image {
  width: 120px;
  height: 120px;
  border: 2px solid #995723;
  overflow: hidden;
  text-align: center;
  line-height: 120px;
}

#content ul.category-listing li .category-image img {vertical-align: middle;}

#content ul.category-listing li p {
  margin: 0;
  text-align: center;
}

p.pagenav {
  clear: both;
}

/* =PRODUCTS
*****************************/
#content ul.product-listing li {
  list-style: none;
  margin: 10px 0;
  padding: 5px;
  width: 100%;
  background: #F2E7DE;
  color: #3E3E3E;
  display: block;
  clear: both;
}

#content ul.product-listing li .product-image {
  width: 120px;
  height: 120px;
  border: 2px solid #995723;
  overflow: hidden;
  text-align: center;
  line-height: 120px;
  float: left;
  display: inline;
  margin: 0 5px 0 0;
}

#content ul.product-listing li .product-image img {vertical-align: middle;}

#content ul.product-listing li h3 {
  margin: 0;
}

#content p.product-price,
#content p.product-link {
  font-size: 1.2em;
  font-weight: bold;
  margin: 0;
}


/*  =FOOTER
****************************/
#footer {
  display: block;
  clear: both;
  font-size: 0.91em;
  color: #af662c;
  width: 800px;
  margin: 0 auto;
  padding: 3px;
  background: url('../images/core/footer-background.png') top center no-repeat;
}

#footer a {color: #af662c; text-decoration: none;}
#footer a:hover {text-decoration: underline;}

/* =TECHNICAL
*****************************/
#content ul.technical-listing li {
  list-style: none;
  margin: 10px 0;
  padding: 5px;
  width: 100%;
  background: #F2E7DE;
  color: #3E3E3E;
  display: block;
  clear: both;
}

#content ul.technical-listing li .technical-image {
  width: 120px;
  height: 120px;
  border: 2px solid #995723;
  overflow: hidden;
  text-align: center;
  line-height: 120px;
  float: left;
  display: inline;
  margin: 0 5px 0 0;
}

#content ul.technical-listing li .technical-image img {vertical-align: middle;}

#content ul.technical-listing li h3 {
  margin: 0;
}
