/** Global **/
html {
  background-color: #000;
  background-position: top center;
  background-repeat: no-repeat;
}

body {
  font: 62.5% 'Lucida Sans', 'Lucida Grande', 'Lucida Sans Unicode', sans-serif; /* 10px */
  margin-bottom: 75px; /* bottom margin for footer */
}

a {
  color: #ff9;
  outline: none;
  text-decoration: none;
}

.last {
  margin-right: 0 !important;
}

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

/** Header **/
header {
  background: url(../images/header-bg.png) no-repeat top center;
  margin: 0 auto 16px;
  max-width: 1400px;
}

  header div {
    height: 138px;
    margin: 0 auto;
    position: relative;
    width: 1000px;
  }

    header div h1 a {
      background: url(../images/logo.png) no-repeat;
      display: block;
      height: 98px;
      margin-left: 20px;
      text-indent: -9999px;
      width: 306px;
    }

    header div nav {
      bottom: 11px;
      position: absolute;
      right: 0;
    }

      header div ul {
        font: 130% Futura, 'Century Gothic', AppleGothic, sans-serif;
        margin-top: -37px;
        text-transform: uppercase;
      }

        header div ul li {
          display: inline;
          padding: 0 20px;
        }

          header div ul li a {
            background: url(../images/nav-arrows.jpg) no-repeat 50% bottom;
            color: #fff;
            padding-bottom: 15px;
            text-decoration: none;
          }

            header div ul li a:hover {
              background-position: center 25px;
            }

/** Footer **/
footer {
  background: url(../images/footer-bg.jpg) no-repeat top center;
  bottom: 0;
  font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
  height: 52px;
  padding-top: 10px;
  position: fixed;
  width: 100%;
}

  footer .wrapper {
    margin: 0 auto;
    line-height: 17px;
    text-transform: uppercase;
    width: 1000px;
  }

    footer .col-left {
      float: left;
      margin-left: 60px;
    }

      footer .social {
        margin-bottom: 5px;
      }

      footer #copyright {
        color: #c99;
      }

    footer #design-by {
      float: right;
      opacity: 0.5;
    }

      footer #design-by a {
        color: #fff;
      }

      footer #design-by img {
        vertical-align: top;
      }

/** Generic Content **/
#content {
  margin: 0 auto;
  width: 880px;
}

aside {
  background: rgb(51,51,51);
  background: -moz-linear-gradient(rgba(51,51,51,.85), rgba(5,5,5,.85));
  background: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(51,51,51,.85)), to(rgba(5,5,5,.85)));
  border: 1px solid #2c2c2c;
  color: #ccc;
}

  aside h2 {
    color: #fff;
    font: 120% Futura, 'Century Gothic', AppleGothic, sans-serif;
    margin: 5px 0;
    text-transform: uppercase;
  }

  aside p {
    margin: 0 0 15px;
  }

  aside a {
    color: #fc0;
    font-weight: bold;
    text-decoration: none;
  }

aside.tall {
  float: left;
  padding: 20px;
  width: 232px;
}

  aside.tall p {
    line-height: 2;
  }

  aside.tall ul {
    font-weight: bold;
    margin-bottom: 15px;
    padding-left: 20px;
  }

  aside.tall ul li {
    line-height: 2;
    list-style: square;
  }

