#eigth_tribe_content_container{
    background: url('../images/8th_tribe_bg.jpg') no-repeat;
    height: 512px;
    width: 1000px;
    overflow: hidden; /* fix for floating elements */
    }
    #buy_now_contents{
      font-size: 9pt;
      font-weight: bold;
      width: 1000px;
      height: 512px;
      }
      #image_bottle_container{
        float: left;
        margin-left: 209px;
        margin-top: 27px;
      }
      #eight_tribe_links{
          float: left;
          width: 80px;
          border: 0px solid blue;
          margin-top: 150px;
          margin-left: 26px;
          text-align: right;
        }
      #eight_tribe_links_faq{
          overflow: hidden;
          padding-top: 30px;
          float: left;
          width: 80px;
          border: 0px solid blue;
          margin-top: 0px;
          margin-left: 26px;
          text-align: right;
        }  
        #eight_tribe_nav{
          list-style-type: none; 
          font-family: Arial, Tahoma;
        }
        #eight_tribe_about_link, #eight_tribe_cocktails_link, #eight_tribe_faq_link, #eight_tribe_the_range_link, #eight_tribe_dark_spice_link, #eight_tribe_kiwifruit_link, #eight_tribe_kiwigold_link, #eight_tribe_feijoa_link{
          font-weight: bold;
          color: #fff;
          font-size: 9pt;
          margin-bottom: 20px;
        }
        #eight_tribe_separator-about{
          float: left;
          border: 0px solid red;
          width: 30px;
          padding-left: 5px;
          padding-top: 151px;
        }
        #eight_tribe_separator-cocktails{
          float: left;
          border: 0px solid red;
          width: 30px;
          padding-left: 5px;
          padding-top: 187px;
        }
        #eight_tribe_separator-faq{
          float: left;
          border: 0px solid red;
          width: 30px;
          padding-left: 5px;
          padding-top: 221px;
        }
        #eight_tribe_separator-dark_spice{
          float: left;
          border: 0px solid red;
          width: 30px;
          padding-left: 5px;
          padding-top: 257px;
        }
        #eight_tribe_separator-kiwi_fruit{
          float: left;
          border: 0px solid red;
          width: 30px;
          padding-left: 5px;
          padding-top: 292px;
        }    
        #eight_tribe_separator-kiwi_gold{
          float: left;
          border: 0px solid red;
          width: 30px;
          padding-left: 5px;
          padding-top: 326px;
        }
        #eight_tribe_separator-fejoia{
          float: left;
          border: 0px solid red;
          width: 30px;
          padding-left: 5px;
          padding-top: 361px;
        }    
        #eight_tribe_content_text{
          font-family: Arial, Sans-serif, Tahoma;
          border: 0px solid blue;
          float: left;
          width: 380px;
          margin-top: 30px;
          font-size: 8pt;
          color: #fafafa;
        }
        #eight_tribe_content_text_dark_spice{
          font-family: Arial, Sans-serif, Tahoma;
          border: 0px solid blue;
          float: left;
          width: 380px;
          margin-top: 15px;
          font-size: 8pt;
          color: #fafafa;
          }
        #eight_tribe_content_text_faq{
          font-family: Arial, Sans-serif, Tahoma;
          border: 0px solid blue;
          float: left;
          width: 375px;
          margin-top: 20px;
          font-size: 10px;
          color: #fafafa;
        }
        #eight_tribe_content_text_feijoa{
          font-family: Arial, Sans-serif, Tahoma;
          border: 0px solid blue;
          float: left;
          width: 375px;
          margin-top: 25px;
          font-size: 8pt;
          color: #fafafa;
        }
          h1.eight_tribe_title{
            color: #fff;
            font-size: 38px;     
          }
          h1.eight_tribe_title_about{
            color: #fff;
            font-size: 30pt;
            margin-left: 100px;
          }
          h2.eight_tribe_sub_text{
            color: #e2e2e2;
            font-weight: normal;
            font-size: 12pt;
            font-weight: bold;
          }
          .sub_title_text{
            color: #fff;
            font-weight: bold;
            font-size: 8pt;
          }
          
          
a.eigth_tribe_a:link {
  outline:none; /* get rid of those system borders being generated for A tags */
  text-decoration: none;
  color: #fff;
}
a.eigth_tribe_a:visited {
  outline:none; /* get rid of those system borders being generated for A tags */
  text-decoration: none;
  color: #fff;
}
a.eigth_tribe_a:hover {
  outline:none; /* get rid of those system borders being generated for A tags */
  text-decoration: none;
  color: #e0e0e0;
}
a.eigth_tribe_a:active {
  outline:none; /* get rid of those system borders being generated for A tags */
  text-decoration: none;
  color: #fff;
}

a.eigth_tribe_a2:hover {
  outline:none; /* get rid of those system borders being generated for A tags */
  text-decoration: none;
  color: #fff;
}          
a.eigth_tribe_a2:link{
  outline:none; /* get rid of those system borders being generated for A tags */
  text-decoration: none;
  color: #fbfbfb;
}

