/**
 * LAYOUT
 * =====================================*/

#pageWhy #content .colorRuler {
    height: auto;
    background: #fff url(../img/colorRuler.gif) 0 0 no-repeat;
}

#pageWhy #content .WhiteBox, 
#pageWhy #content .GrayBox {
    width: 878px;
    padding: 60px;
    position: relative;
}

#pageWhy .innerBox {
    min-height: 190px;
    position: relative;
}

  #pageWhy .innerBox.last {
      min-height: 500px;
      padding-left: 500px;
  }

    #pageWhy .innerBox.last div {
        position: absolute;
    }

/**
 * TYPOGRAPHY
 * =====================================*/

#pageWhy #content .reasonNumber {
    font-family: "Myriad Pro", "Lucida Grande", "Lucida Sans",
  "Lucida Sans Unicode", Helvetica, Arial, Verdana, sans-serif;
    font-size: 75px;
    color: #ccc;       
    display: block;
    float: left; 
    font-weight: 600;      
}

#pageWhy #content .dottedLine {
    border-right: 1px dotted #ccc;
    display: block; float: left;
    height: 50px;
    margin: 15px 0 0 10px;
    width: 1px;
}

#pageWhy #content .WhiteBox h2,
#pageWhy #content .GrayBox h2 {
    text-align: left;
    padding-left: 73px;
    padding-top: 10px;
    padding-bottom: 40px;
}

#pageWhy p {
    letter-spacing: 0; 
    font-size: 13px;
    color: #666;
    padding: 0;
    max-width: 450px;
}

  #pageWhy .innerBox.last p {
      max-width: 400px;      
  }

#pageWhy h3.light {
    color: #666;
    font-size: 20px;
    margin-bottom: 40px;
    float: none;
    text-align: left;
}

/**
 * LISTS
 * =====================================*/

/**
 * checkList
 **/  
#pageWhy .checkList {      
    margin-left: 70px;   
    max-width: 395px;   
}
  
  #pageWhy .checkList li { 
      /*margin: 0; padding: 0;*/
      margin-bottom: 20px;
      zoom: 1;
  }

    #pageWhy .checkList li p {          
        line-height: 1.5;
        margin: 0; margin-left: 35px;
    }
  
/**
 * advocates
 **/
#pageWhy .advocates {
    width: 830px;    
    display: block;
    height: 190px;
    line-height: 190px;
    margin: 20px auto 10px;    
}
  
  #pageWhy .advocates li {      
      display: block;      
      float: left;
      width: 140px;
  }
    
    #pageWhy .advocates .plus {
        color: #c8c8c8;
        font-size: 32px;
        font-weight: bold;
        width: 10px;
        line-height: 120px;
        margin: 0 40px;
    }

    #pageWhy .advocates p {
        font-style: italic;
        max-width: 150px;
    }

/**
 * phoneIcons 
 **/
#pageWhy .phoneIcons {
    width: 100%;
    height: 115px;
    margin: 40px auto 0;
}

  #pageWhy .innerBox.last .phoneIcons {
      float: left;
      width: 300px; 
  }

  #pageWhy .phoneIcons li {
      display: block;
      float: left;
      width: 90px;
      padding: 0 20px;
  }

    #pageWhy .innerBox.last .phoneIcons li {
        
        margin-bottom: 40px;
      
    }

    /*#pageWhy .phoneIcons .wider {
        padding: 0 40px;
    }*/

    #pageWhy .phoneIcons li span + span {
        width: 100%;
        color: #000;
        display: block;
        font-family: Arial;
        font-weight: bold;
        font-size: 13px;
        text-align: center;
    }

/**
 * benefits
 **/
#pageWhy .benefits {
  width: 100%; 
  height: 320px;  
  padding: 0;
}

  #pageWhy .benefits li {
      border-top: 1px solid #dfdfdf;
      border-left: 1px solid #dfdfdf;
      display: block;
      float: left;
      padding: 20px;
      height: 140px;      
      width: 250px;
  }
      #pageWhy .benefits .firstCol {
          border-left: none;
          padding-left: 0;
      }

      #pageWhy .benefits .firstRow {
          border-top: none;
          padding-top: 0;
      }

    #pageWhy .benefits li .ir {
        float: left;
        margin-top: 20px;        
    }

    #pageWhy .benefits li h4 {
        margin-bottom: 10px;
        font-size: 18px;
    }

    #pageWhy .benefits li p {        
        margin-left: 80px;
        font-style: italic;
    }

