html {
  height: 100%;
}
body {
  min-height: 100%;
  margin: 0;
  background: white url( '../images/background.png' ) repeat-x top;
  color: #04b0ee;
  font: 13px verdana, arial, sans-serif;
  text-align: center;
  letter-spacing: 1px;
  position: relative;
}
div {
  margin: auto;
  position: relative;
}
img {
  border: none;
}

#preload {
  display: none;
}
#preload img {
  width: 1px;
  height: 1px;
}div.header {
  width: 100%;
  height: 100px;
  padding: 0 0 500px;
  text-align: center;
  background: url( '../images/header/shadow.png' ) 0 100px repeat-x;
}
div.header > div {
  width: 980px;
  height: 90px;
  margin: 0 auto 10px;
  background: url( '../images/header/frame.png' ) left top no-repeat;
}
div.header > div > a {
  position: absolute;
  left: 25px;
  top: 20px;
}
div.header > div > a > img {
  width: 195px;
  height: 58px;
}
div.header > div > a > img:hover {
  position: relative;
  top: 1px;
}
div.header > div > ul.menu {
  margin: 0;
  padding: 24px 0 0;
  background: url( '../images/header/light.png' ) center 10px no-repeat;
  position: absolute;
  top: 0;
  right: 150px;
}
div.header > div > ul.menu > li {
  display: inline-block;
}
div.header > div > ul.menu > li > a {
  width: 105px;
  height: 65px;
  background: center top no-repeat;
  color: transparent;
  display: inline-block;
}
div.header > div > ul.menu > li.menu1 > a {
  background-image: url( '../images/header/menu1s.png' );
}
div.header > div > ul.menu > li.menu1 > a:hover {
  background-image: url( '../images/header/menu1h.png' );
}
div.header > div > ul.menu > li.menu1 > a.mark {
  background-image: url( '../images/header/menu1m.png' );
}
div.header > div > ul.menu > li.menu2 > a {
  background-image: url( '../images/header/menu2s.png' );
}
div.header > div > ul.menu > li.menu2 > a:hover {
  background-image: url( '../images/header/menu2h.png' );
}
div.header > div > ul.menu > li.menu2 > a.mark {
  background-image: url( '../images/header/menu2m.png' );
}
div.header > div > ul.menu > li.menu3 > a {
  background-image: url( '../images/header/menu3s.png' );
}
div.header > div > ul.menu > li.menu3 > a:hover {
  background-image: url( '../images/header/menu3h.png' );
}
div.header > div > ul.menu > li.menu3 > a.mark {
  background-image: url( '../images/header/menu3m.png' );
}
div.header > div > ul.menu > li.menu4 > a {
  background-image: url( '../images/header/menu4s.png' );
}
div.header > div > ul.menu > li.menu4 > a:hover {
  background-image: url( '../images/header/menu4h.png' );
}
div.header > div > ul.menu > li.menu4 > a.mark {
  background-image: url( '../images/header/menu4m.png' );
}
div.header > div > ul.menu > li.menu5 > a {
  background-image: url( '../images/header/menu5s.png' );
}
div.header > div > ul.menu > li.menu5 > a:hover {
  background-image: url( '../images/header/menu5h.png' );
}
div.header > div > ul.menu > li.menu5 > a.mark {
  background-image: url( '../images/header/menu5m.png' );
}
div.header > div > ul.menu > li > a > span {
  display: none;
}


div.header > div > ul.info {
  margin: 0;
  padding: 0;
  position: absolute;
  top: 0;
  right: 0;
}
div.header > div > ul.info > li {
  display: inline-block;
}
div.header > div > ul.info > li > img {
  width: 1px;
  height: 13px;
  vertical-align: middle;
}
div.header > div > ul.info > li > a {
  width: 10px;
  height: 10px;
  padding: 4px;
  background: center bottom no-repeat;
  color: transparent;
  display: inline-block;
  overflow: hidden;
}
div.header > div > ul.info > li > a:hover {
  position: relative;
  top: 1px;
}
div.header > div > ul.info > li.info1 > a {
  background-image: url( '../images/header/info1.png' );
}
div.header > div > ul.info > li.info2 > a {
  background-image: url( '../images/header/info2.png' );
}
div.header > div > ul.info > li.info3 > a {
  background-image: url( '../images/header/info3.png' );
}
div.header > div > ul.info > li > a > span {
  display: none;
}#display {
  min-height: 200px;
  min-width: 980px;
  background: white url( '../images/gallery/loading.gif' ) center center no-repeat;
  position: absolute;
  left: 0;
  right: 0;
  top: 110px;
  bottom: 100px;
  overflow: hidden;
}
#display > input {
  width: 90px;
  height: 100%;
  border: none;
  background: none center center no-repeat;
  font-size: 0;
  line-height: 0;
  position: absolute;
  top: 0;
  bottom: 0;
  cursor: pointer;
}
#display > input.previous {
  background-image: url( '../images/gallery/previous.png' );
  left: 0;
}
#display > input.next {
  background-image: url( '../images/gallery/next.png' );
  right: 0;
}
#display > div {
  height: 50px;
  line-height: 50px;
  overflow: hidden;
}
#display > div > span.title {
  line-height: 20px;
  text-align: left;
  display: none;
  float: left;
}
#display > div > span.title > a {
  color: #04b0ee;
  text-decoration: none;
}
#display > div > span.date {
  line-height: 20px;
  text-align: right;
  display: none;
  float: right;
}
#display > img {
  border: solid 3px white;
  box-shadow: 0 0 10px #cfd7e2;
  display: none;
  cursor: pointer;
}

