/* --------- /plugin_assets/clean_base/stylesheets/rounded_box.css --------- */ 
.clean_rounded_box {
  position: relative;
  margin: 0px auto;
  min-width: 8em;
  max-width: 850px;
  margin-left: 12px;
  margin-bottom: 0.5em; }
  .clean_rounded_box .clean_rounded_box_content {
    background: transparent no-repeat top right;
    position: relative;
    padding-top: 15px;
    padding-left: 0px;
    padding-right: 15px;
    padding-bottom: 1px; }
    .clean_rounded_box .clean_rounded_box_content .clean_rounded_box_wrapper {
      max-height: 1550px;
      overflow: auto;
      padding-bottom: 5px;
      padding-left: 3px; }
  .clean_rounded_box .clean_rounded_box_t {
    background: transparent no-repeat top right;
    position: absolute;
    left: 0px;
    top: 0px;
    width: 12px;
    margin-left: -12px;
    height: 100%;
    background-position: top left; }
  .clean_rounded_box .clean_rounded_box_b {
    background: transparent no-repeat top right;
    position: relative;
    width: 100%;
    height: 30px;
    font-size: 1px;
    background-position: bottom right; }
    .clean_rounded_box .clean_rounded_box_b div {
      background: transparent no-repeat top right;
      height: 30px;
      font-size: 1px;
      position: relative;
      width: 12px;
      margin-left: -12px;
      background-position: bottom left; }
/* --------- /plugin_assets/clean_cms/stylesheets/clean_cms_page.css --------- */ 
#clean_cms_toolbar {
  z-index: 9999999;
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 52px !important;
  background-image: url(/plugin_assets/clean_cms/images/bar-bg.png);
  color: white;
  text-align: center;
  font-family: Helvetica, Arial, sans-serif; }
  #clean_cms_toolbar a:active, #clean_cms_toolbar a, #clean_cms_toolbar a:focus {
    outline: none !important; }
  #clean_cms_toolbar a:active {
    color: red !important; }
  #clean_cms_toolbar #clean_cms_toggle_toolbar {
    background-image: url(/plugin_assets/clean_cms/images/cms_bar_tab.png);
    width: 36px;
    height: 18px;
    color: white;
    font-size: 11px;
    position: absolute;
    left: 0;
    top: 52px;
    text-decoration: none;
    padding-left: 8px;
    padding-top: 3px;
    text-align: left; }
    #clean_cms_toolbar #clean_cms_toggle_toolbar:hover {
      color: #49afeb; }
  #clean_cms_toolbar #clean_cms_logo {
    float: left;
    margin: 8px; }
  #clean_cms_toolbar #main_function_buttons {
    float: right; }
    #clean_cms_toolbar #main_function_buttons a {
      display: block;
      height: 20px;
      float: left;
      text-decoration: none;
      font-weight: bold;
      color: white;
      font-size: 12px;
      margin-right: 20px;
      overflow: visible;
      padding-top: 30px;
      text-shadow: 0.1em 0.1em 0.2em black;
      background-image: url(/plugin_assets/clean_cms/images/button.png);
      background-position: top center;
      background-repeat: no-repeat; }
      #clean_cms_toolbar #main_function_buttons a:hover {
        color: #49afeb;
        background-image: url(/plugin_assets/clean_cms/images/button-over.png);
        background-color: transparent; }
      #clean_cms_toolbar #main_function_buttons a#logout_button {
        background-image: url(/plugin_assets/clean_cms/images/logout_button.png);
        margin-top: -6px;
        padding-top: 38px; }
        #clean_cms_toolbar #main_function_buttons a#logout_button:hover {
          background-image: url(/plugin_assets/clean_cms/images/logout_button-over.png); }
  #clean_cms_toolbar #toolbar_buttons {
    float: right;
    margin-top: 6px; }
    #clean_cms_toolbar #toolbar_buttons img {
      border: 0;
      vertical-align: middle;
      margin-right: 15px; }
  #clean_cms_toolbar #slider_container {
    width: 270px;
    position: absolute;
    left: 50%;
    margin-left: -112px; }
    #clean_cms_toolbar #slider_container #edit_slider {
      position: relative;
      width: 223px;
      height: 31px;
      margin-top: 10px;
      background-image: url(/plugin_assets/clean_cms/images/slider_bg.png); }
      #clean_cms_toolbar #slider_container #edit_slider #edit_handle {
        background-image: url(/plugin_assets/clean_cms/images/slider_handle.png);
        position: absolute;
        width: 50px;
        height: 50px;
        margin-top: -9px;
        margin-left: -8px;
        cursor: move; }
        #clean_cms_toolbar #slider_container #edit_slider #edit_handle:hover {
          background-image: url(/plugin_assets/clean_cms/images/slider_handle-over.png); }


