/*
    TESTIMONIALS
--------------------------------------------------------------- */

.testimonialtable {
	padding: 25px 25px 6px 35px;
	margin: 0;
	left: 100px;
}
.testimonial {
 background: #fff url(/images/testimonials/testimonial_bg.jpg) repeat-x left top;
 padding: 25px 25px 6px 35px;
 margin: 0;
}

.testimonial p {
 font-family: Lucida Grande, Verdana, Sans-serif;
 font-size: 11px;
 color: #333; 
}

.testimonial .indent {
 text-indent: 22px;
}

.testimonial_small {
 background: #fff url(/images/testimonials/testimonial_bg_small.jpg) repeat-x left top;
 padding: 25px 25px 6px 35px;
 margin: 0;
}

.testimonial_small p {
 font-family: Lucida Grande, Verdana, Sans-serif;
 font-size: 11px;
 color: #333; 
}

.testimonial_small .remark {
	text-indent: 22px;
	font-weight: normal;
	font-style: normal;
}

.testimonial_small .author {
	font-weight: normal;
	background-position: top;
}

.testimonial_blurb {
 margin-left:  20px;
}

.testimonial_tiny {
 width: 180px;
 background: #fff url(/images/testimonials/bigquote.gif) no-repeat left top;
 border-top: 1px solid #C3CCFF;
 border-bottom: 1px solid #C3CCFF;
 padding: 5px 0 0 30px;
 margin: 0;
}

.testimonial_tiny p {
 font-family: Lucida Grande, Verdana, Sans-serif;
 font-size: 11px;
 color: #333; 
}
