/* CSS for sportingID Homepage */

/* Text Styles */
.mainTable
{
	text-align:center;
}

.textLabel
{
	text-align:center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #FFFFFF;
	letter-spacing: 1px;
}

.copyrightNotice
{
	font-size:8px;
	color: #002032;
	font-family: Arial, Helvetica, sans-serif;
}

.stopPress
{
	font-size:24px;
	color: #ffffff;
	font-family: Arial, Helvetica, sans-serif;
	font-style: italic;
}


/* Links  */
A:link {text-decoration: none; color: #002134;}
A:visited {text-decoration: none; color: #002134;}
A:active {text-decoration: none; color: #002134;}
A:hover {text-decoration: underline; color: #a6b5c3;}

/* Individual Image Holders */
#imageHolder
{
	height:94px;
	width:1000px;
}

#ih1
{
	float:left;
	height:94px;
	width:125px;
}

#ih2
{
	float:left;
	height:94px;
	width:132px;
}

#ih3
{
	float:left;
	height:94px;
	width:123px;
}

#ih4
{
	float:left;
	height:94px;
	width:125px;
}

#ih5
{
	float:left;
	height:94px;
	width:129px;
}

#ih6
{
	float:left;
	height:94px;
	width:126px;
}

#ih7
{
	float:left;
	height:94px;
	width:124px;
}

#ih8
{
	float:left;
	height:94px;
	width:116px;
}

/* Backgrounds */
#topBlock
{
	position:absolute;
	height:240px;
	width:100%;
	background-color:#002032;
}

#middleBlock
{
	position:absolute;
	top:240px;
	right:0px;
	left:0px;
	bottom:0px;
	width:100%;
	background:no-repeat;
	background-position:right;
	background-image:url(../images/bg_gradient1.gif);
}

/* Other Images */
#botlogo
{
	width:100%;
    text-align: center;
	position:relative;
	top:350px;
}
