@charset "UTF-8";
#home_main_well{
	float: left;
	width: 765px;
	background-color: #000000;
	background-image: url(images/home/main_bkg_f01.jpg);
	background-repeat: none;
	height: 472px;
}

.home_page_nav{
	padding: 195px 0 0 30px;
	
}

.home_page_nav li{
	display: inline;
}

.logo_fade {
		position:relative;
		display:block;
		height: 70px;
		width: 90px;
		background:url(images/home/brand.gif) 0 0 no-repeat;
		float: left;
}
	
.logo_fade * {
	  display: none;
}
	
.logo_fade span.hover {
		position: absolute;
		top: 0;
		left: 0;
		display: block;
		height: 70px;
		width: 90px;
		background:url(images/home/brand.gif) 0 -70px no-repeat;
}

.online_ad_fade {
		position:relative;
		display:block;
		height: 70px;
		width: 90px;
		background:url(images/home/online_ads.gif) 0 0px no-repeat;
		float: left;
}
	
.online_ad_fade * {
	  display: none;
}
	
.online_ad_fade span.hover {
		position: absolute;
		top: 0;
		left: 0;
		display: block;
		height: 70px;
		width: 90px;
		background:url(images/home/online_ads.gif) 0 -70px no-repeat;
}


.print_ad_fade {
		position:relative;
		display:block;
		height: 70px;
		width: 90px;
		background:url(images/home/print_ads.gif) 0 0px no-repeat;
		float: left;
}
	
.print_ad_fade * {
	  display: none;
}
	
.print_ad_fade span.hover {
		position: absolute;
		top: 0;
		left: 0;
		display: block;
		height: 70px;
		width: 90px;
		background:url(images/home/print_ads.gif) 0 -70px no-repeat;
}


.website_fade {
		position:relative;
		display:block;
		height: 70px;
		width: 90px;
		background:url(images/home/website_design.gif) 0 0px no-repeat;
		float: left;
}
	
.website_fade * {
	  display: none;
}
	
.website_fade span.hover {
		position: absolute;
		top: 0;
		left: 0;
		display: block;
		height: 70px;
		width: 90px;
		background:url(images/home/website_design.gif) 0 -70px no-repeat;
}

