@charset "ISO-8859-1";
/* (END) */

/* Testimonial Style #4 */
/* (START) */
div.testimonial4 {
	padding: 10px;
	width: 400px;
	display: block;
	margin: 10px auto;
	border: 1px dotted #ccc;
	text-align: center;
	background: #eee;
}
div.testimonial4 p {
	font-size: 14px;
	color: #666;
	font-weight: bold;
	font-family: arial, sans-serif;
}
div.testimonial4 strong {
	display: block;
	text-align: center;
	font-size: 13px;
	font-weight: normal;
	color: #777;
	font-family: verdana, sans-serif;
}
div.testimonial4 em {
	
	margin: 10px auto;
	border: 1px dotted #ccc;
	text-align: center;
	background: #eee;
}
/* Footer Style #1 */
/* (START) */
div.footer-style1 {
	padding: 10px
}
div.footer-style1 p {
	padding: 10px 0;
	
}
div.footer-style1 h3.signature {
	font-family: georgia, serif;
	font-size: 18px;
	color: #2072c6;
	font-weight: lighter;
	font-style: italic;
	padding-bottom: 10px;
}
/* (END) */

/* Testimonial Style #7 */
/* (START) */
div.testimonial7 {
	padding: 10px;
	width: 500px;
	display: block;
	margin: 10px auto;
	padding-left: 50px;
	background: url(../images/gray-testimonial.gif) no-repeat left top;
	border: 1px dotted #ccc;
}
div.testimonial7 p {
	font-size: 14px;
	color: #777;
	font-family: verdana, sans-serif;
}
div.testimonial7 p em {
	background: #faf5a9;
	font-weight: bold;
	font-style: normal;
	padding: 5px;
}
div.testimonial7 strong {
	display: block;
	font-size: 13px;
	color: #777;
	font-family: verdana, sans-serif;
}
