/*
 *
 *  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;
}

/*
 *
 *	Right Column
 *
 */

.content_two
{
	background-color: #ffffff;
	width: 785px;
	margin-top: 5px;
	margin-bottom: 5px;
}

/*
 *
 *	Introduction
 *
 */

.introduction
{
	clear: both;
	padding: 0px;
	margin-bottom: 50px;
}

.introduction h1
{
	height: 36px;
	background-image: url(../images/titles/draught-proofing.png);
	background-repeat:no-repeat;
	background-position:top center;
	margin-top: 20px;
	margin-bottom: 30px;
	clear: both;

}

.introduction h2
{
	font-size: 15px;
	font-weight:500;
	color: #8C021C;
	text-align:left;
	text-transform:uppercase;
	margin-top: 0px;
	margin-bottom: 20px;
}

.introduction p
{
	font-size: 15px;
	text-align:left;
	line-height: 20px;
	margin-top: 2px;
	maring-bottom: 0px;
	clear:both;
}


/*
 *
 *	Walkthrough
 *
 */

.walkthrough
{
}

.walkthrough_one
{
	width: 435px;
	margin-left: 0px;
	margin-right: 30px;
}

.walkthrough_one h1
{
	font-size: 15px;
	font-weight:500;
	color: #8C021C;
	text-align:left;
	text-transform:uppercase;
	margin-top: 0px;
	margin-bottom: 20px;
}

.walkthrough_one p
{
	font-size: 15px;
	text-align:left;
	line-height: 25px;
	margin-top: 4px;
	margin-bottom: 25px;
	clear:both;
}

.walkthrough_two
{
	width: 320px;
	margin-right: 0px;
}

/*
 *
 *	Walkthrough
 *
 */

.services_diagram
{
	height: 290px;
	padding: 00px;
	margin: 10px 0px;
	border: 1px dashed #000000;
	/*border: 1px solid #C4C5C6;*/
}

.services_diagram p
{
	font-size: 12px;
	color: #8C021C;
	font-weight:500;
	text-align:center;
	line-height: 14px;
	margin-top: 2px;
	margin-bottom: 0px;
	padding-left: 10px;
	clear:both;
}


/*
 *
 * End
 *
 */