table.mceEditor {
  border: 3px inset #CCC; }

table.mceEditor, iframe.mceEditorIframe, body.mceContentBody {
  background-color: transparent; }
/* --------- /plugin_assets/proto_growl/stylesheets/proto_growl.css --------- */ 
.clean_rounded_box.proto_growl_message {
  cursor: pointer;
  position: fixed;
  top: 0px;
  right: 0px;
  width: 316px;
  z-index: 1000000; }
  .clean_rounded_box.proto_growl_message .clean_rounded_box_content, .clean_rounded_box.proto_growl_message .clean_rounded_box_t, .clean_rounded_box.proto_growl_message .clean_rounded_box_b, .clean_rounded_box.proto_growl_message .clean_rounded_box_b, .clean_rounded_box.proto_growl_message .clean_rounded_box_b_i {
    background-image: url(/plugin_assets/proto_growl/images/box.png); }
  .clean_rounded_box.proto_growl_message .clean_rounded_box_t {
    width: 42px;
    margin-left: -42px; }
  .clean_rounded_box.proto_growl_message .clean_rounded_box_content {
    padding-top: 42px;
    padding-right: 46px; }
    .clean_rounded_box.proto_growl_message .clean_rounded_box_content .clean_rounded_box_wrapper {
      max-height: 525px; }
      .clean_rounded_box.proto_growl_message .clean_rounded_box_content .clean_rounded_box_wrapper img.proto_growl_icon {
        float: left;
        margin-right: 10px;
        margin-bottom: 5px; }
      .clean_rounded_box.proto_growl_message .clean_rounded_box_content .clean_rounded_box_wrapper .proto_growl_content {
        margin-left: 58px;
        color: white;
        font-family: Helvetica, Arial, sans-serif;
        font-size: 1em;
        text-align: justify;
        text-justify: distribute-all-lines; }
  .clean_rounded_box.proto_growl_message .clean_rounded_box_b {
    height: 42px; }
    .clean_rounded_box.proto_growl_message .clean_rounded_box_b .clean_rounded_box_b_i {
      height: 42px;
      width: 42px;
      margin-left: -42px; }
/* --------- /plugin_assets/clean_base/stylesheets/prototype-ui/carousel/prototype-ui.css --------- */ 
/* Horizontal Carousel */
.horizontal_carousel {
  float: left;
  width: 610px;
  height: 240px;
  margin-bottom: 10px;
  position: relative;
}

.horizontal_carousel .container {
  float: left;
  width: 500px;
  height: 240px;
  position: relative;    
  overflow: hidden;
}

.horizontal_carousel ul {
  margin: 0;
  padding:0;
  width: 100000px;
  position: relative;
  top: 0;
  left: 0;
  height: 240px;
}                      

.horizontal_carousel ul li {
  width: 250px;
  height: 240px;
  text-align: center; 
  list-style:none;   
  float:left;
}

.horizontal_carousel .previous_button {
  float:left;  
  width: 32px;
  height: 175px;
  background: url(/plugin_assets/clean_base/stylesheets/prototype-ui/carousel/prototype-ui/horizontal/left.png);
  z-index: 100;
  cursor: pointer;
}

.horizontal_carousel .previous_button_over {
  background: url(/plugin_assets/clean_base/stylesheets/prototype-ui/carousel/prototype-ui/horizontal/left_over.png);
}

.horizontal_carousel .previous_button_disabled {
  background: url(/plugin_assets/clean_base/stylesheets/prototype-ui/carousel/prototype-ui/horizontal/left_disabled.png);
  cursor: default;
}

.horizontal_carousel .next_button {
  float:left;  
  width: 32px;
  height: 175px;
  background: url(/plugin_assets/clean_base/stylesheets/prototype-ui/carousel/prototype-ui/horizontal/right.png);
  z-index: 100;
  cursor: pointer;
}

.horizontal_carousel .next_button_over {
  background: url(/plugin_assets/clean_base/stylesheets/prototype-ui/carousel/prototype-ui/horizontal/right_over.png);
}

.horizontal_carousel .next_button_disabled {
  background: url(/plugin_assets/clean_base/stylesheets/prototype-ui/carousel/prototype-ui/horizontal/right_disabled.png);
  cursor: default;
}


/* vertical Carousel */
#vertical_carousel {
  float:left;
  width: 350px;
  height: 270px;
  margin-bottom: 10px;
  position: relative;
}

