﻿body {
  color: black;
  font: 12px Arial, Verdana, sans-serif;
  margin: auto;
  padding: auto;
  background: white;
  letter-spacing: 0.1em;
}

h1 {
  color: #94bf0d;
  text-transform: uppercase;
  font-size: 15px;
  margin: 20px 0 5px 0;
}

p {
  color: #5b4a40;
  font-size: 13px;
  margin-bottom: 10px;
}

strong {
  text-transform: uppercase;
}

.images {
  border: 2px solid white;
  margin: 10px;
}

#container {
  width: 100%;
  height: 100%;
  top: 0px;
  position: absolute;
  left: center;
}

#soon {
  position: absolute;
  top: 100px;
  left: 120px;
  background-image: url(../images/coming_soon.png);
  width: 180px;
  height: 160px;
  display: block;
}

#index,
#home,
#gallery,
#vita,
#vita2,
#projects,
#roadmap,
#portfolio,
#contact {
  vertical-align: center;
  text-align: center;
  margin: auto;
  padding: auto;
  top: 0;
  left: 0;
  width: 1015px;
  height: 576px;
  position: relative;
  background: #ECE0D2;
}

#index {
  background-image: url(../images/bg_index.jpg);
  background-repeat: no-repeat;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

#home {
  background-image: url(../images/bg_home.jpg);
}

#gallery {
  background-image: url(../images/bg_gallery.jpg);
}

#vita {
  background-image: url(../images/bg_vita.jpg);
}

#vita2 {
  background-image: url(../images/bg_vita2.jpg);
}

#projects {
  background-image: url(../images/bg_projects.jpg);
}

#roadmap {
  
}

#portfolio {
  background-image: url(../images/bg_portfolio.jpg);
}

#contact {
  background-image: url(../images/bg_contact.jpg);
}

#vitap2,
#mouse,
#phones,
#photo,
#pass,
#book,
#cart,
#shoes {
  position: absolute;
  display: block;
}

#go {
  display: block;
  height: 100%;
  width: 100%;
}

#vitap2 {
  height: 25px;
  width: 110px;
  top: 485px;
  left: 755px;
}

#mouse {
  height: 90px;
  width: 123px;
  top: 304px;
  left: 262px;
}

#phones {
  height: 60px;
  width: 60px;
  top: 374px;
  left: 390px;
}

#photo {
  height: 72px;
  width: 80px;
  top: 303px;
  left: 384px;
}

#pass {
  height: 85px;
  width: 98px;
  top: 292px;
  left: 458px;
}

#book {
  height: 105px;
  width: 147px;
  top: 279px;
  left: 536px;
}

#cart {
  height: 155px;
  width: 100px;
  top: 143px;
  left: 506px;
}

#shoes {
  height: 120px;
  width: 100px;
  top: 207px;
  left: 593px;
}

#mouse:hover {
  background-image: url(../images/menu_img_projects_over.png);
}

#phones:hover {
  background-image: url(../images/menu_img_projects_over.png);
  background-position: -128px -70px;
  background-repeat: no-repeat;
}

#photo:hover {
  background-image: url(../images/menu_img_gallery_over.png);
}

#pass:hover {
  background-image: url(../images/menu_img_vita_over.png);
}

#book:hover {
  background-image: url(../images/menu_img_portfolio_over.png);
}

#cart:hover {
  background-image: url(../images/menu_img_roadmap_over.png);
}

#shoes:hover {
  background-image: url(../images/menu_img_contact_over.png);
}

#go:hover {
  border: solid 0px white;
}

#astronaut {
  position: absolute;
  top: 5px;
  right: 10px;
  width: 194px;
  height: 200px;
  background: url(../images/astronaut.gif) no-repeat;
}

#start {
  display: block;
  width: 100%;
  height: 100%;
}

#menu {
  position: absolute;
  left: 240px;
  bottom: 10px;
  height: 25px;
  width: 750px;
}

