.footer {
  margin-top: 3em;
  color: #464646;
  text-align: center; }
  .footer ul {
    margin-left: 0;
    margin-right: 0;
    padding: 0;
    list-style-type: none;
    font-size: 1.25em; }
    .footer ul li {
      display: inline;
      padding: 0 20px; }
      .footer ul li a {
        text-decoration: none; }

p {
  margin-bottom: 0.5em;
  font-size: 1.5em;
  color: #464646; }
  p input {
    font-size: 1em; }

.field_with_errors input, .field_with_errors label {
  margin-bottom: 0.5em;
  font-size: 1.5em;
  color: #464646; }

.user-controls a {
  color: #eee;
  text-decoration: none; }
  .user-controls a:hover {
    color: #fff; }

.deficient-browser-notice {
  position: fixed;
  display: none; }

.float-right {
  float: right; }

.video-wrap {
  position: fixed;
  display: none;
  z-index: 30;
  border: solid 2px rgba(46, 46, 46, 0.5);
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  -moz-box-shadow: 2px 2px 15px rgba(0, 0, 0, 0.9);
  -webkit-box-shadow: 2px 2px 15px rgba(0, 0, 0, 0.9);
  box-shadow: 2px 2px 15px rgba(0, 0, 0, 0.9); }
  .video-wrap img {
    position: absolute;
    display: block;
    z-index: 40;
    top: -26px;
    right: -26px; }

.video-bg {
  position: fixed;
  width: 100%;
  z-index: 20;
  display: none;
  background-color: rgba(0, 0, 0, 0.4); }

.ageless-tv-wrap {
  margin-top: 2em; }

.heading {
  margin: -3em 0 -9em 0; }

.sub-heading {
  font-family: 'Helvetica Neue', Helvitica, Arial, sans-serif;
  font-weight: 200; }

.red {
  color: #cc0000; }

.round-box {
  background: rgba(255, 255, 255, 0.3);
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
  border-radius: 6px;
  -moz-box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.4);
  -webkit-box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.4);
  box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.4); }

.button {
  display: block;
  color: #464646;
  text-align: center;
  text-decoration: none;
  outline: none;
  padding: 0.4em 0 0.4em 0;
  border: solid 1px #888;
  background: -moz-linear-gradient(center bottom, rgba(200, 200, 200, 0.7) 1%, rgba(255, 255, 255, 0.7) 50%);
  background: -webkit-gradient(linear, left bottom, left top, color-stop(0, rgba(200, 200, 200, 0.7)), color-stop(0.5, rgba(255, 255, 255, 0.7)));
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  -moz-box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.25);
  -webkit-box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.25);
  box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.25); }

.watch {
  display: block;
  padding: 0.5em 0 0.3em 0;
  font-size: 1.2em;
  line-height: 1.25;
  margin-bottom: 1.25em;
  text-decoration: none;
  outline: none; }

body {
  background: #bbbbbb url(/images/gradient-bg.png) repeat-x 0px 22px; }

h1, h2, h3, h4, p, ul, a {
  color: #464646; }

a:hover {
  color: #cc0000; }

a {
  text-decoration: none;
  outline: none; }

head title {
  text-transform: capitalize; }

.container-wrap {
  width: 970px;
  margin: 0 auto;
  background-image: url(/images/main-bg.jpg);
  background-color: #fff;
  background-repeat: no-repeat; }

.container {
  font-weight: 200; }

.header {
  background: url(/images/header-bg.png) no-repeat 0px 22px; }
  .header .logo {
    position: absolute; }
  .header .top-nav {
    position: relative;
    z-index: 10; }

.img-border {
  border: solid 1px #464646;
  -moz-box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.25);
  -webkit-box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.25);
  box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.25); }

ul.top-nav {
  margin-top: 12.5em;
  list-style-type: none; }
  ul.top-nav li {
    display: inline; }
    ul.top-nav li a {
      display: block;
      outline: none; }
      ul.top-nav li a img {
        margin-top: 5px; }

.side-nav {
  -moz-border-radius-topleft: 0;
  -moz-border-radius-bottomleft: 0;
  -webkit-border-top-left-radius: 0;
  -webkit-border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0; }
  .side-nav a {
    text-decoration: none;
    outline: none; }
  .side-nav ul {
    list-style-type: none;
    display: none; }
    .side-nav ul li {
      display: block; }
      .side-nav ul li a {
        position: relative;
        left: -13px;
        display: block;
        width: 220px;
        background: url(/images/left-nav-off.png) no-repeat; }
      .side-nav ul li .bbq-current {
        left: -7px;
        background: url(/images/left-nav-on.png) no-repeat; }
  .side-nav ul.nav-ageless-tv .scrollable {
    position: relative;
    overflow: hidden;
    height: 222px;
    width: 180px; }
    .side-nav ul.nav-ageless-tv .scrollable .items {
      float: right;
      position: absolute;
      height: 20000em; }
      .side-nav ul.nav-ageless-tv .scrollable .items h3 {
        height: 36px;
        margin-bottom: 10px;
        padding: 6px;
        text-align: right;
        position: relative;
        background: rgba(0, 0, 0, 0.3);
        -moz-border-radius: 4px;
        -webkit-border-radius: 4px;
        border-radius: 4px; }
        .side-nav ul.nav-ageless-tv .scrollable .items h3 a {
          display: block;
          color: #464646; }
          .side-nav ul.nav-ageless-tv .scrollable .items h3 a:hover {
            color: #fff; }
        .side-nav ul.nav-ageless-tv .scrollable .items h3 a.active-tv {
          color: #fff; }
  .side-nav .scroll-controls {
    text-align: right; }
    .side-nav .scroll-controls h4 {
      cursor: pointer; }
      .side-nav .scroll-controls h4:hover {
        color: #cc0000; }
    .side-nav .scroll-controls .prev {
      background: url(/images/up-arrow.png) no-repeat 15px 0px; }
    .side-nav .scroll-controls .next {
      background: url(/images/down-arrow.png) no-repeat 15px 0px; }

.disabled-scroll {
  visibility: hidden; }

.content-wrap .content .bbq-loading {
  position: absolute;
  right: 300px;
  display: none; }
.content-wrap .content .bbq-item {
  display: none; }
  .content-wrap .content .bbq-item p, .content-wrap .content .bbq-item ul {
    font-size: 1.2em; }
  .content-wrap .content .bbq-item span {
    font-weight: bold; }
  .content-wrap .content .bbq-item ul {
    margin: 0;
    padding-left: 2em; }
  .content-wrap .content .bbq-item a {
    outline: none;
    text-decoration: none; }
    .content-wrap .content .bbq-item a:hover {
      color: #cc0000; }
  .content-wrap .content .bbq-item .top-main {
    position: relative;
    z-index: 2; }
    .content-wrap .content .bbq-item .top-main p {
      font-size: 1.5em;
      line-height: 1.4;
      margin-bottom: 1.25em; }
