/* Style sheet for the digitalfoundry.org Client List  */
/* Relies on base_style.css to inherit most formatting */

#content {
	background: #ffffff url('../images/clients_background.jpg') no-repeat right bottom;
}

#content ul li {
	list-style: none;
}

#one, #two, #three, #five, #six {
	float: left;
	padding-left: 10px;
	padding-top: 10px;
	margin-top: 11px;
	margin-left: 4px;
	margin-right: 6px;
	width: 129px;
	height: 128px;
}

#one {
	background: #ffffff url('../images/clients/clients_one.gif') no-repeat;
	padding-left: 20px
}

#two { background: url('../images/clients/clients_two.gif') no-repeat; }

#three { background: url('../images/clients/clients_three.gif') no-repeat; }

#five { background: url('../images/clients/clients_four.gif') no-repeat; }

#six { background: url('../images/clients/clients_five.gif') no-repeat; }

#one ul, #two ul, #three ul, #five ul, #six ul {
	padding: 0;
	margin: 0;
}

#one ul li, #two ul li, #three ul li, #five ul li, #six ul li {
	line-height: 14px;
	padding: 0px;
	padding-left: 20px;
	padding-bottom: 0px;
	list-style-image: url('none');
	list-style-type:none;
}