strong {
  font-weight: bold; }

em {
  font-style: italic; }

a {
  text-decoration: none;
  color: #932727; }

a:hover {
  text-decoration: underline; }

.clear {
  clear: both; }

body {
  background: url(/images/idea-bg-right.jpg) repeat-x;
  margin: 0;
  padding: 0;
  font-family: Helvetica;
  color: #484848; }

#bg {
  background: url(/images/idea-bg-left.jpg) repeat-x;
  height: 400px;
  left: 0;
  position: absolute;
  top: 0;
  width: 50%; }

#wrapper {
  width: 952px;
  margin: 0 auto;
  position: relative;
  z-index: 500; }
  #wrapper #logo {
    position: absolute;
    height: 180px;
    width: 300px;
    top: 30px;
    left: 0px; }
  #wrapper #header {
    width: 100%;
    height: 228px;
    position: relative;
    background: url(/images/ideas-header.jpg) no-repeat; }
    #wrapper #header .navlinks {
      font-family: 'Lucida Grande', sans-serif;
      text-transform: uppercase;
      color: white;
      position: absolute;
      top: 5px; }
      #wrapper #header .navlinks a {
        color: white; }
    #wrapper #header #services {
      left: 235px; }
    #wrapper #header #ideas {
      left: 395px; }
    #wrapper #header #sustainability {
      left: 520px; }
    #wrapper #header #about {
      left: 680px; }
    #wrapper #header #contact {
      left: 825px; }
  #wrapper #idea {
    position: absolute;
    left: 390px;
    top: 65px;
    width: 557px;
    height: 465px;
    background-color: white;
    border-top: #7f7f7f 1px solid; }
    #wrapper #idea .arrow {
      position: absolute;
      top: 224px; }
    #wrapper #idea #idea_left_arrow {
      left: -28px; }
    #wrapper #idea #idea_right_arrow {
      right: -28px; }
    #wrapper #idea img.idea_image {
      border: 5px #d6d6d6 solid;
      margin-top: 28px;
      margin-left: 31px; }
    #wrapper #idea p {
      position: absolute;
      top: 470px;
      left: 31px;
      width: 474px;
      height: 51px;
      overflow: hidden;
      padding: 10px;
      background-color: #f5f5f5;
      border: 1px solid #dfdfdf;
      color: #333333;
      font-family: 'Lucida Grande', sans-serif;
      font-size: 11px; }
  #wrapper #ideas_list {
    margin-top: 15px;
    margin-left: 25px;
    width: 870px;
    height: 115px;
    background-color: white;
    border: 1px solid #f2f2f2; }
    #wrapper #ideas_list #slider {
      width: 846px;
      height: 95px;
      margin: 0 auto;
      margin-top: 10px;
      background-color: #f2f2f2;
      position: relative; }
      #wrapper #ideas_list #slider .scrollButtons {
        position: absolute;
        top: 22px;
        cursor: pointer; }
      #wrapper #ideas_list #slider .scrollButtons.left {
        left: -35px; }
      #wrapper #ideas_list #slider .scrollButtons.right {
        right: -35px; }
      #wrapper #ideas_list #slider .scroll {
        width: 826px;
        height: 95px;
        overflow: auto;
        position: relative;
        clear: left; }
        #wrapper #ideas_list #slider .scroll .scrollContainer div.panel {
          height: 95px;
          width: 826px;
          padding-left: 22px; }
          #wrapper #ideas_list #slider .scroll .scrollContainer div.panel .idea {
            float: left;
            margin-top: 12px;
            margin-right: 9px; }
            #wrapper #ideas_list #slider .scroll .scrollContainer div.panel .idea img {
              border: 5px #cbcbcb solid; }
  #wrapper #list #breadcrumbs {
    margin-top: 10px;
    color: #484848;
    font-family: 'Lucida Grande', sans-serif;
    font-size: .8em;
    font-weight: bold; }
    #wrapper #list #breadcrumbs a {
      color: #932727;
      text-decoration: none; }
  #wrapper #list ul {
    margin-top: 10px; }
    #wrapper #list ul li {
      width: 255px;
      height: 12px;
      padding: 10px;
      color: #932727;
      text-transform: uppercase;
      font-family: 'Lucida Grande', sans-serif;
      font-weight: bold;
      font-size: 1.1em;
      border-bottom: #cacaca solid 1px; }
      #wrapper #list ul li a {
        color: #932727; }
    #wrapper #list ul .active {
      background-color: #dddddd; }

#footer-wrapper {
  width: 100%;
  height: 150px;
  text-align: center;
  padding-top: 10px;
  background-color: #f9f9f9;
  border-top: 1px solid #e8e8e8;
  border-bottom: 1px solid #e8e8e8;
  margin-top: 30px;
  float: left;
  clear: both; }
  #footer-wrapper #footer {
    color: #777777;
    font-size: .85em;
    margin: 0 auto;
    text-align: left;
    width: 952px;
    clear: both; }
    #footer-wrapper #footer .left {
      float: left; }
      #footer-wrapper #footer .left p {
        margin-top: 5px; }
    #footer-wrapper #footer .right {
      float: right;
      text-align: right; }
      #footer-wrapper #footer .right a {
        color: #777777;
        text-decoration: none;
        font-weight: bold; }
      #footer-wrapper #footer .right .products {
        margin-top: 5px; }
        #footer-wrapper #footer .right .products a {
          font-weight: normal; }
