* {
  margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}

html {
  overflow: -moz-scrollbars-vertical;
}

body {
	font: 11px arial, helvetica, verdana, sans-serif;
	color: #000;
	background: #000;
	line-height: 1;
	cursor: default;
}

p {
  line-height: 12pt;
}

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

a:hover {
  text-decoration: none;
}

ol, ul {
	list-style: none;
}

.list {
  /*list-style: square;*/
  list-style-image: url('gfx/bullet.gif');
  margin-left: 15px;
}

.list li {
  padding-bottom: 8px;
}

h1 {
  text-transform: uppercase;
  font-weight: bold;
  margin-bottom: 10px;
}

h2 {
  font-weight: bold;
  margin-bottom: 12px;
}

blockquote {
  font-style: italic;
  background: url('gfx/quote.gif') no-repeat top left;
  padding-left: 25px;
}

.input, .textarea {
  border: 1px solid #ccc;
  padding: 2px;
  background: #fff;
  font: 11px arial;
}

.input {
  width: 160px;
}

.textarea {
  width: 200px;
  height: 80px;
}

.button {
  padding: 5px;
  width: 60px;
  background: #ddd;
  border: 1px solid #ccc;
}

.label {
  width: 50px;
  padding-right: 15px;
  float: left;
  text-align: right;
}

.value {
  text-align: left;
  min-height: 30px;
}

.black {
  color: #000;
}

#divider {
  width: 0px;
  height: 100%;
  border-left: 2px solid #fff;
  border-right: 2px solid #000;
  position: fixed;
  top: 0;
  right: 50%;
  z-index: 999;
  margin-right: -2px;
}

#rightWhite {
  width: 50%;
  height: 100%;
  background: #fff;
  position: fixed;
  top: 0;
  right: 0;
  background: #fff url('gfx/watermark.gif') no-repeat bottom left;
}

#container {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  height: 1px;
}
 
#centered {
  width: 926px;
  height: 600px;
  margin-left: -463px;
  position: absolute;
  top: -300px;
  left: 50%;
}

#languages {
  position: relative;
  top: 20px;
  left: 214px;
  font-size: 7px;
  letter-spacing: 1px;
  text-transform: uppercase;
}

#languages a {
  color: #aaa;
}

#languages a:hover {
  text-decoration: none;
}

#contentLeft {
  z-index: 100;
  position: fixed;
  float: left;
  width: 461px;
  height: 600px;
  background: #000;
}

#contentLeft img {
  position: absolute;
  visibility: hidden;
}

#contentRight {
  float: right;
  width: 461px;
  height: 100%;
}

#logo {
  padding-top: 28px;
  width: 100%;
  text-align: center;
}

#menu {
  margin-top: 15px;
  height: 60px;
  line-height: 40px;
  text-align: center;
  text-transform: uppercase;
}

#menu a {
  color: #000;
}

#menu li {
  display: inline;
  list-style-type: none;
  padding: 5px 8px 5px 8px;
  letter-spacing: 1px;
  font-size: 10px;
}

#menu li .current {
  font-size: 13px;
  font-weight: bold;
  cursor: default;
}

#menu li .current:hover {
  border: 0;
}

#content {
  margin: 40px 0 40px 97px;
  width: 265px;
  line-height: 14px;
  color: #333;
  font-size: 10px;
  text-align: justify;
}

#homeContent, #whatContent, #whyContent, #whoContent, #referencesContent, #contactContent, #googleContent {
  display: none;
}

.centered {
  text-align: center;
  line-height: 20px;
}

.centeredLink {
  text-align: center;
  padding-top: 20px;
  font-weight: bold;
}

#bottom {
  position: relative;
  padding: 25px 0 15px 0;
  width: 461px;
  text-align: center;
  font-size: 8px;
  color: #666;
  text-transform: uppercase;
  letter-spacing: 1px;
}

#bottom a {
  color: #666;
}