#vertical_carousel .container {
  position: relative;   
  float:left;
  width: 260px;
  height: 240px;
  overflow: hidden;
}

#vertical_carousel ul {
  margin: 0;
  padding:0;
  height: 100000px;
  position: relative;
  top: 0;
  left: 0;
}

#vertical_carousel ul li {
  width: 260px;
  height: 240px;
  text-align: center;      
  list-style:none;   
  float:left;
}                         

#vertical_carousel .previous_button {
  float:left;
  height: 32px;
  width: 175px;
  background: url(/plugin_assets/clean_base/stylesheets/prototype-ui/carousel/prototype-ui/vertical/left.png);
  cursor: pointer;    
  display:inline;
  margin: 0 0 10px 40px;
}

#vertical_carousel .previous_button_over {
  background: url(/plugin_assets/clean_base/stylesheets/prototype-ui/carousel/prototype-ui/vertical/left_over.png);
}

#vertical_carousel .previous_button_disabled {
  background: url(/plugin_assets/clean_base/stylesheets/prototype-ui/carousel/prototype-ui/vertical/left_disabled.png);
  cursor: default;
}

#vertical_carousel .next_button {
  float:left;
  height: 32px;
  width: 175px;
  background: url(/plugin_assets/clean_base/stylesheets/prototype-ui/carousel/prototype-ui/vertical/right.png);
  display:inline;
  margin-left: 40px;
  cursor: pointer;
}

#vertical_carousel .next_button_over {
  background: url(/plugin_assets/clean_base/stylesheets/prototype-ui/carousel/prototype-ui/vertical/right_over.png);
}

#vertical_carousel .next_button_disabled {
  background: url(/plugin_assets/clean_base/stylesheets/prototype-ui/carousel/prototype-ui/vertical/right_disabled.png);
  cursor: default;
}

/* --------- /stylesheets/compiled/screen.css --------- */ 













html, body {
  margin: 0;
  padding: 0;
  border: 0;
  font-weight: inherit;
  font-style: inherit;
  font-size: 100%;
  font-family: inherit;
  vertical-align: baseline; }

div, span, object, iframe, h1, h2, h3, h4, h5, h6, p,
pre, a, abbr, acronym, address, code, del, dfn, em, img,
dl, dt, dd, ol, ul, li, fieldset, form, label, legend, caption, tbody, tfoot, thead, tr {
  margin: 0;
  padding: 0;
  border: 0;
  font-weight: inherit;
  font-style: inherit;
  font-size: 100%;
  font-family: inherit;
  vertical-align: baseline; }

body {
  line-height: 1.5; }

