/*

	Home Public Styles
	Shred-Tech®, June 2009
	kenzie@famousfolks.ca

*/


/* =Feature ************/

#stage .feature {
	height: 290px;
	overflow: hidden;
	position: relative;
}
#stage .feature a {
	display: block;
	height: 290px;
	overflow: hidden;
	width: 760px;
}
#stage .feature a:hover img {
	margin-top: -290px;
}


/* =Secondary Menu ************/

#stage dl {
	float: left;
	text-transform: uppercase;
}
#stage dl + dl {
	margin-left: 145px;
}
#stage dl dt {
	font-size: 2.1em;
	margin-bottom: .6em;
	padding: 2px;
}
#stage dl dd a {
	background: url(../images/bullet-arrow-medium.png) no-repeat 100% 50%;
	color: #444;
	display: block;
	font-size: 1.2em;
	margin-bottom: .75em;
	padding: 2px 60px 2px 2px;
	text-decoration: none;
}
#stage dl dd a:hover {
	text-decoration: underline;
}
#stage dl dd a:active, #stage dl dd a:focus {
	background: #ccc;
}


/* =Siteinfo ************/

#siteinfo .eu {
	float: right;
	margin: 5px 20px 0;
}
#siteinfo .eu a img {
	padding: 0 0 0 2px;
}