div#inner_wrapper {
	background: #D15C62 url(../images/clients_served/background.jpg) no-repeat;
}

div#main {
	padding-top: 42px;
}

div#content {
	width: 646px;
	padding-top: 48px;
	padding-left: 30px;
}

ul#floating {
	padding-top:7px;
	padding-left:3px;
	float: left;
}

ul#floating li {
	width: 369px;
	float: left;
	clear: left;
}

ul#floating a {
	display: block;
	width: 100%;
	height: 100%;
	background-image: url(../images/clients_served/floating.jpg);
	background-repeat: no-repeat;
}

ul#floating span {
	display: none;
}

li#independent_sales_representative {
	height: 29px;
}

li#distributor {
	height: 26px;
}

li#corporate_programs {
	height: 31px;
/*	margin-top: 0 !important;
	margin-top: -3px;*/
}

li#independent_sales_representative a {
	background-position: 0 0;
}

li#independent_sales_representative a:hover {
	background-position: 0 -86px;
}

li#distributor a {
	background-position: 0 -29px;
}

li#distributor a:hover {
	background-position: 0 -115px;
}

li#corporate_programs a {
	background-position: 0 -55px;
}

li#corporate_programs a:hover {
	background-position: 0 -141px;
}

