/* CSS Document */
html {
  height: 100%;
  }
body {
  margin: 0px;
  height: 100%;
  background-color: #333333;
  font-family: Arial, Verdana, Helvetica;
  color: #ffffff;
  font-size: 11px;
  background-image: url(images/page_background.jpg);
  background-attachment: scroll;
  background-position: 50%;
  }

a {
  border: 0px;
  position: relative;
  }  
img {
  border: 0px;
  }
.clear {
  clear: both;
  }
/* ************************* */
/* Background Image          */  
/* ************************* */
/* div#background {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0pt;
  left: 0pt;
  background-color: transparent;
  background-image: url(images/page_background.jpg);
  background-repeat: no-repeat;
  background-attachment: scroll;
  background-position: center; 
  }
*/

/* ************************* */
/* Header                    */  
/* ************************* */
div#top {
  float: left;
  position: relative;
  height: 115px;
  width: 100%;
  background: transparent url(images/top_background.png) top left;
  }

  div#top div#top_wrapper {
    margin: 0px auto;
    width: 990px;
    height: 115px;
    }
    /* logo */
    div#top div#top_wrapper div#logo {
      float: left;
      position: relative;
      width: 132px;
      height: 115px;
      }
    div#top div#top_wrapper div#top_left_wrapper {
      float: left;
      position: relative;
      width: 858px;
      height: 115px;
      }
      /* name */
      div#top div#top_wrapper div#top_left_wrapper div#name {
        float: left;
        position: relative;
        width: 858px;
        height: 29px;
        text-align: right;
        }


/* ************************* */
/* Navigation                */  
/* ************************* */
    div#top div#top_wrapper div#top_left_wrapper div#navigation {
      float: left;
      position: relative;
      width: 858px;
      height: 40px;
      text-align: right;
      padding-top: 8px;
      }
      ul#navi {
        list-style: none;
        margin: 0px;
        padding: 0px;
        float: right;
        }
        ul#navi li {
          float: left; 
          height: 40px;
          display: inline;
          }
          ul#navi li span {
             margin-left: -9999px;
             }
        ul#navi li a {
        display: block;
        }
        /* navigation items */
        /* ul#navi li.nav1 {background: transparent url(images/navigation/navi_home.gif); width: 56px; height: 40px; } */
        ul#navi li.nav1 {background: transparent url(images/navigation/navi_news.gif); width: 55px; height: 40px; }
        ul#navi li.nav2 {background: transparent url(images/navigation/navi_shop.gif); width: 52px; height: 40px; }
        ul#navi li.nav3 {background: transparent url(images/navigation/navi_custom.gif); width: 76px; height: 40px; }
        ul#navi li.nav4 {background: transparent url(images/navigation/navi_service.gif); width: 78px; height: 40px; }
        ul#navi li.nav5 {background: transparent url(images/navigation/navi_rentals.gif); width: 110px; height: 40px; }
        ul#navi li.nav6 {background: transparent url(images/navigation/navi_contact.gif); width: 83px; height: 40px; }
        ul#navi li.nav7 {background: transparent url(images/navigation/navi_buell.gif); width: 60px; height: 40px; }
        ul#navi li.nav8 {background: transparent url(images/navigation/navi_links.gif); width: 57px; height: 40px; }
        ul#navi li.nav9 {background: transparent url(images/navigation/navi_impressum.gif); width: 104px; height: 40px; }


/* Subnavi */
div#customs_head div.box {
  margin: 0px;
  padding: 0px;
  }
  
  * html div#customs_head div.box div.top { height: 351px;}
  
  div#customs_head div.box h2 {
    padding: 0px;
    margin: 0px;
    margin-top: 15px;
    margin-left: 13px;
    }

