@font-face {
  font-family: "Titillium";
  src: url("/fonts/TitilliumText22L002-webfont.ttf");
  font-style: normal;
  font-weight: normal; }

@font-face {
  font-family: "Titillium";
  src: url("/fonts/TitilliumText22L005-webfont.ttf");
  font-style: normal;
  font-weight: bold; }

body {
  padding-top: 0;
  margin-top: 0;
  font-size: 14px;
  background-color: #fcfcfa;
  font-family: Titillium;
  color: #524f45; }
  body h1, body h2, body h3, body h4 {
    color: #524d45; }

.clear-left {
  clear: left; }

.clear-right {
  clear: right; }

.clear {
  clear: both; }

.header {
  height: 110px;
  margin-top: 0px; }
  .header #nav {
    font-family: Titillium, arial, sans-serif;
    width: 700px;
    height: 55px;
    font-size: 14px;
    color: #999; }
    .header #nav ul {
      margin: 0;
      list-style-type: none; }
      .header #nav ul li {
        float: left;
        position: relative; }
        .header #nav ul li a {
          text-align: center;
          padding: 20px 20px 2px 20px;
          display: block;
          text-decoration: none;
          color: #524f45;
          border-top: solid 3px transparent; }
          .header #nav ul li a:hover, .header #nav ul li a.active {
            border-top: solid 3px #ffaa00;
            color: #333; }
          .header #nav ul li a.active {
            font-weight: bold; }
        .header #nav ul li ul {
          display: none;
          padding: 0;
          background-color: #fcfcfa; }
        .header #nav ul li:hover ul {
          display: block;
          position: absolute; }
        .header #nav ul li:hover ul li a {
          padding: 2px 0px 2px 20px;
          width: 80px;
          text-align: left;
          border: none; }
        .header #nav ul li:hover ul li a.first {
          margin-top: 5px; }
        .header #nav ul li:hover ul li a:hover {
          background-color: #fff;
          color: #333; }
  .header #nav2 {
    font-family: Titillium, arial, sans-serif;
    width: 440px;
    height: 45px;
    font-size: 14px;
    color: #999;
    border-bottom: solid 2px #ffaa00; }
    .header #nav2 ul {
      margin: 0;
      list-style-type: none; }
      .header #nav2 ul li {
        float: left;
        position: relative; }
        .header #nav2 ul li a {
          text-align: center;
          padding: 20px 20px 3px 20px;
          display: block;
          text-decoration: none;
          color: #524f45;
          border-bottom: solid 5px transparent; }
          .header #nav2 ul li a:hover, .header #nav2 ul li a.active {
            border-bottom: solid 5px #ffaa00;
            color: #333; }
          .header #nav2 ul li a.active {
            font-weight: bold; }
        .header #nav2 ul li ul {
          display: none;
          padding: 0;
          background-color: #e8e6e3;
          border: solid 1px #fff;
          border-top: none; }
        .header #nav2 ul li:hover ul {
          display: block;
          position: absolute; }
        .header #nav2 ul li:hover ul li a {
          padding: 2px 0px 2px 20px;
          width: 80px;
          text-align: left;
          border: none;
          border-bottom: solid 1px transparent; }
        .header #nav2 ul li:hover ul li a.first {
          margin-top: 5px; }
        .header #nav2 ul li:hover ul li a:hover {
          border-bottom: solid 1px #ffaa00;
          color: #333; }
  .header .logo {
    float: right;
    margin-right: 0px; }

#start_page_image {
  float: left;
  margin-top: -272px;
  position: absolute;
  margin-left: 300px; }

.one-column, .two-columns, .three-columns {
  margin-bottom: 50px; }
  .one-column.last, .two-columns.last, .three-columns.last {
    margin-bottom: 0; }

.one-column .content-box {
  width: 950px; }

.two-columns .content-box, .three-columns .content-box {
  float: left;
  margin-right: 20px;
  height: 100%; }
  .two-columns .content-box.last, .three-columns .content-box.last {
    margin-right: 0; }

.two-columns .content-box {
  width: 442px; }

.three-columns .content-box {
  width: 300px; }

.content-box .title {
  padding: 0 0 10px 23px;
  color: #ff9900;
  font-size: 30px; }
