@import url("global.css");

#Hero {
	width:801px;
	height:479px;
	background:url(../images/Hero.jpg) no-repeat;
}

#TreatmentsProducts {
	width:801px;
	display:table
}	
	#TreatmentsProducts ul li, #TreatmentsProducts ul li a {
		font:12px Arial, Helvetica, sans-serif;
		color:#0259B0;
		list-style:none;
		line-height:16px;
		text-decoration:none;
	}
	#TreatmentsProducts ul li a:hover {
		text-decoration:underline;
	}
	#TreatmentsProducts ul li ul {
		margin:0 0 0 20px;
	}
	#TreatmentsProducts ul li ul li {
		background:url(../images/BlueArrow.gif) no-repeat 0 3px;
		padding:0 0 0 15px;
	}
#Treatments {
	width:510px;
	float:left;
}
	#Treatments img {
		margin:20px 0 0 70px;
	}
	#Treatments ul {
		margin:10px 0 0 90px;
	}
#Products {
	width:291px;
	float:left;
}
	#Products img {
		margin:20px 0 0 40px;
	}
	#Products ul {
		margin:10px 0 0 60px;
	}
#PhoneNumber {
	margin:40px 0 0 160px;
}
#ContactBox {
	background:url(../images/ContactBox.gif) repeat-y;
	width:687px;
	display:table;
	margin:10px auto 0;
	padding-bottom:20px;
}
	#ContactBox div {
		float:left;
		width:343px;
	}
	#ContactBox .Left p {
		font:16px Arial, Helvetica, sans-serif;
		color:#0259B0;
		line-height:22px;
		padding:30px 10px 0 26px;
	}	
	#ContactBox .Left ul {
		margin:20px 20px 0 60px;
	}
	#ContactBox .Left ul li {
		font:16px Arial, Helvetica, sans-serif;
		color:#0259B0;
		margin-bottom:10px;
		list-style:none;
		background:url(../images/BlueArrow2.gif) no-repeat;
		padding-left:20px;
	}
#ContactBox .Right img {
	margin:30px 0 0 35px;
}
#QuickContact {
	margin:20px 0 0 35px;
}
	#QuickContact input, #QuickContact textarea {
		margin:0 0 3px 0;
		width:198px;
		border:1px solid #999;
		font:12px Arial, Helvetica, sans-serif;
		color:#333;
		padding:2px 0 0 2px;
	}
	#QuickContact input {
		height:18px;
		background:url(../images/InputBG.gif) repeat-x #fff;
	}
	#QuickContact textarea {
		height:58px;
		background:url(../images/TextAreaBG.gif) repeat-x #fff;
	}
	#QuickContact .SubmitBTN {
		background:url(../images/SubmitBTN.gif) no-repeat;
		border:none;
		width:97px;
		height:21px;
		margin:10px 0 0 53px;
	}
#Address {
	text-align:center;
	margin:20px 0 0 0;
}
#FinancingSpecials {
	margin:20px auto 0;
	width:390px;
}
	#FinancingSpecials img {
		margin:20px 0 0 20px;
	}