div#customs_head div.box ul {
  list-style: none;
  margin: 0px;
  padding: 0px;
  padding-left: 15px;
  padding-right: 10px;
  }

  div#customs_head div.box ul li ul {
    padding: 0px;
    margin: 0px;
  }
  
  div#customs_head div.box ul li {
    width: 140px;
    float: left;
    display: inline;
  margin-top: 1em;
    }

  div#customs_head div.box ul li ul li {
    margin-top: 0px;
  }
  
  div#customs_head div.box ul li a {
    color: #ffffff;
    text-decoration: none;
    font-weight: bold;
      }

    div#customs_head div.box ul li ul li a {
      font-weight: normal;
    }
    
  div#customs_head div.box ul li a:hover {
      color: #ff8720;
      text-decoration: none;
      }
    
  div#customs_head div.box ul li a.current {
      color: #ff8720;
      text-decoration: none;
      font-weight: bold;
      }



/* ************************* */
/* Main Parts                */  
/* ************************* */
div#wrapper {
  margin: 0px auto;
  width: 990px;
  }
  
  /* special boxen top */
  div#specials_container {
    float: left;
    position: relative;
    width: 990px;
    margin: 0px;
    padding: 0px;
    margin-bottom: 15px;
    }
    
  div#specials_container div.box {
      float: left;
      position: relative;
      width: 330px;
      height: 300px;
      margin: 0px;
      padding: 0px;
      }
      
  div#specials_container div.box div.top {
        width: 330px;
        min-height: 300px;
        float: left;
        position: relative;
        background: transparent url(images/box_top.png) top left no-repeat;
        }
        
    * html div#specials_container div.box div.top { background: transparent url(images/ie6_images/box_top.gif) top left no-repeat; }
    
      div#specials_container div.box div.bottom {
        width: 330px;
        height: 10px;
        float: left;
        position: relative;
        background: transparent url(images/box_bottom.png) top left no-repeat;
        }
        * html div#specials_container div.box div.bottom {background: transparent url(images/ie6_images/box_bottom.gif) top left no-repeat;}
 
 /* content */
  div#content_container {
    width: 990px;
    float: left;
    position: relative;
    margin: 0px;
    padding: 0px;
    }
    
  div#content_container div#content, div#customs_head div#image, div#content_container div#mainimage {
      width: 660px;
      min-height: 300px;
      float: left;
      position: relative;
      padding: 0px;
      margin: 0px;
      }
     
   div#customs_head div#image {height: 360px;}
      div#customs_head div#image img { position: relative;}
      
      div#content_container div#content div#inhalt {
        padding: 15px;

        }
        
  div#content_container div#content div#inhalt div#left {
          position: relative;
          float: left;
          width: 400px;
          margin: 0px;
          padding: 0px;
          margin-right: 10px;
          }
        
  div#content_container div#content div#inhalt div#right {
          position: relative;
          float: left;
          width: 215px;
          margin: 0px;
          padding: 0px;
          }
          
  div#content_container div.right_box_container { padding: 15px; height: auto; }
  div#content_container div.right_startbox_container { padding-left: 6px; padding-top: 6px;}
      
    div#content_container div#content div.top, div#customs_head div#image div.top, div#mainimage div.top {
        width: 660px;
        min-height: 300px;
        float: left;
        position: relative;
        background: transparent url(images/content_top.png) top left no-repeat;
        }
    
        * html div#content_container div#content div.top { height: 351px; background: transparent url(images/ie6_images/content_top.gif) top left no-repeat;}
        * html div#customs_head div#image div.top { height: 351px; background: transparent url(images/ie6_images/content_top.gif) top left no-repeat;}
    * html div#mainimage div#image div.top { height: 351px; background: transparent url(images/ie6_images/content_top.gif) top left no-repeat;}

      div#content_container div#content div.bottom, div#customs_head div#image div.bottom {
        width: 660px;
        height: 10px;
        float: left;
        position: relative;
        background: transparent url(images/content_bottom.png) top left no-repeat;
        }
        * html div#content_container div#content div.bottom {background: transparent url(images/ie6_images/content_bottom.gif) top left no-repeat;}
        * html  div#customs_head div#image div.bottom {background: transparent url(images/ie6_images/content_bottom.gif) top left no-repeat;}
    div#content_container div.box, div#content_container div.boxcustom, div#customs_head div.box {
      float: left;
      position: relative;
      width: 330px;
      margin: 0px;
      padding: 0px;
      }
      
      div#content_container div.box div.top, div#content_container div.boxcustom div.top, div#customs_head div.box div.top {
        width: 330px;
        min-height: 300px;
        float: left;
        position: relative;
        background: transparent url(images/box_top.png) top left no-repeat;
        }
        
        div#content_container div.box div.top, div#customs_head div.boxcustom div.top {
        min-height: 295px;
        }
                
        * html div#content_container div.box div.top {background: transparent url(images/ie6_images/box_top.gif) top left no-repeat;}
        * html div#customs_head div.box div.top {background: transparent url(images/ie6_images/box_top.gif) top left no-repeat;}
      
        div#customs_head div.box div.top { min-height: 350px;}
        
      div#content_container div.box div.bottom, div#customs_head div.box div.bottom {
        width: 330px;
        height: 10px;
        float: left;
        position: relative;
        background: transparent url(images/box_bottom.png) top left no-repeat;
        }
        * html div#content_container div.box div.bottom {background: transparent url(images/ie6_images/box_bottom.gif) top left no-repeat;} 
        * html div#customs_head div.box div.bottom {background: transparent url(images/ie6_images/box_bottom.gif) top left no-repeat;} 
  

