body#work {
	background-color: #061f33;
}

	
 h2 {
	font-size: 2em;
	font-weight: normal;
	margin: 5px;
	padding: 5px;
	letter-spacing: -1px;
	color: #14a1b7;
	font-family: Georgia, "Times New Roman", Times, serif;
}

 h2 a {
	color: #14a1b7;
}

 h2 a:hover {
	color: #f7c735;
}


p.work-txt {
	position: relative;
	width: 910px;
	color: #ffffff;
	padding: 10px;
	font-size: 1.4em;
	}
	
/* splash
------------------------*/

ul.work {
	margin: 0 auto;
}

ul.work li {
	display: inline;
}

ul.work li a {
	float: left;
	height: 175px;
	display: block;
	overflow: hidden;
	text-indent: -99999px;
	padding: 5px;
}
	ul.work li.work-item-1 a {
		width: 300px; background: url(../images/work/post-production.jpg) no-repeat;
	}
	
	ul.work li.work-item-2 a {
		width: 300px; background: url(../images/work/digital-signage.jpg) no-repeat;
	}
	
	ul.work li.work-item-3 a {
		width: 300px; background: url(../images/work/xtra5-minutes-fade.jpg) no-repeat;
	}
	
	ul.work li.work-item-4 a {
		width: 300px; background: url(../images/work/web-design.jpg) no-repeat;
	}
	
	ul.work li.work-item-5 a {
		width: 300px; background: url(../images/work/identity-design.jpg) no-repeat;
	}
	
	ul.work li.work-item-6 a {
		width: 300px; background: url(../images/work/dvd_cd-dvelopment.jpg) no-repeat;
	}
	
ul.work li a:hover, ul.work li.current_work_item a, ul.work li.current_work_parent a {
	background-position: 0 -180px;
}