/** Homepage **/
#home { background-image: url(../images/bg/fireplace.jpg); }

  #home #content {
    margin: 165px auto 0;
    width: 857px;
  }

  .tweet-ticker {
    background: rgb(117,117,117);
    background: -moz-linear-gradient(top,  rgba(117,117,117,0.8) 0%, rgba(117,117,117,0.8) 15%, rgba(109,110,110,0.8) 25%, rgba(88,88,88,0.8) 44%, rgba(76,76,76,0.8) 53%, rgba(55,55,56,0.8) 71%, rgba(51,51,51,0.8) 78%, rgba(51,51,51,0.8) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(117,117,117,0.8)), color-stop(15%,rgba(117,117,117,0.8)), color-stop(25%,rgba(109,110,110,0.8)), color-stop(44%,rgba(88,88,88,0.8)), color-stop(53%,rgba(76,76,76,0.8)), color-stop(71%,rgba(55,55,56,0.8)), color-stop(78%,rgba(51,51,51,0.8)), color-stop(100%,rgba(51,51,51,0.8))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  rgba(117,117,117,0.8) 0%,rgba(117,117,117,0.8) 15%,rgba(109,110,110,0.8) 25%,rgba(88,88,88,0.8) 44%,rgba(76,76,76,0.8) 53%,rgba(55,55,56,0.8) 71%,rgba(51,51,51,0.8) 78%,rgba(51,51,51,0.8) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  rgba(117,117,117,0.8) 0%,rgba(117,117,117,0.8) 15%,rgba(109,110,110,0.8) 25%,rgba(88,88,88,0.8) 44%,rgba(76,76,76,0.8) 53%,rgba(55,55,56,0.8) 71%,rgba(51,51,51,0.8) 78%,rgba(51,51,51,0.8) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  rgba(117,117,117,0.8) 0%,rgba(117,117,117,0.8) 15%,rgba(109,110,110,0.8) 25%,rgba(88,88,88,0.8) 44%,rgba(76,76,76,0.8) 53%,rgba(55,55,56,0.8) 71%,rgba(51,51,51,0.8) 78%,rgba(51,51,51,0.8) 100%); /* IE10+ */
    background: linear-gradient(to bottom,  rgba(117,117,117,0.8) 0%,rgba(117,117,117,0.8) 15%,rgba(109,110,110,0.8) 25%,rgba(88,88,88,0.8) 44%,rgba(76,76,76,0.8) 53%,rgba(55,55,56,0.8) 71%,rgba(51,51,51,0.8) 78%,rgba(51,51,51,0.8) 100%); /* W3C */
    border: 1px solid rgb(102, 102, 102);
    border-color: rgba(102, 102, 102, 0.8);
    margin-bottom: 15px;
    margin-left: 60px;
    padding-left: 110px;
    padding-right: 75px;
    position: relative;
  }

    .tweet-ticker:before {
      background: url(../images/twitter-logo.png) no-repeat;
      bottom: -1px; /* account for the border */
      content: '';
      height: 64px;
      left: -60px;
      position: absolute;
      width: 88px;
    }

    .tweet-ticker .heading {
      bottom: 8px;
      color: #fff;
      font: 120% Futura, 'Century Gothic', AppleGothic, sans-serif;
      font-weight: bold;
      left: 20px;
      position: absolute;
      text-transform: uppercase;
      width: 80px;
    }

    .tweet-ticker .window {
      height: 60px;
      overflow: hidden;
      position: relative;
    }

    .tweet-ticker .tweets {
      bottom: 0;
      color: #dbdbdb;
      font-size: 120%;
      left: 0;
      position: absolute;
      right: 0;
      top: 0;
      -moz-transition: top 0.3s ease-in-out;
      -o-transition: top 0.3s ease-in-out;
      -webkit-transition: top 0.3s ease-in-out;
      transition: top 0.3s ease-in-out;
    }

      .tweet-ticker .tweets li {
        height: 60px;
      }

        .tweet-ticker .tweets li:before {
          content: '';
          display: inline-block;
          *display: inline;
          font-size: 0;
          height: 100%;
          vertical-align: middle;
          width: 0;
          zoom: 1;
        }

        .tweet-ticker .tweets span {
          display: inline-block;
          *display: inline;
          vertical-align: middle;
          zoom: 1;
        }

      .tweet-ticker .tweets a {
        color: #ecbc00;
      }

    .tweet-ticker .pager {
      bottom: 0;
      position: absolute;
      right: 0;
      top: 0;
      width: 30px;
    }

      .tweet-ticker .pager:before {
        background: #767676;
        content: '';
        height: 1px;
        left: 0;
        position: absolute;
        top: 50%;
        right: 0;
      }

      .tweet-ticker .pager a {
        display: block;
        height: 50%;
        position: relative;
      }

        .tweet-ticker .pager a:before {
          border-color: #ecbc00;
          border-left: 4px solid transparent !important;
          border-right: 4px solid transparent !important;
          content: '';
          display: block;
          left: 50%;
          margin-left: -4px;
          margin-top: -4px;
          position: absolute;
          top: 50%;
          width: 0;
        }

          .tweet-ticker .pager .up:before {
            border-bottom-style: solid;
            border-bottom-width: 7px;
          }

          .tweet-ticker .pager .down:before {
            border-top-style: solid;
            border-top-width: 7px;
          }

        .tweet-ticker .pager .disabled {
          cursor: default;
        }

          .tweet-ticker .pager .disabled:before {
            border-color: #767676;
          }

  #home .services {
    border: 1px solid #fff;
    border-color: rgba(255,255,255,.5);
    padding: 15px;
  }

    #home .services aside {
      float: left;
      margin-right: 3px;
      min-height: 87px;
      padding: 10px 20px;
      width: 231px;
    }

      #home .services aside h2 {
        line-height: 18px;
      }

        #home .services aside h2 a {
          color: #fff;
          font-weight: normal;
        }

        #home .services aside h2 img {
          margin-left: 5px;
          vertical-align: text-bottom;
        }

      #home .services aside p {
        color: #999;
        line-height: 1.4;
      }

