@import url(reset.css);
.clear {
  clear: both; }

.clearfix:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden; }

#content .download {
  display: block;
  width: 134px;
  min-height: 160px;
  padding-bottom: 1em;
  float: right;
  background: url(../images/layout/download-pdf.png) 1px right no-repeat;
  position: relative;
  left: 30px;
  z-index: 1; }
  #content .download a {
    color: #505f68;
    display: block;
    width: 120px; }
    #content .download a img {
      border: 1px solid;
      border-color: #aaaaaa;
      width: 102px;
      height: 144px;
      display: block; }
#content .appliance .download {
  left: 10px; }
#content .image-description {
  margin: 16px;
  border-bottom: 1px solid black; }
#content .introduction {
  padding: 16px;
  color: white; }
  #content .introduction a {
    color: inherit; }
  #content .introduction p + p {
    margin-top: 1em; }
  #content .introduction .download {
    left: 16px; }
#content .temperature {
  display: inline-block;
  padding: 2px;
  color: white;
  font-weight: bold; }
  #content .temperature span {
    position: relative;
    top: 0.2em;
    font-size: 0.7em;
    font-weight: normal; }
  #content .temperature + #content .temperature {
    margin-top: 1em; }
  #content .temperature.high {
    background-color: #f43d24; }
  #content .temperature.medium {
    background-color: #f49e00; }
#content #Form_Form .field ul {
  list-style-type: none;
  left: -3px; }
#content #Form_Form .field div, #content #Form_Form .field p {
  margin-bottom: 8px; }
#content #Form_Form .field input, #content #Form_Form .field textarea {
  border: 1px solid #aaaaaa; }
#content #Form_Form .field label {
  color: #666666; }
  #content #Form_Form .field label.right {
    float: none; }
  #content #Form_Form .field label.required {
    display: block; }
#content #Form_Form .field.requiredField label {
  color: black; }
#content #Form_Form .field.textarea textarea {
  width: 500px; }
#content #Form_Form .field.checkboxset {
  float: right;
  position: relative;
  z-index: 2;
  margin-top: 56px;
  margin-right: 130px; }
#content #Form_Form .Actions {
  margin-top: 16px; }

body {
  font-family: Verdana, Arial, sans-serif;
  font-size: 11px;
  line-height: 16px; }

a, a:visited, a:active {
  color: #505f68;
  text-decoration: none; }

a:hover {
  text-decoration: underline; }

#container {
  position: relative;
  width: 975px;
  margin: auto;
  background: url(../images/layout/border-gradient-left.png) repeat-y top left; }

header img#logo {
  display: block;
  width: 100%;
  height: 105px; }
header aside {
  display: block;
  width: 100%;
  height: 20px;
  background-color: #f2f2f2;
  border-bottom: 1px solid black; }
  header aside ul {
    float: right;
    margin-top: 2px;
    padding-right: 32px; }
    header aside ul li {
      display: inline; }
header input#SearchForm_SearchForm_Search {
  float: left;
  font-size: 12px;
  border: 1px solid #cccccc;
  padding: 2px 5px;
  height: 15px;
  margin-right: 0;
  width: 200px; }
header input#SearchForm_SearchForm_Search.default {
  color: #cccccc;
  font-style: italic;
  width: 200px; }
header input.action {
  margin: 0;
  font-size: 12px;
  border: 1px solid #cccccc;
  border-left-width: 0;
  height: 21px;
  padding: 0 5px 2px 5px; }
header div#search {
  background-color: white;
  height: 28px;
  position: relative; }
header div#search form {
  position: absolute;
  right: 20px;
  width: 238px; }

