
/* set defaults */

* {
  font-family: Tahoma,Trebuchet MS,Geneva,Helvetica,sans-serif;
  font-size: 11px;
  margin: 0px;
  padding: 0px;
}


/* generic HTML elements */

body {
  background-color: #0c0c0c;
  background-image: url( /images/site/body-top.gif );
  background-position: top left;
  background-repeat: repeat-x;
  color: #ffffff;
}

img {
  border: 0px;
}

p {
  margin: 0px 0px 10px 0px;
}

a {
  color: #e5c700;
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}

ul {
  list-style-type: none;
  line-height: 14px;
}

ul li {
  background-image: url( /images/bullet.gif );
  background-position: 0px 3px;
  background-repeat: no-repeat;
  font-size: 11px;
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 17px;
  zoom: 1;
}

ul li a {
  color: #ffffff;
}

ul li a:hover {
  color: #e5c700;
}


/* common structure */

#page {
  margin: auto;
  overflow: hidden;
  position: relative;
  width: 994px;
}


/* header */

#header {
  height: 100px;
  position: relative;
  width: 994px;
}

#logo {
  height: 36px;
  left: 63px;
  position: absolute;
  top: 36px;
  width: 349px;
}

#divider {
  height: 41px;
  left: 435px;
  position: absolute;
  top: 30px;
  width: 1px;
}

#tagline {
  height: 19px;
  left: 459px;
  position: absolute;
  top: 44px;
  width: 356px;
}


/* section 1 */

#section1 {
  background-color: #292929;
  border-top: 1px solid #333333;
  position: relative;
  width: 994px;
}

#products {
  background-color: #202020;
  background-image: url( /images/products-top.gif );
  background-position: top left;
  background-repeat: no-repeat;
  display: inline;
  float: left;
  margin: 35px 0px 52px 27px;
  padding: 31px 0px 0px 0px;
  position: relative;
  width: 530px;
}

#products-bottom {
  background-image: url( /images/products-bottom.gif );
  background-position: top left;
  background-repeat: no-repeat;
  bottom: -1px;
  height: 6px;
  left: 0px;
  overflow: hidden;
  position: absolute;
  width: 530px;
}

#products-inner {
  margin: 0px 0px 30px 29px;
  position: relative;
  width: 472px;
}

#products-title {
  height: 52px;
  margin: 0px 0px 27px 0px;
  position: relative;
  width: 472px;
}

.product {
  background-color: #353535;
  background-image: url( /images/product-top.gif );
  background-position: top left;
  background-repeat: no-repeat;
  float: left;
  margin: 0px 20px 25px 0px;
  padding: 16px 0px 0px 0px;
  position: relative;
  width: 144px;
}

.product-bottom {
  background-image: url( /images/product-bottom.gif );
  background-position: top left;
  background-repeat: no-repeat;
  bottom: -1px;
  height: 6px;
  left: 0px;
  overflow: hidden;
  position: absolute;
  width: 144px;
}

.product-pic {
  height: 158px;
  margin: 0px 0px 12px 14px;
  position: relative;
  width: 116px;
}

.product-pic img {
  padding: 0px 0px 0px 18px;
}

.product-pic-bottom {
  background-image: url( /images/product-pic-bottom.gif );
  background-position: top left;
  background-repeat: no-repeat;
  bottom: 0px;
  height: 5px;
  left: 0px;
  overflow: hidden;
  position: absolute;
  width: 116px;
}

.product-text {
  height: 85px;
  overflow: hidden;
  position: relative;
}

.product-text1 {
  color: #d99c01;
  font-size: 11px;
  margin: 0px 0px 0px 14px;
  text-align: center;
  width: 116px;
}

.product-text2 {
  margin: 0px 0px 0px 14px;
  text-align: center;
  width: 116px;
}

.product-text2 a {
  color: #ffffff;
  font-size: 12px;
}

.product-text3 {
  color: #777777;
  font-size: 10px;
  margin: 0px 0px 14px 14px;
  text-align: center;
  width: 116px;
}

#products-button {
  background-image: url( /images/products-button.gif );
  background-position: top left;
  background-repeat: no-repeat;
  clear: both;
  height: 28px;
  margin: 0px auto 0px auto;
  position: relative;
  width: 193px;
}

#products-button a {
  color: #777777;
  display: block;
  height: 22px;
  padding: 6px 0px 0px 0px;
  text-align: center;
  width: 193px;
}

#products-button a:hover {
  text-decoration: none;
}

