/*
 *
 *  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;
}

/*
 *
 *	Services
 *
 */

.services
{
	clear: both;
	margin-top: 20px;
	margin-bottom: 50px;
}

.services h1
{
	height: 30px;
	background-image: url(../images/titles/services.png);
	background-repeat:no-repeat;
	background-position:top center;
	margin-bottom: 0px;
	padding-bottom: 20px;
}

.services h2
{
	letter-spacing:1px;
	font-size: 14px;
	font-weight:500;
	text-align:left;
	text-transform:uppercase;
	margin-top: 30px;
	margin-bottom: 7px;
	color: #8C021C;
}

.services p
{
	font-size: 12px;
	text-align:left;
	line-height: 16px;
	margin-top: 2px;
	margin-bottom: 0px;
}

.services a
{
	font-size: 12px;
	text-align:left;
	line-height: 16px;
	margin-top: 2px;
	margin-bottom: 0px;
	color: #8C021C;
	text-decoration: none;
}

.services a:hover
{
	font-weight: 600;
}

/*
 *
 * End
 *
 */

