* {
  margin: 0;
  padding: 0;
}
a {
  color: #FFF;
  text-decoration: none;
}
a:hover {
  color: #FFB862;
  text-decoration: none;
}
img {
  border: none;
  display: block;
}

body {
  width: 762px;
  margin: 0 auto;
  background: #7A8CA8 url(images/body-bg.jpg) top repeat-x;
  font-family: Tahoma, Arial, sans-serif;
  font-size: 12px;
  color: #333;
  position: relative;
  height: 500px;
}
#logo {
  width: 176px;
  height: 61px;
  position: absolute;
  top: 141px;
  left: 0;
}

#menu_top {
  width: 100%;
  height: 38px;
  margin-bottom: 30px;
}
#menu_left {
  float: left;
}
#menu_right {
  float: right;
}
#menu_top ul, #menu_top li {
  list-style: none;
}
#menu_top li {
  float: left;
  padding: 0 15px;
}
#menu_top ul {
  height: 38px;
  line-height: 38px;
  background: url(images/menu-top-bg.png) repeat-x;
  padding-left: 160px;
  overflow:  hidden;
  z-index: 10;
}

/*Content */
.half_box {
  width: 762px;
  overflow: hidden;
  position: relative;
  margin-bottom: 20px;
}
.half_box h2 {
  font-size: 24px;
  font-weight: normal;
  padding: 20px 0 0 20px;
}

.half_block_left {
  width: 375px;
  float: left;
  position: relative;
}

.half_title {
  width: 375px;
  height: 47px;
  background: url(images/block-half-top-bg.png) top no-repeat;
  overflow: hidden;
}
.half_cont {
  width: 375px;
  background: url(images/block-half-bg.png) repeat-y;
  overflow: hidden;
  height: 1%;
}
.half_cont p {
  padding: 10px 20px;
  height: 75px;
  overflow: hidden;
}
.half_cont p.index {
  padding: 10px 20px;
  height: 110px;
  overflow: hidden;
}
.half_cont p.index_right {
  padding: 10px 20px;
  height: 150px;
  overflow: hidden;
}
img.half_button {
  margin-left: auto;
  margin-right: 20px;
}

.half_block_right {
  width: 375px;
  float: right;
  position: relative;  
}
.half_bottom {
  z-index: 10;
  position: relative;
}
img.grey_half_button {
  position: absolute;
  bottom: 10px;
  right: 10px;
  z-index: 200;
}

.grey_top {
  width: 367px;
  height: 28px;
  margin: 0 auto;
}
.grey_bottom {
  width: 367px;
  height: 13px;
  margin: 0 auto;
  margin-bottom: -13px;
  position: relative;
  z-index: 20;
}
.grey_cont {
  width: 367px;
  height: 110px;
  background: url(images/greybl-bg.png) repeat-y;
  margin: 0 auto;
  position: relative;
  overflow: hidden;
}
.grey_right {
  width: 186px;
  float: right;
  font-size: 11px;
}
.grey_right h3 {
  font-size: 18px;
  font-family:  "Trebuchet MS", sans-serif;
  font-weight: normal;
  color: #333;
}
.grey_right ul {
  padding-left: 15px;
}

.robot {
  position: absolute;
  left: 0;
  bottom: 5px;
  z-index: 100;
}

.big_box {
  clear: both;
  margin-bottom: 20px;
}
.big_box h2 {
  font-size: 24px;
  font-weight: normal;
  padding: 20px 0 0 20px;
}
.big_title {
  width: 762px;
  height: 48px;
  background: url(images/block-big-top.png) top no-repeat;
  overflow: hidden;
}
.big_cont {
  width: 762px;
  /*height: 181px;*/
  background: url(images/block-big-bg.png) bottom no-repeat;
  overflow: hidden;

}
.big_cont_clear {
  width: 762px;
  background: url(images/block-big-bg-clear.png) top  repeat-y;
  overflow: hidden;
}

.big_cont p, .big_cont_clear p {
  padding: 10px 20px;
}

