@charset "utf-8";
  /* *** IMPORT *** */
@import url("reset.css");
  /* Note: reset.css sets body text size @ 62.5%For text sizes use:1em instead of10px 1.6eminstead of16px, etc*/
/* *** GLOBAL STYLES *** */
body {
  background:#000;
  font:62.5%/1.6em Arial, Helvetica, sans-serif;
  color:#999;
  letter-spacing:.1em;
 }
a {
  color:#5c5c5c;
 }
a:hover {
  color:#755668;
 }
button,.btn {
  padding:2px 4px;
  border:1px solid #808184;
  border-radius:3px;
  -moz-border-radius:4px;
  -webkit-border-radius:4px;
  background:#E5E7EA;
  color:#5C5C5C;
  cursor:pointer;
 }
button:hover,.btn:hover {
  border-color:#5C5C5C;
  color:#423F41;
  background:#EEE;
 }
border:active,.btn:hover {
  border-color:#333;
  background:#C2C3C4}
/* *** MODIFIER CLASSES *** */
 #page_content .sl {
  font-size:1.2em;
 }
#page_content .ss {
  font-size:.9em;
 }
#page_content .sxl {
  font-size:1.4em;
 }
#page_content .sxs {
  font-size:.8em;
 }
#page_content .fl {
  float:left;
 }
#page_content .fr {
  float:right;
 }
#page_content .w60 {
  width:74%;
  padding:.5%;
 }
#page_content .w60 {
  width:59%;
  padding:.5%;
 }
#page_content .w60.xpad {
  width:56%;
  padding:2%;
 }
#page_content .w50 {
  width:49%;
  padding:.5%;
 }
#page_content .w50.xpad {
  width:46%;
  padding:2%;
 }
#page_content .w55.xpad {
  width:52%;
  padding:2%;
 }
#page_content .w45.xpad {
  width:39%;
  padding:2%;
 }
#page_content .w40 {
  width:39%;
  padding:.5%;
 }
#page_content .w40.xpad {
  width:36%;
  padding:2%;
 }
#page_content .w25 {
  width:24%;
  padding:.5%;
 }
#page_content .cl {
  clear:left;
 }
#page_content .cr {
  clear:right;
 }
#page_content .cb {
  clear:both;
 }
#page_content .tl {
  text-align:left;
 }
#page_content .tr {
  text-align:right;
 }
#page_content .tc {
  text-align:center;
 }
#page_content .p10 {
  padding:10px;
 }
#page_content .p15 {
  padding:15px;
 }
#page_content .p20 {
  padding:20px;
 }
#page_content p {
  margin:1em 0;
  line-height:1.4em;
 }
#page_content strong {
  font-weight:bold;
 }
#page_content sup {
  font-size:.9em;
 }
#page_content small {
  font-size:.8em;
 }
#page_content big {
  font-size:1.4em;
 }
hr.clear,div.clear {
  visibility:hidden;
  margin:0px;
  padding:0px;
  height:1px;
  line-height:1;
  font-size:1px;
  clear:both;
 }
/* *** CHROME / STRUCTURE *** */
#mount {
  width:656px;
  margin:64px auto;
 }
#header {
  text-align:right;
 }
#logo_main {
  display:-moz-inline-box;
  display:inline-block;
  width:336px;
  height:32px;
  margin:8px 24px 8px 0;
  background:url(../images/ui/sprites.png) 0 0 no-repeat;
 }
#logo_main:hover {
  background-position:0 -40px;
 }
#content_local {
  position:relative;
  margin-top:32px;
 }
#introduction {
  position:absolute;
  width:200px;
  padding:24px 23px 24px 24px;
  border-right:1px solid #666;
  text-align:right;
 }
#introduction h1 {
  color:#FFF;
  letter-spacing:-.01em;
  font-size:2.4em;
  margin-bottom:16px;
 }
#introduction p {
  font-size:1.2em;
  line-height:1.8em;
  padding:16px 0}
#register {
  margin-left:248px;
  padding:24px;
 }
input.text,select {
  padding:4px;
  border:2px solid #999;
  margin:2px;
  background-color:#DDD;
  font-size:1.2em;
  color:#333;
 }
.page-content input.text {
  width:160px}
label {
 }
label span {
  font-size:1.2em;
  color:#999;
  padding:0 16px 0 0;
 }
#register p {
  margin:0 0 16px}
.btn {
  display:-moz-inline-box;
  display:inline-block;
  width:120px;
  padding:4px 8px 4px 8px;
  background:url(../images/ui/sprites.png) 0 -80px no-repeat;
  text-align:center;
  color:#999;
  font-size:1.2em;
  border:0;
  margin:8px;
 }
.btn:hover {
  background:url(../images/ui/sprites.png) -128px -80px no-repeat;
  color:#fff;
 }
.page-content {
  margin-left:200px;
 }
.page-content p {
  font-size:1.2em;
  line-height:1.8em;
  padding:8px 0;
 }
.btn-download {
  vertical-align:-9px;
  *vertical-align:-4px;
 }
.offer-image {
  float:left;
 }
/* *** GENERIC ITEMS / GLOBAL CLASSES *** */
/* Sprites */
.spr_Go {
  height:26px;
  width:32px;
  background:url(../images/ui/sprites.png) -172px -68px;
 }
/* *** LOCAL CONTENT *** */
