h2.treatments
{
    display: block;
    margin: 0;
    padding: 19px 0 0 48px;
    width: 183px;
    height: 25px;
    text-indent: -5000px;
    background: url(../images/bar-treatments-green.gif) 48px 19px no-repeat;
}

ul.treatments-nav
{
	list-style: none;
	display: block;
	float: right;
	margin: -22px 25px 0 0;
	padding: 0;
}
	ul.treatments-nav li
	{
		display: block;
		float: left;
		margin: 0 0 0 15px;
		padding: 0 0 0 15px;
		border-left: solid 1px #678713;
	}
	ul.treatments-nav li:first-child
	{
		border: none;
	}
	ul.treatments-nav li a
	{
		color: #465c0c;
		font-weight: bold;
		text-decoration: none;
	}
	ul.treatments-nav li a:hover
	{
		color: #394b0a;
		text-decoration: underline;
	}

ul.three-sections
{
	margin: 10px 0 0 0;
	padding: 0;
	list-style: none;
}
	ul.three-sections li a
	{
		display: block;
		width: 100%;
		height: 100%;
	}
	ul.three-sections li.what-is-chiropody
	{
		margin: 0 20px 0 0;
		padding: 0;
		display: block;
		float: left;
		width: 228px;
		height: 228px;
		text-indent: -5000px;
	}
		ul.three-sections li.what-is-chiropody a
		{
			background: url(/images/box-treatments_what-is-chiropody.jpg) left top no-repeat;
		}
		ul.three-sections li.what-is-chiropody a:hover
		{
			background-position: left bottom;
		}
	ul.three-sections li.diagnose-your-foot-problem
	{
		margin: 0 20px 0 0;
		padding: 0;
		display: block;
		float: left;
		width: 228px;
		height: 228px;
		text-indent: -5000px;
	}
		ul.three-sections li.diagnose-your-foot-problem a
		{
			background: url(/images/box-treatments_diagnose-your-foot-problem.jpg) left top no-repeat;
		}
		ul.three-sections li.diagnose-your-foot-problem a:hover
		{
			background-position: left bottom;
		}
	ul.three-sections li.special-offers
	{
		margin: 0;
		padding: 0;
		display: block;
		float: left;
		width: 228px;
		height: 228px;
		text-indent: -5000px;
	}
		ul.three-sections li.special-offers a
		{
			background: url(/images/box-treatments_register-for-offers.png) left top no-repeat;
		}
		ul.three-sections li.special-offers a:hover
		{
			background-position: left bottom;
		}

ul.treatments_diagnose
{
	list-style: none;
	margin: 20px 0 0 0;
	padding: 0;
	float: left;
}
	ul.treatments_diagnose li
	{
		clear: both;
		margin: 0;
		padding: 0 0 20px 0;
		display: block;
		float: left;
		width: 350px;
	}
		ul.treatments_diagnose li img
		{
			float: left;
			margin: 0 15px 0 0;
		}
		ul.treatments_diagnose li a
		{
			text-decoration: none;
		}
		ul.treatments_diagnose li a span.condition_name
		{
			display: block;
			margin: 0 0 5px 0;
			color: #333;
			font-weight: bold;
		}
		ul.treatments_diagnose li a:hover span.condition_name
		{
			color: #363;
			font-weight: bold;
			text-decoration: underline;
		}
		ul.treatments_diagnose li a span.condition_desc
		{
			color: #333;
			font-weight: normal;
			text-decoration: none;
			display: block;
			float: left;
			width: 220px;
		}
		ul.treatments_diagnose li a:hover span.condition_desc
		{
		}
		
form.special-offers label
{
    display: block;
    float: left;
    width: 8em;
    margin: 0 0 4px 0;
    padding: 0;
    font-weight: bold;
    clear: both;
}
form.special-offers input.text, form.special-offers textarea
{
    width: 50%;
    margin: 0 0 4px 0;
    padding: 2px;
    border: solid 1px #678612;
}
form.special-offers select.text
{
    margin: 0 0 4px 0;
    border: solid 1px #678612;
}
