/* © RESEN */
/* Section Stylesheet: Clientele
------------------------------------------------------------------------------- */


/* STRUCTURAL CONTAINERS
------------------------------------------------------------------------------- */


	#main.full {
	
		width: 100%;
		margin: 0;
	
		}


/* CLIENTELE LIST
------------------------------------------------------------------------------- */


	#clientele {
	
		float: left;
		width: 100%;
	
		}
		
	#clientele h3 {
	
		background-image: url('../images/headings/h3-theclientele.png');
	
		}
		
	#clientele ul.content {
	
		float: left;
		width: 100%;
		background: url('../images/layout/bg-clientele.png') center top repeat-y;
	
		}
		
	#clientele li {
	
		float: left;
		width: 30%;
		margin-right: 3%;
		white-space: nowrap;
		overflow: hidden;
		text-overflow: ellipsis;
	
		}