/*****************************************************
 FOUNDATIONS: 
****************************************************/
@import "base.css";

html {
 	margin: 0; padding: 0;
	background: #000 url('../images/bg-main-rpt.jpg') top repeat-x;
}

body {
	margin: 0; padding: 0;
	text-align: center;
	background: url('../images/bg-main.jpg') top center no-repeat;
}

#wrapper {
  margin: 0 auto;
  width: 850px;
  text-align: left;
}


  /*****************************************************
   HEADER: 
  ****************************************************/
  #header {
    height: 470px;
    text-indent: -999em;
  }
  
  /*****************************************************
   CONTAINER: 
  ****************************************************/
  #container {
    position: relative;
    float: left;
    width: 850px;
    padding-bottom: 20px;
  }
  
    /*****************************************************
     CONTAINER: INTRO
    ****************************************************/
    #intro {
      margin-top: 55px;
      width: 511px;
      height: 170px;
      text-indent: -999em; 
      background: url('../images/intro.png') no-repeat;
    }
    #intro  p {
      visibility: hidden;
    }
    
    /*****************************************************
     CONTAINER: FOLLOW
    ****************************************************/
    #follow {
      position: absolute;
      top: 60px;
      right: 0;
      width: 148px;
    }
    #follow p, #follow li {
      margin: 0;
      line-height: 1.2em;
      list-style: none;
    }
    #follow ul {
      margin: 5px 0 0 0;
    }
    #follow div.twitter {
      padding-left: 50px;
      background: url('../images/icon-twitter.png') top left no-repeat;
    }
    #follow div.facebook {
      margin-top: 10px;
    }
    #follow div.facebook a {
      display: block;
      padding: 5px 0 0 50px;
      height: 25px;
      color: #fff;
      text-decoration: none;
      background: url('../images/icon-facebook.png') 8px 0 no-repeat;
    }
    #follow div.facebook a:hover {
      color: #bbd9f0;
      text-decoration: none;
    }
    
    /*****************************************************
     CONTAINER: TOUTS
    ****************************************************/
    #touts {
      float: left;
      width: 620px;
      overflow: hidden;
      margin-top: 30px;
    }
    #touts .tout {
      float: left;
      width: 220px;
      padding: 0 0 15px 60px;
      margin-right: 30px;
    }
    #touts h3 {
      margin-bottom: 8px;
      color: #527aa3;
    }
    #touts p {
      font-size: 1.1em;
      line-height: 1.3em;
    }
    #touts .tout-1 {
      background: url('../images/icon-easy.png') no-repeat;
    }
    #touts .tout-2 {
      background: url('../images/icon-networks.png') no-repeat;
    }
    #touts .tout-3 {
      background: url('../images/icon-integration.png') no-repeat;
    }
    #touts .tout-4 {
      background: url('../images/icon-api.png') no-repeat;
    }
    
    /*****************************************************
     CONTAINER: TOUTS
    ****************************************************/
    #signup {
      float: right;
      width: 220px;
      margin: 30px 0 0 0;
    }
    #signup h3 {
      width: 211px;
      height: 41px;
      margin-bottom: 15px;
      text-align: center;
      text-indent: -999em;
    }
    #signup h3 a {
      display: block;
      width: 211px;
      height: 41px;
      overflow: hidden;
      background: url('../images/btn-signup.png') no-repeat;
    }
    #signup h3 a:hover {
      opacity: 0.85;
    }
    #signup p {
      font-size: 1.1em;
      line-height: 1.3em;
      color: #c4d892;
    }
  
  /*****************************************************
   FOOTER: 
  ****************************************************/
  #footer {
    clear: both;
    margin: 0 0 10px 0;
    padding: 10px 0 0 0;
    color: #5a6e7b;
    height: 35px;
    border-top: 2px dotted #3d617a;
  }
  #footer a {
    color: #5a6e7b;
  }
  #footer p {
    margin: 0;
    font-size: 1.0em;
    line-height: 1.3em;
  }
  #footer .logos {
    float: right;
    width: 200px;
    height: 36px;
  }
  #footer div.logos a {
    float: left;
    height: 36px;
    display: block;
    text-indent: -999em;
    overflow: hidden;
    opacity: 0.85; 
  }
  #footer div.logos a:hover {
    opacity: 1.0; 
  }
  #footer div.logos a.elastique {
    float: left;
    width: 128px;
    height: 36px;
    background: url('../images/footer-logos.png') 0 0 no-repeat;
  }
  #footer div.logos a.otilas {
    float: right;
    width: 64px;
    height: 36px;
    background: url('../images/footer-logos.png') -129px 0 no-repeat;
  }
  #footer div.logos .seperator {
    display: none;
  }
  
  
  /*****************************************************
   THE COOL AJAX SIGNUP FORM: 
  ****************************************************/
  #signupform {
    position: relative;
    padding: 0 8px 8px 8px;
  }
  #signupform .info {
    float: right;
    right: 10px;
    width: 165px;
    z-index: 9999;
    position: absolute;
  }
  #signupform .info h1 {
    width: 117px;
    height: 27px;
    text-indent: -999em;
    background: url('../images/logo-form.png') no-repeat;
  }
  #signupform form {
    width: 290px;
  }
  #signupform label {
    display: block;
    font-size: 18px;
    padding: 0 3px;
    margin-bottom: 2px;
    white-space: nowrap;
    overflow: hidden;
    width: 240px;
    font-family: Georgia, 'Times New Roman', Serif;
  }
  #signupform .field p {
    padding: 3px 3px;
    margin: 0;
    font-size: 10px;
    width: 290px;
    color: #99ccff;
  }
  #signupform .firstname,
  #signupform .lastname {
    float: left;
    width: 118px;
    padding: 0 0 3px 0;
    overflow: hidden;
  }
  #signupform .lastname {
    float: right;
  }
  #signupform .firstname label,
  #signupform .lastname label {
    width: auto;
    font-size: 10px;
    color: #99ccff;
    margin-bottom:5px;
    font-family: Arial, Sans-Serif;
  }
  #signupform .opt_in {
    margin: -15px 0 0 -5px;
  }
  #signupform .opt_in label {
    display: block;
    font-size: 10px;
    color: #99ccff;
    margin: -15px 0 0 23px; padding: 0;
    font-family: Arial, Sans-Serif;
  }
  #signupform .field {
    clear: left;
    padding: 10px 0 0 35px;
  }
  #signupform .name {
    padding-top: 0;
  }
  #signupform .fullname {
    padding-bottom: 4px;
  }
  #signupform input.text {
    width: 243px;
    height: 18px;
    border: none;
    font-size: 12px;
    padding: 8px 5px;
    background: url('../images/bg-field.png') no-repeat;
  }
  #signupform .error-with-field input.text {
    background: url('../images/bg-field-error.png') no-repeat;
  }
  #signupform .firstname input.text,
  #signupform .lastname input.text {
    width: 118px;
    border: none;
    background: url('../images/bg-field-small.png') no-repeat;
  }
  #signupform .firstname .error-with-field input.text,
  #signupform .lastname .error-with-field input.text {
    background: url('../images/bg-field-small-error.png') no-repeat;
  }
  #signupform .submit {
    position: absolute;
    width: 173px;
    height: 42px;
    border: none;
    cursor: pointer;
    right: 10px;
    margin-top: -42px;
    background: url('../images/btn-pre-register.png');
  }
  #signupform .submit:hover {
    opacity: 0.85;
  }
  #signupform .name {
    float: left;
    width: 246px;
    background: url('../images/bg-form-step1.png') 0 35px no-repeat;
  }
  #signupform .email {
    float: left;
    background: url('../images/bg-form-step2.png') 0 50px no-repeat;
  }
  #signupform .email_confirm {
    float: left;
    background: url('../images/bg-form-step3.png') 0 50px no-repeat;
  }
  #signupform small.error,
  #signupform span.error {
    display: none;
  }

  #subscription-thanks {
    width: 472px;
    height: 273px;
    background: url('../images/bg-thanks.gif') no-repeat;
  }
  div#subscription-thanks.unsubscribe {
    background: url('../images/bg-unsubscribe.gif') no-repeat;
  }
  html[xmlns] #subscription-thanks {
    margin-top: -10px;
    background: url('../images/bg-thanks.png') no-repeat;
  }
  html[xmlns] #subscription-thanks.unsubscribe {
    background: url('../images/bg-unsubscribe.png') no-repeat;
  }
  #subscription-thanks h1 {
    display: none;
  }
  #subscription-thanks .message {
    padding: 85px 0 0 225px;
  }
  #subscription-thanks .message p {
    font-size: 12px;
    margin-bottom: 8px;
  }
  #subscription-thanks .message p.signed {
    text-align: right;
  }
  #subscription-thanks .close {
    position: absolute;
    height: 42px;
    width: 173px;
    right: 20px;
    bottom: 53px;
    text-indent: -999em;
  }
  #subscription-thanks .close a {
    display: block;
    height: 42px;
    width: 173px;
    overflow: hidden;
    background: url('../images/btn-close.png') no-repeat;
  }  
  #subscription-thanks .close a:hover {
    opacity: 0.85;
  }