body {
  font: 75%/1.2 georgia, new york ce, utopia, serif;
  margin: 0;
  padding: 0;
  color: #300;
  background: url('img/bg.png') top center repeat #fff;
  text-align: center;
}

html, body {
  height: 100%;
}

h1 {
  font-size: 220%;
  letter-spacing: -0.08em;
  margin-top: 0;
}

h2 {
  font-size: 200%;
  letter-spacing: -0.08em;
  text-align: right;
  margin-top: -10px;
}

h3 {
  font-size: 150%;
  letter-spacing: -0.06em;
}

h4 {
  font-size: 120%;
}

h5 {
  font-size: 100%;
  margin: 1em 0 1em 60px;
}

ul {
  margin: 0;
}

a:link {
  color: #600;
}

a:hover {
  color: #ad2a1c;
  text-decoration: none;
}

a:active {
  color: #300;
  text-decoration: none;
}

a:visited {
  color: #300;
}

label {
  cursor: pointer;
}

#body {
  background: url('img/bg-hilite.png') top center no-repeat;
  width: 100%;
  height: 100%;
  z-index: 0;
}

#page {
  position: relative;
  width: 670px;
  margin: 0 auto;
  padding: 0;
  text-align: left;
  background: url('img/bg-page.png') top center repeat-y;
  min-height: 100%;
  z-index: 1;
}

#head {
  height: 135px;
  position: relative;
}

#head-title {
  text-align: center;
  width: 80%;
  padding-top: 50px;
  position: absolute;
  left: 10%;
}

#head-home {
  display: block;
  width: 577px;
  height: 275px;
  position: absolute;
  top: 0;
  left: 46px;  
  background: url('img/head.jpg') no-repeat;
  z-index: 5;
}

#head ul {
  list-style: none;
}

#head-parts-01 {
  display: block;
  width: 40px;
  height: 220px;
  position: absolute;
  top: 14px;
  left: 6px;
  background: url('img/head-parts-01.png') no-repeat;
}

#head-parts-02 {
  display: block;
  width: 47px;
  height: 240px;
  position: absolute;
  top: 29px;
  left: 623px;
  background: url('img/head-parts-02.png') no-repeat;
}

#logo {
  display: block;
  width: 181px;
  height: 275px;
  position: absolute;
  top: 0;
  left: 344px;  
  background: url('img/logo.png') no-repeat;
  z-index: 1;
}

#menu {
  width: 640px;
  height: 64px;
  background: url('img/menu.png') no-repeat;
  position: absolute;
  top: 275px;
  left: 18px;
  z-index: 5;
}

#menu ul {
  margin: 0;
  padding: 0;
  position: relative;
  left: 130px;
  top: 6px;
  width: 40em;
  height: 35px;
  text-align: center;
}

#menu li {
  display: inline;
  background: url('img/menu-item.png') left no-repeat;
  padding-left: 12px;
  margin-right: 0.8em;
}

#menu li a {
  line-height: 35px;
  font-weight: bold;
  color: #300;
  text-decoration: none;
}

#menu li a:hover {
  color: #600;
  text-decoration: underline;
}

#container {
  margin: 220px 75px 0 75px;
  position: relative;
  z-index: 10;
}

#content {
  float: left;
  width: 330px;
}

#content p {
  line-height: 1.4em;
}

#content ul, #content li {
  margin: 0;
  padding: 0;
}

#content ul {
  margin-left: 2em;
}

#content li {
  background: url('img/menu-item.png') 0 .35em no-repeat;
  padding-left: 1.5em;
  list-style: none;
  margin-bottom: .5em;
}

#buy {
  background: #930;
  width: 350px;
  height: 155px;
  position: relative;
  top: -35px;
  left: -14px;
  z-index: 10;
}

#buy a {
  display: block;
  width: 100%;
  height: 155px;
  color: #fff;
  text-align: center;
  text-decoration: none;
  position: relative;
}

#buy strong {
  line-height: 155px;
  font-size: 130%;
}

#buy span {
  display: block;
  width: 100%;
  height: 100%;
  background: url('img/buy.png') no-repeat;
  text-indent: -999em;
  position: absolute;
  top: 0;
  left: 0;
}

#side-blocks {
  float: right;
  width: 173px;
  font-size: 94%;
  background: url('img/divider.png') top left repeat-y;
  position: relative;
  top: -8px;
  z-index: 15;
}

#side-blocks-top {
  width: 50px;
  height: 21px;
  background: url('img/divider-top.png') no-repeat;
  position: absolute;
  top: -21px;
  left: 0;
}

#side-blocks-bot {
  width: 50px;
  height: 25px;
  background: url('img/divider-bot.png') no-repeat;
  position: relative;
  top: 25px;
  left: 0;
}

#side-blocks h4 {
  margin: 0;
  text-align: right;
}

#side-blocks p {
  margin: 1em 0 1em 60px;
}

#link-gz, #link-zh {
  display: block;
  width: 76px;
  height: 74px;
  margin-left: 80px !important;
  background: url('img/links.png') -1px -1px no-repeat;
}

