/*
 *
 */
 
 
* { margin: 0; padding: 0; border: 0 }

.clear { clear: both; }

body {
 background: url("bgst.gif") white repeat -4px;
 color: #333;
 font-family: "Tahoma", Arial, sans-serif;
 font-size: 62.5%;
 text-align: left;
}

body a {
  color: #333;
}

#wrapper {
  width: 790px;
  margin-left: auto;
  margin-right: auto;
}

#header {
  background-color: #fff;
  width: 382px;
  height: 125px;
}

#header img {
  margin: 24px 0 0 135px;
}


#main {
  background-color: #fff;
  float: left;
}

#navi {
  background-color: #fff;
  text-transform: lowercase;
  font-size: 1.15em;
  line-height: 1.5;
  min-width: 135px;
  float: left;
  padding: 125px 28px 5em 0;
}

#navi dl {
  min-width: 118px;
}
#navi dt {
  position: absolute; 
  left: -1000px;
  top: -1000px;
}

#navi dd a, #navi dd span {
  padding-left: 34px;
  text-decoration: none;
}

#navi dd .active {
  padding-left: 28px;
  border-left: 6px solid #cbce4d;
  display: block;
  color: #000;
  background-color: #cbce4d;
}

/* this one is for Safari */
#navi dd:hover a {
  padding-left: 32px;
  border-left: 2px solid #e6e7ad;
  display: block;
  color: #333;
  background-color: #e6e7ad;
}

#navi dd a:hover, #navi dd a:focus, #navi dd a:active {
  padding-left: 32px;
  border-left: 2px solid #e6e7ad;
  display: block;
  color: #333;
  background-color: #e6e7ad;
}

#navi dd.devider {
  padding-bottom: 3.6em;
  background: url("navbgst.gif") white no-repeat 32px 20px; 
}

#content {
  background-color: #fff;
  min-width: 390px;
  padding: 0 28px 5em 0;
  float: left;
}

#content .intro {
  margin-bottom: 2em;
}


#content .teaser {
  padding-bottom: 1em;
}

#content .devider {
  background: url("cntbgst.gif") white no-repeat -8px bottom; 
  margin-bottom: 20px;
}


#content h1, #content h2 {
  color: #555;
  font-size: 1.15em;
  line-height: 1.5;
  width: 390px;
}

#content p {
  font-size: 1.15em;
  line-height: 1.6;
  width: 390px;
}

#content p.p {
  padding-bottom: 1em;
}

.fadeContainer {
  height: 178px;
}

.fade {
  position: absolute;
  top: 100px
  left: 100px
  margin-bottom: 180px;
}

.fade div {
  position: absolute;
  top: 0;
  left: 0;
  display: none;
}

#info {
  background-color: #fff;
  float: left;
  width: 140px;
  margin: 115px 1.5em 0;
  padding: 10px;
}

#info .devider {
  padding-bottom: 1em;
  background: url("navbgst.gif") white no-repeat -1px bottom; 
  margin-bottom: 15px;
}

#info .teaser h2 {
  color: #555;
  font-size: 1.15em;
}

#info .teaser p {
  font-size: 1.15em;
  line-height: 1.6;
}

#info ul li {
  font-size: 1.1em;
  line-height: 1.6;
  list-style-type: none;
}

* html #info ul li {
  height: 1px;
}

#info ul li a {
  padding-left: 15px;
}

#info ul li.active {
  padding-left: 15px;
  color: #000;
  background-color: #cbce4d;
}

#info ul a {
  display: block;
  text-decoration: none;
}

#info ul a:hover, #info ul a:focus, #info ul a:active {
  color: #333;
  background-color: #e6e7ad;
}

#content .slideshow {
  padding-bottom: 1em;
}

#content #caption {
  font-size: 1.15em;
  padding-bottom: 1em;
}

#thumbs {
  width: 390px;
}

#thumbs li {
  float: left;
  list-style-type: none;  
  margin-right: 15px;
  margin-top: 10px;
  margin-bottom: 10px;
}
* html #thumbs li {
  height: 1%;
}

#thumbs li.shift {
  margin-left: 26px;
}
* html #thumbs li.shift {
  margin-left: 10px;
}

#thumbs li .caption {
  position: absolute;
  top: -1000px;
  left: -1000px;
}
