/* CSS Document */

#clients {
	margin-left: 10px;
	margin-right: 10px;
	padding-top: 0;
	margin-top: 20px;
	margin-bottom: 30px;
	clear: both;
	display: block;
}
#clients ul {
	position: relative;
	left: 0px;
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	list-style-image: none;
}
#clients ul li {
	float: left;
	margin: 10px;
}
#clients ul li a {
	border:1px solid #FF5A08;
	background-color: #CCC;
	padding: 2px;
	width: 150px;
	height: 100px;
	display: block;
	float: left;
}
#clients ul li a:hover {
	border:1px solid #FFF;
	background-color: #FF5A08;
	padding: 2px;
	}
	#clients ul li a.clients-1 {
		background: url(../images/sascu.jpg) no-repeat center;
	}
	#clients ul li a.clients-1:hover {
		background: url(../images/sascu_hover.jpg) no-repeat center;
	}
	#clients ul li a.clients-2 {
		background: url(../images/caravan.jpg) no-repeat center;
	}
	#clients ul li a.clients-2:hover {
		background: url(../images/caravan_hover.jpg) no-repeat center;
	}
	#clients ul li a.clients-3 {
		background: url(../images/otto.jpg) no-repeat center;
	}
	#clients ul li a.clients-3:hover {
		background: url(../images/otto_hover.jpg) no-repeat center;
	}
	#clients ul li a.clients-4 {
		background: url(../images/edc.jpg) no-repeat center;
	}
	#clients ul li a.clients-4:hover {
		background: url(../images/edc_hover.jpg) no-repeat center;
	}
	#clients ul li a.clients-5 {
		background: url(../images/gardenade.jpg) no-repeat center;
	}
	#clients ul li a.clients-5:hover {
		background: url(../images/gardenade_hover.jpg) no-repeat center;
	}
	#clients ul li a.clients-6 {
		background: url(../images/dean.jpg) no-repeat center;
	}
	#clients ul li a.clients-6:hover {
		background: url(../images/dean_hover.jpg) no-repeat center;
	}
	#clients ul li a.clients-7 {
		background: url(../images/sdac.jpg) no-repeat center;
	}
	#clients ul li a.clients-7:hover {
		background: url(../images/sdac_hover.jpg) no-repeat center;
	}
	#clients ul li a.clients-8 {
		background: url(../images/shuswap_business.jpg) no-repeat center;
	}
	#clients ul li a.clients-8:hover {
		background: url(../images/shuswap_business_hover.jpg) no-repeat center;
	}
	#clients ul li a.clients-9 {
		background: url(../images/promowest.jpg) no-repeat center;
	}
	#clients ul li a.clients-9:hover {
		background: url(../images/promowest_hover.jpg) no-repeat center;
	}
	#clients ul li a.clients-10 {
		background: url(../images/askews.jpg) no-repeat center;
	}
	#clients ul li a.clients-10:hover {
		background: url(../images/askews_hover.jpg) no-repeat center;
	}
	#clients ul li a.clients-11 {
		background: url(../images/shuswap_film.jpg) no-repeat center;
	}
	#clients ul li a.clients-11:hover {
		background: url(../images/shuswap_film_hover.jpg) no-repeat center;
	}
	#clients ul li a.clients-12 {
		background: url(../images/kudos.jpg) no-repeat center;
	}
	#clients ul li a.clients-12:hover {
		background: url(../images/kudos_hover.jpg) no-repeat center;
	}
	#clients ul li a.clients-13 {
		background: url(../images/james.jpg) no-repeat center;
	}
	#clients ul li a.clients-13:hover {
		background: url(../images/james.jpg) no-repeat center;
	}
	#clients ul li a.clients-14 {
		background: url(../images/piccadilly.jpg) no-repeat center;
	}
	#clients ul li a.clients-14:hover {
		background: url(../images/piccadilly_hover.jpg) no-repeat center;
	}
	#clients ul li a.clients-15 {
		background: url(../images/acoustic.jpg) no-repeat center;
	}
	#clients ul li a.clients-15:hover {
		background: url(../images/acoustic_hover.jpg) no-repeat center;
	}
	#clients ul li a.clients-16 {
		background: url(../images/ladybug.jpg) no-repeat center;
	}
	#clients ul li a.clients-16:hover {
		background: url(../images/ladybug_hover.jpg) no-repeat center;
	}


