/**
 * Homepage Style
 *
 * @version 0.1
 * @package xhtml-css
 * @author Trevor Morris / The Design Frontier
 * @copyright 2008 by the author
 */

#container .clients {
	min-height: 484px;
}

#our-clients {
	overflow: hidden; clear: left;
	padding: 30px 0 0;
	width: 420px;
}
#our-clients ul {
	float: left; overflow: hidden;
	width: 420px;
}
	#our-clients ul li {
		float: left;
		padding: 0; margin: 0 4px 4px 0;
		background: none;
	}
	#our-clients ul li:last-child,
	#our-clients ul li.l {
		margin-right: 0;
	}
		#our-clients ul li a {
			display: block;
			border: 2px solid transparent; _border-color: #fff;
		}
		#our-clients ul li a:focus,
		#our-clients ul li a:hover,
		#our-clients ul li a:active {
			border-color: #ddd;
		}
		#our-clients ul li.active a {
			border-color: #666;
		}
		#our-clients ul li img {
			margin: 0;
		}
	#our-clients p#client-name {
		clear: left;
		font-size: 18px;
		text-align: center;
	}

#client-information {
	position: absolute; top: 22px; right: 25px;
	width: 460px; height: 480px;
}
	#content #client-information #image-rotate,
	#content #client-information img {
		position: relative; top: 0; left: 0;
	}
#client-description {
	position: absolute; bottom: 15px;
	padding: 15px 25px 15px;
	background: url(../img/client.bg.repeat.png) repeat-y 0 0;
}
	#client-description h2 {
		display: none;
	}
	#client-description h3 {
		color: #fff;
		margin-bottom: 5px;
	}
	#client-description p {
		margin: 0;
		color: #fff; font-size: 11px; line-height: 18px;
	}