#social > object {
  height: 20px;
  border: none;
  overflow: hidden;
}div.footer {
  width: 100%;
  height: 100px;
  padding-top: 10px;
  background: url( '../images/footer/shadow.png' ) 0 0 repeat-x;
  text-align: center;
  position: absolute;
  bottom: 0;
  overflow: hidden;
}
div.footer > ul {
  height: 100px;
  margin: 0;
  padding: 0;
  text-align: left;
  overflow: hidden;
  position: absolute;
  font-size: 0px;
}
div.footer > ul > li {
  height: 90px;
  padding: 5px 2px 5px 3px;
  display: inline-block;
}
div.footer > ul > li > img {
  width: 150px;
  height: 90px;
  cursor: pointer;
}
div.footer > img {
  width: 38px;
  height: 19px;
  margin: 81px auto 0;
  position: relative;
}#info {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  display: none;
}
#info > div.background {
  width: 100%;
  height: 100%;
  position: absolute;
  background: white;
  left: 0;
  top: 0;
  cursor: pointer;
  opacity: 0.5;
  filter: alpha( opacity = 50 );
}

#infoLangs {
  width: 410px;
  margin: 160px auto auto;
  border: solid 3px white;
  box-shadow: 0 0 10px #cfd7e2;
  -webkit-border-radius: 12px;
  -moz-border-radius: 12px;
  border-radius: 12px;
  box-shadow: 0 0 10px #cfd7e2;
  background: white;
}
#infoLangs > div {
  border: dashed 1px;
  -webkit-border-radius: 12px;
  -moz-border-radius: 12px;
  border-radius: 12px;
  display: none;
}
#infoLangs > div > span {
  padding: 1px 3px;
  color: red;
  font-size: 14px;
  font-weight: bold;
  display: block;
  position: absolute;
  right: 0;
  top: 0;
  cursor: pointer;
}
#infoLangs > div > h1 {
  margin: 10px 1em 20px;
  line-height: 25px;
  font-size: 16px;
}
#infoLangs > div > h1 > img {
  width: 25px;
  height: 16px;
  cursor: pointer;
}
#infoLangs > div > p {
  margin: 20px 1em;
  letter-spacing: 0;
  line-height: 20px;
}
#infoLangs > div > p.social {
  margin: 20px 1em 0;
}
#infoLangs> div > p.social > a > img {
  width: 15px;
  height: 20px;
  vertical-align: top;
}
#infoLangs > div > p.contact {
  margin: 0 1em 20px;
}
#infoLangs > div > p.contact > a {
  color: #04b0ee;
  text-decoration: none;
  font-size: 12px;
  font-style: italic;
}
#infoLangs > div > p.contact > a > img {
  width: 9px;
  height: 7px;
  vertical-align: bottom;
}#contact {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  display: none;
}
#contact > div.background {
  width: 100%;
  height: 100%;
  position: absolute;
  background: white;
  left: 0;
  top: 0;
  cursor: pointer;
  opacity: 0.5;
  filter: alpha( opacity = 50 );
}

#contactLangs {
  width: 410px;
  margin: 160px auto auto;
  border: solid 3px white;
  box-shadow: 0 0 10px #cfd7e2;
  -webkit-border-radius: 12px;
  -moz-border-radius: 12px;
  border-radius: 12px;
  box-shadow: 0 0 10px #cfd7e2;
  background: white;
}
#contactLangs > div {
  border: dashed 1px;
  -webkit-border-radius: 12px;
  -moz-border-radius: 12px;
  border-radius: 12px;
  display: none;
}
#contactLangs > div > span {
  padding: 1px 3px;
  color: red;
  font-size: 14px;
  font-weight: bold;
  display: block;
  position: absolute;
  right: 0;
  top: 0;
  cursor: pointer;
}
#contactLangs > div > h1 {
  margin: 10px 1em 20px;
  line-height: 25px;
  font-size: 16px;
}
#contactLangs > div > h1 > img {
  width: 25px;
  height: 16px;
  cursor: pointer;
}
#contactLangs > div > form > p {
  margin: 1em;
  letter-spacing: 0;
  line-height: 20px;
  text-align: left;
}
#contactLangs > div > form > p > input {
  width: 376px;
  padding: 2px;
  border: solid 1px #04b0ee;
}
#contactLangs > div > form > p > textarea {
  width: 376px;
  padding: 2px;
  border: solid 1px #04b0ee;
}
#contactLangs > div > form > p.submit {
  text-align: center;
}
#contactLangs > div > form > p.submit > a {
  color: #04b0ee;
  text-decoration: none;
  font-size: 12px;
}
#contactLangs > div > form > p.submit > input {
  width: 68px;
  height: 24px;
  margin: 5px auto;
  border: none;
}#zoom {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  display: none;
  cursor: pointer;
}
#zoom > div {
  width: 100%;
  height: 100%;
  background: black;
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0.9;
  filter: alpha( opacity = 90 );
}
#zoom > img {
  position: relative;
}
#zoom > object {
  position: relative;
}