@charset "utf-8";

BODY {
  padding: 0;
  background: #dae3e4;
}

/* ltie7
--------------------------------------------------------------------------------*/

.ltie7 {
  display: block;
  position: absolute;
  z-index: 100000;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  margin: 0;
  border: none;
  padding: 0;
  overflow: hidden;
}

.ltie7-bg {
  display: block;
  position: absolute;
  z-index: 0;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background: #000;
}

.ltie7-content {
  display: block;
  position: absolute;
  z-index: 1;
  top: 20%;
  left: 50%;
  height: auto;
  width: 700px;
  margin: 0 0 0 -350px;
  border: #b4c9cc solid 1px;
  padding: 0;
  background: #b4c9cc;
  overflow: hidden;
}

.ltie7-box {
  display: block;
  position: relative;
  height: auto;
  width: auto;
  padding: 40px;
  overflow: hidden;
}

.ltie7-link,
.ltie7-link:link,
.ltie7-link:visited,
.ltie7-link:focus,
.ltie7-link:hover,
.ltie7-link:active {
  color: #fff;
  color: #333;
  text-decoration: none;
}

.ltie7-link:hover,
.ltie7-link:active {
  color: #29b;
  text-decoration: none;
}

.ltie7-2009 {
  display: block;
  float: left;
  z-index: 1;
  width: 250px;
  overflow: hidden;
}

.ltie7-2010 {
  display: block;
  float: right;
  z-index: 1;
  width: 250px;
  overflow: hidden;
}

/* intro
--------------------------------------------------------------------------------*/

.intro {
  display: block;
  position: absolute;
  z-index: 10000;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  margin: 0;
  border: none;
  padding: 0;
  overflow: hidden;
}

.intro-bg {
  display: block;
  position: absolute;
  z-index: 0;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background: #000;
}

.intro-content {
  display: block;
  position: absolute;
  z-index: 1;
  top: 20%;
  left: 50%;
  height: auto;
  width: 700px;
  margin: 0 0 0 -350px;
  border: #b4c9cc solid 1px;
  padding: 0;
  background: #b4c9cc;
  overflow: hidden;
}

.intro-box {
  display: block;
  position: relative;
  height: auto;
  width: auto;
  padding: 40px;
  overflow: hidden;
}

.intro-link,
.intro-link:link,
.intro-link:visited,
.intro-link:focus,
.intro-link:hover,
.intro-link:active {
  color: #fff;
  color: #333;
  text-decoration: none;
}

.intro-link:hover,
.intro-link:active {
  color: #29b;
  text-decoration: none;
}

.intro-2009 {
  display: block;
  float: left;
  z-index: 1;
  width: 250px;
  overflow: hidden;
}

.intro-2010 {
  display: block;
  float: right;
  z-index: 1;
  width: 250px;
  overflow: hidden;
}

/* layout
--------------------------------------------------------------------------------*/

.layout {
  display: block;
  position: relative;
  z-index: 0;
  top: 0;
  left: 0;
  height: auto;
  width: 1200px;
  margin: 0;
  border: none;
  padding: 0;
  text-align: center;
}

.header-content,
.body-content,
.footer-content {
  display: block;
  position: relative;
  z-index: 0;
  top: 0;
  left: 0;
  height: auto;
  width: 1200px;
  margin: 0 auto 0 auto;
  border: none;
  padding: 0;
  text-align: center;
}

/* order
--------------------------------------------------------------------------------*/

A.order,
A.order:hover {
  display: block;
  list-style: none;
  position: absolute;
  z-index: 10;
  top: 90px;
  left: 50%;
  right: 0;
  height: 220px;
  width: 300px;
  margin: 0 0 0 300px;
  border: none;
  padding: 0;
  text-decoration: none;
  overflow: hidden;
}

.order-card {
  display: block;
  list-style: none;
  position: absolute;
  z-index: 0;
  top: 0;
  left: 0;
  height: 207px;
  width: 300px;
  margin: 0;
  border: none;
  padding: 0;
}

