html, body {
  margin: 0px;
  padding: 0px;
  height: 100%;
  position: relative;
  background-image: url("img/noise-1.png"), rgb(208,208,208);
  background-image: url("img/noise-1.png"), -moz-linear-gradient(top,  rgba(208,208,208,1) 0%, rgba(248,248,248,1) 30%, rgba(248,248,248,1) 70%, rgba(208,208,208,1) 100%);
  background-image: url("img/noise-1.png"), -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(208,208,208,1)), color-stop(30%,rgba(248,248,248,1)), color-stop(70%,rgba(248,248,248,1)), color-stop(100%,rgba(208,208,208,1)));
  background-image: url("img/noise-1.png"), -webkit-linear-gradient(top,  rgba(208,208,208,1) 0%,rgba(248,248,248,1) 30%,rgba(248,248,248,1) 70%,rgba(208,208,208,1) 100%);
  background-image: url("img/noise-1.png"), -o-linear-gradient(top,  rgba(208,208,208,1) 0%,rgba(248,248,248,1) 30%,rgba(248,248,248,1) 70%,rgba(208,208,208,1) 100%);
  background-image: url("img/noise-1.png"), -ms-linear-gradient(top,  rgba(208,208,208,1) 0%,rgba(248,248,248,1) 30%,rgba(248,248,248,1) 70%,rgba(208,208,208,1) 100%);
  background-image: url("img/noise-1.png"), linear-gradient(to bottom,  rgba(208,208,208,1) 0%,rgba(248,248,248,1) 30%,rgba(248,248,248,1) 70%,rgba(208,208,208,1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d0d0d0', endColorstr='#d0d0d0',GradientType=0 );
  background-position: 50% 50%;
}

body * {
  font-family: 'Century Gothic', Arial, 'Courier New', Sans-Serif; /* 'Arimo' */
/*  font-family: 'Armata'; */
  font-size: 13px;
  color: #000;
  line-height: 13px;
}

a:link {
  color: #000;
  text-decoration: none;
}
a:visited {
  color: #000;
  text-decoration: none;
}
a:hover {
  color: #000;
  text-decoration: underline;
}
a:focus {
  outline: 0;
}
ul, li {
  margin: 0;
  padding: 0;
}
ul {
  list-style-type: none;
}
li {
  font-size: 13px;
  margin-top: 13px;
  margin-bottom: 13px;
}

#logo {
  width: 48px;
  height: 740px;
  padding: 0;
  position: absolute;
  left: 50%;
  top: 50%;
  margin: -370px 0 0 -24px;
  text-align: center;
  background: url("img/gm_h740.png") center no-repeat;
}

@media all and (max-height: 740px) {
  #logo {
    width: 38px;
    height: 600px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin: -300px 0 0 -19px;
    text-align: center;
    background: url("img/gm_h600.png") center no-repeat;
  }
}

@media all and (max-height: 600px) {
  #logo {
    width: 38px;
    height: 400px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin: -200px 0 0 -19px;
    text-align: center;
    background: url("img/gm_h400.png") center no-repeat;
  }
}

.clickable {
  cursor: hand;
  cursor: pointer;
}

.center {
  text-align: center;
}

#mainmenu, #about, #contacts, #collections {
  display: none;
  position: absolute;
  top: 30%;
  left: 55%;
  width: 40%;
  text-align: justify;
  overflow: hidden;
}

#contacts a {
  text-decoration:underline;
}

#contacts {
  line-height: 20px;
}

#mainmenu {
  left: 45%;
/*  background: #031B2F; */
}

#thankyou {
  position: absolute;
  left: 50%;
  top: 45%;
  width: 500px;
  margin-left: -250px;
  text-align: center;
}

/********************************************************************/
/****************** Carousel ****************************************/

#wrapper {
  display: none;
  width: 100%;
  height: 700px;
  position: absolute;
  left: 0;
  top: 30px;
  overflow: hidden;
}

#carousel img {
  background-color: #f1f1f1;
  border: none;
  display: block;
  padding: 15px;
  margin: 30px;
  float: left;
  box-shadow: 1px 1px 20px #000;
}
#carousel .empty {
  display: block;
  width: 600px;
  height: 400px;
  float: left;
}

#press {
  position: absolute;
  width: 30%;
  height: 550px;
  top: 100px;
  left: 100px;
}

#bar {
  display: none;
  height: 30px;
  text-align: center;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: #fff;
  box-shadow: 1px 1px 10px #787878;
}

#bar * {
  line-height: 26px;
  font-size: 18px;
  font-weight: bold;
}

#prev, #next, #home, #down {
  font-size: 100px;
  color: #fff;
  text-decoration: none;
  display: block;
  position: absolute;
  top: 0;
}

#prev:hover, #next:hover, #home:hover {
/*  background-color: #f8f8f8; */
}

#prev.disabled, #next.disabled {
  background-color: transparent !important;
  cursor: default;
  opacity: 0.1;
}
#prev {
  left: 0;
}
#next {
  right: 0;
}

#home {
  height: 22px;
  padding-top: 8px;
  left: 2px;
}

#down {
  height: 22px;
  padding-top: 8px;
  left: 22px;
}

#title {
  padding-top: 2px;
  font-size: 12px;
}

#password_form {
  position: absolute;
  left: 50%;
  top: 30%;
  width: 300px;
  margin-left: -150px;
  border: 1px solid #000;
  padding-top: 10px;
  border-radius: 3px;
  text-align: center;
}

#form_table {
  margin: 0 auto;
}

input, textarea {
  width: 220px;
  padding-left: 2px;
  padding-right: 2px;
}

input {
  height: 20px;
}

textarea {
  resize: none;
}

#submit {
  width: 100px;
  padding: 0;
}

#nav {
  display: none;
  position: absolute;
  width: 400px;
  margin-left: -200px;
  top: 380px;
  left: 50%
}

#title {
  position: absolute;
  width: 400px;
  top: 30px;
  left: 50%;
  margin-left: -200px;
  text-align: center;
  font-size: 14px;
}

#clearfix {
  clear:both;
  float:none;
}
