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

#testimonial_wrapper {

}

.testimonial {
	display:none;
}

#testimonial_wrapper h1 {
	width:980px;
	margin:5px 0px 0px 0px;
	padding:5px 0px 0px 10px;
	font-family:'OstrichSansMedium', Arial, Helvetica, sans-serif;
	font-size:110px;
	line-height:125px;
	position:relative;
	z-index:10;
}

#testimonial_list {
	margin:0px;
	padding:0px;
}

.testimonial h3 {
	width:336px;
	margin:0px 0px 0px 0px;
	padding:5px 7px 0px 7px;
	background-image:url(../_images/dark_bg.png);
	background-repeat:repeat;
	color:#40c8f4;
	font-family:'OstrichSansMedium', Arial, Helvetica, sans-serif;
	font-size:45px;
	font-weight:normal;
	text-shadow:0px 2px 3px #091e3c;
	line-height:50px;
	float:left;
}

.testimonial p {
	width:512px;
	margin:0px 0px 0px 4px;
	padding:0px 7px;
	background-image:url(../_images/dark_bg.png);
	background-repeat:repeat;
	color:#FFF;
	font-family:Arial, Helvetica, sans-serif;
	font-size:18px;
	font-weight:lighter;
	line-height:30px;
	float:left;
}