/*
 *
 *  Bristol Sash Window Company
 *
 */

/*
 *
 *	Standard tag styles
 *
 */

/*
 *
 * 	Main Content Area
 *
 */

.content
{
	width: 985px;
}

/*
 *
 *	Left Column
 *
 */

.content_one
{
	width: 200px;
	margin-top: 5px;
	margin-bottom: 5px;
}

/*
 *
 *	Middle Column
 *
 */

.content_two
{
	background-color: #ffffff;
	width: 785px;
	margin-top: 5px;
	margin-bottom: 5px;
}

/*
 *
 *	Testimonials
 *
 */

.testimonials
{
	clear: both;
	margin-top: 20px;
	margin-bottom: 50px;
}

.testimonials h1
{
	height: 21px;
	background-image: url(../images/titles/customer-testimonials.png);
	background-repeat:no-repeat;
	background-position:top center;
	margin-top: 15px;
	margin-bottom: 0px;
	padding-bottom: 25px;
}

.testimonial
{
	margin-left: auto;
	margin-right: auto;
	width: 600px;
}

.testimonial_body_one
{
	clear: left;
	width: 19px;
	height: 17px;
	margin-top: 30px;
	text-align: left;
	background-image: url(../images/index/quotes-up.png);
	background-repeat:no-repeat;
	background-position:top right;
}

.testimonial_body_two
{
	width: 550px;
	text-align: left;
	font-size: 16px;
	margin-left: 2px;
	margin-top: 45px;
	line-height: 21px;
	margin-bottom: 0px;
	padding-bottom:0px;
}

.testimonial_footer_one
{
	clear: left;
	width: 550px;
	padding-top: 19px;
	padding-left: 19px;
	font-size: 14px;
	font-weight: bold;
	text-align: right;
}

.testimonial_footer_two
{
	width: 17px;
	height: 16px;
	background-image: url(../images/index/quotes-down.png);
	background-repeat:no-repeat;
	background-position:top left;
}


/*
 *
 * End
 *
 */


