/*************************************************************************
*   
*   Splash Stylesheet
*
*   Copyright 2004-2008, HWebSystems
*   www.hwebsystems.com
* 
*************************************************************************/

/*--------------------------------------------------------------------------
Generic
--------------------------------------------------------------------------*/

html, body {
	font-family: Tahoma, Verdana, Arial;
	font-size: 11px;
	color: #999;
	width: 100%;
	height: 100%;
	padding-top: 37px;
	margin: 0;
	background-color: #000;
	cursor: default;
	overflow: hidden;
}
table, td, div {
	font-size: 11px;
}
div.clear {
	clear: both;
}
div.left {
	float: left;
}
div.right {
	float: right;
}
img {
	border: 0px; 
}
h1, h2, h3, h4, h5, h6 {
	margin: 0;
	padding: 0;
}
h1.seo {
	font-size: 11px;
	font-weight: normal;
	color: #999;
	padding-top: 9px;
	padding-bottom: 14px;
}
a:link, a:active, a:visited {
	color: #666;
	text-decoration: underline;
}
a:hover {
	color: #666;
	text-decoration: none;
}

/*--------------------------------------------------------------------------
Container
--------------------------------------------------------------------------*/

.container {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
}

/*--------------------------------------------------------------------------
Header
--------------------------------------------------------------------------*/

.header {
	width: 100%;
	height: 37px;
	text-align: center;
	background-image: url(../../graphics/common/splash/header/header-back.gif);
	background-repeat: repeat-x;
	position: absolute;
	top: 0;
	left: 0;
}
.header div.holder {
	width: 100%;
	height: 37px;
	background-image:url(../../graphics/common/splash/header/header-glow.gif);
	background-position: center top;
	background-repeat: no-repeat;
}

/*--------------------------------------------------------------------------
Content
--------------------------------------------------------------------------*/

.content {
	width: 100%;
	text-align: center;
	position: absolute;
	top: 152px;
	left: 0;
}

/*--------------------------------------------------------------------------
Footer
--------------------------------------------------------------------------*/

.footer {
	width: 100%;
	height: 60px;
	background-image: url(../../graphics/common/splash/footer/footer-back.gif);
	background-repeat: repeat-x;
	position: absolute;
	bottom: 0;
	left: 0;
}
.footer div.holder {
	width: 100%;
	height: 60px;
	text-align: center;
	background-image:url(../../graphics/common/splash/footer/footer-glow.gif);
	background-position: center bottom;
	background-repeat: no-repeat;
}
.snt {
	padding-top: 17px;
	padding-bottom: 2px;
}
.snb {
	font-size: 10px;
	padding-top: 3px;
	padding-bottom: 13px;
}
.SeoNavigationTop {
	font-size: 11px;
	color: #333;
}
.SeoNavigationTop a,
.SeoNavigationTop a:link,
.SeoNavigationTop a:active,
.SeoNavigationTop a:visited {
	color: #999;
	text-decoration: none;
}
.SeoNavigationTop a:hover {
	text-decoration: underline;
}
.SeoNavigationBottom {
	font-size: 10px;
	color: #333;
}
.SeoNavigationBottom a,
.SeoNavigationBottom a:link,
.SeoNavigationBottom a:active,
.SeoNavigationBottom a:visited {
	color: #999;
	text-decoration: none;
}
.SeoNavigationBottom a:hover {
	text-decoration: underline;
}

