* { margin: 0; padding: 0; }
html, body, div.wrap {
  width: 100%;
  height: 100%;
  overflow: hidden;
  position: relative;
}
body { 
  background: #ffffff;
  background-repeat: no-repeat;
  background-position: center center;
  font-family: Arial, Helvetica;
  font-size: 11px;
}
a { 
  text-decoration: none;
  color: #ffffff; 
  outline: none;
}


img.flags {
  position: absolute;
  left: 8px;
  bottom: 8px;
}


img.bg {
  position: absolute;
  width: 100%;
  top: 50%;
  margin-top: -33.333%;
}


div.panel {
  z-index: 2;
  width: 710px;
  height: 300px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin: -150px 0 0 -350px;
  
}

div.home {
  position: absolute;
  height: 100%;
  z-index: 3;
}
div.home h1 {
  font-size: 50px;
  font-weight: normal;
  color: #ffffff;
  margin-bottom: 10px;
}
div.bg {
  position: absolute;
  width: 100%;
  height: 100%;
  background: #27001e;

}
div.home div.wrapper {
  margin: 16px 24px;
}
div.home p {
  font-size: 15px;
  line-height: 22px;
  color: #ffffff;
}
div.link {
  text-align: right;
  margin-top: 10px;
}
div.link a {
  font-size: 16px;
  font-weight: bold;
}
div.link a:hover {
  color: #cccccc;
}


div.left {
  position: absolute;
  width: 296px;
  height: 100%;
  background: #310727;
}
div.left img.logo {
  margin-bottom: 6px;
  border: 0;
}

div.left a.menu {
  display: block;
  background: #310727;
  line-height: 30px;
  font-size: 16px;
  font-weight: bold;
  padding-top: 2px;
  text-indent: 8px;
  border-bottom: solid 1px #333;
}
div.left a.menu:hover {
  background: #333;
}
div.contact {

  font-size: 12px;
  padding: 1px;
  font-weight: bold;
  color: #fff;
  position: absolute;
  bottom: 26px;
}
div.contact div {
  margin:8px;
  line-height: 16px;
  color: #ddd;
}
div.contact h2 {
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 3px;
}

/*
 * Right Hand Side
 */
div.right {
  position: absolute;
  width: 410px;
  right: 0px;
  background: #636466;
  color: #ffffff;
  height: 100%;
}
div.right  h1 {
  padding-top: 20px;
  text-indent: 15px;
  font-weight: normal;
  font-size: 22px;
  font-weight: bold;
}

/* v1 */
div.bar {
  background: #662d53;
  position: absolute;
  right: 0;
  bottom: 0;
  height: 240px;
  width: 32px;
}
div.bar2 {
  background: #662d53;
  position: absolute;
  right: 0;
  bottom: 0;
  height: 228px;
  width: 52px;
}

div.text {
  padding: 0 45px 0 15px;
  margin: 10px 0;
  font-size: 12px;
  overflow: auto;
}
div.text ul {
  list-style-position: inside;
  margin: 8px;
}
div.text li {
  font-size: 12px;
}
div.client-list a {
  line-height: 24px;
  margin-right: 5px;
}
div.client-list a:hover {
  color: #000000;
}


