﻿#body {
  margin-top: 24px;
}

#photoBlock {
  float: left;
  width: 49%;
  height: 400px;
  margin-left: 28px;
}

  .ie6 #photoBlock 
  {
    margin-left: 14px;
  }
  
  div.photo {
    float: left;
    text-align: center;
    font-size: 14px;
    margin: 0 10px 18px 0;
  }
  
    div.photo img {
      width: 100px; height: 100px;
      display: block;
      margin: 0 0 2px 0;
    }
    
      div.photo a.image {
        padding: 0;
      }

#introBlock {
  float: left;
  width: 48%;
  position: relative;
  height: 400px;
  margin-bottom: 2em;
  overflow: hidden;
}

  .ie6 #introBlock
  {
    width: 46%;
  }

  #introBlock1 {
    position: absolute;
    top: 0; left: 0;
    height: 400px;
    width:100%;
  }

  #introBlock2 {
    position: absolute;
    top: 400px; left: 0;
    height: 400px;
  }
  
    #introBlock2 p {
      line-height: 18px;
      margin: 1.3em 0;
    }
  
  div.showIntroBlock2 #introBlock1 {
    top: -400px;
  }
  div.showIntroBlock2 #introBlock2 {
    top: -10px;
  }

  #introHeader {
    font-size: 22px;
    font-weight: bold;
    line-height: 26px;
    margin: 4px 0 0 0;
  }
  
    #introHeader a {
      font-size: 14px;
      font-weight: normal;
    }
  

  #intro {
    font-size: 18px;
    margin: 1.4em 0 2.3em 0;
  }
  
  #choose
  {
    margin-top: 24px;
  }
  
  #choose, #choose2, #introBlock2 {
    font-size: 14px;
  }
  
    #choose2 {
      margin-top: 3em !important;
    }
    
    #choose a {
      text-decoration: none;
      background-color: transparent;
    }
  
  #fineprint {
    position: absolute;
    bottom: 8px; left: 0;
    font-size: 14px;
    margin: 0;
  }
  
    #fineprint .startNow
    {
      font-size: 18px;
      font-weight: bold;
    }
    
    #fineprint .orBrands
    {
      display: block;
      margin-top: 5px;
      margin-bottom: 15px;
    }
  
    #fineprint .orGroup
    {
      margin: 0 14px 0 0;
    }
    
      #fineprint .orGroup .or
      {
        font-size: 16px;
        font-weight: bold;
        margin: 0 10px;
        line-height: 50px;
      }
      
      #fineprint .orGroup img
      {
        vertical-align: middle;
        background-color: Transparent;
      }
      
      #fineprint .orGroup a
      {
        background-color: transparent;
        padding: 0;
      }
  
 