@charset "UTF-8";
/* CSS Document */

#clientList {
	overflow:hidden; /* clears the inner float  */
	/*margin: 0 0 0 370px;*/
	z-index:9999;
}

#clientList ul {
    margin: 0px 0 0 0;
   	clear:both;
	width:480px;
}

#clientList ul ul {
    display:none;
}
#clientList li {
   	display:inline;
	}

#clientList a.mainIngredients {
	display:block;
	width:158px;
	height:90px;
    float:left;
	text-indent:-9999em;
    /*margin:0 12px 0 0;*/
	padding: 0 0 0 0;
	color:#686868;
	font-weight:bold;
	text-decoration:none;
	}
	
#clientList a.clOne {
   background:url(../images/clients/clients_americanairlines.jpg) no-repeat;
}

#clientList a.clTwo {
    background:url(../images/clients/clients_ama.jpg) no-repeat;
}

#clientList a.clThree {
	background:url(../images/clients/clients_aol.jpg) no-repeat;
}

#clientList a.clFour {
	background:url(../images/clients/clients_bacardi.jpg) no-repeat;
}

#clientList a.clFive {
	background:url(../images/clients/clients_carolinapanthers.jpg) no-repeat;
}

#clientList a.clSix {
	background:url(../images/clients/clients_casio.jpg) no-repeat;
}

#clientList a.clSeven {
	background:url(../images/clients/clients_cna.jpg) no-repeat;
}

#clientList a.clEight {
	background:url(../images/clients/clients_comverge.jpg) no-repeat;
}

#clientList a.clNine {
	background:url(../images/clients/clients_condenast.jpg) no-repeat;
}

#clientList a.clTen {
	background:url(../images/clients/clients_dell.jpg) no-repeat;
}

#clientList a.clEleven {
	background:url(../images/clients/clients_diamond.jpg) no-repeat;
}

#clientList a.clTwelve {
	background:url(../images/clients/clients_equinox.jpg) no-repeat;
}

#clientList a.clThirteen {
	background:url(../images/clients/clients_foodnetwork.jpg) no-repeat;
}

#clientList a.clFourteen {
	background:url(../images/clients/clients_heineken.jpg) no-repeat;
}

#clientList a.clFifteen {
	background:url(../images/clients/clients_henryschein.jpg) no-repeat;
}

#clientList a.clSixteen {
	background:url(../images/clients/clients_johnson.jpg) no-repeat;
}

#clientList a.clSeventeen {
	background:url(../images/clients/clients_kimberlyclark.jpg) no-repeat;
}

#clientList a.clEighteen {
	background:url(../images/clients/clients_lizclaiborne.jpg) no-repeat;
}

#clientList a.clNineteen {
	background:url(../images/clients/clients_maytag.jpg) no-repeat;
}

#clientList a.clTwenty {
	background:url(../images/clients/clients_mcgrawhill.jpg) no-repeat;
}

#clientList a.clTwentyOne {
	background:url(../images/clients/clients_mercedes.jpg) no-repeat;
}

#clientList a.clTwentyTwo {
	background:url(../images/clients/clients_metlife.jpg) no-repeat;
}

#clientList a.clTwentyThree {
	background:url(../images/clients/clients_myhound.jpg) no-repeat;
}

#clientList a.clTwentyFour {
	background:url(../images/clients/clients_parfums.jpg) no-repeat;
}

#clientList a.clTwentyFive {
	background:url(../images/clients/clients_pearson.jpg) no-repeat;
}

#clientList a.clTwentySix {
	background:url(../images/clients/clients_planetbillard.jpg) no-repeat;
}

#clientList a.clTwentySeven {
	background:url(../images/clients/clients_portauthority.jpg) no-repeat;
}

#clientList a.clTwentyEight {
	background:url(../images/clients/clients_shell.jpg) no-repeat;
}

#clientList a.clTwentyNine {
	background:url(../images/clients/clients_sega.jpg) no-repeat;
}

#clientList a.clThirty {
	background:url(../images/clients/clients_suncom.jpg) no-repeat;
}

#clientList a.clThirtyOne {
	background:url(../images/clients/clients_tena.jpg) no-repeat;
}

#clientList a.clThirtyTwo {
	background:url(../images/clients/clients_verian.jpg) no-repeat;
}

#clientList a.clThirtyThree {
	background:url(../images/clients/clients_virgin.jpg) no-repeat;
}

#clientList a.clThirtyFour {
	background:url(../images/clients/clients_mommycast.jpg) no-repeat;
}

#clientList a.clThirtyFive {
	background:url(../images/clients/clients_nbcu.jpg) no-repeat;
}

#clientList a.clThirtySix {
	background:url(../images/clients/clients_wharton.jpg) no-repeat;
}

#clientList a.aCS {cursor:pointer;}

#clientList a.iaCS {cursor:default;}

#clientList a.tB {border-top:1px solid #d2d4d7;}

#clientList a.rB {border-right:1px solid #d2d4d7;}

#clientList a.bB {border-bottom:1px solid #d2d4d7;}

#clientList a.lB {border-left:1px solid #d2d4d7;}


#clientList a:hover {
    font-weight:bold;
    color:#fff;
	background-position: 0 -90px;
}
/*
#clientList a.currentPage {
	background-position: 0 -35px;
}*/



