body {
    background: #38332f;
    font-family: "Helvetica Neue", "Helvetica", "Arial";
    margin: 0 auto;
    color: #a6a4a6;
    padding-top: 20px;
}
div {
    padding: 10px 0;
}

div#header {
    border-bottom: solid 1px #67686b;
}

a, div#navigation ul li a:hover, div#navigation ul li a:active, div#navigation ul li a:focus { color: #fff; text-decoration: none; }

div#navigation ul li a.active {
    color: #ffcc00;
}

div#logo {
    width: 210px;
    height: 100px;
    background: url(../images/logo.gif) 0% 0% no-repeat;
    float: left;
}

div#logo h1 {
    text-indent: -9999px;
}
div#navigation {
    float: right;
    margin-top: 34px;
}

div#navigation ul li {
    float: left;
    margin-left: 30px;
    font-size: 13px;
    text-transform: uppercase;
}

div#navigation ul li a {
    color: #67686b;
}

div#quote h1 {
    font-weight: 500;
    font-size: 24px;
    color: #67686b;
}

div#subnav ul li {
    float: left;
    margin: 2px 2px 0 0;
}

div#subnav ul#showcase li {
    margin: 0 10px 0 0;
}
div#content {
    border-top: solid 1px #67686b;
    border-bottom: solid 1px #67686b;
    padding-bottom: 0;
}

div.content-left h1, div.content-right h1 {
    width: 100%;
    font-size: 12px;
    border-bottom: solid 1px #67686b;
    padding-bottom: 10px;
    margin-bottom: 20px;
    text-transform: uppercase;
}

div.content-right-content, div.content-left-content {
    padding: 0;
}

div.content-left-content, div.content-right-content h3 {
    color: #ffcc00;
    font-size: 12px;
    line-height: 14px;
    margin: 0;
}

div.content-left-content, div.content-right-content p {
    font-size: 11px;
    line-height: 13px;
    margin-bottom: 10px;
}

div.moreinfo {
    border-top: solid 1px #67686b;
    margin-top: 20px;
    font-size: 12px;
}

div.moreinfo h2 {
    float: left;
}

span.pagination {
    float: right;
}

span.pagination a {
    margin-left: 20px;
    color: #67686b;
}

div#footer {
    padding: 0;
}
div#footer p {
    font-size: 9px;
    text-transform: uppercase;
}

div#footer p span {
    color: #ffcc00;
}

#contact-form {
    margin-top: 20px;
}
#contact-form input, #contact-form textarea {
    font-family: "Helvetica Neue", "Helvetica", "Arial";
    background: #38332f;
    border: solid 1px #67686b;
    color: #67686b;
    padding: 3px;
    width: 200px;
}

#contact-form button {
    font-family: "Helvetica Neue", "Helvetica", "Arial";
    background: #38332f;
    border: none;
    color: #67686b;
    padding: 3px;
    font-size: 13px;
}

#contact-form button:hover {
    color: #ffcc00;
}
div#slider {
    height: 280px;;
    margin-top: 10px;
    padding: 0;
}

#gallery, #thumbs {
    float: left;
}
/* custom gallery */
#gallery {
    width: 490px;
    height: 270px;
    overflow: hidden;
    margin: 0;
    padding: 0;
}

#gallery img {
    position: absolute;
}

#thumbs {
    width: 90px;
    height: 270px;
    overflow: hidden;
    margin: 0;
    padding: 0;
}

#thumbs img{
    width: 90px;
    height: 90px;
}
#next {
    display: block;
    width: 47px;
    height: 43px;
    background: url(../images/arrow.png);
    position: relative;
    top: 227px;
    left: 512px;
}

#next:hover {
    background: url(../images/arrowmo.png);
}

#temporary {
    height: 350px;
}
div#quote h1#temp-headline {
    color: #ffcc00;
}

ul.client-folder li a {
    display: block;
    width: 18px;
    height: 24px;
    background: url(../images/icon-download.gif) top left no-repeat;
}

ul.client-folder li a:hover {
    background: url(../images/icon-download3.gif) top left no-repeat;
}

ul.client-folder li a.active {
    background: url(../images/icon-download2.gif) top left no-repeat;
}

p#error-message {
    background: #ffcece url(../images/cross_circle.png) 2px 3px no-repeat;
    height: 18px;
    padding: 2px 0 2px 22px;
    border: solid 2px #df8f8f;
    color: #665252;
    line-height: 18px;
    display: none;
}