/* FULL VIEW FOR GALLERY */
div#wrapper div#full_content_top {
        width: 990px;
        float: left;
        position: relative;
        background: transparent url(images/content_full_top.png) top left no-repeat;
        }
        div#wrapper div#full_content_top p.bodytext {padding-left: 15px;}
        div#wrapper div#full_content_top div.tx-andshadowbox-pi1 { padding: 15px;}
div#wrapper div#full_content_bottom {
        width: 990px;
        height: 10px;
        float: left;
        position: relative;
        background: transparent url(images/content_full_bottom.png) top left no-repeat;
        }



/* ************************* */
/* Footer                    */  
/* ************************* */
div#footer {
  width: 990px;
  height: 40px;
  float: left;
  position: relative;
  line-height: 40px;
  background: transparent url(images/footer.png) top left no-repeat;
  }
  * html div#footer {background: transparent url(images/ie6_images/footer.gif) top left no-repeat;}
  div#footer p {
    color: #666666;
    width: 990px;
    text-align: center;
    font-size: 11px;
    margin: 0px;
    }
    div#footer p a {
      color: #666666;
      text-decoration: underline;
      }
      div#footer p a:hover {
      color: #ff8720;
      text-decoration: none;
      }
      
/* ************************* */
/* News                      */  
/* ************************* */ 
div#content div.news_box {
  float: left;
  position: relative;
  width: 630px;
  border-bottom: 1px solid #696969;
  padding-top: 10px;
  }
  div#content div.news_box div.news_image {
    float: left;
    position: relative;
    width: 150px;
    padding: 0px;
    margin: 0px;
    }
    div#content div.news_box div.news_image img {
      border: 1px solid #ff8720;
      }
  div#content div.news_box div.news_text {
    float: left;
    position: relative;
    width: 480px;
    margin: 0px;
    padding: 0px;
    }
    div#content div.news_box div.news_text h3 {
      float: left; 
      position: relative;
      width: 100%;
      padding: 0px;
      margin: 0px;
      margin-bottom: 10px;
      line-height: 10px;
      }
      div#content div.news_box div.news_text h3 a {
        color: #ffffff;
        font-size: 11px;
        font-weight: bold;
        margin: 0px;
        padding: 0px;
        text-decoration: none; 
        }
        div#content div.news_box div.news_text h3 a:hover {
          text-decoration: underline;
          }
      div#content div.news_box div.news_text h3 span {
        font-size: 10px;
        color: #ff8720;
        padding: 0px;
        margin: 0px;
        padding-left: 5px;
        }
    div#content div.news_box div.news_text p {
      margin: 0px;
      padding: 0px;
      padding-bottom: 10px;
      }
    div#content div.news_box div.news_text p a {
      color: #ff8720;
      text-decoration: none;
      }
    div#content div.news_box div.news_text p a:hover {
      color: #ff8720;
      text-decoration: underline;
      }
