@charset "utf-8";
/* CSS Document */

	
div#middle_sec div.section{
		background:url(../../images/testimonials_bg.gif) repeat-x #f1f0f0;
		border: solid 1px #dddddd;
		padding:10px 15px 10px 10px;
		margin-bottom:5px;
		
		
		}
div.section .div_img{
		float:left;
		padding-right:10px;
		width:75px
		}
div.section div.details{
		background:url(../../images/testimonials_quotation.gif) no-repeat top left;
		float:right;
		width:395px;
		
		}
div#middle_sec div.section div.details p{
		text-indent:25px;
		margin:0px;
		padding:0px;
		
		
		}
div.section h1{
		color:#858585;
		font-size:1.4em;
		font-weight:bold;
		margin:0px;
		padding:0px;
		padding-top:10px;
		
		}
		
div.section a{
		color:#c4091d;
		font-size:1.0em;
		font-weight:bold;
		
		}
		
div.section a:hover{
		color:#858585;
		 text-decoration:none
		}
		