#menu ul {
  vertical-align: center;
  text-align: center;
  margin: auto;
  padding: auto;
  vertical-align: center;
}

#menu li {
  float: left;
  padding: 0;
  list-style: none;
}

#menu li a {
  display: block;
  height: 25px;
  text-decoration: none;
}

#menu_projects {
  width: 80px;
  background: url(../images/menu_projects.png) no-repeat;
}

#menu_vita {
  width: 47px;
  background: url(../images/menu_vita.png) no-repeat;
}

#menu_roadmap {
  width: 86px;
  background: url(../images/menu_roadmap.png) no-repeat;
}

#menu_gallery {
  width: 81px;
  background: url(../images/menu_gallery.png) no-repeat;
}

#menu_portfolio {
  width: 94px;
  background: url(../images/menu_portfolio.png) no-repeat;
}

#menu_contact {
  width: 82px;
  background: url(../images/menu_contact.png) no-repeat;
}

#menu_email {
  width: 145px;
  background: url(../images/menu_email.png) no-repeat;
  margin-left: 80px;
}

#menu_projects:hover,
#menu_projects_over {
  width: 80px;
  background: url(../images/menu_projects_over.png) no-repeat;
}

#menu_vita:hover,
#menu_vita_over {
  width: 47px;
  background: url(../images/menu_vita_over.png) no-repeat;
}

#menu_roadmap:hover,
#menu_roadmap_over {
  width: 86px;
  background: url(../images/menu_roadmap_over.png) no-repeat;
}

#menu_gallery:hover,
#menu_gallery_over{
  width: 81px;
  background: url(../images/menu_gallery_over.png) no-repeat;
}

#menu_portfolio:hover,
#menu_portfolio_over {
  width: 94px;
  background: url(../images/menu_portfolio_over.png) no-repeat;
}

#menu_contact:hover,
#menu_contact_over {
  width: 82px;
  background: url(../images/menu_contact_over.png) no-repeat;
}

#gallerylist {
  position: absolute;
  top: 30px;
  left: 70px;
  width: 700px;
  text-align: left;
  vertical-align: left;
}

#gallerylist ul {
  padding: 0;
  margin: 0;
}

#gallerylist li {
  margin: 2px;
  list-style: none;
  padding: 5px 30px;
}

#gallerylist li a {
  text-decoration: none;
  color: white;
  font-weight: bold;
  font-size:14px;
  padding: 2px;
}

#gallerylist li a:hover {
  color: #96bf0d;
  background-color: white;
}

#elScrollContainer {
  position: absolute;
  width: 740px;
  height: 260px;
  top: 240px;
  left: 175px;
  overflow: hidden;
}

#elScrollContent {
  text-align: left;
  color: gray;
  top: 0;
}

#case_pdf {
  position: absolute;
  top: 286px;
  left: 330px;
  width: 380px;
  height: 150px;
  display: block;
}

#case_pdf:hover {
  background: url(../images/case_pdf.jpg) no-repeat;
}

#scroller {
  position: absolute;
  top: 399px;
  left: 182px;
  width: 35px;
  height: 50px;
  z-index: 10;
}

#scroll_up {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 25px;
  height: 17px;
  display: block;
}

#scroll_up:hover {
  background: url(../images/scroll_up.png) no-repeat;
}

#scroll_down {
  position: absolute;
  top: 24px;
  left: 0px;
  width: 25px;
  height: 17px;
  display: block;
}

#scroll_down:hover {
  background: url(../images/scroll_down.png) no-repeat;
}

#voucher {
  position: relative;
  margin-top: 20px;
  margin-left: 440px;
  display: block;
  height: 20px;
  width: 130px;
  background: url(../images/link_voucher.png) no-repeat;
  text-decoration: none;
}

#voucher:hover {
  background: url(../images/link_voucher_over.png) no-repeat;
  text-decoration: none;
}

#destination {
  color:#5B4A40;
  font-size:22px;
  font-weight:bold;
  left:668px;
  position:absolute;
  text-transform:uppercase;
  top:485px;
}
