/**
 * Main Style Sheet
 *
 * @author Hanzo - http://www.hanzo.es
 */

/* @group General Styles */

* { margin: 0em; padding: 0em; }

html, body { height: 100%; min-height: 100%; }

body {
  font: x-small/1.5em Arial, Helvetica, sans-serif;
  background-color: #000;
  color: #7C7B7B;
}

h1, h2, h3, h4, h5, h6 {
  font: x-small/1.5em Arial, Helvetica, sans-serif;
  margin: 0em;
}

p {
  margin: 0em 0em 1em 0em;
}

a {
  color: #0099CC;
  text-decoration: none;
  outline: none;
}

a:hover {
  text-decoration: underline;
}

:focus {
  outline: none;
}

a img {
  border-width: 0em;
}

strong {
  font-weight: bold;
}

em {
  font-style: oblique;
}

abbr, acronym {
  border: none;
}

ul, ol {
  list-style: none;
  list-style-position: outside;
}

table {
  border-collapse: collapse;
  border-spacing: 0em;
}

td, th, input, button, textarea, select {
  font: x-small/1.5em Arial, Helvetica, sans-serif;
}

caption, th, td {
  text-align: left;
  vertical-align: top;
}

fieldset { 
  border: 0em;
}

legend {
  font-weight: bold;
}

address, caption, cite, pre, code, dfn, th, var {
  font-style: normal;
  font-weight: normal;
  font-size: 1em;
}

blockquote:before, blockquote:after, q:before, q:after {
  content: '';
  content: none;
}

button {
  cursor: pointer;
}

hr {
  display: none;	
}

/* @end */

/* @group Image replacement */

*.IR {
  display: block;
  position: relative;
  margin: 0em;
  overflow: hidden;
  background-position: left top;
  background-repeat: no-repeat;
}

*.IR span {
  visibility: hidden;
  position: absolute;
  top: 0em; 
  left: 0em;
  width: 0em; 
  height: 0em;
  overflow: hidden;
}

/* @end */

/* @group Clear fix */

.group:after,
div#hello:after,
div#details:after,
div#contact:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}

/* @end */

/* @group Hidden elements */

*.hidden {
  text-indent: -9999px!important;
  height: 0em!important;
  width: 0em!important;
  display: block!important;
  margin: 0em!important;
  padding: 0em!important;
}

/* @end */

/* @group Accesibility Menu */

#accesibility_menu {
  visibility: hidden;
  position: absolute;
  top: 0em;
  left: 0em;
  width: 0em;
  height: 0em;
}

/* @end */

/* @group Layout */

body.bg_01 {
  background-image: url(../graphic/common/hanzo_bg_01.jpg);
}

body.bg_02 {
  background-image: url(../graphic/common/hanzo_bg_02.jpg);
}

body.bg_03 {
  background-image: url(../graphic/common/hanzo_bg_03.jpg);
}

body.bg_04 {
  background-image: url(../graphic/common/hanzo_bg_04.jpg);
}

body.bg_05 {
  background-image: url(../graphic/common/hanzo_bg_05.jpg);
}

div#body_background img {
  width: 100%;
  height: 100%;
}

div#wrapper {
  background-color: #1b1b1b;
  width: 83em;
  padding: 0em 5em 0em 5em;
  margin: 15.4em 0em 0em 0em;
  position: absolute;
}

/* @end */

/* @group Header */

div#header {
  margin: 6.4em 0em 0em 0em;
}

div#header h1 {
  background: url(../graphic/common/logo.png) 0em 0em no-repeat;
  width: 830px;
  height: 177px;
  display: block;
}

/* @end */

/* @group Content */

div#wrapper h2 {
  color: #ffffff;
  font-size: 12px;
  font-weight: bold;
  width: 173px;
}

div#hello {
  margin: 7em 0em 4em 0em;
}

div#hello h2 {
  float: left;
  margin: 8px 35px 0em 0em;
}

div#hello div.text {
  float: left;
  width: 492px;
}

div#hello p.who_we_are {
  font-family: Helvetica Neue;
  font-size: 31px;
  line-height: 31px;
  color: #ffffff;
  margin: 0em 0em 1.3em 0em;
}

div#hello p.who_we_are strong {
  font-weight: normal;
  color: #5DBBD3;
}

div#hello div.text p.claim {
  font-size: 12px;
  background: url(../graphic/common/line.png) 0em 50% no-repeat;
  padding: 0px 0em 0em 20px;ç
  margin: 0em;
  position: relative;
  left: -20px;
}

div#team {
  float: left;
  margin: 0em 35px 0em 0em;
  width: 173px;
}

div#team ul {
  margin: 1.7em 0em 0em 0em;
}

div#team ul li {
  font-size: 12px;
  margin: 0em 0em 2px 0em;
}

div#presentation {
  float: left;
  width: 620px;
}

div#presentation div {
  width: 300px;
  float: left;
  font-size: 12px;
  line-height: 17px;
}

div#presentation div p {
  margin: 0em 0em 1.4em 0em;
}

div#presentation div em {
  color: #5DBBD3;
  font-style: normal;
}

div#presentation div strong {
  color: #FFF;
  font-weight: normal;
}

div#presentation div.what_we_do {
  margin: 0em 20px 0em 0em;
}

div#contact {
  margin: 3.5em 0em 13em 0em;
}

div#contact h2 {
  float: left;
  margin: 0em 35px 0em 0em;
}

div#contact div.email {
  float: left;
  width: 600px;
  font-size: 12px;
  background: url(../graphic/common/line.png) 0em 50% no-repeat;
  padding: 0px 0em 0em 20px;
  position: relative;
  left: -20px;
}

div#contact div.email a {
  color: #7C7B7B;
}

/* @group */