/* CSS Styles just for the home page */

#homeLogo
{
	width:				263px;
	height:				108px;
	background-image:	url( '/images/home/homeLogo.gif' );
}

#homeAboutMe, #homePortfolio, #homeContact, #homeClientLogin
{
	height:				80px;
	height:				108px;
	cursor:				pointer;
}

#homeAboutMe
{
	background-image:	url( '/images/home/homeAboutMe.gif' );
	width:				139px;
}
#homeAboutMe:hover
{
	background-image:	url( '/images/home/homeAboutMe-over.gif' );
}

#homePortfolio
{
	background-image:	url( '/images/home/homePortfolio.gif' );
	width:				133px;
}

#homePortfolio:hover
{
	background-image:	url( '/images/home/homePortfolio-over.gif' );
}

#homeContact
{
	background-image:	url( '/images/home/homeContact.gif' );
	width:				139px;
}

#homeContact:hover
{
	background-image:	url( '/images/home/homeContact-over.gif' );
}

#homeClientLogin
{
	border-right-width:	0px;
	background-image:	url( '/images/home/homeClientLogin.gif' );
	width:				182px;
}

#homeClientLogin:hover
{
	background-image:	url( '/images/home/homeClientLogin-over.gif' );
}

#homeTop
{
	background-image:	url( '/images/home/top.gif' );
	width:				856px;
	margin-top:			60px;
	height:				32px;
	border:				solid 0px;
}
#homeMainImage
{
	width:				856px;
	border:				solid 0px;
	height:				0px;
	background-image: url( '/images/home/index_2.jpg' );
}