section#main {
  display: block;
  position: relative; }
  section#main nav {
    float: left;
    height: 100%;
    width: 200px;
    padding-top: 1em;
    color: #666666; }
    section#main nav ul li a {
      line-height: 22px; }
    section#main nav ul li a:hover {
      color: #ec3438 !important;
      text-decoration: underline !important; }
    section#main nav ul li.current a {
      font-weight: bold;
      color: #009999;
      text-decoration: underline; }
    section#main nav ul li.current li, section#main nav ul li.current li a {
      color: #505f68;
      font-weight: normal;
      text-decoration: none; }
    section#main nav ul ul {
      display: none; }
      section#main nav ul ul li {
        margin-left: 5px; }
        section#main nav ul ul li.appliance ul {
          display: none; }
          section#main nav ul ul li.appliance ul li.current > a {
            font-weight: bold;
            color: #009999;
            text-decoration: underline; }
        section#main nav ul ul li.appliance.current > a {
          color: #505f68;
          font-weight: bold;
          text-decoration: none; }
        section#main nav ul ul li.appliance.current ul {
          display: block; }
        section#main nav ul ul li .box {
          display: inline-block;
          position: relative;
          top: -1px;
          width: 7px;
          height: 6px;
          margin-right: 4px; }
      section#main nav ul ul ul li {
        margin-left: 12px; }
    section#main nav ul li.current ul, section#main nav ul li.section ul {
      display: block; }
    section#main nav aside {
      display: block;
      margin-top: 40px; }
      section#main nav aside .item {
        margin-bottom: 25px;
        clear: both; }
      section#main nav aside img, section#main nav aside p {
        float: left; }
      section#main nav aside img {
        padding-top: 5px;
        padding-right: 10px; }
      section#main nav aside p {
        width: 140px; }
  section#main #content-container {
    float: left;
    width: 775px;
    min-height: 500px;
    background: url(../images/layout/border-gradient-right.png) repeat-y top right;
    position: relative; }

footer a#print {
  background-image: url(../images/layout/printer.png);
  background-position: left 5px;
  background-repeat: no-repeat;
  padding-left: 5px; }
footer .links, footer .copyright {
  height: 20px;
  padding-right: 22px; }