/**
 * technical benefits
 **/
#pageWhy .technical.benefits {
    height: 480px;
}
  
  #pageWhy .technical.benefits li {
      width: 182px;
      height: 215px;
  }

    #pageWhy .technical.benefits li .ir {
        display: block;
        margin: 0 20px;
    }

    #pageWhy .technical.benefits li h4 {
        font-size: 18px;
        float: left;
        margin: 10px 0 10px 20px;
    }

    #pageWhy .technical.benefits li p {        
        clear: both;
        font-style: italic;
        margin-left: 20px;
    }
  
/**
 * wrapup
 **/
#pageWhy .wrapup {
    height: 100px;
}

  #pageWhy .wrapup li {
      display: block;
      float: left;
      width: 195px;
      padding: 20px 20px 0 4px;
      height: auto;
  }

  #pageWhy .wrapup li h4 {
      margin-bottom: 10px;
      font-size: 17px;
  }

    #pageWhy .wrapup li h4 span {
        color: #666;
    }

    #pageWhy .wrapup li p {
        font-style: italic;
    }

/**
 * IMAGES REPLACEMENT (SPRITES)
 * =====================================*/
#pageWhy .ir {
    display: block;  
    background: url(../img/mainSprite.png) no-repeat 0 0; 
}

  /**
   * checklist
   **/
  #pageWhy .ir.checkMark {
      float: left;
      height: 13px; 
      width: 18px; 
      margin-top: 5px; /* to compensante the line-height of the <p> */
      background-position: -200px 0;
  }

  /**
   * advocates
   **/
  #pageWhy .advocates .ir {
      height: 140px;
      width: 130px;
  }

    #pageWhy .advocates .ir.users1 {
        background-position: 0 -455px;
    }

    #pageWhy .advocates .ir.users2 {
        background-position: -270px -335px;
    }

    #pageWhy .advocates .ir.users3 {
        background-position: -130px -455px;
    }

    #pageWhy .advocates .ir.users4 {
        background-position: -260px -455px;
    }

  /**
   * phoneIcons 
   **/  
  #pageWhy .phoneIcons .ir {
      width: 90px;
      height: 70px;
  }
    
    #pageWhy .phoneIcons .ir.post {
        background-position: 0 -596px;
    }

    #pageWhy .phoneIcons .ir.upload {
        background-position: -90px -596px;
    }

    #pageWhy .phoneIcons .ir.field {
        background-position: -180px -596px;
    }

    #pageWhy .phoneIcons .ir.share {
        background-position: -270px -596px;
    }

    #pageWhy .phoneIcons .ir.blogging {        
        background-position: 0 -665px;
    }

    #pageWhy .phoneIcons .ir.media {
        background-position: -90px -665px;
    }

    #pageWhy .phoneIcons .ir.mail {
        background-position: -180px -665px;
    }

  /**
   * benefits
   **/

  #pageWhy .benefits .ir {
      width: 80px;
      height: 80px;
  }

    #pageWhy .benefits .ir.bubble {
      background-position: 0 -250px;
    }

    #pageWhy .benefits .ir.phones {
      background-position: -100px -250px;
    }

    #pageWhy .benefits .ir.pencil {
      background-position: -200px -250px;
    }

    #pageWhy .benefits .ir.target {
      background-position: -300px -250px;
    }

    #pageWhy .benefits .ir.brand {
      background-position: 0 -356px;
    }

    #pageWhy .benefits .ir.star {
      background-position: -100px -356px;
    }

    /**
     * technical benefits
     **/
     
     #pageWhy .technical.benefits .ir {
        height: 110px;
        width: 140px;
     }

     #pageWhy .technical.benefits .ir.cms {
        background-position: 0 -755px;
     }

     #pageWhy .technical.benefits .ir.akami {
        background-position: -140px -755px;
     }

     #pageWhy .technical.benefits .ir.analytics {
        background-position: -280px -755px;     
     }

     #pageWhy .technical.benefits .ir.scalable {
        background-position: 0 -865px;
     }

     #pageWhy .technical.benefits .ir.openArchitecture {
        background-position: -140px -865px;
     }

     #pageWhy .technical.benefits .ir.highSpeed {
        background-position: -280px  -865px;
     }

     #pageWhy .technical.benefits .ir.multilingual {
        background-position: 0 -975px;
     }

     #pageWhy .technical.benefits .ir.loadBalancing {
        background-position: -140px -975px;
     }

/* Localized */