html, body {
  height: 100%;
}

body {
  background: #5D6674 url(../images/bgbody1.png);
  min-width: 930px;
}

#container {
  background: url(../images/bgbody2.png) center top repeat-x;
}

#header {
  position: relative;
  background: url(../images/bgheader.png) right 55px no-repeat;
  overflow: hidden;
  width: 906px;
  margin: 0 auto;
  padding: 55px 0 0 0;
}

#logo {
  padding: 10px 40px;
}

#phone {
  position: absolute;
  line-height: 31px;
  padding: 0 0 0 20px;
  background: url(../images/images.png) no-repeat 0 1px;
  top: 98px;
  left: 310px;
  font-size: 19px;
}

#header ul#nav {
  position: absolute;
  top: 104px;
  right: 45px;
  font-size: 12px;
}

#header ul#nav a {
  color: #000;
}

#header ul#nav a:hover {
  color: #EE0000;
}
#header ul#nav li {
  display: block;
  float: left;
  margin: 0 0 0 15px;
}

#header ul#nav li.home, #header ul#nav li.mail, #header ul#nav li.map {
  width: 20px;
  height: 20px;
  text-indent: -9000px;
  background: url(../images/images.png) no-repeat 6px -37px;
}
#header ul#nav li.home {
  margin: 0 0 0 30px;
}

#header ul#nav li.mail {
  background-position: -26px -37px;
}

#header ul#nav li.map {
  background-position: -56px -37px;
}

#header ul#nav li.home a, #header ul#nav li.mail a, #header ul#nav li.map a {
  display: block;
  width: 22px;
  height: 16px;
}

#slogan {
  background: #CC0000 url(../images/bgsub1.png) right top no-repeat;
  padding: 9px 20px 10px 20px;
  display: block;
  float: right;
  width: 505px;
  font-size: 24px;
  line-height: 24px;
  color: #FFF;
} 

#w_money {
  margin: 0 auto;
  width: 400px;
}

#money {
  margin: 180px 0 0 -303px;
  position: absolute;
  background: url(../images/money.png) no-repeat;
  width: 400px;
  height: 400px;
  z-index: 100;
}

#linksmoney {
  margin: 180px 0 0 -303px;
  position: absolute;
  width: 400px;
  height: auto;
  z-index: 100;
}

ul#sub1 {
  background: #CC0000 url(../images/bgsub1.png) no-repeat;
  padding: 7px 20px 8px 40px;
  display: block;
  width: 846px;
  font-size: 12px;
  line-height: 24px;
  color: #FFF;
}

ul#sub1 li {
  display: inline;
  margin: 0 14px 0 0;
}

ul#sub1 a {
  color: #FFF;
}

ul#sub1 b {
  font-size: 14px;
}

#main {
  clear: both;
  margin: 0 auto;
  background: #FFF url(../images/bgmain.png) right top no-repeat;
  width: 906px;
  min-height: 400px;
  overflow: hidden;
  position: relative;
  padding: 35px 0 0 0;
}

#main.ohno {
  background: #FFF url(../images/bgmain.png) right -10px no-repeat;
}

#sub2 {
  position: relative;
  float: right;
  width: 190px;
  padding: 0 40px 0 0;
  font-size: 12px;
  line-height: 1.3;
}

#sub2 ul {
  padding: 35px 0;
}

#sub2 ul ul {
  padding: 5px 0 5px 10px;
  font-size: 12px;
}

#sub2 li {
  padding: 7px 0 7px 10px;
}

#back {
  position: absolute;
  z-index: 0;
  top: 0;
  left: 0;
}

#content {
  position: relative;
  float: left;
  padding: 0 40px;
  width: 580px;
}

#content_index {
  padding: 0 40px 0 380px;
  margin: -10px 0 0 0;
  width: 485px;
}

.icons {
  margin: 0 0 20px -15px;
}

.icons .icon {
  float: left;
  width: 150px;
  padding: 0 10px 20px 0;
  text-align: center;
}

.icons .icon span {
  line-height: 1.2;
  display: block;
  padding: 0;
  margin: 0;
  font-size: 20px;
}
.icons .icon a span {
  color: #000;
  text-decoration: underline;
}
.icons .icon a:hover span  {
  color: #EE0000;
}

#footer {
  clear: both;
  margin: 0 auto 30px auto;
  background: url(../images/bgfooter.png) right bottom no-repeat;
  width: 906px;
  font-size: 12px;
  overflow: hidden;
}

#footer .copy {
  padding: 50px 40px 40px;
  float: left;
  white-space: nowrap;
}

#footer img.home {
  display: block;
  float: left;
  margin: -11px 30px 0 0;
}








