#highlights
{
	height: 420px;
	background: url(../img/line2.png) bottom no-repeat;
}

#highlights ul
{
	margin: 0;
	padding: 0;

	width: 310px;
	height: 411px;
	background: url(../img/highlights-background.jpg) -22px no-repeat;
	padding-left: 420px;
}

#highlights ul li
{
	margin: 0 0 12px 0;
	padding: 0;
	list-style: none;
	height: 128px;
	width: 300px;
	display: block;
}

#highlights ul li a:link, #highlights ul li a:visited
{
	width: 300px;
	height: 128px;
	display: block;
	position: relative;
	text-decoration: none;
	color: #9d9b8c;
}

#highlights ul li a:hover, #highlights ul li a:active
{
	text-decoration: none;
	color: #b5b3a8;
}

#highlights ul li a span, #highlights ul li a span
{
	margin-left: 128px;
	position: absolute;
	bottom: 24px;
	font-size: 24pt;
	font-family: Garamond;
}

#highlights ul li a.page-kitchen
{
	background: url(../img/highlights-kitchen.png) no-repeat;
}

#highlights ul li a.page-kitchen span
{
	background: url(../img/heading-kitchen.png) no-repeat;
	text-indent: -10000px;
	width: 62px;
	height: 26px;
	display: block;
}

#highlights ul li a.page-bath
{
	background: url(../img/highlights-bath.png) no-repeat;
}

#highlights ul li a.page-bath span
{
	background: url(../img/heading-bath.png) no-repeat;
	text-indent: -10000px;
	width: 40px;
	height: 26px;
	display: block;
}

#highlights ul li a.page-special-projects
{
	background: url(../img/highlights-special-projects.png) no-repeat;
}

#highlights ul li a.page-special-projects span
{
	background: url(../img/heading-special-projects.png) no-repeat;
	text-indent: -10000px;
	width: 133px;
	height: 26px;
	display: block;
}

