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

.because {
	background: #8a887f;
} 


.sidebar {
    width: 176px;
    height: 432px;
    position: absolute;
    bottom: 0;
    right: 0;
    background: #000;
    
}

.sidebar ul {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: url(../../images/layout/colour-blocks.jpg) no-repeat;
}

#testimonial-0 {
    top: 0;
    left: 0;
}

#testimonial-1 {
    top: 0;
    left: 70px;
}

#testimonial-2 {
    top: 0;
    right: 0;
}

#testimonial-3 {
    top: 100px;
    left: 35px;
    height: 102px;
}

#testimonial-4 {
    top: 100px;
    left: 105px;
    height: 102px;    
}

#testimonial-5 {
    height: 104px;        
    top: 203px;
    left: 0;
}

#testimonial-6 {
    height: 104px;
    top: 203px;
    left: 70px;
}

#testimonial-7 {
    height: 104px;    
    top: 203px;
    right: 0;
}

#testimonial-8 {
    height: 124px;
    top: 307px;
    left: 35px;
}

#testimonial-9 {
    height: 124px;
    top: 307px;
    left: 105px;
}




.sidebar ul li {
    display: block;
    width: 35px;
    height: 99px;
    position: absolute;
    overflow: hidden;
}

.sidebar ul li.active {
    border-bottom: 1px solid #ddd;    
}

.sidebar ul li * {
    display: none;
}

.javascript .sidebar ul li {
    
    cursor: pointer;
}


#testimonial-viewer {
    display: none;
    width: 775px;
    height: 400px;
    position: relative;
    padding: 1em;
    font-size: 1.3em;
    line-height: 1.3em;
    margin-top: 20px;
    text-align: center;

    
}

#testimonial-viewer .container {
     width: 100%;
     position: absolute;
     top: 50%;
     left: 0;
     background: url(../../images/layout/testimonial-shadow.png) no-repeat bottom center;   
     padding-bottom: 40px;
}


#testimonial-viewer p {
    margin: 0 auto 1.6em auto;
    width: 660px;
}

#testimonial-viewer .cite {
    font-weight: bold;
    color: #fff;
}

#testimonial-viewer .greeting {
    color: #fff;
}

#testimonial-viewer .important {
    font-size: 200%;
    line-height: 150%;
}

#top-quote,
#bottom-quote {
    display: block;
    width: 48px;
    height: 48px;
    position: absolute;
    background: url(../../images/layout/quotes.png) no-repeat;
}

#top-quote {
    top: 0;
    left: 15px;
}

#bottom-quote {
    bottom: 50px;
    right: 15px;
    background-position: left bottom;
}


#more {
    display: block;
    width: 53px;
    height: 18px;
    position: absolute;
    top: 2px;
    right: 120px;
    background: url(../../images/layout/sprites.png) no-repeat 1px -66px;
    z-index: 1000;
    text-indent: -9999px;
}