/** Who We Are **/
#who_we_are { background-image: url(../images/bg/tiles2.jpg); }

  #who_we_are aside.tall {
    min-height: 407px;
  }

  #who_we_are section {
    float: right;
    width: 594px;
  }

    #who_we_are-flash {
      background: url(../images/who_we_are-flash_placeholder.png) no-repeat;
      height: 298px;
      margin-bottom: 15px;
      width: 594px;
    }

    #who_we_are section aside {
      float: left;
      height: 134px;
      margin-right: 15px;
      width: 186px;
    }

      #who_we_are section aside p {
        background-position: center center;
        background-repeat: no-repeat;
        height: 100%;
        margin: 0;
        text-indent: -9999px;
        width: 100%;
      }

        aside#experience p { background-image: url(../images/text-experience.png); }
        aside#tiles p { background-image: url(../images/text-tiles.png); }
        aside#imports p { background-image: url(../images/text-imports.png); }

/** Past Projects **/
#past_projects { background-image: url(../images/bg/tiles3.jpg); }

  #past_projects #content {
    width: 870px;
  }

    #past_projects-flash {
      background: url(../images/past_projects-flash_placeholder.jpg) no-repeat;
      height: 399px;
      width: 870px;
    }

    #past_projects section {
      background: #000;
      background: -moz-linear-gradient(rgba(3,3,3,1), rgba(26,26,26,.95) 80%, rgba(26,26,26,.1));
      background: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(3,3,3,1)), color-stop(.8, rgba(26,26,26,.95)), to(rgba(26,26,26,.1)));
      padding: 30px 35px 60px 15px;
    }

      #past_projects section aside {
        float: left;
        height: 98px;
        margin-right: 17px;
        width: 127px;
      }

        #past_projects section aside p {
          background-position: center center;
          background-repeat: no-repeat;
          height: 100%;
          margin: 0;
          text-indent: -9999px;
          width: 100%;
        }

          #past_projects aside#keypoint-1 p { background-image: url(../images/text-keypoint1.png); }
          #past_projects aside#keypoint-2 p { background-image: url(../images/text-keypoint2.png); }
          #past_projects aside#keypoint-3 p { background-image: url(../images/text-keypoint3.png); }

      #past_projects section p#desc {
        background: #292828;
        color: #666;
        float: left;
        font-size: 120%;
        font-weight: bold;
        margin-top: 15px;
        padding: 15px 10px;
        width: 401px;
      }

      #past_projects section #summary {
        color: #ccc;
        float: right;
        line-height: 2;
        text-align: justify;
        width: 387px;
      }

        #past_projects section #summary a {
          font-weight: bold;
        }