/* Newsarchiv */
div#content div#inhalt div#newsarchiv {
  float: left;
  position: relative;
  padding-top: 10px;
  padding-bottom: 10px;
  }
  div#content div#inhalt div#newsarchiv div.news_image {
    float: left;
    position: relative;
    width: 150px;
    }
  div#content div#inhalt div#newsarchiv div.news_text {
    float: left;
    position: relative;
    width: 480px;
    margin: 0px;
    color: #ff8720;
    }
    div#content div#inhalt div#newsarchiv div.news_text ul {
      list-style: none;
      margin: 0px;
      padding: 0px;
      }
      div#content div#inhalt div#newsarchiv div.news_text ul li {
        float: left;
        padding: 2px;
        }
        div#content div#inhalt div#newsarchiv div.news_text ul li a {
          color: #ff8720;
          text-decoration: none;
          }
        div#content div#inhalt div#newsarchiv div.news_text ul li a:hover {
          color: #ff8720;
          text-decoration: underline;
          }

/* News Detailansicht */
div#content div#inhalt div.news_detail_container {
  width: 100%;
  float: left;
  position: relative;
  margin: 0px;
  padding: 0px;
  font-size: 11px;
  }    
    
div#content div#inhalt div.news_detail_headline {
  width: 100%;
  float: left;
  position: relative;
  margin: 0px;
  padding: 0px;
  }
div#content div#inhalt div.news_detail_headline h1 {
  float: left;
  position: relative;
  font-size: 14px;
  width: 400px;
  height: 20px;
  margin: 0px; 
  padding: 0px;
  font-weight: bold;
  color: #ffffff; 
  }     
  div#content div#inhalt div.news_detail_headline span {
    color: #f18020;
    width: 100px;
    float: right;
    position: relative;
    text-align: right;
    font-weight: bold;
    font-size: 10px;
    margin: 0px;
    padding: 0px;
    }
div#content div#inhalt div.news_detail_content {
  width: 100%;
  float: left;
  position: relative;
  margin: 0px;
  padding: 0px;
  }
  div#content div#inhalt div.news_detail_content a {
    color: #f18020;
    text-decoration: none;
    }
    div#content div#inhalt div.news_detail_content a:hover {
      color: #f18020;
      text-decoration: underline;
      }
div#content div#inhalt div.news_detail_text {
  float: left;
  position: relative;
  margin: 0px;
  padding: 0px;
  }
div#content div#inhalt div.news_detail_text p {
  margin: 0px;
  margin-bottom: 10px;
  padding: 0px;
  }
div#content div#inhalt div.news_detail_text div.img_float_right {
  float: right;
  margin-left: 10px;
  width: 255px;
  }
  * html div#content div#inhalt div.news_detail_text div.img_float_right img {float: right;}
    
  div#content div#inhalt div.news_detail_text div.img_float_right img {
    border: 1px solid #f18020;
    }  

      

/* ************************* */
/* FCE Setups                */  
/* ************************* */
/* special box content */
div#specials_container div.content, div.right_box_special div.content {
  width: 300px;
  float: left; 
  position: relative;
  padding: 15px;
  }
  div#specials_container div.content div.headline, div.right_box_special div.content div.headline {
    float: left;
    position: relative;
    width: 100%;
    height: 25px;
    }
  div#specials_container div.content div.image, div.right_box_special div.content div.image  {
    float: left;
    position: relative;
    width: 100%;
    margin: 0px;
    padding: 0px;
    padding-top: 10px;
    }
    div#specials_container div.content div.image img, div.right_box_special div.content div.image img {
      border: 1px solid #ffffff;
      float: left;
      margin: 0px;
      padding: 0px;
      }
  div#specials_container div.content div.text, div.right_box_special div.content div.text {
    float: left;
    position: relative;
    height: 85px;
    width: 100%;
    padding-top: 10px;
    }
    div#specials_container div.content div.text p, div.right_box_special div.content div.text p {
      margin: 0px; 
      padding: 0px;
      }
  div#specials_container div.content div.link, div.right_box_special div.content div.link {
    float: left;
    position: relative;
    width: 100%;
    text-align: center;
    }
  div#specials_container div.content a, div.right_box_special div.content a{
    color: #ffffff;
    text-decoration: none;
    font-weight: bold;
    }
  div#specials_container div.content a:hover, div.right_box_special div.content a:hover {
    color: #ff8720;
    text-decoration: none;
    font-weight: bold;
    }

