/*


Layout
*/
html {
  background: url(../images/html.png);
}
body {
  background: url(../images/body.png) repeat-x;
  padding-bottom: 30px;
  text-align: center;
}

  #shell1 {
    margin: auto;
    position: relative;
    width: 1000px;
    text-align: left;
  }
  
    #head {
      height: 95px;
      margin: auto;
      position: relative;
      width: 950px;
    }
    
      #head h1 {
        margin: 0;
        padding: 0;
        position: absolute;
        top: 13px;
      }
        
        #head h1 img {
          height: 80px;
          width: 204px;
        }
        
    #logo-print {
      display: none;
    }
    
    #shell2 {
      background: url(../images/shell.png) repeat-x;
      width: 1000px;
    }
    
      #feature {
        background: url(../images/feature.png) no-repeat;
        height: 350px;
        position: relative;
        width: 1000px;
      }
        
        #feature.home img {
          left: 5px;
          position: absolute;
          top: 5px;
        }
        
        #feature #RequestInformation {
          left: 690px;
          position: absolute;
          top: 50px;
        }
      
      #main {
        display: inline;
        float: left;
        margin: 30px 0 0 35px;
        position: relative;
        width: 600px;
      }
      
        div.preview p {
          float: right;
          font-size: 18px;
          line-height: 1.5em;
          width: 470px;
        }
        
        div.preview a.thumb {
          float: left;
        }
        
        a.thumb {
          padding: 0;
        }
          
          a.thumb img {
            border-bottom: 3px solid #CCDCF6;
            border-top: 2px solid #CCDCF6;
          }
          
          a.thumb:hover img {
            border-color: #fff;
          }
          
      #sub {
        display: inline;
        float: right;
        margin: 30px 35px 0 0;
        position: relative;
        width: 260px;
      }
    
    
    #wide {
      margin: auto;
      width: 900px;
    }

    #foot {
      background: url(../images/header-border.png) right top no-repeat;
      clear: both;
      margin: 50px 0 0 0;
      position: relative;
      text-align: center;
      width: 900px;
    }
    
/*


Navigation
*/
ul#NavPrimary {
  bottom: 0px;
  margin: 0;
  padding: 0;
  position: absolute;
  right: 0;
}

  ul#NavPrimary li {
    display: inline;
    margin: 0;
    padding: 0;
  }
  
    ul#NavPrimary li a {
      color: #CCDCF6;
      font-size: 16px;
      line-height: 30px;
      margin: 0 .25em;
      padding: .75em .25em;
      text-decoration: none;
      text-transform: lowercase;
    }
    
    ul#NavPrimary li a:hover {
      border-top: 2px solid #3474DD;
      color: #fff;
    }

ul#NavTop {
  margin: 0;
  padding: 0;
  position: absolute;
  right: 0;
  top: 5px;
}

  ul#NavTop li {
    display: inline;
    margin: 0;
    padding: 0;
  }

    ul#NavTop li a {
      color: #CCDCF6;
      font-size: 11px;
      line-height: 18px;
      margin: 0 .25em;
      padding: .75em .25em;
      text-decoration: none;
      text-transform: lowercase;
    }

    ul#NavTop li a:hover {
      border-bottom: 2px solid #3474DD;
      color: #fff;
    }


ul#NavFoot {
  margin: 0;
  padding: 20px 0;
  text-transform: lowercase;
}

  ul#NavFoot li {
    display: inline;
    list-style: none;
  }
  
    ul#NavFoot li a {
      font-size: 14px;
      padding: 1em;
      text-decoration: none;
    }
    
    ul#NavFoot li a:hover {
      text-decoration: underline;
    }

ul.NavSub {
  width: 100%;
}

  ul.NavSub li {
    list-style: none;
  }
  
    ul.NavSub li a {
      display: block;
      text-decoration: none;
      width: 100%;
    }
    
    ul.NavSub li a:hover {
      background: #fff;
    }

/* resetting some tripoli styles */
ul#NavPrimary li, ul#NavTop li, ul#NavFoot li {
  text-indent: 0;
}
ul#NavPrimary li:before, ul#NavTop li:before, ul#NavFoot li:before {
  content: '';
}
/*


Special Buttons
*/
a.RequestButton {
/*  background: url(../images/request-information.png) no-repeat;*/
  background: url(../images/ready-to-start-your-lighting-project.png) no-repeat;
  cursor: pointer !important;
  display: block;
  height: 63px;
  text-decoration: none !important;
  width: 220px;
}

  a.RequestButton h4 {
    display: none;
  }