/** Brands Used **/
#brands_used { background-image: url(../images/bg/tiles.jpg); }

  #brands {
    background: url(../images/brands.png) no-repeat;
    float: right;
    height: 156px;
    margin-top: 65px;
    width: 598px;
  }

/** Contact Us **/
#contact_us { background-image: url(../images/bg/table.jpg); }

  #contact_us #content {
    width: 1000px;
  }

    #contact_us aside {
      margin-left: 60px;
    }

      #contact_us aside p {
        line-height: 1.6;
        text-transform: uppercase;
      }

        #contact_us aside p span {
          text-transform: none;
        }

      #contact_us aside a {
        background: #000;
        display: block;
        font-size: 90%;
        line-height: 3;
        text-align: center;
        text-transform: uppercase;
        width: 217px;
      }

        #contact_us aside a img {
          border: none;
          display: block;
          padding: 1px;
        }

  .contact-main-content {
    background: rgb(59, 59, 59);
    background: rgba(59, 59, 59, 0.4);
    float: right;
    padding: 25px 20px;
    width: 610px;
  }

    .contact-form {
      color: #ccc;
      font-size: 120%;
    }

      .contact-form h1 {
        color: #fff;
        font-family: Futura, 'Century Gothic', AppleGothic, sans-serif;
        margin-bottom: 30px;
        text-transform: uppercase;
      }

      .contact-form .align-center {
        text-align: center;
      }

      .contact-form .control-group {
        margin-bottom: 12px;
      }

        .contact-form .control-label {
          font-weight: bold;
          text-transform: uppercase;
        }

        .contact-form .controls {
          margin-top: 5px;
        }

          .contact-form .text,
          .contact-form textarea {
            background: #747474;
            border: 2px solid #393939;
            border-radius: 2px;
            color: #fff;
            display: block;
            font-size: 120%;
            padding: 10px;
          }

          .contact-form label.checkbox {
            font-style: italic;
          }

          .contact-form .submit {
            background: rgb(70,69,69); /* Old browsers */
            background: -moz-linear-gradient(top,  rgba(70,69,69,1) 0%, rgba(27,26,26,1) 38%, rgba(10,10,10,1) 57%, rgba(1,1,2,1) 70%, rgba(2,1,1,1) 76%, rgba(20,19,19,1) 100%); /* FF3.6+ */
            background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(70,69,69,1)), color-stop(38%,rgba(27,26,26,1)), color-stop(57%,rgba(10,10,10,1)), color-stop(70%,rgba(1,1,2,1)), color-stop(76%,rgba(2,1,1,1)), color-stop(100%,rgba(20,19,19,1))); /* Chrome,Safari4+ */
            background: -webkit-linear-gradient(top,  rgba(70,69,69,1) 0%,rgba(27,26,26,1) 38%,rgba(10,10,10,1) 57%,rgba(1,1,2,1) 70%,rgba(2,1,1,1) 76%,rgba(20,19,19,1) 100%); /* Chrome10+,Safari5.1+ */
            background: -o-linear-gradient(top,  rgba(70,69,69,1) 0%,rgba(27,26,26,1) 38%,rgba(10,10,10,1) 57%,rgba(1,1,2,1) 70%,rgba(2,1,1,1) 76%,rgba(20,19,19,1) 100%); /* Opera 11.10+ */
            background: -ms-linear-gradient(top,  rgba(70,69,69,1) 0%,rgba(27,26,26,1) 38%,rgba(10,10,10,1) 57%,rgba(1,1,2,1) 70%,rgba(2,1,1,1) 76%,rgba(20,19,19,1) 100%); /* IE10+ */
            background: linear-gradient(to bottom,  rgba(70,69,69,1) 0%,rgba(27,26,26,1) 38%,rgba(10,10,10,1) 57%,rgba(1,1,2,1) 70%,rgba(2,1,1,1) 76%,rgba(20,19,19,1) 100%); /* W3C */
            border: 1px solid #3a3a3a;
            box-shadow: 0 0 21px rgba(145, 145, 145, 0.25);
            color: #ccc;
            font: bold italic 133% Futura, 'Century Gothic', AppleGothic, sans-serif;
            padding: 10px 30px;
            text-transform: uppercase;
          }

            .contact-form .submit:hover {
              box-shadow: 0 0 21px rgba(236, 188, 0, 0.25);
              color: #ecbc00;
              cursor: pointer;
            }

      .contact-form .footnote {
        clear: both;
        font-style: italic;
        text-align: center;
      }

      .contact-form .col-left {
        float: left;
        width: 230px;
      }

        .contact-form .col-left .text,
        .contact-form .col-left textarea {
          width: 206px;
        }

      .contact-form .col-right {
        float: right;
        width: 340px;
      }

        .contact-form .col-right .text,
        .contact-form .col-right textarea {
          width: 316px;
        }

        .contact-form #message {
          height: 100px;
        }

  .contact-main-content .thanks {
    color: #fff;
    font-size: 140%;
    font-weight: bold;
    line-height: 1.5;
    padding: 190px 0;
    text-align: center;
    text-transform: uppercase;
  }