/* content box gallery Customs */
div#content_container div.gallery {
  width: 215px;
  float: left; 
  position: relative;
  }
  div#content_container div.gallery img {
    width: 90px;
    height: 60px;
    border: 1px solid #f18020;
    padding: 2px;
    background-color: #000000;
    }
  div#content_container div.gallery ul {
    list-style: none;
    float: left;
    position: relative;
    margin: 0px;
    padding: 0px;
    }
    div#content_container div.gallery ul li {
      float: left;
      padding-right: 10px;
      padding-bottom: 10px;
      }
  
/* content box gallery normal */
div#content_container div.gallery_content {
  width: 630px;
  float: left; 
  position: relative;
  }
  div#content_container div.gallery_content img {
    width: 90px;
    height: 60px;
    border: 1px solid #f18020;
    padding: 2px;
    background-color: #000000;
    }
  div#content_container div.gallery_content ul {
    list-style: none;
    float: left;
    position: relative;
    margin: 0px;
    padding: 0px;
    }
    div#content_container div.gallery_content ul li {
      float: left;
      padding-right: 10px;
      padding-bottom: 10px;
      }
  
  
  
/* Custom Header Image & Text */
div#image_img {
  padding: 0px;
  margin: 0px;
  float: left;
  position: relative;
  padding: 15px;
  padding-bottom: 2px;
  }

/* ************************* */
/* HIGHSLIDE                 */  
/* ************************* */
.highslide-container div {
  font-family: Verdana, Helvetica;
  font-size: 10pt;
}
.highslide-container table {
  background: none;
}
.highslide {
  outline: none;
  text-decoration: none;
}
.highslide img {
  border: 2px solid silver;
}
.highslide:hover img {
  border-color: gray;
}
.highslide-active-anchor img {
  visibility: hidden;
}
.highslide-gallery .highslide-active-anchor img {
  border-color: black;
  visibility: visible;
  cursor: default;
}
.highslide-image {
  border-width: 2px;
  border-style: solid;
  border-color: white;
  background: gray;
}
.highslide-wrapper, .highslide-outline {
  background: white;
}
.glossy-dark {
  background: #111;
}
.highslide-image-blur {
}
.highslide-number {
  font-weight: bold;
  color: gray;
}
.highslide-caption {
  display: none;
  border-top: none;
  font-size: 1em;
  padding: 5px;
  background: white;
}
.highslide-heading {
  display: none;
  font-weight: bold;
  margin: 0.4em;
}
.highslide-dimming {
  position: absolute;
  background: black;
}
a.highslide-full-expand {
   background: url(js/graphics/fullexpand.gif) no-repeat;
   display: block;
   margin: 0 10px 10px 0;
   width: 34px;
   height: 34px;
}
.highslide-loading {
  display: block;
  color: black;
  font-size: 9px;
  font-weight: bold;
  text-transform: uppercase;
  text-decoration: none;
  padding: 3px;
  border: 1px solid white;
  background-color: white;
  padding-left: 22px;
  background-image: url(js/graphics/loader.white.gif);
  background-repeat: no-repeat;
  background-position: 3px 1px;
}
a.highslide-credits,
a.highslide-credits i {
  padding: 2px;
  color: silver;
  text-decoration: none;
  font-size: 10px;
}
a.highslide-credits:hover,
a.highslide-credits:hover i {
  color: white;
  background-color: gray;
}
.highslide-move, .highslide-move * {
  cursor: move;
}
.highslide-overlay {
  display: none;
}
/* Example of a semitransparent, offset closebutton */
.closebutton {
  position: relative;
  top: -15px;
  left: 15px;
  width: 30px;
  height: 30px;
  cursor: pointer;
  background: url(js/graphics/close.png);
  /* NOTE! For IE6, you also need to update the highslide-ie6.css file. */
}