blockquote, q {
  margin: 0;
  padding: 0;
  border: 0;
  font-weight: inherit;
  font-style: inherit;
  font-size: 100%;
  font-family: inherit;
  vertical-align: baseline;
  quotes: "" ""; }
  blockquote:before,
  blockquote:after,   q:before,
  q:after {
    content: ""; }

th, td, caption {
  margin: 0;
  padding: 0;
  border: 0;
  font-weight: inherit;
  font-style: inherit;
  font-size: 100%;
  font-family: inherit;
  vertical-align: baseline;
  text-align: left;
  font-weight: normal;
  vertical-align: middle; }

table {
  margin: 0;
  padding: 0;
  border: 0;
  font-weight: inherit;
  font-style: inherit;
  font-size: 100%;
  font-family: inherit;
  vertical-align: baseline;
  border-collapse: separate;
  border-spacing: 0;
  vertical-align: middle; }

a img {
  border: none; }
















span#clean_conscience_signature a {
  font-family: helvetica, arial, sans-serif;
  color: black;
  text-decoration: none; }
  span#clean_conscience_signature a:hover {
    color: #49afeb !important; }


span.clean_component {
  color: black; }

label {
  display: block; }

body {
  background-color: black;
  color: white; }
  body body {
    font-family: Arial, Helvetica, sans-serif;
    color: #ffffff;
    font-size: 75%; }
  body h1 {
    font-family: "Arial Black", Impact, sans-serif;
    color: #ffffff;
    font-size: 3em;
    line-height: 1;
    margin-bottom: 0.5em; }
    body h1 img {
      margin: 0; }
  body h2 {
    font-family: "Arial Black", Impact, sans-serif;
    color: #ffffff;
    font-size: 2em;
    margin-bottom: 0.75em; }
  body h3 {
    font-family: "Arial Black", Impact, sans-serif;
    color: #ffffff;
    font-size: 1.5em;
    line-height: 1;
    margin-bottom: 1em; }
  body h4 {
    font-family: "Arial Black", Impact, sans-serif;
    color: #ffffff;
    font-size: 1.2em;
    line-height: 1.25;
    margin-bottom: 1.25em;
    height: 1.25em; }
  body h5 {
    font-family: "Arial Black", Impact, sans-serif;
    color: #ffffff;
    font-size: 1em;
    font-weight: bold;
    margin-bottom: 1.5em; }
  body h6 {
    font-family: "Arial Black", Impact, sans-serif;
    color: #ffffff;
    font-size: 1em;
    font-weight: bold; }
  body h2 img, body h3 img, body h4 img, body h5 img, body h6 img {
    margin: 0; }
  body p {
    margin: 0 0 1.5em; }
    body p img {
      float: left;
      margin: 1.5em 1.5em 1.5em 0;
      padding: 0; }
      body p img.right {
        float: right;
        margin: 1.5em 0 1.5em 1.5em; }
  body a {
    text-decoration: underline;
    color: #000099; }
    body a:visited {
      color: #000066; }
    body a:focus {
      color: #000000; }
    body a:hover {
      color: #000000; }
    body a:active {
      color: #cc0099; }
  body blockquote {
    margin: 1.5em;
    color: #666;
    font-style: italic; }
  body strong {
    font-weight: bold; }
  body em {
    font-style: italic; }
  body dfn {
    font-style: italic;
    font-weight: bold; }
  body sup, body sub {
    line-height: 0; }
  body abbr, body acronym {
    border-bottom: 1px dotted #666; }
  body address {
    margin: 0 0 1.5em;
    font-style: italic; }
  body del {
    color: #666; }
  body pre, body code {
    margin: 1.5em 0;
    white-space: pre;
    font: 1em 'andale mono', 'lucida console', monospace;
    line-height: 1.5; }
  body tt {
    font: 1em 'andale mono', 'lucida console', monospace;
    line-height: 1.5; }
  body li ul, body li ol {
    margin: 0 1.5em; }
  body ul {
    margin: 0 1.5em 1.5em 1.5em;
    list-style-type: disc; }
  body ol {
    margin: 0 1.5em 1.5em 1.5em;
    list-style-type: decimal; }
  body dl {
    margin: 0 0 1.5em 0; }
    body dl dt {
      font-weight: bold; }
  body dd {
    margin-left: 1.5em; }
  body table {
    margin-bottom: 1.4em;
    width: 100%; }
  body th {
    font-weight: bold;
    background: #C3D9FF;
    padding: 4px 10px 4px 5px; }
  body td {
    padding: 4px 10px 4px 5px; }
  body tr.even td {
    background: #E5ECF9; }
  body tfoot {
    font-style: italic; }
  body caption {
    background: #eee; }
  body .quiet {
    color: #666666; }
  body .loud {
    color: #111111; }
  body a {
    color: #ffffff; }
    body a:visited {
      color: #ffffff; }
    body a:focus {
      color: #ffffff; }
    body a:hover {
      color: #ba0000; }
    body a:active {
      color: #ed1c24; }
  body p img {
    margin: 0;
    float: none; }

body.blueprint {
  padding: 0;
  text-align: center; }
  body.blueprint .blueprint_container {
    margin: 0px auto;
    text-align: left;
    min-height: 600px; }

hr.colspacer {
  background: #ddd;
  color: #ddd;
  clear: both;
  float: none;
  width: 100%;
  height: .1em;
  margin: 0 0 1.45em;
  border: none;
  background: #fff;
  color: #fff; }

#clean_cms_menu {
  overflow: auto;
  overflow: -moz-scrollbars-none;
  display: inline-block;
  list-style-type: none;
  margin: 0;
  overflow: auto;
  overflow: -moz-scrollbars-none;
  display: inline-block;
  margin: 0;
  margin: 0px auto; }
  #clean_cms_menu {
    display: block; }
  #clean_cms_menu li {
    margin: 0;
    display: inline; }
    #clean_cms_menu li a {
      float: left;
      text-decoration: none;
      padding: 0 5px; }
      #clean_cms_menu li a:hover {
        text-decoration: underline; }
    #clean_cms_menu li ul {
      margin-left: 0;
      position: absolute;
      display: block; }
      #clean_cms_menu li ul li {
        display: block; }
        #clean_cms_menu li ul li a {
          opacity: 0.9;
          -moz-opacity: 0.9;
          height: 25px;
          line-height: 25px;
          width: 200px; }
        #clean_cms_menu li ul li ul {
          margin-top: -1px;
          margin-left: 1px;
          position: absolute; }
          #clean_cms_menu li ul li ul li a {
            width: 200px; }
  #clean_cms_menu {
    display: block; }
  #clean_cms_menu li a {
    font-family: "Arial Black", Impact, sans-serif;
    text-align: center;
    height: 20px;
    padding: 4px 15px;
    padding-bottom: 8px;
    text-decoration: none;
    color: white;
    border: 2px solid transparent; }
    #clean_cms_menu li a.active_parent {
      border: 2px solid white; }
      #clean_cms_menu li a.active_parent:hover {
        border-color: #ba0000; }
    #clean_cms_menu li a:hover {
      color: #ba0000;
      text-decoration: none; }
  #clean_cms_menu li ul {
    margin-top: 2px; }
    #clean_cms_menu li ul li {
      width: auto; }
      #clean_cms_menu li ul li a {
        width: 200px;
        border: 2px solid;
        margin-bottom: 2px;
        background-color: black;
        opacity: 0.9;
        -moz-opacity: 0.9; }
      #clean_cms_menu li ul li ul li {
        margin-left: 2px; }

