/*


Layout
*/
html {
  background: url(../images/html.png) repeat top center;
  font-family: "Times New Roman", serif;
}

body {
  background: url(../images/body.png) repeat-y top center;
  height: 100%;
  min-width: 960px;
  margin: 0;
  padding: 0;
  position: relative;
}

ul {
  padding-left: 20px;
}

  #shell {
    margin: auto;
    padding-bottom: 50px;
    position: relative;
/*    width: 960px;*/
    text-align: left;
  }
  

  
    #head {
 	   background: url(../images/header.png) no-repeat top center;
 	   height: 200px;
    }
    
      #headContainer {
        position: relative;
        text-align: center;
        margin: 0 auto;
        width: 960px;
      }
    
      #head h1 {
        margin: 0;
        padding: 0;
        height: 73px;
        background: url(../images/logo.gif) center no-repeat;
        left: 33px;
        position: absolute;
        top: 39px;
        width: 333px;
      }
        
        #head h1 a {
          display: block;
          height: 73px;
          width: 333px;
        }
          
          #head h1 a span {
            display: none;
          }
          
     #content {
  	   background: url('../images/shell-bg.png') center 81% repeat-y;
  	   color: white;
  /*     height: 500px;*/
  	   margin: auto;
  	   position: relative;
  	   width: 960px;
  	   top: -70px;
  	 }
  	 
  	  #content-top {
  	    background: url('../images/shell-bg-top.png') center no-repeat;
  	    height: 15px;
  	    left: 0;
  	    position: absolute;
  	    top: -15px;
  	    width: 960px;
  	  }
  	  
  	  #content-bottom {
  	    background: url('../images/shell-bg-bottom.png') no-repeat center center;
  	    height: 15px;
  	    left: 0;
  	    position: absolute;
  	    bottom: -15px;
  	    width: 960px;
  	  }
  	  
  	    * html #content-top {
  	      top: -15px;
  	      margin-left: 3px;
  	      width: 957px;
  	    }
  	  
  	    * html #content-bottom {
  	      bottom: -16px;
  	      margin-left: 3px;
  	      width: 957px;
  	    }
  	  
  	  #feature {
  	    background: url('../images/feature-bg.jpg') top center no-repeat;
  	    color: black;
  	    height: 294px;
  	    width: 960px;
  	    position: relative;
  	  }
  	  
  	    #bfly1 {
  	      display: block;
  	      background: url('../images/bfly1.png') no-repeat;
  	      position: absolute;
  	      right: -5px;
  	      top: 90px;
  	      width: 47px;
  	      height: 47px;
  	      z-index: 2;
  	    }
  	    
  	    #bfly2 {
  	      display: block;
  	      background: url('../images/bfly2.png') no-repeat;
  	      position: absolute;
  	      right: 50px;
  	      bottom: -10px;
  	      width: 54px;
  	      height: 42px;
  	      z-index: 2;
  	    }
  	  
  	    #feature-top {
  	      background: url('../images/feature-top.gif') top center no-repeat;
  	      width: 960px;
  	      height: 6px;
  	      position: absolute;
  	      top: -6px;
  	    }
  	  
  	    #feature-text {
  	      right: 10px;
  	      top: 100px;
  	      position: absolute;
  	      width: 245px;
  	    }
  	    
  	#home-inset {
  	  background: url('../images/notes.gif') no-repeat 93% top;
  	  padding: 30px;
  	}
    
    .home-column {
      float: left;
      width: 448px;
	  clear: none;
    }

	.home-column-right {
      float: right;
      width: 220px;
	  clear: none;
	  padding: 0;
	  margin: 0;
	}
    
    #measuring-chart {
      float: right;
      display: inline;
      background: url('../images/measuring-chart.gif') left no-repeat;
      padding-left: 65px;
      height: 145px;
      width: 220px;
/*      width: 318px;*/
    }
    
      #measuring-chart blockquote, #measuring-chart blockquote p {
        color: #A2A077;
        font-size: 18px;