/*****************************************************************************/
/* Controls for the galleries.                         */
/* Remove these if you are not using a gallery                 */
/*****************************************************************************/
.highslide-controls {
  width: 195px;
  height: 40px;
  background: url(js/graphics/controlbar-white.gif) 0 -90px no-repeat;
  margin: 20px 15px 10px 0;
}
.highslide-controls ul {
  position: relative;
  left: 15px;
  height: 40px;
  list-style: none;
  margin: 0;
  padding: 0;
  background: url(js/graphics/controlbar-white.gif) right -90px no-repeat;
}
.highslide-controls li {
  float: left;
  padding: 5px 0;
  margin:0;
}
.highslide-controls a {
  background-image: url(js/graphics/controlbar-white.gif);
  display: block;
  float: left;
  height: 30px;
  width: 30px;
  outline: none;
}
.highslide-controls a.disabled {
  cursor: default;
}
.highslide-controls a span {
  /* hide the text for these graphic buttons */
  display: none;
}


/* The CSS sprites for the controlbar */
.highslide-controls .highslide-previous a {
  background-position: 0 0;
}
.highslide-controls .highslide-previous a:hover {
  background-position: 0 -30px;
}
.highslide-controls .highslide-previous a.disabled {
  background-position: 0 -60px !important;
}
.highslide-controls .highslide-play a {
  background-position: -30px 0;
}
.highslide-controls .highslide-play a:hover {
  background-position: -30px -30px;
}
.highslide-controls .highslide-play a.disabled {
  background-position: -30px -60px !important;
}
.highslide-controls .highslide-pause a {
  background-position: -60px 0;
}
.highslide-controls .highslide-pause a:hover {
  background-position: -60px -30px;
}
.highslide-controls .highslide-next a {
  background-position: -90px 0;
}
.highslide-controls .highslide-next a:hover {
  background-position: -90px -30px;
}
.highslide-controls .highslide-next a.disabled {
  background-position: -90px -60px !important;
}
.highslide-controls .highslide-move a {
  background-position: -120px 0;
}
.highslide-controls .highslide-move a:hover {
  background-position: -120px -30px;
}
.highslide-controls .highslide-full-expand a {
  background-position: -150px 0;
}
.highslide-controls .highslide-full-expand a:hover {
  background-position: -150px -30px;
}
.highslide-controls .highslide-full-expand a.disabled {
  background-position: -150px -60px !important;
}
.highslide-controls .highslide-close a {
  background-position: -180px 0;
}
.highslide-controls .highslide-close a:hover {
  background-position: -180px -30px;
} 

      
      
h1 em, h2 em {
display: block;
background-repeat: no-repeat;
}
h1 em, h1.normal em {
width: 300px;
height: 44px;
}
h1 em, h1.normal em {
width: 300px;
height: 44px;
}

/* H1 Headline */

h1, h2 {overflow: hidden; clear: both;}
h1 em, h2 em {display: block; background-repeat: no-repeat;}

h1 {
  margin: 0px;
  padding: 0px;
  width: 300px;
  height: 34px;
  }


h1.normal {
  width: 300px;
  color: #ffffff;
  display: block;
  font-weight: bold;
  font-size: 12px;
  height: 34px;
  text-indent: -9999px;
  padding: 0px;
  margin: 0px;
  }
h1.klein {
  width: 200px;
  color: #92062d;
  padding-top: 2px; 
  text-indent: 5px;
  display: block;
  font-weight: bold;
  font-size: 12px;
  height: 18px;
  padding: 0px;
  margin: 0px;
  }
h1.std {
  background-color: #ffffff;
  width: 600px;
  padding-bottom: 0.5em;
  }
h1 em, h1.normal em {
  width: 300px;
  height: 44px;
  }
h1.klein em {
  width: 200px;
  height: 44px;
  }

/* Headlines hauptinhalt h1 */
h1.gallery {text-indent: -9999px; width: 150px; height: 20px; background: transparent url(images/headlines/hl_gallery.gif) top left no-repeat; padding-bottom: 10px;}
h1.aktuelles {text-indent: -9999px; width: 500px; height: 20px; background: transparent url(images/headlines/hl_aktuelleneuigkeiten.gif) top left no-repeat;}