#link-gz {
  background-position: -1px -79px;
}

#link-vr {
  display: none;
}

#link-gz a, #link-vr a, #link-zh a {
  display: block;
  width: 100%;
  height: 100%;
  text-indent: -9999px;
  text-decoration: none !important;
}

#link-gz a:hover, #link-zh a:hover {
  background: url('img/links.png') -1px -1px no-repeat;
}

#link-gz a:hover {
  background-position: -81px -79px;
}

#link-zh a:hover {
  background-position: -81px -1px;
}

#footer {
  margin: 0;
  padding: 2.5em 0 20px 0;
  font-size: 85%;
  color: #333;
  width: 100%;
  position: relative;
}

#footer a {
  color: #333;
  text-decoration: none;
}

#footer a:hover {
  color: #666;
  background-color: #eee;
}

#footer p {
  margin: 0.5em 2em;
  text-align: center;
}

#footer #footer-an {
  display: block;
  width: 50px;
  height: 37px;
  overflow: hidden;
  margin: 0;
  position: absolute;
  top: 20px;
  right: -25px;
  background: url('img/foot-an.png') no-repeat;
}

#footer #footer-an a {
  text-indent: -999px;
  display: block;
  width: 100%;
  height: 100%;
  background-color: transparent !important;
}

.center {
  text-align: center !important;
}

.left {
  text-align: left !important;
}

.right {
  text-align: right !important;
}

.navigation {
  text-align: center;
  margin: 3em;
}

.date {
  margin-top: -1em;
}

.separator {
  visibility: hidden;
  height: 2em;  
}

.separated {
  background: url('img/separator.png') center bottom no-repeat;
  padding-bottom: 40px;
}

.cleaner {
  visibility: hidden;
  clear: both;
}

.hide {
  display: block;
  width: 0;
  height: 0;
  overflow: hidden;
  margin: 0;
  padding: 0;
  font-size: 0px;
  position: absolute;
}

.hidetext {
  text-indent: -999em;
  text-decoration: none;
}

.hidden {
  display: none;
}

.polls {
  margin-top: 0.5em;
  margin-bottom: 0.5em;
}

.polls p {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}

.pollbar {
  background: #600;
  height: 5px;
  margin-left: 60px;
  overflow: hidden;
  position: relative;
  top: -0.5em;
}

.shop #buy {
  background: url('img/buy-shop.png') no-repeat;
  left: -23px;
  width: 300px;
  height: 38px;
  margin-bottom: -40px;
}

.shop a img {
  border: 2px solid #600;
  margin: 0 1em 1em 0;
}

.shop a:hover img {
  border: 2px solid #ad2a1c;
}

.shop #side-blocks ul, .shop #side-blocks form {
  margin: 1em 0 1em 60px;
  padding: 0;
}

.shop #side-blocks li {
  margin: 0;
  padding: 0;
  background: url('img/menu-item.png') 0 .35em no-repeat;
  padding-left: 1.5em;
  list-style: none;
  margin-bottom: .5em;
}

.shop dl {
  width: 325px;
  margin: 2em 0;
  padding: 0;
  float: left;
}

.shop dt {
  float: right;
  width: 200px;
  margin: 0;
  padding: 0;
  padding-top: 1em;
  font-weight: bold;
}

.shop dt.img {
  float: left;
  width: 100px;
}

.shop dt a {
  font-size: 120%;
}

.shop dd p {
  margin: 0.8em 0;
  padding: 0;
}

.shop dd {
  float: right;
  width: 200px;
  margin: 0;
  padding: 0;
}

.shop .cat {
  text-align: right;
  margin-top: 0;
}

.shop .cat a {
  font-size: 80%;
  text-decoration: none;
  border-bottom: 1px dashed #300;
}

.shop .buy a {
  display: block;
  width: 35px;
  height: 35px;
  text-decoration: none;
  background: url('img/cart.png') no-repeat;
  float: right;
}

.shop .img-main {
  width: 100px;
  float: left;
}

.shop .table-basket {
  width: 320px;
  overflow: hidden;
  margin-bottom: 1em;
}

.shop .table-basket th {
  text-align: left;
}

.shop .table-basket a {
  color: #600;
}

.shop .table-basket .heading th {
  text-align: center;
}

.shop .table-basket .tr-item th, .shop .table-basket .tr-item td {
  padding-top: 1em;
}

.shop .table-delivery, .shop .table-order {
  width: 325px;
  overflow: hidden;
  margin-bottom: 1em;
}

.shop .table-delivery th {
  text-align: right;
}

.shop th.non-arb {
  font-weight: normal;
}

.shop .table-delivery th, .shop .table-delivery td, .shop .table-order th, .shop .table-order td {
  padding: 0.3em;
}

.shop .table-delivery input, .shop .table-delivery select, .shop .table-delivery textarea {
  width: 200px;
}

.shop .table-delivery textarea {
  height: 7em;
}

.shop .table-delivery input#zip-code {
  width: 4em;
}

.shop .table-print th, .shop .table-print td {
  padding: 0.5em;
  font-size: 80%;
}
