/*******************************
 *
 *		   splash.css
 *			Authors: 
 *		   Tom Knowles
 *		 The Roundhouse
 *
 *	This CSS deals with splash page layout and imagery
 */
 
#fwa,
#fwalink
{
	position: absolute;
	top: 0;
	right: 0;	
	width: 100px;
	height: 100px;
}

#fwa
{
	background: url(../images/layout/fwa.png) no-repeat;
}

#fwalink a
{
 	display: block;
	text-indent: -6000px;
	width: 100px;
	height: 100px;
}

/*
IE FIX : I feel unclean... hack to allow IE to render the background .png correctly.

We use /star \star/ to hide the filter from Mac IE 
We use * html to make it IE specific 
.png voodoo by http://www.willhowat.com/knowledge/transparent_png.aspx
*/

/* \*/
* html #fwa {
	background: none;
	float: left;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../images/layout/fwa.png', sizingMethod='scale'); 
}
/* */

a
{
	outline: none;
}

body
{
	background:url(../images/layout/bg_background_splash.jpg) no-repeat left top;
 	background-color: #003366;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #339AC3;
}

h1, h2
{
	display: none;
}

ul
{
	position: absolute;
	left: -8000px;
	top: 228px;
}

li
{
	height: 30px;
	overflow: hidden;
	list-style: none;
	width: 260px;
}

li a
{
	padding-bottom: 30px;
	width: 260px;
	position: absolute;
	font-size: 0px;
	text-decoration: none;
}

li a span
{
	display: none;
}

#credit
{
	position: absolute;
	right: 10px;
	bottom: 10px;
}

#credit a
{
	text-decoration: none;
	font-weight: bold;
	color: #B3CDDC;
}

#credit a:hover
{
	text-decoration: underline;
}