.content-box .content-box-top {
  background: #fff url(/images/content_box/content_box_bg_top.jpg) no-repeat right top;
  height: 13px;
  width: 100%; }
  .content-box .content-box-top .content-box-top-border {
    border-left: solid 1px #e6e5e1;
    border-top: solid 1px #e6e5e1;
    width: 937px; }
.content-box .content-box-main {
  background: #fff url(/images/content_box/content_box_bg_middle.jpg) repeat-y right top;
  border-left: solid 1px #e6e5e1;
  padding: 0 35px 10px 23px; }
.content-box .content-box-bottom {
  height: 12px;
  background: transparent url(/images/content_box/content_box_bg_bottom_center.jpg) repeat-x left top; }
  .content-box .content-box-bottom .left-corner {
    width: 12px;
    height: 12px;
    float: left;
    background: transparent url(/images/content_box/content_box_bg_bottom_left.jpg) no-repeat left top; }
  .content-box .content-box-bottom .right-corner {
    width: 13px;
    height: 12px;
    float: right;
    background: transparent url(/images/content_box/content_box_bg_bottom_right.jpg) no-repeat right top; }

.content-area-box.pointer {
  cursor: pointer; }
.content-area-box .content-area-box-main {
  background: #dad6d0 url(/images/content_area_box_bg_top_right.jpg) no-repeat right top; }
  .content-area-box .content-area-box-main .area-box {
    background-color: #fff;
    margin-right: 7px; }
.content-area-box.gray .content-area-box-main .area-box {
  background-color: #eee; }
.content-area-box .content-area-box-bottom {
  height: 7px;
  background: transparent url(/images/content_area_box_bg_bottom_middle.jpg) left top repeat-x;
  margin-left: 9px; }
  .content-area-box .content-area-box-bottom .left-corner {
    width: 9px;
    height: 7px;
    margin-left: -9px;
    float: left;
    background: transparent url(/images/content_area_box_bg_bottom_left.png) no-repeat left top; }
  .content-area-box .content-area-box-bottom .right-corner {
    width: 6px;
    height: 7px;
    float: right;
    background: transparent url(/images/content_area_box_bg_bottom_right.jpg) no-repeat right top; }

.footer {
  margin-bottom: 20px;
  margin-top: 0px;
  padding-left: 15px;
  color: #524d45; }
  .footer a {
    color: #524d45;
    text-decoration: none; }
    .footer a:visited, .footer a:active {
      color: #524d45; }
    .footer a:hover {
      text-decoration: underline; }
  .footer .topic-box {
    margin-right: 30px;
    width: auto;
    float: left; }
    .footer .topic-box .title {
      height: 22px;
      font-weight: bold;
      border-bottom: solid 1px #d4d2d0; }
    .footer .topic-box .topic {
      margin-top: 8px;
      line-height: 18px; }

.footer {
  font-size: 11px; }
  .footer a {
    font-size: 11px; }
  .footer .topic-box {
    margin-right: 94px; }
    .footer .topic-box.last {
      margin-right: 0px; }

.social-bar {
  width: 300px;
  position: absolute;
  top: 0px; }
  .social-bar .social-bar-content {
    display: block;
    height: 27px;
    line-height: 26px;
    background: #c7c7c7 url(/images/new_design/social_bar_right.jpg) no-repeat right center; }
    .social-bar .social-bar-content a {
      padding-top: 0;
      color: #000;
      float: left;
      font-size: 11px;
      margin: 0px 4px;
      text-decoration: none; }
      .social-bar .social-bar-content a:hover {
        text-decoration: underline; }
      .social-bar .social-bar-content a.first {
        padding-left: 7px; }
    .social-bar .social-bar-content .facebook-like-button {
      margin-left: 3px;
      float: left;
      width: 150px;
      padding-top: 3px; }
    .social-bar .social-bar-content .fb_iframe_widget {
      vertical-align: middle; }
  .social-bar .social-bar-bottom {
    background: transparent url(/images/new_design/social_bar_bottom.jpg) no-repeat left top;
    height: 32px; }

.product_details {
  margin-top: 20px; }

#startimage {
  position: absolute;
  margin-top: -105px;
  margin-left: 420px; }

