#container {
  margin: 10px auto;
  width: 980px;
}

  /* Header Start */
  #header {
    background-image: url('../images/header.png');
    height: 138px;
    width: 980px;
  }

    #logo {
      background-image: url('../images/logo.png');
      float: left;
      height: 125px;
      margin: 5px 25px;
      overflow: hidden;
      text-indent: -9999px;
      width: 235px;
    }

    #contact {
      background: top left url('../images/contact.png') no-repeat;
      color: #fff;
      float: right;
      font-weight: bold;
      margin: 15px 15px 0 0;
      text-transform: uppercase;
      width: 400px;
    }

      .tel, .fax {
        font-size: 180%;
        margin-left: 75px;
      }

      .afterhours {
        border-top: 2px solid #f05353;
        font-size: 145%;
        padding-top: 4px;
        margin-top: 4px;
      }

      #contact span {
        display: block;
      }
  /* Header Finish */



  /* Navigation Start */
  #navigation {
    background-image: url('../images/navigation.png');
    color: #fff;
    font-size: 125%;
    height: 40px;
    padding: 13px 0 0 60px;
    position: relative;
    width: 920px;
  }

    #navigation li {
      float: left;
      height: 35px;
    }

      #navigation a {
        color: #fff;
        text-decoration: none;
        margin: 0 15px;
      }

      #navigation a:hover {
        text-decoration: underline;
      }
  /* Navigation Finish */


  /* Sub Navigation Start */
  #subnavigation {
    background-color: #535353;
    display: none;
    left: 148px;
    padding-bottom: 6px;
    position: absolute;
    top: 48px;
  }

    #subnavigation li {
      float: none;
      height: 20px;
      padding: 0px 5px;
    }

    #subnavigation a {
      font-size: 60%;
      margin: 0;
    }

    #subnavigation a:hover {
      text-decoration: underline;
    }
  /* Sub Navigation Finish */


  /* Subcontainer Start */
  #subcontainer {
    background-color: #fff;
    padding: 14px;
  }

    #hours {
      color: #585858;
      font-size: 80%;
      margin: -6px 0 6px;
      text-align: right;
    }

    /* Banner Start */
    #banner {
      background-image: url('../images/banner.png');
      color: #5f5f5f;
      height: 174px;
      width: 953px;
    }

      #banner img {
        float: left;
        margin: 12px 20px 0;
      }

      #banner p {
        float: left;
        font-size: 90%;
        margin-top: 30px;
        width: 450px;
      }

      #banner q {
        float: left;
        font-size: 145%;
        margin-top: 10px;
        width: 400px;
      }
    /* Banner Finish */

    /* Why Us Start */
    #why {
      background: top url('../images/why.png') repeat-x;
      margin: 10px 0 15px;
      padding: 20px 15px 5px;
    }

      #why h2 {
        color: #404040;
        font-size: 160%;
        margin-bottom: 10px;
        text-transform: uppercase;
      }

      #why ul {
        font-size: 75%;
      }

      #why ul li {
        padding-bottom: 4px;
      }
    /* Why Us Finish */

    /* Content */
    #content h2 {
      background-color: #535353;
      color: #fff;
      font-size: 110%;
      margin: 20px 0 15px;
      padding: 6px 10px 6px;
      text-transform: uppercase;
    }

    #content h4 {
      font-size: 110%;
      margin: 20px 0 10px;
      font-weight: bold;
    }

    #content ul, #content ol {
      margin-left: 10px;
    }
    
      #content li {
        padding-top: 4px;
      }

    #content p.section {
      border: 2px solid #535353;
      border-width: 2px 0;
      padding: 6px 0;
    }

    #content dt {
      float: left;
    }

    #content dd {
      margin-left: 150px;
    }

    .contact {
      margin-top: 15px;
    }

    .contact dt {
      font-weight: bold;
    }

    .contact dt, .contact dd {
      margin-bottom: 10px;
      height: 20px;
    }

    #content p a {
      color: #ff0000;
      text-decoration: none;
    }

      #content p a:hover {
        text-decoration: underline;
      }

    #content h3.section {
      display: block;
      font-size: 120%;
      margin-top: 20px;
      padding-bottom: 5px;
      text-transform: uppercase;
    }

      /* Products Start */
      div.products {
        font-size: 90%;
      }

        div.products ul {
          margin: 5px 0 10px 20px;
        }

          div.products li {
            list-style: disc;
          }

        div.products h4 {
          font-size: 120%;
          font-weight: bold;
          margin-top: 20px;
        }

        div.products table {
          width: 100%;
        }

          div.products thead th {
            border-bottom: 1px solid #000;
          }

          div.products th {
            font-weight: bold;
          }

            div.products tbody td, div.products tbody th {
              border: 1px solid #000;
              border-width: 0 1px 1px;
              padding: 5px;
            }

            div.products td[rowspan] {
              font-weight: bold;
            }
      /* Products Finish */


      /* Products Table Start */
      table.products {
        border-spacing: 5px;
      }

        td.image {
          border: 2px solid #535353;
          height: 135px;
          text-align: center;
          vertical-align: middle;
          width: 185px;
        }

        td.description {
          vertical-align: top;
          padding: 0 20px 0 10px;
          width: 300px;
        }

        td.description h3 {
          font-weight: bold;
          font-size: 90%;
          margin: 0 0 10px;
          padding: 0;
        }

        td.description p {
          font-size: 80%;
        }

         .more {
          background-color: #b50000;
          color: #fff;
          display: block;
          float: right;
          height: 20px;
          margin-top: 10px;
          padding: 5px 10px;
          text-decoration: none;
          text-align: right;
          width: 120px;
        }
      /* Products Table Finish */


      /* Quote Start */
      .success {
        color: green;
      }

      .error {
        color: red;
      }


      #quote {
        margin-top: 10px;
      }

        #quote dt {
          font-weight: bold;
        }

        #quote dt, #quote dd {
          margin-bottom: 10px;
        }

          #quote textarea {
            height: 150px;
            width: 400px;
          }
      /* Quote Finish */


      /* Slideshow Start */
      .slideshow {
        
      }

        .slideshow img {
          display: none;
        }

          .slideshow img:first-child {
            display: block;
          }

      .change {
        color: gray;
      }
      /* Slideshow Finish */


      /* Google Iframes */
      iframe {
        border: 0;
        width: 100%;
      }

      #map {
        height: 450px;
        overflow: hidden;
        margin-top: 25px;
      }

      #stock {
        height: 600px;
        overflow: auto;
      }
    /* Content Finish */
  /* Sub Container Finish */



  /* Footer Start */
  #footer {
    background-image: url('../images/footer.png');
    color: #fff;
    height: 60px;
    padding: 15px 0 0;
    width: 980px;
  }

    #links {
      font-size: 80%;
      margin: 0 auto;
      text-transform: uppercase;
      width: 760px;
    }

      #links li {
        display: inline;
      }

        #links a {
          color: #fff;
          margin: 0 10px;
          text-decoration: none;
        }

        #links a:hover {
          text-decoration: underline;
        }


    #copyright {
      font-size: 80%;
      text-align: center;
      padding-top: 15px;
    }
  /* Footer Finish */

/* Miscellanous Start */
.left {
  text-align: left;
}

.center {
  text-align: center;
}

.right {
  text-align: right;
}
/* Miscellanous Finish */