body,
html {
  margin: 0;
  padding: 0;
}
div,
article,
section,
aside,
nav {
  display: block;
  /*outline: 1px solid blue;*/
}
body {
  background: url(../img/bg-jpeg.jpg) top left scroll #333333;
  color: #eeeeee;
  font-family: Asap, Arial;
  font-weight: 400;
  font-size: 18px;
  line-height: 1.4em;
}
a {
  color: inherit;
}
h1,
h2,
h3,
h4 {
  font-family: 'Exo', 'Futura Light', Arial;
}
h1 {
  font-size: 1.5em;
  margin-top: 0;
}
h2 {
  font-size: 1.3em;
}
h3 {
  font-size: 1.1em;
}
h4 {
  font-size: 1.1em;
}
nav {
  margin: 100px 0 20px 20px;
  height: 85px;
}
.sdt {
  padding: 0;
  width: 1020px;
}
.sdt,
.sdt ul {
  list-style: none;
  padding: 0;
}
.sdt * {
  margin: 0;
}
.sdt a {
  text-decodation: none;
}
.sdt .menu-box {
  display: none;
}
.sdt > li {
  float: left;
  width: 170px;
  height: 85px;
  position: relative;
  cursor: pointer;
}
.sdt > li > a {
  position: absolute;
  top: 0;
  left: 0;
  width: 170px;
  height: 85px;
  z-index: 12;
  background: transparent url(/img/menu-item-overlay.png) bottom right no-repeat;
  -webkit-box-shadow: 0px 0px 2px 0px #000000;
  -moz-box-shadow: 0px 0px 2px 0px #000000;
  box-shadow: 0px 0px 2px 0px #000000;
  -webkit-box-shadow: 0px 0px 2px 0px #000000 inset;
  -moz-box-shadow: 0px 0px 2px 0px #000000 inset;
  box-shadow: 0px 0px 2px 0px #000000 inset;
}
.sdt > li a img {
  border: none;
  position: absolute;
  width: 0;
  height: 0;
  bottom: 0;
  left: 85px;
  z-index: 100;
  -webkit-box-shadow: 0px 0px 4px 0px #000000;
  -moz-box-shadow: 0px 0px 4px 0px #000000;
  box-shadow: 0px 0px 4px 0px #000000;
  -webkit-box-shadow: 0px 0px 4px 0px #000000 inset;
  -moz-box-shadow: 0px 0px 4px 0px #000000 inset;
  box-shadow: 0px 0px 4px 0px #000000 inset;
}
.sdt > li .wrap {
  position: absolute;
  top: 25px;
  left: 0px;
  width: 170px;
  height: 60px;
  z-index: 15;
}
.sdt .txt,
.sdt .tagline,
.sdt .menu-box a {
  font-family: Exo, Arial;
  font-weight: 700;
  text-shadow: 0 -1px 0px #000000;
  -moz-text-shadow: 0 -1px 1px #000000;
  -webkit-text-shadow: 0 -1px 1px #000000;
  -o-text-shadow: 0 -1px 1px #000000;
}
.sdt .txt,
.sdt .tagline {
  margin-left: 15px;
}
.sdt .txt {
  color: white;
  float: left;
  clear: both;
  font-size: 24px;
}
.sdt .tagline {
  float: left;
  clear: both;
  display: block;
  font-size: 10px;
  color: #2eadf2;
  font-family: Arial;
  text-transform: uppercase;
}
.sdt li {
  /* for non-JS clients */

}
.sdt li .menu-box {
  display: block;
  position: absolute;
  width: 170px;
  overflow: hidden;
  height: 170px;
  top: 85px;
  left: 0px;
  display: none;
  background: #000;
}
.sdt li .menu-box a {
  color: #0B75AF;
  font-size: 80%;
  color: #d5d5d5;
  text-decoration: none;
  display: block;
  padding: 4px 4px 4px 15px;
}
.sdt li .menu-box a:hover {
  background-color: #1a1a1a;
}
.sdt li .menu-box li:first-child {
  margin-top: 15px;
}
.sdt li .menu-box a:hover {
  color: white;
}
.sdt li:hover .menu-box {
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
}
.sdt li span.active {
  position: absolute;
  background: #111;
  top: 85px;
  width: 170px;
  height: 0;
  left: 0;
  z-index: 14;
  -webkit-box-shadow: 0px 0px 4px 0px #000000 inset;
  -moz-box-shadow: 0px 0px 4px 0px #000000 inset;
  box-shadow: 0px 0px 4px 0px #000000 inset;
}
#contents {
  margin-right: 584px;
  color: #333333;
  padding: 0 20px 20px 20px;
}
#main-contents,
#contents section {
  padding: 50px 250px 50px 50px;
}
#main-contents {
  background: white top left scroll;
}
#contents section {
  background: #222 top left scroll;
  color: #eeeeee;
}
div.vcard {
  float: right;
  width: 584px;
  height: 593px;
  text-indent: -999em;
  background: url(../img/vcard.png) top left no-repeat scroll transparent;
}
