/*
	Format.css
	Copyright 2010 Avalanche Creative
	
	@job:	FIA Sports Management
	@loc:	styles.screen/
	@desc:	Primary Formatting. Where everything happens.
			Miscellanious, unspecific or last-minute formatting
			rules can be appended here.
*/

@import url("common.css");
@import url("structure.css");
@import url("nav.css");
@import url("templates.css");


#flashnav{
	position: absolute;
	left: 9px;
	top: 63px;
	z-index: 80;
}

#logo{
	z-index: 200;
}

.column_l{
	width: 320px;
	margin-right: 50px;
	float: left;
	position: relative;
}
.column_r{
	width: 320px;
	float: left;
	position: relative;
}

.wpcf7{
	width: 671px;
	height: 375px;
	display: block;
	position: relative;
}

.audiolink{
	display: block;
	width: 80px;
	float: left;
}
	.audiolink em{
		display: block;
		background: url("../img/speaker.png") no-repeat 0px 0px;
		width: 64px;
		height: 64px;
		overflow: hidden;
		margin: 0px auto;
	}
	
	.audiolink span{
		display: block;
		padding-left: 1.3em;
		font-weight: bold;
	}
	
	.audiolink:hover em{
		background-position: 0px -64px;
	}