/**
 * /quality
 */

/**
 * class
 */
.section_body {
  color: #595757;
}

.section_body h2 {
  margin-top: 0;
  margin-bottom: 50px;
  font-size: 24px;
  font-weight: 300;
  font-family: serif;
  text-align: center;
}

.section_body table {
  border-collapse: collapse;
  width: 100%;
}

.section_body th,
.section_body td {
  margin: 0;
  padding: 12px;
  border-bottom: 1px solid #ccc;
  color: #000;
  font-size: 14px;
  font-weight: 300;
  line-height: 1.7;
  vertical-align: top;
}

.section_body th {
  width: 20%;
  font-weight: normal;
}

/* ------------------------------ */

/**
* id
*/
#sec_header {
  height: 786px;
  margin-bottom: 70px;
  background-image: url('/company/img/bg_header.jpg');
  background-position: center top;
}

#sec_header .section_body {
  text-align: center;
}

#sec_header_logo {
  height: 210px;
  padding-top: 56px;
  margin-bottom: 50px;
}

/* ------------------------------ */

#sec_greetings p {
  margin-bottom: 30px;
  font-size: 14px;
  font-weight: 300;
}

#sec_greetings #sec_greetings_summary {
  color: #163469;
  font-size: 26px;
  font-weight: bold;
  text-align: center;
  line-height: 1.7;
}

#sec_greetings #sec_greetings_signature {
  text-align: right;
  line-height: 1.5;
}

#sec_greetings_signature span {
  color: #000;
  font-size: 24px;
}

/* ------------------------------ */

#sec_history {
  margin-bottom: 70px;
  padding-top: 700px;
  background-image: url('/company/img/bg_history.jpg');
}

#sec_history .section_body th {
  padding-right: 36px;
  color: #aa842a;
  font-family: serif;
  text-align: right;
}

/* ------------------------------ */

#sec_summary {
  margin-bottom: 70px;
  padding-top: 1020px;
  background-image: url('/company/img/bg_summary.jpg');
}

#sec_summary .section_body th {
  text-align: left;
}
