@charset "UTF-8";
/* CSS Document */

a.home {
	float: left;
	text-indent: -99999px;
}
a.home {
	height: 91px;
	width: 65px;
	background-image: url(home.jpg);
	background-repeat: no-repeat;
	background-position: 0 0;
}
a.home:hover,.scroller a.home:active {
	background-image: url(home.jpg);
	background-repeat: no-repeat;
	background-position: 0 -91px;
}

a.services {
	float: left;
	text-indent: -99999px;
}
a.services {
	height: 91px;
	width: 73px;
	background-image: url(services.jpg);
	background-repeat: no-repeat;
	background-position: 0 0;
}
a.services:hover,.scroller a.services:active {
	background-image: url(services.jpg);
	background-repeat: no-repeat;
	background-position: 0 -91px;
}
a.portfolio {
	float: left;
	text-indent: -99999px;
}
a.portfolio {
	height: 91px;
	width: 79px;
	background-image: url(portfolio.jpg);
	background-repeat: no-repeat;
	background-position: 0 0;
}
a.portfolio:hover,.scroller a.portfolio:active {
	background-image: url(portfolio.jpg);
	background-repeat: no-repeat;
	background-position: 0 -91px;
}
a.gb {
	float: left;
	text-indent: -99999px;
}
a.gb {
	height: 91px;
	width: 110px;
	background-image: url(goodbusiness.jpg);
	background-repeat: no-repeat;
	background-position: 0 0;
}
a.gb:hover,.scroller a.gb:active {
	background-image: url(goodbusiness.jpg);
	background-repeat: no-repeat;
	background-position: 0 -91px;
}
a.news {
	float: left;
	text-indent: -99999px;
}
a.news {
	height: 91px;
	width: 57px;
	background-image: url(news.jpg);
	background-repeat: no-repeat;
	background-position: 0 0;
}
a.news:hover,.scroller a.news:active {
	background-image: url(news.jpg);
	background-repeat: no-repeat;
	background-position: 0 -91px;
}

a.about {
	float: left;
	text-indent: -99999px;
}
a.about {
	height: 91px;
	width: 79px;
	background-image: url(about.jpg);
	background-repeat: no-repeat;
	background-position: 0 0;
}
a.about:hover,.scroller a.about:active {
	background-image: url(about.jpg);
	background-repeat: no-repeat;
	background-position: 0 -91px;
}

a.contact {
	float: left;
	text-indent: -99999px;
}
a.contact {
	height: 91px;
	width: 114px;
	background-image: url(contact.jpg);
	background-repeat: no-repeat;
	background-position: 0 0;
}
a.contact:hover,.scroller a.contact:active {
	background-image: url(contact.jpg);
	background-repeat: no-repeat;
	background-position: 0 -91px;
}
