/* Index page's styles */
body {
  background: #fff url('/images/pages/background_common.jpg') no-repeat fixed center center;
}
p {
  padding: 0;
}
.info_content .note {
  margin: 1em 0;
}

/* Info blocks */
#info_row {
  margin-top: 4%;
}
  .info_block {
    z-index: -1;
  }
  .info_block_center {
/*    min-height: 171px;*/
    padding: 0 1em;
    position: relative;
  }
    .info_block_top, .info_block_bottom {
      height: 24px;
      overflow: hidden;
      position: relative;
    }
      #natural_bottom img, #business_top img, #left_block_top img, #right_block_bottom img {
        right: 0;
        position: absolute;
      }
      .info_block_bottom img {
        top: -24px;
        position: absolute;
      }
    .info_block_center div.info-block-hide {
      display: none;
    }
    .info_block_center h2 {
      font-size: 120%;
      margin-bottom: .3em;
    }
    .info_block_center p {
      font-size: 110%;
    }
    .info_block_center p.small {
      font-size: 100%;
    }
    .info_block_center p.note {
      font-size: 95%;
    }
    .info_block_center table {
      margin: 0;
    }
      .info_image {
        position: relative;
      }
        .info_image img {
          position: absolute;
          left: 0;
          top: 0;
          z-index: 2;
        }

  #natural_center, #business_center {
    color: #fff;
  }
    #natural_center {
      background: #eda144 url('/images/pages/index/natural_background.png') repeat-x bottom;
    }
    #business_center {
      background: #0084c4 url('/images/pages/index/business_background.png') repeat-x bottom;
    }
    #natural_center h2, #natural_center h1, #natural_center p, #business_center h2, #business_center h1, #business_center p {
      color: #fff;
    }
      #natural_center .info_content, #business_center .info_content {
        height: 210px;
      }
      #natural_center a, #business_center a {
        border-bottom: 1px solid #fff;
        color: #fff;
        font-size: 90%;
      }
        #natural_center a:hover, #business_center a:hover {
          border: 0;
        }
      #natural_center .info_image, #business_center .info_image {
        float: right;
      }
      #natural_center .info_content {
        margin-right: 237px;
      }
      #business_center .info_content {
        margin-right: 223px;
      }
        .info_phone {
          bottom: -40px;
          right: -24px;
        }
        .info_phone {
          height: 209px;
          width: 237px;
        }
        .info_girl {
          bottom: -30px;
          height: 202px;
          right: -12px;
          width: 223px;
        }

  #left_block_top, #left_block_bottom, #right_block_bottom, #right_block_top {
/*    background: url('/images/pages/index/info_row_background.png') no-repeat;*/
  }
  #left_block_top, #right_block_bottom {
    border-left: 1px solid #d3d3d3;
/*    background-position: left top;*/
  }
  #left_block_bottom, #right_block_top {
    border-right: 1px solid #d3d3d3;
/*    background-position: right top;*/
  }
  #left_block_center, #right_block_center {
    border: 1px solid #d3d3d3;
    border-top: 0;
    border-bottom: 0;
  }