.big_cont form {

}
.big_cont label {
  font-size: 12px;
  font-weight: bold;
  color: #000000;
  padding: 0 0 0 20px;
  margin: 5px 0;
  display: block;
}
#left_form {
  float: left;
  width: 381px;
  padding-top: 20px;
  overflow: hidden;
}
#right_form {
  float: left;
    width: 381px;
  padding-top: 20px;
  overflow: hidden;
}

#left_contact {
  float: left;
  width: 381px;
  overflow: hidden;
}
#left_contact label {
  font-size: 12px;
  font-weight: bold;
  color: #000000;
  padding-left: 20px;
  margin: 5px 0;
  display: block;
}

#right_contact {
  float: left;
    width: 381px;
  overflow: hidden;
}
#form_textarea {
  width: 345px;
  height: 145px;
  border: #C5C5C5 1px solid;
  background: transparent;
  padding: 0 5px;
  margin-left: 20px;
}
.form_txt {
  width: 330px;
  height: 20px;
  border: #C5C5C5 1px solid;
  background: transparent;
  padding: 0 5px;
  margin-left: 20px;
}

#form_butt {
  margin-right: 20px;
  margin-top: 5px;
}

.big_box_black {
  clear: both;
  margin-bottom: 20px;
}
.big_box_black h2 {
  font-size: 24px;
  font-weight: normal;
  padding: 5px 0 0 20px;
  color: #FFF;
}

.black_cont {
  width: 762px;
  background: url(images/block-black-bg.png) repeat-y;
  overflow: hidden;

}
.black_cont h3 {
  font-size: 18px;
  font-family:  "Trebuchet MS", sans-serif;
  font-weight: normal;
  color: #FFF;
  padding: 20px 0 10px 20px;
}
.black_cont p {
  padding: 10px 20px;
  color: #999;
}
.cell_box {
  padding-left: 10px;
  overflow: hidden;
  height: 1%;
}
.part_box {
  padding: 0 10px;
  overflow: hidden;
  height: 1%;
}
.part_box img {
  float: left;
  border: #191919 1px solid;
  margin: 10px;
}

.cell {
  float: left;
  margin: 10px;
  position: relative;
  overflow: hidden;
}
.mask {
  position: absolute;
  top: 0;
  left: 0;
}

.cell p {
  padding-left: 20px;

}

.cell h3, .cell h3 a {
  font-size: 12px;
  font-weight: bold;
  color: #FDAE5C;
  padding-top: 0;
  padding-left: 20px;
}
.gray_hr {
  height: 1px;
  color: #455061;
  background-color: #455061;
  border: none;
  margin: 0 4px;
}

#desc_top {
  color: #FFFFFF;
  font-weight: bold;
  padding: 20px 20px 0px 20px;
}
#video {
  width: 704px;
  margin: 20px auto;
}
#video img {
  margin: 0 auto;
}

#desc_bott {
  color: #FFFFFF;
  padding: 0 20px;
}
#menu_mini {
  padding-left: 320px;
  color: #FFFFFF;
  line-height: 19px;
}
#menu_mini img {
  display: inline;
  vertical-align: middle;
  margin: 10px 0;
}
#menu_mini a {
  font-weight: bold;
  color: #7A899F;
}
#menu_mini a:hover {
  color: #FFFFFF;
}



#menu_bottom {
  width: 100%;
  height: 38px;
  position: relative;
  clear: both;
}
#menu_left {
  float: left;
}
#menu_right {
  float: right;
}
#menu_logo {
  position: absolute;
  top: 0;
  left: 34px;
}

#menu_bottom ul, #menu_bottom li {
  list-style: none;
}
#menu_bottom li {
  float: left;
  padding: 0 15px;
}
#menu_bottom ul {
  height: 38px;
  line-height: 38px;
  background: url(images/menu-bott-bg.png) repeat-x;
  padding-left: 160px;
  overflow:  hidden;
  z-index: 10;
}

.copy {
  font-size: 11px;
  text-align: center;
  color: #FFF;
  padding: 10px 0;
}
/*Cloud*/
span.z1 a{
  font-size: 12px;
  color: #999;
}
span.z2 a{
  font-size: 14px;
  color: #777;
}
span.z3 a{
  font-size: 16px;
  color: #555;
}
span.z4 a{
  font-size: 18px;
  color: #333;
}
span.z5 a{
  font-size: 20px;
  color: #111;
}
