footer .links {
  background-color: #f2f2f2;
  color: #666666; }
  footer .links ul {
    text-align: right; }
    footer .links ul li {
      display: inline;
      color: black; }
      footer .links ul li a {
        display: inline-block;
        text-align: center;
        width: 100px; }
footer .copyright {
  background-color: #ec3438;
  color: white; }
  footer .copyright p {
    padding-right: 10px;
    float: right; }

#content {
  margin-right: 6px; }
  #content a:hover {
    text-decoration: underline;
    color: #ec3438; }
    #content a:hover h2 {
      text-decoration: inherit; }
  #content ul {
    list-style-type: disc;
    list-style-position: outside;
    position: relative;
    left: 1.4em; }
  #content table td {
    padding: 4px; }
  #content p + p, #content ul + p, #content ul + div, #content table + p, #content form + p, #content div + h2, #content div + div {
    margin-top: 1em; }
  #content div.body + p {
    margin-top: 16px; }
  #content blockquote {
    margin: 0 55px 35px 0 !important; }
  #content .right {
    float: right; }
  #content.home {
    padding-left: 16px;
    margin-right: -16px;
    width: 759px !important;
    padding-top: 1em; }
    #content.home article {
      float: left;
      width: 33%;
      padding-bottom: 2em;
      height: 236px; }
      #content.home article p {
        margin-right: 14px; }
      #content.home article img {
        width: 238px; }
  #content.products-overview img.banner {
    width: 770px;
    display: block; }
  #content.products-overview .introduction {
    background-color: #999999; }
    #content.products-overview .introduction .download a {
      color: white; }
  #content.products-overview .image-description div.description {
    float: left;
    width: 534px;
    margin-bottom: 1em; }
  #content.products-overview .image-description img.thumb {
    float: left;
    margin-right: 16px;
    width: 173px; }
  #content.products-overview .image-description div.thumb {
    float: left; }
    #content.products-overview .image-description div.thumb img {
      display: block;
      margin-right: 16px;
      margin-bottom: 16px;
      width: 173px; }
    #content.products-overview .image-description div.thumb img + p {
      margin-top: -8px; }
  #content.products-show .introduction {
    background-color: #5a5b1d; }
  #content.products-show .image-description div.description {
    float: left;
    width: 534px;
    margin-bottom: 1em; }
  #content.products-show .image-description img.thumb {
    float: left;
    margin-right: 16px;
    width: 173px; }
  #content.products-show .image-description div.thumb {
    float: left; }
    #content.products-show .image-description div.thumb img {
      display: block;
      margin-right: 16px;
      margin-bottom: 16px;
      width: 173px; }
    #content.products-show .image-description div.thumb img + p {
      margin-top: -8px; }
  #content.products-examples .category {
    background-color: #f2f2f2;
    clear: both;
    padding: 16px; }
    #content.products-examples .category h2 {
      color: white;
      margin-bottom: 16px; }
  #content.products-examples .examples article {
    float: left;
    width: 25%;
    height: 163px;
    padding-bottom: 2em; }
    #content.products-examples .examples article .description {
      margin-right: 14px;
      color: white; }
    #content.products-examples .examples article img {
      width: 173px; }
  #content.expert .introduction {
    background-color: #999999; }
  #content.expert .image-description div.description {
    float: left;
    width: 622px;
    margin-bottom: 1em; }
  #content.expert .image-description img.thumb {
    float: left;
    margin-right: 16px;
    width: 85px; }
  #content.expert .image-description div.thumb {
    float: left; }
    #content.expert .image-description div.thumb img {
      display: block;
      margin-right: 16px;
      margin-bottom: 16px;
      width: 85px; }
    #content.expert .image-description div.thumb img + p {
      margin-top: -8px; }
  #content.company .image-description {
    border-bottom: 0; }
    #content.company .image-description div.description {
      float: left;
      width: 469px;
      margin-bottom: 1em; }
    #content.company .image-description img.thumb {
      float: left;
      margin-right: 16px; }
    #content.company .image-description div.thumb {
      float: left; }
      #content.company .image-description div.thumb img {
        display: block;
        margin-right: 16px;
        margin-bottom: 16px; }
      #content.company .image-description div.thumb img + p {
        margin-top: -8px; }
  #content.contact {
    padding-left: 16px;
    margin-right: -16px;
    width: 759px !important;
    padding-top: 1em; }
    #content.contact h2 {
      margin-bottom: 16px; }
    #content.contact .contact {
      width: 400px;
      background-color: #f2f2f2;
      margin-bottom: 16px;
      padding: 16px; }
      #content.contact .contact address {
        font-style: normal; }
      #content.contact .contact .column {
        float: left;
        padding-right: 10px;
        width: 190px;
        padding-bottom: 16px; }
      #content.contact .contact .clear {
        clear: both; }
  #content.contact.agency .column {
    width: 250px; }
  #content.plain {
    padding-left: 16px;
    margin-right: -16px;
    width: 759px !important;
    padding-top: 1em; }

div#download-center {
  padding: 16px 0; }

div#download-center div.download-category {
  clear: both;
  padding: 0 16px;
  margin: 0; }

div#download-center h2 {
  margin: 3px 0 5px 0;
  padding: 3px 2px;
  background-color: #f2f2f2;
  background-image: url(../images/layout/down.png);
  background-position: center right;
  background-repeat: no-repeat;
  cursor: pointer; }

div#download-center h2.up {
  background-image: url(../images/layout/up.png); }

div#download-center div.one-download {
  float: left;
  margin-top: 0;
  width: 120px; }

div#download-center div.one-download a.imgLink {
  height: 144px; }

div#download-center a {
  display: block; }

div#download-center div.one-download a.txtLink {
  height: 80px;
  padding-right: 10px; }

body.ie6 .clearfix {
  height: 1%;
  overflow: visible; }
body.ie6 #container {
  width: 978px; }
  body.ie6 #container #main #content-container {
    height: 500px; }
body.ie6 footer .links, body.ie6 footer .copyright {
  width: 955px; }

body.ie7 .clearfix {
  min-height: 1%; }

