/* $Id$ */

/*********************
 *  BRANDS
 */

#brands-wrapper {
  clear: both;
  padding-top: 7px;
  background: url("../images/bgr-brands-top.png") no-repeat top left;
  position: relative;
  z-index: 100;
}

#brands {
  background: #fff;
}

#brands p {
  font-family: "DroidSerif", serif;
  font-size: 28px;
  font-weight: bold;
  color: #ccc;
  margin: 0;
  padding: 10px 0 0 10px;
  height: 33px;
  background: url("../images/heading-brands.png") no-repeat 10px 10px;
  text-indent: -9999px;
}

#brands ul {
  list-style-type:none;
  margin:0;
  padding:0;
}

#brands ul li {
  display:inline-block;
  margin: 5px;
  padding:5px;
  vertical-align:top;
  width: 135px;
}

/***********************
 * FOOTER
 */

#footer {
  background: #9adff9;
  border: #fff solid 3px;
  border-top: none;
  margin-bottom: 20px;
  overflow: hidden;
  font-family: "DroidSans", sans-serif;
  font-size: 11px;
  -moz-box-shadow: 0 0 15px #000;
  -webkit-box-shadow: 0 0 15px #000;
  -khtml-box-shadow: 0 0 15px #000;
  box-shadow: 0 0 15px #000;
  position: relative;
}

#footer div.column {
  padding: 10px;
}

#footer div.badge {
  position: absolute;
  padding: 10px;
  padding-bottom: 3px;
  right: 10px;
  bottom: 0px;
  background: #fff;
  -moz-box-shadow: 0 0 5px #999;
  -webkit-box-shadow: 0 0 5px #999;
  -khtml-box-shadow: 0 0 5px #999;
  box-shadow: 0 0 5px #999;
  -moz-border-radius-topleft: 5px;
  -moz-border-radius-topright: 5px;
  -webkit-border-top-left-radius: 5px;
  -webkit-border-top-right-radius: 5px;
  -khtml-border-top-left-radius: 5px;
  -khtml-border-top-right-radius: 5px;
  border-bottom-top-radius: 5px;
  border-bottom-top-radius: 5px;
}

#footer div.badge a {
  color: #333;
  text-decoration: none;
}

#footer .alt {
  font-size: 15px;
}

#footer .alt2 {
  font-size: 10px;
}