/*        width: 213px;*/
      }
    
    .product-frame {
      float: left;
      background: url('../images/product-frame.png') no-repeat;
      text-align: center;
      width: 100px;
      height: 100px;
      padding: 5px;
    }
    
    .product-image {
       width: 96px;
       height: 96px;
       padding: 0;
       margin: 2px;
       overflow: hidden;
     }
    
    .product-description {
      float: right;
      display: inline;
      width: 318px; 
      margin-left: 20px;
    }
    
      .product-description h4{
        border-bottom: 1px solid #401013;
        padding-bottom: 3px;
        margin-bottom: 5px;
      }
    
    #main {
      border-right: 1px solid #401013;
      display: inline;
      float: left;
      margin: 30px 20px 30px 50px;
      position: relative;
      width: 605px;
    }
    
      #interior-wrapper {
        margin-bottom: 30px;
        color: #A2A077;
      }
    
      #page-header {
        float: left;
        width: 430px;
      }
      
      #paypal-buttons {
        float: right;
        display: inline;
        margin-right: 10px;
        text-align: center;
        padding-top: 50px;
        width: 160px;
      }
    
      #page-header p {
        font-size: 18px;
        line-height: 28px;
      }
      
        .product-container {
          padding-right: 15px;
          margin-bottom: 50px;
        }
        
          .product-container .product-frame {
/*            margin-right: 20px;*/
          }
          
        .product-controls {
          float: right;
          position: relative;
          width: 79%;
        }
        
          .product-controls h3 {
            position: absolute;
            right: 0;
            top: 0;
          }
        
          .product-controls h4 {
            border-bottom: 1px solid #401013;
            margin-bottom: 10px;
            padding-bottom: 4px;
          }
          
          .product-controls form {
            margin-top: 10px;
          }
          
          .product-controls label {
            color: #A2A077;
            font-size: 12px;
          }
          
        .questions {
          padding-left: 30px;
          margin-bottom: 30px;
        }
        
          .questions li {
            margin-bottom: 5px;
          }
          
            ul.questions li a {
              text-decoration: underline;
            }
            
        .question-block {
          padding-right: 20px;
          margin-bottom: 30px;
        }
        
          .question-block h3 {
            border-bottom: 1px solid #401013;
            padding-bottom: 4px;
            margin-bottom: 10px;
          }
          
          .question-block p {
            font-size: 16px;
            line-height: 22px;
          }
          
    #page-content {
      margin: 0 20px 0 0;
    }
    
    #faq-content {
      margin: 0 20px 0 0;  
    }
    
    #faq-content li {
      margin-bottom: 20px;
    }
    
    #sub {
      float: left;
      margin-top: 30px;
      position: relative;
      width: 240px;
    }
    
      #sub #measuring-chart {
        margin-top: 30px;
      }
    
      #sub #measuring-chart blockquote {
        width: 100%;
      }
    
      #faq-pull {
        background: url('../images/star-frame.png') no-repeat;
        display: block;
        padding: 10px 20px 20px 90px;
        height: 110px;
        width: 130px;
      }
    

    #foot {
      bottom: -100px;
      font-size: 14px;
      position: absolute;
      text-align: center;
      width: 960px;
    }
      
      #foot p {
        margin-top: 10px;
      }

    .spacer {
      display: block;
      width: 100%;
      height: 25px;
    }
    
/*

Navigation
*/
ul#navPrimary {
  right: 10px;
  margin: 0;
  padding: 0;
  position: absolute;
  top: 44px;
  z-index: 1;
}

  ul#navPrimary li {
    display: inline;
    float: left;
    list-style: none;
    margin: 0;
    margin-right: 25px;
    padding: 0;
    position: relative;
    width: auto;
  }
  
    ul#navPrimary li a, ul#navFoot li a {
/*      color: #C4DEF8;*/
      display: inline;
      float: left;
      font-size: 18px;
      margin: 0;
      padding-top: 18px;
      text-decoration: none;
    }
    
    ul#navPrimary li a:hover {
      background: url('../images/star-animated.gif') top center no-repeat;
      color: white;
    }
  
    ul#navPrimary li ul {
      background: green;
      left: 0px;
      margin: 0;
      padding: 0;
      position: absolute;
      top: 27px;
      width: 160px;
      z-index: 1;
    }
    
      ul#navPrimary li ul li {
        display: block;
        height: 27px;
        margin: 0;
        padding: 0;
        width: 100%;
      }
      
        ul#navPrimary li ul li a {
          display: block;
          float: none;
          height: 27px;
          margin: 0 4px;
          padding: 0 .5em;
        }
        
        ul#navPrimary li ul li a:hover {
          background: white;
          color: blue;
        }

ul#navFoot {
  margin-left: 290px;
}

  ul#navFoot li {
    display: inline;
    float: left;
    list-style: none;
    margin: 0;
    margin-right: 25px;
    padding: 0;
  }
  
    ul#navFoot li a {

    }
    

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;
    }


a {
  color: #C4DEF8;
  text-decoration: none;
}

a:hover {
  color: white;
}

h1, h2, h3, h4, h5, h6 {
  color: #D24752;
  font-style: italic;
}

p {
  color: #A2A077;
  font-size: 14px;
  margin-bottom: 15px;
  margin-top: 15px;
}
/*


Misc
*/
#cocoDesign {
  background: url(../images/CocoDesign.png) no-repeat;
  display: block;
  height: 21px;
  width: 56px;
}

  #cocoDesign span {
    display: none;
  }

* {
  margin: 0;
  padding: 0;
}

img {
  border: 0;
}
/*


Comes in Handy Sometimes
*/
.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;
}

/* STORE */
#product_list {
	padding: 0;
	margin: 0;
}

#product_list form {
	margin-top: 10px;
}

#productList form select option {
	margin: 0 5px 0 0;
}

#productList form select, #productList form input {
	margin: 0 5px 0 5px;
	width: 80px;
}

#productList form input.product_submit {
	width: 100px;
}

/*
#productList form table,
#productList form tr,
#productList form td,
#productList form tbody {
	display: inline-block;
	float: left;
}
*/

#productList form td {
  color: #A2A077;
	font-weight: bold;
	margin: 1px;
}

.product_submit {
	display: block;
	clear: both;
	margin: 0;
	float: right;
}

ul#navigation {
  margin: 10px 0 20px 10px;
  padding: 0;
  list-style: none;
}

ul#navigation li {
	font-weight: bold;
	font-size: 16px;
  margin: 0 0 3px 0;
  padding: 0;
}

.social-media-icons {
	width: 220px;
	height: 50px;
	text-align: left;
	clear: both;
}

.social-media-icons img {
	margin: 10px 0 0 20px;
}
