@import url("reset.css");
body {
  background: url(../img/bg.jpg);
  background-position: top center;
  -moz-background-size: cover;
  /* Gecko 1.9.2 (Firefox 3.6) */
  -o-background-size: 102% auto;
  /* Opera 9.5 */
  -webkit-background-size: 102% auto;
  /* Safari 3.0 */
  -khtml-background-size: cover;
  /* Konqueror 3.5.4 */
  background-size: cover;
  /* CSS3 */
}
.none_margin {
  margin: 0px!important;
}
.none_border {
  border: 0px!important;
}
.left_padding {
  padding-left: 30px!important;
}
.header {
  height: 191px;
  width: 100%;
  position: relative;
  clear: both;
  background: url(../img/header_bg_right.png) repeat-x left bottom;
}
.head_bg {
  height: 191px;
  width: 100%;
  background: url(../img/header_bg.png) no-repeat left top;
}
.align_left {
  text-align: left;
}
.wrapper {
  position: relative;
  width: 100%;
  margin: 0px auto;
}
.wrapper_new {
  overflow: hidden;
  width: 100%;
  margin: 0 auto;
}
.wrapper2 {
  position: relative;
  width: 100%;
  margin: 0px auto;
  overflow: hidden;
}
.head_left {
  margin: 40px 0 0 3.25%;
  width: 42.5%;
  float: left;
  color: #fff;
  text-align: center;
}
.head_left h1 {
  padding: 0 0 5px 0;
  font-size: 230%;
  background: url(../img/h1_bg.png) no-repeat center bottom;
}
.head_left h4 {
  font-size: 150%;
}
.head_center {
  float: left;
  margin: 20px 0 0 60px;
  color: #fff;
  font-size: 23px;
}
.head_right {
  position: absolute;
  right: 12.75%;
  float: left;
  width: 275px;
  height: 255px;
  background: url(../img/brain.png) no-repeat left top;
}
.top_text {
  overflow: hidden;
  width: 100%;
  position: relative;
}
.head h3 {
  font-size: 260%;
  color: #333;
  text-align: center;
}
.social_btns {
  position: absolute;
  right: 6.14%;
  width: 240px;
}
.social_btns a {
  display: -moz-inline-stack;
  display: inline-block;
  _display: inline;
  _zoom: 1;
  width: 50px;
  height: 50px;
  background-image: url(../img/social.png);
  background-repeat: none;
  margin: 0 2px 0 2px;
}
.social_btns .plus {
  background-position: -50px 0;
}
.social_btns .fb {
  background-position: -100px 0;
}
.social_btns .tw {
  background-position: -151px 0;
}
.table {
  width: 1366px;
  margin: 0 auto;
}
.table .table_top,
.table .table_bottom {
  width: 1366px;
  height: 44px;
}
.table .table_top {
  background: url(../img/table_top.png) no-repeat left top;
}
.table .table_bottom {
  background: url(../img/table_bottom.png) no-repeat left top;
}
.table .table_content {
  width: 1366px;
  background: url(../img/table_center.png) repeat-y left top;
  text-align: center;
}
.table .center_table {
  margin: 0 0 -10px 36px;
  width: 1295px;
}
.table .center_table td {
  width: 320px;
  border-bottom: 8px solid #ffb60b;
  font-size: 18px;
  padding: 3px 0 3px 0;
}
.table .center_table .white_tr td {
  background-color: #fff;
  border-right: 3px solid #ffb60b;
}
.table .center_table .top_tr td {
  font-size: 30px;
  color: #fff;
  border-right: 3px solid #fff;
}
.table .center_table .left_radius {
  -webkit-border-top-left-radius: 12px;
  -webkit-border-bottom-left-radius: 12px;
  -moz-border-radius-topleft: 12px;
  -moz-border-radius-bottomleft: 12px;
  border-top-left-radius: 12px;
  border-bottom-left-radius: 12px;
}
.table .center_table .right_radius {
  -webkit-border-top-right-radius: 12px;
  -webkit-border-bottom-right-radius: 12px;
  -moz-border-radius-topright: 12px;
  -moz-border-radius-bottomright: 12px;
  border-top-right-radius: 12px;
  border-bottom-right-radius: 12px;
}
.footer {
  position: relative;
  margin: -25px 0 0 0;
  clear: both;
  width: 100%;
  height: 245px;
  background: url(../img/footer_bg_right.png) repeat-x left bottom;
}
.footer_cont {
  width: 100%;
  height: 245px;
  background: url(../img/footer_bg.png) no-repeat left top;
}
.footer_text {
  width: 1140px;
  font-size: 90%;
  color: #fefefe;
  padding: 45px 0 0 545px;
}
.copy {
  width: 700px;
  font-size: 90%;
  color: #fff;
  position: absolute;
  left: 800px;
  bottom: 30px;
}
