@import url('global.css');

/*
Ultra 16
- Work Styles
- Modified: 5/07/2008
*/

#work {
	padding: 35px 0 100px 0;
}
#work h1 {
	font-size: 3.2em;
	color: #464646;
	line-height: 32px;
}
#work div.header {
	width: 100%;
	margin: 0 0 15px 0;
}
#work div.header h1 {
	float: left;
}
#work div.header a.next {
	margin: 8px 0 0 0;
	padding: 1px 21px 1px 0;
	background: url(/img/arrow/blue.large.right.gif) no-repeat right center;
	float: right;
	font-size: 1.8em;
	line-height: 22px;
	color: #00aeef;
}

	#client-list {
		padding: 11px 0 0 0;
		background: url(/img/border/gray.dotted.horizontal.gif) repeat-x 0 0;
	}
	#client-list ul {
		width: 100%;
		margin: 0 0 11px 0;
		padding: 0 0 11px 0;
		list-style: none;
		background: url(/img/border/gray.dotted.horizontal.gif) repeat-x left bottom;
	}
	#client-list ul li {
		width: 190px;
		height: 165px;
		background: url(/img/border/gray.dotted.vertical.gif) repeat-y 0 0;
		float: left;
	}
	#client-list ul li.first {
		background: none;
	}
	#client-list ul li a {
		padding: 0 0 20px 10px;
		display: block;
		font-family: Georgia, "Times New Roman", Times, serif;
		color: #464646;
	}
	#client-list ul li a:hover {
		text-decoration: none;
		color: #00aeef;
	}
	#client-list ul li img {
		margin: 0 0 15px 0;
	}
	#client-list ul li em {
		margin: 0 0 3px 0;
		font-size: 1.1em;
		text-transform: uppercase;
		font-style: normal;
		display: block;
	}
	#client-list ul li strong {
		font-size: 1.6em;
		font-weight: normal;
		display: block;
	}