html,
body {
  height: 100%;
  margin: 0;
  padding: 0
}

body {
  color: #222F31;
  font-family: Arial, sans-serif;
  position: relative
}

p {
  line-height: 1.5em
}

input {
  width: 15em
}

form fieldset.ctrl {
  border: 0;
  padding: 0
}

form fieldset.ctrl legend {
  display: none
}

form fieldset.ctrl input {
  width: auto
}

#success {
  color: green;
  text-transform: uppercase;
  font-weight: bold
}

#error {
  color: red;
  text-transform: uppercase;
  font-weight: bold
}

#main {
  margin-bottom: -106px;
  min-height: 100%;
  height: auto !important;
  height: 100%;
}

#company-heading-wrapper {
  background-color: #A50300;
  height: 60px;
  position: relative;
  text-align: center
}

#company-heading {
  background-image: url("/2009/company-heading.gif");
  background-position: 50%;
  background-repeat: no-repeat;
  display: block;
  height: 100%;
  position: relative;
  width: 100%;
  z-index: 1;
}

#company-heading span {
  display: none
}

#company-heading-light-fade {
  background-image: url("/2009/company-heading-light-fade.gif");
  background-repeat: repeat-x;
  height: 60px;
  left: 0;
  position: absolute;
  top: 0;
  width: 50%;
  z-index: 0
}

#company-heading-dark-fade {
  background-image: url("/2009/company-heading-dark-fade.gif");
  background-repeat: repeat-x;
  height: 60px;
  position: absolute;
  right: 0;
  top: 0;
  width: 50%;
  z-index: 0
}

#logo-wrapper {
  background-color: #CBCBCB;
  background-image: url("/2009/logo-fade.gif");
  background-repeat: repeat-x;
  height: 105px;
  text-align: center;
  width: 100%
}

#logo-wrapper img {
  padding-top: 8px
}

#nav {
  background-color: #3F5358;
  background-image: url("/2009/nav.gif");
  background-repeat: repeat-x;
  color: white;
  line-height: 32px;
  margin: 0;
  min-height: 32px;
  padding: 0;
  text-align: center
}

#nav li {
  border-left: 1px solid #A8A9A9;
  display: inline;
  font-size: 0.9em;
  font-weight: bold;
  padding: 0 1em;
}

#nav li:first-child {
  border-left: 0
}

#nav li {
  border-left: expression(
                 (this == this.parentNode.firstChild)
                 ? 0
                 : true)
}

#nav a,
#nav a:active,
#nav a:link,
#nav a:hover,
#nav a:visited {
  color: white;
  font-weight: normal;
  text-decoration: none
}

#nav-fade {
  background-image: url("/2009/nav-fade.gif");
  background-repeat: repeat-x;
  height: 19px;
  width: 100%
}

#content {
  padding: 0 1em;
  position: relative;
  margin: 1em auto 0 auto;
  max-width: 46em
}

#content img.industry {
  border: 1px solid #1C2D31
}

#content div.about-image {
  float: left;
  text-align: center;
  width: 48%
}

#content div.about-image strong {
  display: block;
  font-size: 0.8em
}

#content div.product {
  border-bottom: 1px solid black;
  margin-top: 3em;
  overflow: auto;
  zoom: 1
}

#content div.product h2 {
  margin-top: 0
}

#content div.product img {
  float: left;
  margin: 0 1em 1em 0
}

#content h1 {
  font-size: 1.3em
}

#content h2 {
  font-size: 1.1em
}

#content abbr.company {
  font-weight: bold
}

#content abbr.company:before {
  content: attr(title) " ";
  font-weight: normal
}

#woman-owner {
  font-weight: bold;
}

#affiliates {
  margin-top: 1em
}

#affiliates img {
  padding-right: 1ex
}

#about-us {
  clear: both;
  padding-top: 1.2em
}

#owner-portrait {
  float: right;
  margin: 0 0 1em 1em;
  width: 175px
}

#contact-info {
  margin-bottom: 2em
}

#contact-info dd {
  margin-left: 0
}

#contact-info dt {
  display: none
}

#contact-info .fax {
  display: inline;
  text-transform: uppercase
}

table.material {
  border-collapse: collapse
}

table.material caption {
  font-weight: bold
}

table.material col.id {
  width: 5ex
}

table.material tr.even {
  background-color: #ddd
}

table.material tr.odd {
  background-color: #eee
}

table.material caption,
table.material th,
table.material td {
  padding: 0.2em
}

table.material th,
table.material td {
  border: 1px solid #4C4C4C
}

#color-codes {
  margin-bottom: 1em;
  width: 10em
}

#color-codes tr.white {
  background-color: white;
  color: black
}

#color-codes tr.blue {
  background-color: blue;
  color: white
}

#color-codes tr.gray {
  background-color: gray;
  color: black
}

#color-codes tr.yellow {
  background-color: yellow;
  color: black
}

#color-codes td {
  text-align: center
}

#material-numbers,
#accessories,
#accessory-examples {
  width: 100%
}

#material-numbers td[scope="row"],
#accessories td[scope="row"] {
  text-align: center
}

#material-numbers {
  margin-bottom: 2em
}

#accessories {
  margin-bottom: 1em
}

#products-legal {
  font-size: 0.7em
}

#footer,
#push {
  clear: both;
  height: 106px
}

#legal {
  background-color: #1C2D31;
  color: white;
  font-size: 0.7em;
  height: 25px;
  line-height: 25px;
  text-align: center
}

#legal-fade {
  background-image: url("/2009/legal-fade.gif");
  background-repeat: repeat-x;
  height: 81px
}
