/*******************/
/*   DOM Objects   */
/*******************/

  body {
    color:#000000;
  }
  a {
    color:#666666;
    text-decoration:none;
  }
  h3 {
    color:#00A9E0;
    font-size:20px;
    font-weight:bold;
    height:22px;
    margin:0 0 12px -12px;
    padding:8px 15px 0 0;
    text-shadow:-1px 1px #FFF5F5;
  }
  h3 span {
    font-size:16px;
    font-weight:normal;
  }
  h3 sup {
    font-size:9px;
    font-weight:normal;
    left:-1px;
    position:relative;
    text-shadow:none;
    top:-4px;
  }
  em {
    color:#555555;
    font-style:normal;
    font-weight:bold;
  }
  p {
    line-height:1.6em;
  }
  ul {
    margin-top:10px;
  }
  li {
    line-height:2.4em;
    list-style:disc;
    margin-left:20px;
  }


/**************/
/*   Header   */
/**************/

  div#header {
    position:relative;
    width:934px;
  }
  div#login {
    position:absolute;
    right:0px;
  }
  div#login a {
    background:transparent url("/images/login.png") no-repeat 0 0;
    display:inline-block;
    height:0;
    margin-left:5px;
    overflow:hidden;
    padding:42px 59px 0 0;
    position:relative;
    top:9px;
    width:0;
  }
  div#login a:hover {
    background-position:-59px 0;
  }
  a#title {
    display:inline-block;
  }
  a#title h1 {
    background:transparent url("/images/home/title.png");
    height:0;
    margin-top:30px;
    overflow:hidden;
    padding:81px 343px 0 0;
    width:0;
  }
  h2#subtitle {
    background-image:url("/images/home/subtitle.png");
    background-repeat:no-repeat;
    height:0;
    margin:20px 0px 55px 128px;
    overflow:hidden;
    padding:25px 565px 0 0;
    width:0;
  }


/************/
/*   Core   */
/************/

  div#core {
    background:transparent url("/images/home/rules_and_smartpush.png") no-repeat 490px 0px;
    color:#808080;
    font-size:13px;
    min-height:250px;
    padding:0 0 50px 20px;
    width:934px;
  }
  h3#smartpush_title {
    margin-top:25px;
  }
  div.actions {
    line-height:40px;
    margin:13px 0 0 5px;
  }
  a#download_smartpush {
    background:transparent url("/images/home/download_smartpush.png") no-repeat 0 0;
    border:0 none !important;
    height:0;
    margin-right:5px;
    outline:none;
    overflow:hidden;
    padding:40px 203px 0 0 !important;
    width:0;
  }
  a#download_smartpush:hover {
    background-position:-203px 0;
  }
  a#download_smartpush:active {
    left:1px;
    position:relative;
    top:1px;
  }
  a#start_using_rules {
    background:transparent url("/images/home/start_using_rules.png") no-repeat 0 0;
    border:0 none !important;
    height:0;
    margin-right:5px;
    outline:none;
    overflow:hidden;
    padding:40px 175px 0 0 !important;
    width:0;
  }
  a#start_using_rules:hover {
    background-position:-175px 0;
  }
  a#start_using_rules:active {
    left:1px;
    position:relative;
    top:1px;
  }
  div#core a {
    border-bottom:2px solid #D0D0D0;
    color:#555555;
    font-weight:bold;
    text-shadow:1px 1px #ECECEC;
  }
  div#core a:hover {
    color:#808080;
  }
  div#core h3 a, div#core h3 a:hover {
    border:0px none;
    color:inherit;
    font-weight:inherit;
    text-shadow:none;
  }
  div#home_left {
    margin-right:15px;
    width:286px;
  }
  div#home_right {
    width:285px;
  }
  div#home_right a {
    background-color:#FFFFFF;
    display:inline-block;
    line-height:16px;
    margin:10px 0 21px 10px;
  }
  div#home_right img {
    border:2px solid #D0D0D0;
  }
  div#flash {
    color:#00A9E0;
    font-weight:bold;
    margin:-10px 0 30px;
    text-align:center;
    width:510px;
  }