#introduction {
	width: 620px;
	margin: 20px 0px 0px 160px;
}
#content_bottom {
	width: 620px;
	margin: 20px 0px 0px 160px;
	
}
	#content_bottom h2 {
		font-size:1.6em;
		color: #352ea3;
		font-weight:bold;
		line-height:20px;
		margin:0 0 10px 0;
		}
		#content_bottom strong {color:#EC297B;
		font-weight:bold; font-size: 1.1em; }
		#content_bottom .two {
		font-size: 1.4em;
		color:#0083CA;
	}

	#introduction .one {
		font-size: 1.8em;
	}

	#introduction .two{
		font-size: 1.4em;
		
	}
	#introduction .three {
		font-size: 1.4em;
		font-weight: bold;
		border-top:3px double #0083CA;
		border-bottom:3px double #0083CA;
		padding: 5px 0;
		/*color:#0083CA;*/
		color:#EC297B;
	}
	#introduction .three a, #content_bottom .three a{
		
		color:#0083CA;
		
	}
	#content_bottom .two a{
		color:#EC297B;
		
		
	}
	#introduction .three a:hover, #content_bottom .three a:hover{
		
		color:#EC297B;
		
	}
	#content_bottom .two a:hover{
		
		color:#0083CA;
		
	}
	#content_bottom h2 a {color: #352ea3;}

.product {
	width: 240px;
	height: 240px;
	position: relative;
	float: left;
}

	.product a {
		text-decoration: none;
		font-size: 1.2em;
		color: #000;
		display: block;
	}

	.product .image {
		display: block;
		position: absolute;

	}

	.product .title {
		display: block;
		position: absolute;
		top: 184px;
		left: 0px;
	}

	.product .price {
		display: block;
		position: absolute;
		top: 204px;
		left: 0px;
		font-weight: bold;
	}

	.product .button {
		display: block;
		position: absolute;
		top: 221px;
		left: 0px;
		width: 82px;
		height: 20px;
		background: url(images/b-viewproduct.gif) no-repeat top left;
		text-indent: -999em;
	}

#home-kits {
	clear: both;
	margin: 0px 0px 0px 160px;
	height: 340px;
}

	#home-kits h2 {
		text-indent: -999em;
		width: 168px;
		height: 20px;
		background: url(images/t-homekits.gif) no-repeat; 
		margin-bottom: 10px;
	}

	#home-deluxe-kit .image { top: -40px; left: -76px; }
	#home-plus-kit .image { top: 0px; left: -33px; }
	#home-kit .image { top: 0px; left: -56px; }

#supplemental-products {
	clear: both;
	margin: 0px 0px 0px 160px;
	height: 310px;
}

	#supplemental-products h2 {
		text-indent: -999em;
		width: 163px;
		height: 20px;
		background: url(images/t-supplementalproducts.gif) no-repeat;
		margin-bottom: 10px;
	}

	#shampoo .image { top: 5px; left: -25px; }
	#cream .image { top: 4px; left: -26px; }

#prevention {
	clear: both;
	margin: 0px 0px 0px 160px;
	height: 600px;
}
	
	#prevention h2 {
		text-indent: -999em;
		width: 73px;
		height: 20px;
		background: url(images/t-prevention.gif) no-repeat;
		margin-bottom: 10px;
	}

	#prevention p {
		width: 620px;
	}

	#prevention-kit .image { top: 0px; left: 0px; }
	#prevention-oil .image { top: 0px; left: -10px; }
	#repellant-spray .image { top: 0px; left: -10px; }
	#laundry-additive .image { top: 0px; left: -10px; }
	#hand-soap .image { top: 0px; left: -10px; }

#tools {
	clear: both;
	margin: 0px 0px 0px 160px;
	height: 290px;
}

	#tools h2 {
		text-indent: -999em;
		width: 35px;
		height: 20px;
		background: url(images/t-tools.gif) no-repeat;
		margin-bottom: 10px;
	}

	#tweezers .image { top: 0px; left: -10px; }
	#comb .image { top: 0px; left: -20px; }
	#visor .image { top: 0px; left: -20px; }
	
	.col-lft{float: left; width: 33%;}
	.col-mid{float: left; width: 33%;}
	.col-rght{float: left; width: 33%;}
	.col-full {float: left; width: 100%;}