/** Tile & Stone **/
#tile_stone {
  background-image: url(../images/bg/stones.jpg);
}

/** Kitchens **/
#kitchens {
  background-image: url(../images/bg/kitchens-bg.jpg);
}

/** Bathrooms **/
#bathrooms {
  background-image: url(../images/bg/bathrooms-bg.jpg);
}

/* gallery page */
.page-gallery #content {
  background: #000;
  -moz-box-shadow: 0 0 50px rgba(0, 0, 0, 0.75);
  -webkit-box-shadow: 0 0 50px rgba(0, 0, 0, 0.75);
  box-shadow: 0 0 50px rgba(0, 0, 0, 0.75);
  color: #ccc;
  padding: 0 15px;
  width: 840px;
}

  .page-gallery .copy {
    line-height: 2;
    padding-top: 28px;
  }

    .page-gallery .copy .col-left {
      border-right: 1px solid #1a1a1a;
      float: left;
      margin-right: 12px;
      padding: 0 25px 40px 35px;
      width: 390px;
    }

    .page-gallery .copy .col-right {
      float: right;
      width: 377px;
    }

    .page-gallery .reasons {
      font-size: 120%;
    }

      .page-gallery .reasons h2 {
        font-size: 117%;
        font-weight: bold;
        margin-bottom: 10px;
        text-transform: uppercase;
      }

      .page-gallery .reasons ul {
        padding-left: 50px;
      }

        .page-gallery .reasons li {
          list-style: square;
        }

/* gallery */
.gallery-wrapper {
  position: relative;
}

  .gallery-wrapper .title {
    color: #fff;
    font-family: Futura, 'Century Gothic', AppleGothic, sans-serif;
    font-size: 170%;
    padding: 25px 45px;
    text-transform: uppercase;
  }

    .gallery-wrapper .subtitle {
      color: #999;
      font-size: 70%;
      font-style: italic;
    }

  .gallery-window {
    overflow: hidden;
    position: relative;
  }

    .gallery-slide {
      left: 0;
      position: absolute;
      top: 0;
      -moz-transition: left 0.3s ease-in-out;
      -webkit-transition: left 0.3s ease-in-out;
      transition: left 0.3s ease-in-out;
    }

    .gallery-page {
      float: left;
      width: 840px;
    }

      .gallery-page li {
        float: left;
        margin-bottom: 10px;
        margin-right: 22px;
      }

        .gallery-page li:nth-of-type(5n+5),
        .gallery-page li.last {
          margin-right: 0;
        }

    .gallery-wrapper .pager {
      background-color: #000;
      background-position: 50% 50%;
      background-repeat: no-repeat;
      height: 110px;
      position: absolute;
      bottom: 155px;
      width: 30px;
    }

      .gallery-wrapper .previous {
        background-image: url(../images/arrow-left.png);
        left: -45px;
      }

      .gallery-wrapper .next {
        background-image: url(../images/arrow-right.png);
        right: -45px;
      }