#footer {
  position: fixed;
  background-color: black;
  text-align: center;
  font-family: helvetica, arial, sans-serif;
  font-size: .8em;
  color: white;
  bottom: 0px;
  height: 30px;
  padding-top: 10px;
  width: 950px; }
  #footer p {
    margin: 3px; }
  #footer img {
    margin-bottom: 1em; }
  #footer span#clean_conscience_signature {
    color: #999; }
    #footer span#clean_conscience_signature a {
      color: #999; }

#footer.lang, #footer.splash {
  display: none; }

body.fullheight #footer {
  position: absolute;
  bottom: 0px; }

#banner {
  overflow: auto;
  overflow: -moz-scrollbars-none;
  display: inline-block;
  height: 151px; }
  #banner {
    display: block; }
  #banner img {
    float: right; }
  #banner #logo {
    float: left;
    margin-top: 38px;
    margin-left: 60px; }

marquee {
  font-size: 36px;
  margin: 1em 0;
  font-family: "Arial Black", Impact, sans-serif;
  color: #ffffff; }

#shopping_basket {
  font-family: "Arial Black", Impact, sans-serif;
  color: #ffffff;
  float: right;
  padding: 4px 15px;
  border: 2px solid transparent; }

#products_carousel {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -524px;
  margin-top: -130px;
  width: 1081px; }
  #products_carousel .container {
    width: 878px; }
  #products_carousel .previous_button {
    float: left;
    width: 30px;
    height: 250px;
    background: url(/images/arrow_l.png) no-repeat;
    background-position: center;
    margin-left: 2em; }
  #products_carousel .previous_button_over {
    background-image: url(/images/arrow_l-over.png); }
  #products_carousel .previous_button_disabled {
    background-image: url(/images/arrow_l-disabled.png);
    cursor: default; }
  #products_carousel .next_button {
    float: left;
    width: 30px;
    height: 250px;
    background: url(/images/arrow_r.png) no-repeat center; }
  #products_carousel .next_button_over {
    background-image: url(/images/arrow_r-over.png); }
  #products_carousel .next_button_disabled {
    background-image: url(/images/arrow_r-disabled.png); }
  #products_carousel .counts {
    float: left;
    font-size: 1.25em;
    width: 5em;
    font-family: "Arial Black", Impact, sans-serif;
    color: #ffffff; }
    #products_carousel .counts div {
      color: #ed1c24; }
  #products_carousel .ui {
    overflow: auto;
    overflow: -moz-scrollbars-none;
    display: inline-block;
    width: 200px; }
    #products_carousel .ui {
      display: block; }
  #products_carousel.horizontal_carousel {
    height: 300px; }
    #products_carousel.horizontal_carousel .container {
      height: 300px;
      margin-top: 25px; }
    #products_carousel.horizontal_carousel ul {
      height: 300px; }
      #products_carousel.horizontal_carousel ul li {
        width: 300px;
        height: 300px; }

