
.testimonials {
    width: 520px;
    margin-top: 20px;
}

.testimonialWrap {
    width: 100%;
    margin-bottom: 30px;
}

.testimonialWrap .testimonial {
    width: 506px;
}

.testimonialWrap .clientLogoWrap {
    position: relative;
    top: 0;
    float: right;
    width: 100px;
    padding: 0px 10px 0px 10px;
}

.testimonialWrap .clientWrap {
    float: left;
    width: 525px;
}

.testimonialWrap .testimonial {
    padding: 10px;
    border: 1px #dddddd dotted;
    background: #fafafa;
    margin-bottom: 5px;
    font-style: italic;
}

.testimonialWrap .altRow {
    background: #fcfcfc;
}

.clientInnerWrap {
    float: left;
    width: 300px;
}

.testimonialWrap .client {
    padding: 0px 10px 0px 5px;
}

.testimonialWrap .company {
    padding: 0px 10px 5px 5px;
}

.clientWrap .name {
    font-weight: bold;
}

.company a {
    color: #000000;
    text-decoration: none;
    font-weight: normal;
    margin: 0;
    padding: 0;
}

.quoteWrap {
     position: absolute;
     top: 20px;
     left:  600px;
     width: 290px;
}

.quoteWrap .quote {
    width: 210px;
    padding: 20px 40px 20px 40px;
    margin-bottom: 5px;
    background: #fafafa;
}

.quoteWrap .quoter {
    margin: 5px 0px 30px 40px;
    padding: 0;
    color: #999999;
}

.quoter .person {
    font-weight: bold;
}

.quoteWrap .quote .qMark1 {
    position: absolute;
    top: 15px;
    left: 10px;
}

.quoteWrap .quote .qMark2 {
    position: absolute;
    bottom: 15px;
    right: 10px;
}





