#Container {
	width: 930px;
	margin: auto;
}

#Header {
	
}

	#ContactInfo{
		
	}

		#ContactInfo p{
			float: right;
			clear: right;
			margin-right: 5px;
			margin-top: 8px;
			margin-bottom: 0px;
			font-size: 20px;
			font-family: 'Times New Roman';
			line-height: 1;
		}

		#ContactInfo a{
			color: #015353;
			font-weight: normal;
		}

		#ContactInfo a:hover{
			color: #3F3F3F;
		}

#Navigation {
	margin-top: 15px;
}

	#Navigation .selected{
		background-color:#FFF8A5;
		color:#015353;
	}

	#Navigation ul{
		
	}

	#Navigation li{
		margin: 0px 0px 1px 0px;
	}

	#Navigation a{
		display: block;
		height: 22px;
		width: 173px;
		background-color: #015353;
		color: #ffffff;
		padding-left: 5px;
		text-decoration: none;
		font-family: 'Times New Roman';
		font-size: 15px;
		font-weight: normal;
	}

	#Navigation a .selected{
		background-color: #fff8a5;
		color: #015353;
	}

	#Navigation a:hover{
		background-color: #fff8a5;
		color: #015353;
	}

#TopTrim {
	height: 12px;
	width: 100%;
	background-color: #015353;
}

#YellowLogo {
	height: 77px;
	width: 931px;
	background: url(/images/logo-header.gif);
}

#Logo {
	padding: 10px;
	float: left;
}

#ContactInfo{
	float: right;
}

#ColumnOne{
	clear: left;
	float: left;
	width: 185px;
}

	#ServiceFeatures{
		background: url(/images/service-features-bg.jpg);
		width: 178px;
		height: 117px;
		margin-top: 3px;
	}

		#ServiceFeatures li{
			color: #ffffff;
			font-family: 'Times New Roman';
			font-size: 15px;
			font-weight: bold;
			margin-left: 8px;
			margin-top: 
			line-height: 1.8em;
		}

		#ServiceFeatures img{
			vertical-align: text-top;
		}

.divider{
	margin: 5px 0px;
}

#Main{
	float: left;
	width: 740px;
	margin-top: 15px;
}


.price{
	color: #015353;
}

.price-label{
	color: #3F3F3F;
}


	#Main h2{
		font-family: 'Times New Roman';
		margin-bottom: 5px;
	}

	#Main .intro-text{
		margin-bottom: 0px;
	}

	#HighlightBox{
		background: url(/images/home-highlight-box.jpg);
		height: 72px;
		width: 736px;
	}

	#HighlightBox p{
		font-size: 28px;
		font-family: 'Times New Roman';
		line-height: 1.2;
		margin: 0;
		padding: 2px 5px;
	}

	#HighlightBox a{
		color: #015353;
		margin-left: 10px;
	}

	#HighlightBox a:hover{
		color: #3F3F3F;
	}

	#HighlightBox .small{
		font-size: 22px;
		font-weight: bold;
	}

	#ProductsHome{
		color: #ffffff;
		width: 740px;
		clear: left;
	}

	.productHomeBox{
		float: left;
		margin: 6px 3px 10px;
		height: 228px;
		text-align: center;
	}

		.productHomeBox p{
			margin: 0px;
		}

	.productHomeBox h4 a{
		font-family: 'Times New Roman';
		font-weight: normal;
		font-size: 18px;
		margin: 0px;
		margin-left: 2px;
		color: #ffffff;
	}

	.productHomeBoxTop{
		background: url(/images/product-box-home-top.jpg);
		width: 170px;
		height: 78px;
		padding-left: 4px;
		padding-right: 4px;
		padding-top: 2px;
		text-align: left;
	}

	.productHomeBoxTop p{
		line-height: 1em;
		margin-left: 2px;
		margin-top: 2px;
	}

	.productHomeBoxTop p a{
		color: #ffffff;
		font-weight: normal;
	}

	.productHomeBoxBottom{
		background: url(/images/product-box-home-bottom.jpg);
		width: 178px;
		height: 50px;
		text-align: left;
	}

	.productHomeBoxBottom p{
		padding-left: 4px;
		padding-top: 2px;
		line-height: 1.2em;
		font-size: 1em;
	}

	.productHomeBox img{
		height: 108px;
	}

#Footer{
	width: 740px;
}

#Footer p{
	float: left;
	font-family: 'Times News Roman';
	font-size: 1em;
	margin-right: 25px;
}

#Footer a{
	font-family: 'Times New Roman';
	font-weight: normal;
	color: #015353;
}

#Footer a:hover{
	color: #3F3F3F;
}

#Footer .divider{
	padding-top: 20px;
}


/* Category Page */
.featuredProduct {
	background: url(/images/featured-product-box.jpg);
	color: #ffffff;
	width: 364px;
	height: 152px;
	float: left;
	margin-right: 6px;
	margin-bottom: 4px;
}

	.featuredProduct h4{
		margin-left: 5px;
		padding: 9px 0px;
		font-family: 'Times New Roman';
		font-size: 20px;
		font-weight: normal;
	}

	.featuredProduct img{
		float: left;
		margin-left: 5px;
		height: 108px;
	}

	.featuredProduct p{
		float: left;
		margin-left: 5px;
		margin-top: 2px;
		width: 170px;
		font-size: 1em;
	}

.subCategoryWindow{
	clear: left;
}

.subCategoryWindow h3{
	font-family: 'Times New Roman';
	font-size: 20px;
	font-weight: normal;
	color: #3f3f3f;
}

#TelNumber {
	background: url(/images/tel-number-box.jpg);
	width: 364px;
	height: 152px;
	float: left;
	margin-bottom: 4px;
}

	#TelNumber p{
		text-align: center;
		font-family: 'Times New Roman';
		font-weight: bold;
		margin: 0px;
		line-height: 1em;
		margin-top: 20px;
	}

	#TelNumber #Title{
		font-size: 25px;
	}

	#TelNumber #Number{
		font-size: 50px;
	}

.categoryProductBox{
	width: 178px;
	margin: 3px 2px;
	float: left;
	text-align: center;
}

.categoryProductBox img{
	height: 108px;
}

.categoryProductBottom{
	background-color: #E6E7E8;
	height: 65px;
}

.categoryProductBottom p{
	line-height: 1.5em;
	margin-top: 0px;
	padding: 5px 12px;
	font-size: 1em;
	color: #3f3f3f;
	text-align: left;
}

/* Product Page */

#Product{
	margin-top: 10px;
	min-height: 555px;
}

#ProductGallery{
	float: left;
	width: 364px;
}

#ProductDescription{
	float: left;
	margin-left: 8px;
	width: 358px;
}

	#ProductDescription h4{
		color: #3F3F3F;
		font-family: 'Times New Roman';
		font-size: 19px;
		font-weight: normal;
	}

	#ProductDescription p{
		line-height: 1.2em;
	}

	#ProductGalleryThumbnails img{
		margin-top: 5px;
		margin-right: 5px;
	}

	#ProductGalleryThumbnails a{
		text-decoration: none;
	}

	#CallbackRequest{
		background: url(/images/callback-request-bg.png);
		width: 158px;
		height: 26px;
		padding: 7px 7px 5px;
	}

		#CallbackRequest a{
			color: #ffffff;
			font-weight: normal;
		}