.product {
  position: relative;
  font-family: Helvetica, Arial;
  overflow: auto;
  overflow: -moz-scrollbars-none;
  display: inline-block;
  color: white; }
  .product #go_back {
    position: absolute;
    left: 0;
    background-image: url(/images/go_back.png);
    width: 97px;
    top: 0px;
    height: 26px;
    text-decoration: none; }
    .product #go_back:hover {
      background-image: url(/images/go_back-over.png); }
  .product h1 {
    margin-top: 1em;
    text-align: center; }
  .product {
    display: block; }
  .product img {
    float: left; }
  .product #product_image_container {
    margin-right: 1em;
    float: left;
    text-align: center;
    width: 302px;
    height: 300px; }
    .product #product_image_container img {
      float: none;
      border: 1px solid transparent; }
      .product #product_image_container img:hover {
        border-color: #ed1c24; }
  .product .prices {
    font-weight: bold;
    position: absolute;
    bottom: 35px;
    right: 0;
    width: 240px; }
    .product .prices .price {
      margin-bottom: 10px; }
    .product .prices img {
      margin-right: 1em; }
  .product .secondary_images {
    clear: both;
    overflow: auto;
    overflow: -moz-scrollbars-none;
    display: inline-block; }
    .product .secondary_images {
      display: block; }
  .product .reference_code {
    width: 240px;
    position: absolute;
    bottom: 0;
    right: 0;
    font-weight: bold; }
    .product .reference_code .code {
      color: #ed1c24; }

.image_controls {
  position: absolute;
  bottom: 0;
  width: 300px; }
  .image_controls a {
    text-decoration: none;
    width: 26px;
    height: 25px;
    position: absolute;
    bottom: 0; }
    .image_controls a#product_image_prev {
      left: 0;
      background-image: url(/images/prev.png); }
      .image_controls a#product_image_prev:hover {
        background-image: url(/images/prev-over.png); }
    .image_controls a#product_image_next {
      right: 0;
      background-image: url(/images/next.png); }
      .image_controls a#product_image_next:hover {
        background-image: url(/images/next-over.png); }

