/**
 * fi site specific style "overrides"
 */
#headercontainer {
	background-image		: url('../img/neutral/fi_header.jpg');
	margin					: 0px;
	padding					: 0px;
	width					: 1000px;
	height					: 180px;
}

div#homepagelink {
	position				: relative;
	float					: left;
	cursor					: pointer;
	left					: 160px;
	top						: 30px;
	width					: 350px;
	height					: 120px;
	opacity					: 0.0;
	filter					: alpha(opacity=0);
	z-index					: 100;
	background-color		: #cccccc;/* need bgcolor; otherwise won't work in IE */ 
}

div#bannerlink1 {
	position				: absolute;
	float					: left;
	cursor					: pointer;
	left					: 60px;
	top						: 37px;
	width					: 95px;
	height					: 37px;
	opacity					: 0.0;
	filter					: alpha(opacity=0);
	z-index					: 101;
	background-color		: #cccccc;/* need bgcolor; otherwise won't work in IE */	
}

/*
a.actionsmenu:hover {
	color					: #000000;	
	text-decoration			: none;
}

a.mainlinktext, a.mainlinktext:visited  {	
	font-family				: Arial, helvetica;
	color					: #000000;	
	text-decoration			: none;		
	text-transform			: uppercase;
	font-size				: 13px;
	line-height				: 160%
}

a.mainlinktextact, a.mainlinktextact:visited  {	
	font-family				: Arial, helvetica;
	color					: #cd005a;	
	text-decoration			: none;		
	text-transform			: uppercase;
	font-size				: 13px;
	line-height				: 160%
}

a.mainlinktext:hover {
	color					: #cd005a;	
	text-decoration			: none;	
}
*/
