@charset "utf-8";
/* CSS Document */

#banner {
	height: 300px;
}

.testimonialsInfoBarElipse {
	background-image: url(../images/testimonials/info_bar_header_testimonials.png);
	background-repeat: no-repeat;
	height: 57px;
	width: 940px;
}

.testimonialBlock {
	min-height: 380px;
	padding-top: 10px;
	padding-bottom: 10px;
}

.lastTestimonialBlock {
	padding-top: 10px;
	padding-bottom: 5px;
}

.firstTestimonialBorder {
	background-image: url(../images/testimonials/testimonial_border2.png);
	background-repeat: no-repeat;
	background-position: 11px 5px;
}

.testimonialBorder {
	background-image: url(../images/testimonials/testimonial_border2.png);
	background-repeat: no-repeat;
	background-position: 11px 5px;
}

.testimonialBlock img, .lastTestimonialBlock img {
	margin-left: 16px;
}

.testimonialBlock h3 + p, .lastTestimonialBlock h3 + p {
	margin-left: 0;
}

.testimonialBlock p, .lastTestimonialBlock p {
	margin-top: 20px;
	margin-left: 0;
}

.testimonialBlock h3, .lastTestimonialBlock h3 {
	display: inline;
	font-weight: normal;
	font-size: 16px;
	color: #fff;
	line-height: 1.7;
}