#body_mask {
  background-color: transparent !important; }

#checkout_h1 {
  text-align: center;
  margin-top: 40px;
  margin-bottom: 0; }

#shipping {
  margin-bottom: 20px; }

#continue_shopping_button {
  width: 100%;
  text-align: center; }

#checkout_container {
  overflow: auto;
  overflow: -moz-scrollbars-none;
  display: inline-block; }
  #checkout_container {
    display: block; }

.checkout {
  text-align: right;
  width: 900px; }
  .checkout .qu {
    font-weight: bold;
    font-size: 1.3em; }
  .checkout h3 {
    text-align: right;
    width: 900px; }
  .checkout table {
    margin-top: 60px;
    margin-bottom: 40px;
    border-collapse: collapse;
    width: 900px; }
    .checkout table th {
      text-align: center;
      letter-spacing: .1em;
      font-family: "Arial Black";
      background-color: black; }
      .checkout table th.desc {
        text-align: left; }
      .checkout table th.price {
        text-align: right; }
    .checkout table td {
      text-align: center; }
      .checkout table td.desc {
        text-align: left; }
      .checkout table td.price {
        text-align: right; }
  .checkout .paypal_form {
    margin-top: 28px; }

a:active, a:focus {
  outline: 0; }

body {
  font-family: Helvetica, Arial; }

body.blueprint .blueprint_container {
  width: 950px;
  margin: 0 auto;
  overflow: auto;
  overflow: -moz-scrollbars-none;
  display: inline-block;
  overflow: visible; }
  body.blueprint .blueprint_container {
    display: block; }

body.lang {
  min-width: 600px; }
  body.lang #lang_container {
    position: absolute;
    width: 100%;
    height: 100%;
    overflow: auto; }
  body.lang #tristar {
    position: absolute;
    top: 25px;
    left: 25px; }
  body.lang #header {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -24px;
    margin-left: -350px; }
  body.lang #gb, body.lang #fr {
    position: absolute;
    bottom: 20px; }
  body.lang #gb {
    right: 20px; }
  body.lang #fr {
    left: 20px; }

html {
  height: 100%; }

body.fullheight {
  height: 100%; }
  body.fullheight .omni_container {
    position: relative;
    height: auto !important;
    height: 100%;
    min-height: 100%; }
    body.fullheight .omni_container #content {
      padding-bottom: 50px; }

body#products_body .product {
  text-align: left; }
body#products_body .blueprint_container {
  clear: both;
  width: 100%;
  text-align: center; }
  body#products_body .blueprint_container #content {
    min-width: 400px;
    max-width: 800px;
    text-align: left;
    margin: 0 auto; }
  body#products_body .blueprint_container #footer {
    position: absolute;
    bottom: 0;
    width: 100%; }

body#product_body #footer {
  position: absolute;
  bottom: 0;
  width: 100%; }
body#product_body .product {
  width: 943px;
  height: 588px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -471px;
  margin-top: -300px; }
  body#product_body .product h1 {
    margin-bottom: 90px; }

body#splash_body {
  background: url(/images/home_bg.png) repeat-y black; }
  body#splash_body img#home_image {
    position: absolute;
    left: 50%;
    margin-left: -346px;
    top: 50%;
    margin-top: -275px; }
/* --------- /stylesheets/compiled/print.css --------- */ 
/* 
 * Welcome to Compass. We'll show you the way, but you'll have to get there on your own.
 * Use this file to define print styles. */
