/* CSS Document */

#header	h1	a	{
	background-image: url(../images/clinicalclean.jpg);
	display: block;
	height: 97px;
	overflow: hidden;
	text-indent: -9999px;
	width: 178px;
}

/* main navigation ------------------------------------------ */
#header	.navigation	li	a	{
	background-image: url(../images/navigation-3.gif);
	display: block;
	height: 36px;
	text-indent: -9999px;
}

#header	.navigation	li	a.home	{
	background-position: 0 0;
	width: 52px;
}

		#header	.navigation	li	a.home:hover	{
			background-position: 0 -36px;
		}
		
#header	.navigation	li	a.services	{
	background-position: -52px 0;
	width: 76px;
}

	#header	.navigation	li	a.services:hover	{
		background-position: -52px -36px;
	}

#header	.navigation	li	a.process	{
	background-position: -128px 0;
	width: 87px;
}

	#header	.navigation	li	a.process:hover	{
		background-position: -128px -36px;
	}

#header	.navigation	li	a.about	{
	background-position: -215px 0;
	width: 63px;
}

	#header	.navigation	li	a.about:hover	{
		background-position: -215px -36px;
	}

#header	.navigation	li	a.contact	{
	background-position: -278px 0;
	width: 63px;
}

	#header	.navigation	li	a.contact:hover	{
		background-position: -278px -36px;
	}
/* main navigation ------------------------------------------ */


/* content -------------------------------------------------- */
#content	a:link, 
#content	a:visited	{
	color: #d4131a;
	font-weight: bold;
	text-decoration: underline;
}

#content	a:hover, 
#content	a:active	{
	background-color: #f9e2e2;
	text-decoration: none;
}
/* content -------------------------------------------------- */


/* footer --------------------------------------------------- */
.footer-navigation	li	a:link, 
.footer-navigation	li	a:visited	{
	color: #666;
	text-decoration: underline;
}

.footer-navigation	li	a:hover, 
.footer-navigation	li	a:active	{
	color: #333;
	text-decoration: none;
}

.footer-navigation	a:link, 
.footer-navigation	a:visited	{
	color: #d4131a;
	text-decoration: none;
}

.footer-navigation	a:hover, 
.footer-navigation	a:active	{
	color: #d4131a;
	text-decoration: underline;
}
/* footer --------------------------------------------------- */

