@charset "UTF-8";

/******************************************************************************
** BrightTALK Dot Com
** Copyright BrightTALK Ltd, 2008.
** All Rights Reserved.
** $Id: footer.css 22975 2010-11-18 17:09:41Z acairns $
******************************************************************************/
#footer {
  background-image: url('images/footer_background_001.png');
  background-repeat: no-repeat;
  width: 967px;
  padding-left: 26px;
}

#footer * {
  color: #000;
}

#footer a {
  text-decoration: none;
}

#footer ul {
  list-style: none;
}

#footer li {
  float: left;
}

#footer-nav, #footer-bottom {
  position: absolute;
  left: -17px;
}

#footer-nav {
  font-size: 10pt;
  top: 65px;
  margin: 0;
}

#footer-nav li {
  height: 25px;
  width: 208px;
  margin: 10px 10px 6px 0px;
  padding-top: 4px;
  padding-left: 18px;
  background: url('images/footer-sprites_001.png') no-repeat 0 -390px; /* 8-bit grey vertical line */
}

#footer-nav li.first {
  background: transparent;
}

#footer-nav li a {
  display: block;
  padding-left: 10px;
  width: 208px;
  height: 20px;
  padding-top: 3px;
  background: url('images/footer-sprites_001.png') no-repeat 0 6px; /* 8-bit green chevron */
}

#footer-nav li a .indicator {
  color: #00D900;
  text-indent: -2000px;
}

#footer-nav li a:hover {
  font-weight: bold;
  background-position: 0 -54px; /* 8-bit grey chevron */
}

#marketing-solutions ul {
  position:absolute;
  top: -76px;
  left: -10px;
  font-size: 15px;
  width: 967px;
}

#marketing-solutions ul li {
  padding: 14px 12px 13px 0px;
  margin-right: 22px;
  width: 288px;
  height: 37px;
  background: transparent; /* turn off grey bar */
}

#marketing-solutions ul li a {
  width: 100%;
  height: 23px;
  padding: 9px 0px 6px 41px;
  width: 253px;
  display: block;
  background: url('images/footer-sprites_001.png') no-repeat 0 -121px; /* 8-bit grey button with green sub button */
}

#marketing-solutions ul li a:hover {
  /* turn off bold on hover */
  font-weight: normal;
  background-position: 0 -211px;
}

#marketing-solutions ul li a:active {
  background-position: 0 -301px;
}

#footer-bottom {
  top: 111px;
  width: 967px;
}

#footer-bottom * {
  font-size: 11px;
  color: #888;
}

#footer-bottom li {
  float: left;
}

#footer-bottom ul {
  float: right;
}

#footer-copyright {
  margin: 0px 80px 0px 149px;
}

#footer-media-zone{
  width:250px;
}

#footer-bottom ul li {
  display: block;
  margin-left: 5px;
}

#footer-bottom .breakbar {
  margin-left: 5px;
}