/*


Projects
*/

#wide .CategoryRow {
  margin: 20px 0 0 0;
  width: 100%;
}

#wide .CategoryRow.alt, .ProductCompany.alt {
  background: url(../images/dark-gradient.png) no-repeat;
}

  #wide .CategoryRow .CategoryRowMargin {
    margin: 0 10px;
    padding: 10px 0;
  }

  #wide .ImagePreview {
    float: left;
    margin-top: 10px;
    text-align: center;
    width: 125px;
  }

#project {
  background: url(../images/dark-gradient.png) no-repeat;
  height: 640px;
  width: 900px;
}

  #project .margin {
    height: 600px;
    margin: 0 30px;
    padding: 20px 0;
  }

  #project #ProjectDetailColumn {
    float: left;
    width: 500px;
  }
  
    #project .normalView {
      position: absolute;
      z-index: 2;
    }
  
  #project #ProjectPhotos {
    float: right;
    width: 320px;
  }
    
    #project .ImagePreview {
      margin-right: 10px;
      width: 100px;
    }
    
    #project .photoName {
      display: block;
      height: 2em;
    }
/*


Products
*/
.ProductCompany {
  padding: 10px 0 0 0;
  width: 100%;
}
  .ProductCompany .margin {
    margin: 0 10px;
    padding: 10px 0;
  }
  .ProductCompany h3 {
    float: left;
    margin: 0;
    padding: 0;
    width: 400px;
  }
  .ProductCompany h3 a {
    text-decoration:none !important;
  }
  .ProductCompany h3 a:focus {
    color: #9999CC;
  }
  .ProductCompany p {
    color: #666;
    font: 12px;
  }
  .ProductCompany.hover p {
    color: #ccc;
    font: 12px;
  }
  .ProductCompany hr {
    background: #999;
    clear: both;
    color: #999;
    margin-bottom: .25em;
  }
  .ProductCompany ul.CategoryIconsInline {
    display: inline;
    float: left;
    margin: 0 0 0 10px;
    padding: 0;
    text-align: right;
    width: 170px;
  }
    .ProductCompany ul.CategoryIconsInline li {
      display: inline;
      margin: 0;
      padding: 0;
      text-indent: 0;
    }
    .ProductCompany ul.CategoryIconsInline li:before {
      content: '';
    }
      .ProductCompany ul.CategoryIconsInline li img {
        height: 20px;
        width: 20px;
      }
      .ProductCompany ul.CategoryIconsInline li span {
        display: none;
      }
#viewByCategory h3 {
  margin-bottom: 0;
}
ul.productsCategoryList {
  background: url(../images/dark-gradient.png) no-repeat;
  font-size: 16px;
  margin: 0;
  padding: 10px 0;
}
  ul.productsCategoryList li {
    list-style: none;
    text-indent: 0px;
  }
  ul.productsCategoryList li a:visited {
    text-decoration:none;
  }
  ul.productsCategoryList li:before {
    content: '';
  }
    ul.productsCategoryList li a:hover {
      text-decoration: none;
    }

/* end products */
/*


Misc
*/
#CocoDesign {
  background: url(../images/CocoDesign.png) no-repeat;
  cursor: pointer;
  display: block;
  height: 18px;
  margin: auto;
  width: 56px;
}

  #CocoDesign span {
    display: none;
  }

* {
  margin: 0;
  padding: 0;
}

img {
  border: 0;
}
.NoMargin {
  margin: 0 !important;
}
.clear, .clearme {
  clear: both;
}


/* Default styles for BrainBuster logic captcha */

#captcha {
  margin: .5em 0 .5em 0;
  font-size: 13px;
}

#captcha_answer {
  margin-left: .5em;
}

.captcha_failed input {
  border-style: inset;
  border-color: red;
  border-width: 3px;
}

/*


General Links
*/
.content a:link {
/*  color: #CCDCF6;*/
  color: #709BE7;
  text-decoration: none;
}
.content a:hover {
  color: #fff;
  text-decoration: underline;
}

#captcha_shell { 
  width: 500px;
}

#captcha_shell input { 
  width: 140px;
}

.field_left {
  float: left;
  clear: none;
  margin: 0 5px 0 5px;
}

.field_label {
  width: 110px;
  text-align: right;
  font-weight: bold;
}

div.ContactForm div {
  margin-top: 0;
  margin-bottom: 5px;
  padding: 0;
}

div.ContactForm textarea {
  height: 120px; 
}

.content a:active, .content a:focus {
  color: #99c !important;
}