/***************************** Normalize *****************************/
body {
	background: #0b0c0d;
	margin: 0;
	padding: 0; }

/***************************** Text Styles *****************************/

p {
	color: #fff;
	font-family: Arial, sans-serif;
	font-size: 13px;
	line-height: 130%; }

b { font-weight: bold;}

a { outline: none;
	font-family: Arial, verdana, sans-serif; }

h1 { display: none;}

	
/***************************** Structure *****************************/

#wrap {
	position: absolute;
	left: 50%;
	width: 880px;
	margin-top: 39px;
	margin-left: -440px;
	}
	
#logo {
	background: transparent url("../images/intro_logo_bg.jpg");
	width: 209px;
	height: 380px;
	margin: 0;
	padding: 0;
	float: left; }

#flash_content {
	background: transparent url("../images/intro_flash_bg.jpg");
	width: 671px;
	height: 380px;
	margin: 0;
	padding: 0;
	float: right; }

#flash_content #flash_source {
	margin-top: 18px;}

#content {
	clear: both;
	width: 880px;
	background: #6fac05 url("../images/intro_content_bg.jpg");	
	margin: 0;
	padding: 0 0 11px 0;
	}

		#content #intro {
			margin: 0 0 0 28px;
			width: 333px;
			float: left; }

		#content #selection {
			width: 410px;
			float: right;
			padding: 0 73px 0 0 ;}

#footer {
	clear: both;
	width: 880px;
	height: 90px;
	margin: 0;
	padding: 0;
	background: #6fac05 url("../images/intro_footer_bg.jpg"); }

#footer span {display: none;}


/***************************** Navigation *****************************/

#intro_nav {
	background: transparent url("../images/intro_nav.png");
	margin: 0; 
	padding: 0;
	position: relative;
	left: 105px;
	top: 20px;
	width: 204px; 
	height: 60px; }

	#intro_nav li {margin: 0; padding: 0; list-style: none; position: absolute; top: 0; }
	#intro_nav li, #intro_nav a { height: 60px; display: block;}

#enter_site {left: 0px; width: 205px; }

#enter_site a:hover { background: transparent url("../images/intro_nav.png") 0px -60px no-repeat;}

#intro_nav span { display:none; }


/***************************** Hacks *****************************/

.clearfix:after { /*http://positioniseverything.net/easyclearing.html*/
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden; }

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}