/* headlines rechte boxen h2 */
h2.harley {text-indent: -9999px; width: 300px; height: 20px; background: transparent url(images/headlines/hl_harleydavidson.gif) top left no-repeat; }
h2.buell {text-indent: -9999px; width: 300px; height: 30px; background: transparent url(images/headlines/hl_buell.gif) top left no-repeat;background-position: 0 10px;}


/* ************************* */
/* Formular                  */  
/* ************************* */
div.form_left {
  float: left;
  position: relative;
  width: 350px;
  }
div.form_right {
  float: left;
  position: relative;
  width: 280px;
  }


fieldset {
  border: 0px;
  margin: 0px;
  padding: 0px;
  }
  fieldset p {
    width: 350px;
    float: left;
    position: relative;
    }
    fieldset div.form_right p {
      width: 280px;
      }
  fieldset ul {
    list-style: none;
    margin: 0px;
    padding: 0px;
    width: 280px;
    float: left;
    position: relative;
    }
    fieldset ul li {
      width: 280px;
      height: 14px;
      padding-bottom: 5px;
      float: left;
      margin: 0px;
      }
  fieldset label {
    color: #ffffff;
    margin: 0px;
    padding: 0px;
    width: 120px;
    display: block;
    float: left;
    position: relative;
    font-weight: bold;
    }
    fieldset div.form_right  ul li  label {
      width: 250px;
      }
  fieldset input {
    margin: 0px;
    padding: 0px;
    color: #ffffff;
    border: 1px solid #666666;
    background: transparent;
    float: left;
    position: relative;
    width: 200px;
    font-size: 11px;
    padding: 2px;
    }
    fieldset input:focus {
      border: 1px solid #ff8720;
      }
    fieldset .inputcheckbox {
      width: 12px;
      height: 12px;
      border: 0px;
      margin-right: 3px;
      float: left;
      }
    fieldset input[type=checkbox] {
      width: 12px;
      height: 12px;
      margin-right: 3px;
      float: left;
      border: 0px; 
      }
    fieldset .inputradio {
      width: 12px;
      height: 12px;
      border: 0px;
      margin-right: 3px;
      float: left;
      }    
    fieldset input[type=radio] {
      width: 10px;
      margin-right: 3px;
      float: left;
      }
  fieldset textarea {
    width: 400px;
    height: 100px;
    background: transparent;
    color: #ffffff;
    border: 1px solid #666666;
    font-size: 11px;
    padding: 2px;
    font-family: Arial, Verdana, Helvetica;
    float: left;
    }
    fieldset textarea:focus {
      border: 1px solid #ff8720;
      }
  fieldset .button {
    margin: 0px;
    padding: 0px;
    border: 1px solid #666666;
    background: transparent;
    }
    fieldset .button:focus {
    margin: 0px;
    padding: 0px;
    border: 1px solid #ff8720;
    background: transparent;
    }



/* *************************+ */
/* CONTENT TEXT STYLES & LINKS*/  
/* *************************+ */
div#content_container a {
  color: #ff8720;
  text-decoration: underline;
  }
  div#content_container a:hover {
  color: #ffffff;
  text-decoration: none;
  }
  
div#content_container ul {
  list-style: none;
  margin: 0px;
  padding: 0px;
  padding-bottom: 15px;
  }  
  
div#content_container p {
  margin: 0px;
  padding: 0px;
  padding-bottom: 5px;
  }
  
/* Nivo Slider Addon */
#slider {
    position:relative;
    width:648px; /* Change this to your images width */
    height:292px; /* Change this to your images height */
    background:url(images/loading.gif) no-repeat 50% 50%;
    margin-top: 6px;
    margin-left: 6px;  
}

#slider img {
    position:absolute;
    top:0px;
    left:0px;
    display:none;
}
#slider a {
    border:0;
    display:block;
}
  

div.highslide-header {display: none;}
div.marker, div.marker a:hover { color: #000; }
div#shadowbox_title_inner { display: none; }

div.tx-andshadowbox-pi1 {
  width: 295px;
  height: 195px;
  margin: auto;
}

