/*


Layout
*/
body {
  background: #92846E;
  text-align: center;
}

  #shell {
    background: url('../images/shell.png') repeat-y;
    margin: auto;
    position: relative;
    padding-bottom: 50px;
    width: 950px;
    text-align: left;
  }
  
    #head {
      background: white;
      height: 140px;
      margin-left: 5px;
      position: relative;
      width: 940px;
      z-index: 5;
    }
    
      #head h1 {
        background: url('../images/libby-gill-logo.gif');
        height: 41px;
        left: 18px;
        margin: 0;
        padding: 0;
        position: absolute;
        top: 49px;
        width: 224px;
      }
        
        #head h1 a {
          display: block;
          height: 41px;
          width: 224px;
        }
          
          #head h1 a span {
            display: none;
          }
          
      #head h2 {
        margin: 0;
        right: 20px;
        padding: 0;
        position: absolute;
        top: 63px;
      }
      
      #head #phone-number {
        color: #002045;
        margin: 0;
        padding: 0;
        right: 20px;
        position: absolute;
        top: 45px;
      }
      
    #welcome-video {
      background: black;
      background: rgba(0,0,0,.75);
      filter:alpha(opacity=75);
      color: white;
      display: block;
      height: 420px;
      left: 10px;
      padding-top: 40px;
      position: absolute;
      text-align: center;
      width: 940px;
      z-index: 6;
    }
      
      #welcome-video object {
        display: block;
        margin: 0 auto;
        height: 344px;
        width: 425px;
      }
      
      #welcome-video small {
        left: 0;
        position: absolute;
        bottom: 20px;
        text-align: center;
        width: 100%;
      }
      
    #feature {
      background: url('../images/feature-bg.jpg');
      height: 460px;
      margin-left: -5px;
      position: relative;
      width: 100%;
    }
    
      #feature-text {
        height: 245px;
        left: 250px;
        overflow: hidden;
        position: absolute;
        top: 37px;
        width: 380px;
      }
      
      #feature-text h3 {
        color: black;
        margin-top: 0;
      }
      
      #feature ul#stickies {
        left: 241px;
        position: absolute;
        top: 291px;
      }
      
      #feature ul#stickies li {
        background: url('../images/feature-sticky.png');
        cursor: pointer;
        height: 160px;
        margin-right: 20px;
        padding: 0 10px;
        position: relative;
        width: 126px;
      }
      
        #stickies li a {
          text-decoration: none;
        }
        
        #stickies li a h6 {
          font-weight: bold;
        }
      
        #stickies li a p {
          color: black;
          padding-top: 10px;
          font-size: 12px;
        }
      
      #feature-links {
        background: url('../images/feature-links-bg.jpg');
        height: 217px;
        position: absolute;
        top: 28px;
        right: 10px;
        width: 290px;
      }
      
        #feature-links a {
          color: white;
          text-decoration: none;
        }
        
          #feature-links a:hover {
            color: #78FFFF;
          }
      
        #feature-links .newsletter {
          background: url('../images/newsletter-icon.png') 0 10px no-repeat;
          left: 15px;
          padding-left: 80px;
          margin: 0;
          position: absolute;
          top: 11px;
        }
        
        #feature-links .video {
          background: url('../images/welcome-video-icon.png') no-repeat;
          left: 15px;
          margin: 0;
          padding-left: 80px;
          position: absolute;
          top: 73px;
        }
    
    #main {
      display: inline;
      float: right;
      margin-right: 158px;
      position: relative;
      width: 535px;
    }
    
      .products {
        margin-right: 40px !important;
        width: 653px !important;
      }
      
      .product {
        display: inline;
        float: left;
/*        margin-top: 20px;*/
        padding: 0 20px 0 0;
        width: 306px;
      }
      
      .product .content {
        margin-top: 10px;
        height: 325px;
        overflow: auto;
      }
            
        .product img {
          border: 2px solid #BFAF97;
        }
    
      #callout {
        clear: right;
        display: inline;
        float: right;
        border-top: 1px solid #BFAF97;
        border-left: 1px solid #BFAF97;
        margin: 0 -100px 10px 10px;
        padding: 10px 0 0 10px;
        position: relative;
        width: 120px;
        font-size: 12px;
      }
      
        #callout h1,
        #callout h2,
        #callout h3,
        #callout h4,
        #callout h5,
        #callout h6 {
         font-size: 18px;
        }
    
    #sub {
      display: inline;
      float: left;
      margin-left: 5px;
      padding: 0 10px;
      position: relative;
      width: 200px;
    }
    
      .side-section {
        background: url('../images/side-section-body.png') repeat-y;
        font-size: 12px;
        margin-top: 20px;
        width: 204px;
      }
      
        .side-section h1 {
          background: url('../images/side-section-head.png');
          height: 30px;
          font-size: 14px;
          margin: 0;
          padding-top: 15px;
          text-align: center;
        }
        
          .side-section h1 a {
            color: #AE0703;
            text-decoration: none;
          }
          
            .side-section h1 a:hover {
              text-decoration: underline;
            }
            
      
        .side-section p {
          padding: 0 10px;
        }
        
        .side-section > *:last-child {
          background: url('../images/side-section-bottom.png') bottom no-repeat;
          padding-bottom: 15px;
        }
        
        .side-section .last-child {
          background: url('../images/side-section-bottom.png') bottom no-repeat;
          padding-bottom: 15px;
          margin-bottom: 0;
        }
        
        .side-section form {
          margin-top: 10px;
          line-height: 30px;
          padding: 0 10px;
        }
        
        .side-section label {
          display: inline;
          float: left;
          margin-right: 10px;
          text-align: right;
          width: 35px;
        }
        
        .side-section input {
          display: inline;
          float: left;
        }
        
        .side-section input[type="text"] {
          height: 15px;
          margin-top: 5px;
        }
        
        .side-section input.text {
          height: 15px;
          margin-top: 5px;
        }
        
        .side-section input[type="submit"] {
/*          margin-left: 20px;*/
          margin-top: 5px;
        }
        
        .side-section input.submit {
/*          margin-left: 20px;*/
          margin-top: 5px;
        }
        
        .side-section form p {
          text-align: center;
        }
        
        #sub-nav ul {
          margin: 0;
          padding: 0;
          padding: 15px 0;
          list-style: none;
        }
        
          #sub-nav ul li {
            padding-left: 15px;
          }
    

    #foot {
      background: url('../images/shell-bottom.png') top no-repeat;
      color: white;
      clear: both;
      margin: 0 auto;
      padding: 20px 0 100px 0;
      position: relative;
      text-align: center;
      width: 940px;
    }
    
      #foot a {
        color: white;
        text-decoration: none;
      }
    
    
