/* Testimonials CSS Document */



/***** testmonial Styles *****/

#testimonials {
	float:left;
	width:644px;
}
.testimonial {
	position: relative;
	overflow: hidden;
}

.testm1, .testm2 {
	padding: 16px 12px 0px 40px;
	/*height: 100%;*/
}
.testm1 {
	background-image: url(../images/bg_testm1.gif);
}
.testm2 {
	background-image: url(../images/bg_testm2.gif);
}
.testmheading h3 {
	padding: 0 0 0 30px;
	margin: 0 0 10px 0;
	background-image: url(../images/arrow_gray.gif);
	background-repeat: no-repeat;
	background-position: 6px center; 
}
.testmitem {
	float:left;
	width: 411px;
}

#testimonials .single .testmitem {
	min-height:265px;
	height:auto !important;
	height:265px;
}

.testmitem p {
	margin: 0px;
	padding: 10px 0 10px 0;
}
.testmimage {
	float:right;
	width: 132px;
	height: 124px;
	text-align:center;
}
.testmhr {
	padding: 0 12px 0 0;
	height:5px;
	clear: both;
	font-size:1px;
	background-color: #FFFFFF;
}
.testmhr-l {
	float:left;
		clear: both;
	font-size:1px;
	background-image: url(../images/hr_whitedash.gif);
	background-repeat: repeat-x;
	width: 408px;
	height: 2px;
		overflow: hidden;
}
.testmhr-r {
	float:right;
		clear: both;
	font-size:1px;
	background-image: url(../images/hr_graydash.gif);
	background-repeat: repeat-x;
	width: 132px;
	height: 2px;
		overflow: hidden;
}
.testmlinks {
	display: inline;
	float:right;
	clear:both;
	width: 132px;
	text-align:left;
	margin: 10px 0 0 0;
	min-height:27px;
	height:auto !important;
	height:27px;
}

.testmlinks a {
	display: block;
	margin: 0 0 10px 0;
}