#description {
  background-color: #0f0f0f;
  display: inline;
  float: left;
  margin: 35px 0px 52px 27px;
  position: relative;
  width: 383px;
}

#description-title {
  height: 50px;
  position: relative;
  width: 383px;
}

#description-body {
  border-top: 1px solid #171717;
  padding: 0px 0px 25px 0px;
  position: relative;
  width: 383px;
}

#description-body-bottom {
  background-image: url( /images/description-bottom.gif );
  background-position: top left;
  background-repeat: no-repeat;
  bottom: -1px;
  height: 5px;
  left: 0px;
  overflow: hidden;
  position: absolute;
  width: 383px;
}

#description-body-inner {
  margin: 25px 0px 0px 25px;
  position: relative;
  width: 333px;
}

#description-body-text1 {
  min-height: 50px;
  position: relative;
}

#description-body-text2 {
  min-height: 50px;
  position: relative;
}

#description-body-image {
  margin: 0px 0px 10px 0px;
  position: relative;
}


/* section 2 */

#section2 {
  background-color: #323232;
  border-top: 1px solid #3c3c3c;
  position: relative;
  width: 994px;
}

#videos-title {
  height: 42px;
  left: 50px;
  position: absolute;
  top: -21px;
  width: 110px;
}

#videos {
  margin: 0px 0px 0px 50px;
  padding: 46px 0px 0px 0px;
  position: relative;
  width: 994px;
}

.video {
  background-color: #292929;
  background-image: url( /images/video-top.gif );
  background-position: top left;
  background-repeat: no-repeat;
  float: left;
  margin: 0px 16px 32px 0px;
  padding: 12px 0px 0px 0px;
  position: relative;
  width: 166px;
}

.video-bottom {
  background-image: url( /images/video-bottom.gif );
  background-position: top left;
  background-repeat: no-repeat;
  bottom: -1px;
  height: 6px;
  left: 0px;
  overflow: hidden;
  position: absolute;
  width: 166px;
}

.video-pic {
  background-color: #0c0c0c;
  height: 105px;
  margin: 0px 0px 0px 13px;
  position: relative;
  width: 140px;
}

.video-text1 {
  border-top: 1px solid #353535;
  color: #ffffff;
  font-size: 11px;
  height: 28px;
  line-height: 13px;
  margin: 1px 0px 0px 13px;
  overflow: hidden;
  padding: 10px 0px 0px 0px;
  width: 140px;
}

.video-text2 {
  color: #777777;
  font-size: 10px;
  height: 28px;
  line-height: 13px;
  margin: 1px 0px 14px 13px;
  width: 140px;
}


/* section 3 */

#section3 {
  background-color: #141414;
  border-top: 1px solid #101010;
  position: relative;
  width: 994px;
}

#things {
  margin: 63px 0px 0px 42px;
  position: relative;
  width: 910px;
}

.thing {
  float: left;
  margin: 0px 50px 40px 0px;
  position: relative;
  width: 430px;
}

.thing-title {
  height: 110px;
  position: relative;
  width: 430px;
}

.thing-text {
  color: #777777;
  font-size: 11px;
  position: relative;
  width: 430px;
}


/* section 4 */

#section4 {
  background-color: #292929;
  border-top: 1px solid #101010;
  position: relative;
  width: 994px;
}

#ands {
  margin: 50px 0px 0px 27px;
  position: relative;
  width: 940px;
}

.and {
  background-color: #0f0f0f;
  float: left;
  margin: 0px 23px 40px 0px;
  overflow: hidden;
  position: relative;
  width: 298px;
}

.and-bottom {
  background-image: url( /images/and-bottom.gif );
  background-position: top left;
  background-repeat: no-repeat;
  bottom: -1px;
  height: 6px;
  left: 0px;
  overflow: hidden;
  position: absolute;
  width: 298px;
}

.and-title {
  height: 50px;
  position: relative;
  width: 298px;
}

.and-body {
  border-top: 1px solid #171717;
  position: relative;
  width: 298px;
}

.and-pic {
  background-color: #0c0c0c;
  height: 103px;
  margin: 20px 0px 0px 21px;
  position: relative;
  width: 256px;
}

.and-text {
  border-top: 1px solid #202020;
  color: #878787;
  font-size: 11px;
  margin: 1px 0px 28px 21px;
  padding: 15px 0px 0px 0px;
  width: 256px;
}


/* footer */

#footer {
  color: #777777;
  font-size: 11px;
  padding: 30px 0px 30px 0px;
  position: relative;
  text-align: center;
  width: 994px;
}
