
.clients #header h2 {
	background-image: url(../../images/layout/title-clients.png);
}

.clients {
	background: #470217;
} 

.show-slide-menu {
    display: none;
}

.hide-slide-menu {
    display: none;
}

.clients-column {
    display: block;
    width: 225px;
    height: 375px;
    float: left;
    margin: 40px 0 20px 20px;
}

.clients-column h3 {
    font-size: 1.3em;
    text-transform: uppercase;
    color: #885257;
    margin-bottom: 0.9em;
}

.clients-column ul {
    margin-bottom: 1.2em;
}

.clients-column ul li {
    font-size: 1.2em;
    margin-bottom: 5px;
    color: #999;
}

.clients-column ul li a {
    color: #999;
    text-decoration: none;
}

.clients-column ul li a:hover {
    text-decoration: underline;
}




.sidebar {
    display: block;
    width: 204px;
    height: 100%;
    position: absolute;
    top: 0;
    right: 0;
    background: #000;
}

.javascript .sidebar {
    right: -204px;
}

.clients .rip {
    display: block;
    width: 74px;
    height: 29px;
    top: 35px;
    background: url(../../images/layout/rip.png) no-repeat;
    text-indent: -9999px;

}

.clients .rip, 
.clients .sidebar ul {
    position: absolute;
    left: 20px;
}

.clients .sidebar ul {
    top: 80px;
}


.clients .sidebar ul li {
    display: block;
    width: 160px;
    height: 15px;
    font-size: 1.1em;
    text-transform: uppercase;
	color: #470217;

}

#chrome-bar {
    z-index: 100;
}

#clients-left,
#clients-right {
    display: block;
    width: 42px;
    height: 15px;
    position: absolute;
    top: 1px;
    text-indent: -9999px;
    z-index: 1000;
    cursor: pointer;
    background: url(../../images/layout/sprites.png) no-repeat;
    border: 1px solid transparent; /* for some obscure reason the buttons don't appear in ie without this */
}

#clients {
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}

#clients-left {
    display: none;
    left: 325px;
    background-position: -115px -2px;
}

#clients-right {
    right: 168px;
    background-position: -157px -2px;

}