.order-button {
  display: block;
  list-style: none;
  position: absolute;
  z-index: 1;
  top: 195px;
  left: 50px;
  height: 25px;
  width: 80px;
  margin: 0;
  border: none;
  padding: 0;
}

.order-price {
  display: block;
  list-style: none;
  position: absolute;
  z-index: 2;
  top: 196px;
  left: 140px;
  height: auto;
  width: auto;
  margin: 0;
  border: none;
  padding: 0;
  color: #29b;
  text-decoration: none;
}

/* pdf
--------------------------------------------------------------------------------*/

A.pdf,
A.pdf:hover {
  display: block;
  list-style: none;
  position: absolute;
  z-index: 10;
  top: 190px;
  left: 50%;
  right: 0;
  height: 150px;
  width: 120px;
  margin: 0 0 0 -430px;
  border: none;
  padding: 0;
  text-decoration: none;
  overflow: hidden;
}

.pdf-card {
  display: block;
  list-style: none;
  position: absolute;
  z-index: 0;
  top: 0;
  left: 0;
  height: 117px;
  width: 80px;
  margin: 0;
  border: none;
  padding: 0;
}

A.pdf1,
A.pdf1:hover{
  display: block;
  list-style: none;
  position: absolute;
  z-index: 10;
  top: 310px;
  left: 50%;
  right: 0;
  height: 30px;
  width: 100px;
  margin: 0 0 0 -440px;
  border: none;
  padding: 0;
  text-decoration: none;
  font-size: 11px;
  overflow: hidden;
}


/* header
--------------------------------------------------------------------------------*/

.header {
  display: block;
  position: relative;
  z-index: 0;
  top: 0;
  left: 0;
  height: 154px;
  width: auto;
  margin: 0;
  border: none;
  padding: 0;
  background: #454545 url(/img/header-bg.png) top left repeat-x;
  text-align: center;
}

.header-content {
  height: 150px;
  background: url(/img/header-center-bg.png) top left repeat-y;
}

.header-logo {
  display: block;
  position: absolute;
  z-index: 10;
  top: 10px;
  left: 155px;
  height: 83px;
  width: 226px;
  margin: 0;
  border: none;
  padding: 0;
}

/* body
--------------------------------------------------------------------------------*/

.body {
  display: block;
  position: relative;
  z-index: 0;
  top: 0;
  left: 0;
  height: auto;
  width: auto;
  margin: 0;
  border: none;
  padding: 0;
  background: #dae3e4 url(/img/body-bg.png) bottom left repeat-x;
}

.body-content {
  background: #dae3e4 url(/img/body-content-bg.png) bottom left no-repeat;
  overflow: hidden;
}

.body-minheight {
  display: block;
  float: left;
  height: 300px;
  width: 1px;
}

.content {
  display: block;
  position: relative;
  top: 0;
  left: 0;
  height: auto;
  width: 800px;
  margin: 0 auto 0 auto;
  border: none;
  padding: 30px 0 130px 0;
  text-align: left;
}

/* footer
--------------------------------------------------------------------------------*/

.footer-logo {
  display: block;
  position: relative;
  z-index: 0;
  top: 8px;
  left: 0;
  height: 86px;
  width: auto;
  margin: 10 10 10 10;
  border: none;
  padding: 10 10 10 10;
  background: #dae3e4;
  text-align: center;
  vertical-align: middle;
  overflow: hidden;
}

.footer {
  display: block;
  position: relative;
  z-index: 0;
  top: 0;
  left: 0;
  height: 56px;
  width: auto;
  margin: 0 0 0 0;
  border: none;
  padding: 0 0 0 0;
  background: #dae3e4;
  text-align: center;
  overflow: hidden;
}

.footer-content {
  height: 100%;
}

.footer-copyright {
  display: block;
  position: relative;
  top: 16px;
}