body {
	background-color: #000;
	color: #ccc;
	text-align: center;
	font: 11px "Lucida Grande", Lucida, Verdana, sans-serif;
}

/* @group Links */

a:link {
	text-decoration: none;
	color: #fff;
}

a:visited {
	text-decoration: none;
	color: #fff;
}

a:hover {
	color: #fff;
	text-decoration: underline;
}

a:active {
	text-decoration: none;
	color: #ffba00;
}

/* @end */

/* @group Globals */

div.main-body {
	width: 1066px;
	text-align: justify;
	display: inline-block;
	clear: both;
	position: relative;
	margin-right: auto;
	margin-left: auto;
	top: -8px;
}

div.main-center {
	width: 1066px;
	background: url(../images/navigation_background/background-main.jpg) no-repeat;
	display: inline-block;
	position: relative;
	clear: both;
	height: 477px;
	top: -95px;
	text-align: center;
}

div.header {
		background: url(../images/navigation/header_global.gif) no-repeat;
	width: 1066px;
	height: 119px;
	padding-top: 95px;
}

div.headerNav {
	float: left;
	display: inline-block;
	position: relative;
	text-align: center;
	color: #ffba00;
	font: bold 11px "Lucida Grande", Lucida, Verdana, sans-serif;
	background: url(../images/navigation/background-button-nav.gif) repeat-x;
	padding-top: 4px;
	text-transform: uppercase;
}

div.headerNav a:link {
	color: #fff;
	text-decoration: none;
	text-shadow: #000000 0 0 5px;
	font: bold 11px "Lucida Grande", Lucida, Verdana, sans-serif;
	text-transform: uppercase;
}

div.headerNav a:visited {
	color: #fff;
	text-decoration: none;
	text-shadow: #000000 0 0 5px;
	font: bold 11px "Lucida Grande", Lucida, Verdana, sans-serif;
	text-transform: uppercase;
}

div.headerNav a:hover {
	color: #fff;
	text-decoration: none;
	text-shadow: #fff 0 0 3px;
	font: bold 11px "Lucida Grande", Lucida, Verdana, sans-serif;
	text-transform: uppercase;
}

div.headerNav a:active {
	color: rgba(255,255,255,0.75);
	text-decoration: none;
	text-shadow: #fff 0 0 3px;
	font: bold 11px "Lucida Grande", Lucida, Verdana, sans-serif;
	text-transform: uppercase;
}

div.headerSep {
	background-image: url(../images/navigation/seperator_Nav.gif);
	width: 1px;
	height: 24px;
	float: left;
	display: inline-block;
	position: relative;
}

div.footer {
	background: url(../images/navigation/footer_global.jpg) no-repeat;
	width: 1066px;
	height: 247px;
	display: inline-block;
	position: relative;
	margin-top: -95px;
	color: rgba(0,0,0,0.01);
	text-align: center;
}

.ie div.footer {
	background: url(../images/navigation/footer_global.jpg) no-repeat;
	width: 1066px;
	height: 247px;
	display: inline-block;
	position: relative;
	margin-top: -95px;
	color: #000;
	text-align: center;
}

div.footer-links {
	background-color: rgba(0,0,0,0.35);
	width: 1066px;
	text-align: center;
	margin-top: 140px;
	text-transform: uppercase;
	padding-top: 7px;
	height: 22px;
	color: #444;
	font: 12px "Lucida Grande", Lucida, Verdana, sans-serif;
}

div.footer-links a:link, a:visited {
	color: #444;
	text-decoration: none;
}

div.footer-links a:hover {
	color: #888;
	text-decoration: none;
}

/* @end */

/* @group To Pre-Load Scrips Using CSS */

.hiddenPic {display:none;}



/* @end */