/* Grey #818181 */
html, body {
  height: 100%;
}
#wrapper {
  min-height: 100%;
  height: auto !important;
  height: 100%;
  margin: 0 0 -60px;
}
body.splash #wrapper, body.splash #footer, body.splash .push, body.splash #dpstamp {
  display: none;
}
#header {
  padding: 30px 20px 0 20px;
  position: relative;
  z-index: 1;
  margin-bottom: 15px;
}
#nav {
  float: right;
}
#nav .dropdown {
  position: relative;
}
#nav .categories {
  display: none;
}
#nav .categories, #nav .categories li {
  width: 150px;
}
#nav .hover .categories {
  display: block;
  position: absolute;
}
#nav li {
  float: left;
}
#nav ul.categories {
  padding: 3px 5px;
  left: 7px;
  background-color: #DDD;
  z-index: 4;
}
#nav ul.categories a {
  display: block;
  float: none;
}
#nav ul.categories a:hover {
  color: #000;
}
#nav ul.categories li {
  opacity: 0.25;
}
#nav ul.categories li.last a {
  padding-right: 0;
}
#nav .nav-item {
  padding: 12px;
  padding-top: 8px;
  /*  background-color: #FFDDDD;*/
}
#nav .nav-item.hover, #nav .nav-item:hover {
/*  color: #000;*/
}
#nav li a {
  float: left;
}
.thumbs li {
/*  float: left;*/
  width: 30px;
  height: 30px;
  display: inline-block;
  line-height: 0;
  margin-right: 5px;
}
.button {
  width: 30px;
  height: 30px;
  background-repeat: no-repeat;
  background-position: center center;
  cursor: pointer;
}
#previous.button {
  background-image: url(/images/left-arrow.png);
}
#next.button {
  background-image: url(/images/right-arrow.png);
}
#placeholder {
  position: relative;
  margin: 0px auto;
  clear: both;
}
#placeholder.loading {
  background-color: #818181;
}
#footer, .push {
  padding-top: 10px;
  height: 50px;
  clear: both;
}
.push {
  padding-top: 10px;
  height: 60px;
}
#footer {
  position: relative;
  z-index: 2;
  overflow: hidden;
}
#footer .thumbs {
  width: 350px;
  text-align: center;
  margin: 0 auto;
}
#footer .thumbs li {
  width: 30px;
  height: 30px;
  overflow: hidden;
}
#showing {
  position: relative;
  z-index: 0;
}
#splash {
  display: none;
  width: 309px;
  margin: 0 auto;
}
body.splash #splash {
  display: block;
  position: relative;
}
body.page #display {
  margin: 30px auto 0;
/*  margin: 18px 30px 0 20px;*/
  width: 520px;
}
#dpstamp {
  color: #888;
  font-size: 10px;
  position: absolute;
  right: 10px;
  bottom: 3px;
  opacity: 0.5;
}
.thumbs .button {
/*  display: none;*/
}
.jcarousel-skin-tango .jcarousel-container {
  margin: 0 auto;
}
div.contact {
  margin-top: 178px;
  width: 300px;
  float: left;
}
body.contact #display {
  width: 510px;
}
body.contact #display #represented {
  width: 210px;
}

body.clients #clientscontent {
   margin-top: 178px;
   float: left;
/*   width: 510px;*/
}
body.clients #display {
     width: 510px;
}