/*

Navigation
*/
a {
  color: #103A7C;
}

a:hover {
  color: #880401;
}

a#iTunes {
  display: inline-block;
  background: url('../images/itunes.gif') no-repeat; 
  height: 18px;
  width: 91px;
}

  a#iTunes span {
    display: none;
  }

/*a[href$=".pdf"] {
  background: url('../images/pdf-icon.png') no-repeat;
  padding-left: 30px;
}
*/
ul.external-links li a {
  padding-left: 20px;
}

.blog {
  background: url('../images/blog-icon.png') no-repeat;
}

.podcast {
  background: url('../images/podcast-icon.png') no-repeat;
}

.twitter {
  background: url('../images/twitter-icon.png') no-repeat;
}

.linkedin {
  background: url('../images/linkedin-icon.gif') no-repeat;
}

.facebook {
  background: url('../images/facebook-icon.gif') no-repeat;
}

ul#navPrimary {
  color: white;
  background: url('../images/main-nav.png');
  height: 30px;
  left: 0;
  margin: 0;
  padding: 10px 0 0 15px;
  position: absolute;
  bottom: 0;
  width: 925px;
  z-index: 5;
}

  ul#navPrimary li {
    height: 30px;
    margin: 0 12px;
    list-style: none;
    position: relative;
  }
  
  ul#navPrimary li div {
    font-size: 0px; line-height: 0%; width: 0px;
    border-top: none;
    border-bottom: 10px solid white;
    border-left: 5px solid #AB433E;
    border-right: 5px solid #AB433E;
    position: absolute;
    top: 5px;
    right: -13px;
  }
  
  ul#navPrimary li .down {
    border-bottom: none;
    border-top: 10px solid white;
    border-left: 5px solid #7C0200;
    border-right: 5px solid #7C0200;
  }
    
    ul#navPrimary li a {
      color: white;
      text-decoration: none;
    }
    
    ul#navPrimary li a:hover {
      text-decoration: underline;
    }
    
  ul#navPrimary li ul {
    background: #B84D4B;
    background: rgba(171, 46, 43, .85);
    font-weight: bold;
    left: -30px;
    margin: 0;
    padding: 10px 0;
    position: absolute;
    top: 30px;
    width: 200px;
  }
  
    ul#navPrimary li ul li {
      height: auto;
      float: none;
      display: block;
    }
    
      ul#navPrimary li ul li a {
        float: none;
      }
    
ul#navTop {
  background: url('../images/top-nav.png');
  height: 27px;
  margin: 0;
  padding: 3px 0 0 40px;
  position: absolute;
  right: 0;
  top: 0;
  width: 394px;
}

  ul#navTop li {
    margin-right: 15px;
    padding-top: 3px;
  }
  
    ul#navTop li a {
      color: #002045;
      font-size: 12px;
      text-decoration: none;
    }
    
    ul#navTop a:hover {
      text-decoration: underline;
    }
  
ul#navFoot {
  margin-bottom: 20px;
  padding-left: 10px;
}

  ul#navFoot li {
    list-style: none;
    margin: 0 15px;
  }
  
    ul#navFoot li a {

    }
    
    ul#navFoot li a:hover {
      text-decoration: underline;
    }
    
#foot ul.external-links {
  margin-bottom: 40px;
  margin-left: 280px;
}

#foot ul.external-links li {
  margin-right: 15px;
}

  #foot ul.external-links li a:hover {
    text-decoration: underline;
  }

/*


Misc
*/
#cocoDesign {
  background: url(../images/CocoDesign.png) no-repeat;
  display: block;
  height: 21px;
  width: 56px;
  margin: 0 auto;
}

  #cocoDesign span {
    display: none;
  }

* {
  margin: 0;
  padding: 0;
}

img {
  border: 0;
}
/*


Comes in Handy Sometimes
*/
.NoMargin {
  margin: 0 !important;
}
.clear, .clearme {
  clear: both;
}
ul.inline-list {
  margin-left: 0;
}
  ul.inline-list li {
    display: inline;
    float: left;
    list-style: none;
  }
    ul.inline-list li a {
      float: left;
    }


.ContactForm {}

.ContactForm label {
  display: block;
  margin-bottom: 3px;
  margin-top: 10px;
}

.ContactForm input[type="text"] {
  font-size: 14px;
  height: 20px;
  padding: 4px;
}

.ContactForm textarea {
  font-size: 14px;
  padding: 4px;
}


/*


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;
}
