/* --- Main -------------------------------- */

html {
	background:				#001a26 url(../images/bg.gif) top center repeat-y;
	color:					#ffffff;
	font:					10px Verdana, sans-serif;
	text-align:				center;
	height: 				100%;
	overflow: 				hidden;	
}

html, body {
	margin:					0;
	padding:				0;
}

body {
	height: 				100%;
	margin: 				0;
	padding: 				0;
	line-height:			1em;
}

#wrapper {
    background:				#001a26 url(../images/bg.gif) top center repeat-y;
	width: 				100%;
	height:				100%;
}

#flashcontent {
	height: 				100%;
}

div, h1, h2, h3, h4, ul, li, form, input, select, option, img, p {
	margin:					0;
	padding:				0;
}

/* --- Default Links -------------------------------- */

a:link, a:visited {
	color:					#000000;
	text-decoration:		none;
}

a:hover {
	text-decoration:		underline;
}

.clear {
	clear:					both;
	height:					0px;
	font-size: 				0px;
	line-height: 			0px;
}


/* --- Main Links -------------------------------- */

#mainMenu {
	background:				transparent url(../images/menu_bg.gif) top left repeat;
    position: 				relative;
	text-align:				center;
	width:					100%;
	}

#mainMenu ul {
	margin-right:			0px;
	padding-top:			0px;
	z-index:				1;
	list-style:				none;
	width:					960px;
	margin-left: 			auto;
    margin-right:			auto;
}

#mainMenu li {
	float:					left;
	position:				static;
	top:					0;
	right:					0;
	text-align:				center;
}

#mainMenu li a {
	padding:				7px 10px 9px 8px;
}

#mainMenu ul:after {
    content:				"."; 
    display:				block; 
    height:					0; 
    clear:					both; 
    visibility:				hidden;	
}

#mainMenu a {
	text-decoration:		none;
	display:				block;
}

#mainMenu li a:link, #mainMenu li a:visited {
	background:				transparent url(../images/menu_divider.gif) top right no-repeat;
	color:					#bbbbba;
}

#mainMenu li a:hover {
	background:				transparent url(../images/menu_divider.gif) top right no-repeat;
	color:					#ffffff;
}

#mainMenu li.last a:link, #mainMenu li.last  a:visited {
	background:				transparent;
	color:					#bbbbba;
}

#mainMenu li.last  a:hover {
	background:				transparent;
	color:					#ffffff;
}