body {
  background: #111111 url(/assets/images/bg.gif) repeat;
  color: #cbcbcb;
  font: 12px/18px "Lucida Grande", "Lucida Sans Unicode", Arial, sans-serif;
}
a {
  text-decoration: none;
  color: #6AB2F0;
}
a:focus { text-decoration: underline; }
a:hover {
  color: #4b4b4b;
  text-decoration: underline;
}
a.button {
  background: #00b2f5 url(/assets/images/button.png) no-repeat;
  text-indent: -9999px;
  display: block;
  height: 26px;
  width: 86px;
  position: absolute;
  top: 50%;
  right: 10px;
  z-index: 2;
}
#nav {
  background-color: #000000;
  height: 25px;
}
#nav ul {
  font-size: 15px;
  font-weight: bold;
  text-align: center;
  list-style: none outside none;
  margin: 0;
}
#nav ul li {
  display: inline;
  margin: 0;
  padding: 0;
}
#nav ul li a {
  color: #4b4b4b;
  padding: 5px;
  text-decoration: none;
}
#header {
  background: transparent url(/assets/images/fade.png) repeat-x scroll 0 0;
  padding: 25px 0 30px;
}
#header h1 {
  margin: 0 auto;
  display: block;
  height: 72px;
  width: 314px;
}
#header h1 a {
  background: url(/assets/images/logo.png) no-repeat scroll 0 0 transparent;
  display: block;
  height: 72px;
  text-indent: -9999px;
  width: 314px;
  margin-top: 10px;
}
#intro { margin: 20px 0; }
.product {
  background: transparent url(/assets/images/product-bg.png) repeat-x;
  height: 510px;
  position: relative;
  overflow: hidden;
}
.product h3 {
  z-index: 10;
  position: relative;
  margin-bottom: 20px;
}
.product .grid_8 { position: relative; }
.product .grid_8 img {
  position: relative;
  top: -20px;
  left: 0;
  z-index: 1;
}
.product .grid_8 ul {
  z-index: 10;
  position: relative;
  padding-left: 10px;
  width: 80%;
}
.product .grid_8 .information {
  position: absolute;
  bottom: 0;
  display: block;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.2);
  padding: 15px 0;
  z-index: 1;
}
.product .grid_4 img { padding-bottom: 10px; }
#pedalbrain .information { bottom: 13px; }
#iaccessory .information { bottom: -59px; }
#footer {
  color: #d1d1d1;
  text-align: center;
  padding: 40px 0 60px;
  font-size: 10px;
}
#footer span { padding: 0 10px; }
#footer a {
  color: #cbcbcb;
  text-decoration: underline;
}
#footer a:hover{ color:#6AB2F0;
}
#footer p.copyright {
  padding-bottom: 12px;
  font-weight: bold;
}

