@charset "UTF-8";
/* CSS Document */


#quotes blockquote {
	font-size: 1.1em;
	font-family: Arial, Helvetica, sans-serif;
	color: #333333;
	line-height: 125%;
	font-weight: normal;
	padding-left: 3px;
}
#quotes cite {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	font-style: italic;
	color: #476218;
	padding-left: 25px;
	margin-left: 0px;
	float: left;
	padding-top: 25px;
	font-variant: small-caps;
	font-weight: normal;
	line-height: 110%;
}
#quotes {
	width:100%;
}
#quotes td {
	width: 300px;
	height: 400px;
	background-image: url(http://www.compeat.com/customers/images/quotesBg.jpg);
	background-repeat: no-repeat;
	vertical-align: top;
}
#quotes .logo {
	height: 100px;
	width: 300px;
	padding-top:15px;
}

