@charset 'utf-8';
@import url(reset.css);
@import url(lightbox.css);

/* ----------------------------------------------------- All browsers */

body
{
	color: #121C26;
	font-family: "Arial" "Helvetica" "Verdana" sans-serif;
	font-size: 11px;
	min-width: 900px;
}

.trailer,
.header
{
	width: 100%;
	background-color: black;
}

.flashStyle
{
	position: absolute;
	top: 50%;
	left: 0;
	height: 394px;
	margin-top: -197px;
	text-align: center;
	background-color: black;
	z-index: 37;
}

.header
{
	position: absolute;
	top: 0;
	left: 0;
	height: 225px;
	text-align: center;
	background-color: black;
}

.navigation,
.footer
{
	position: absolute;
	left: 0px;
	width: 18%;
	text-align: right;
}
	.navigation
	{
		top: 280px;
	}
	.footer
	{
		bottom: 18px;
	}
	
	.navigation a,
	.footer a
	{
		display: block;
		margin-bottom: 8px;
		color: #121C26;
		text-decoration: none;
		border-bottom: 1px dashed #121C26;
		padding-bottom: 2px;
	}
	.navigation a:hover,
	.footer a:hover
	{
		border-bottom: 1px dashed #C49E0D;
	}
	.navigation a.active,
	.footer a.active
	{
		border-bottom: 1px solid #C49E0D;
	}


.content
{
	position: absolute;
	top: 280px;
	left: 51%;
	width: 700px;
	height: 370px;
	margin-left: -288px;
	overflow: hidden;
	line-height: 13px;
}
	.content p
	{
		margin-bottom: 6px;
	}
	.content p a
	{
		text-decoration: none;
		border-bottom: 1px dashed #C49E0D;
		color: #121C26;
	}
	.content p a:hover
	{
		color: #C49E0D;
	}
	.content p strong
	{
		font-weight: bold;
		color: #C49E0D;
	}

.row
{
	height: 370px;
	overflow: hidden;
}

.network
{
	width: 200px;
	height: 150px;
	background-color: black;
	margin: 0 5px 1px 0;
	border-bottom: 4px solid white;
	float: left;
}
	.network:hover
	{
		border-bottom-color: #C49E0D;
	}


/* ----------------------------------------------------- JS enabled browsers */

.js .curtainStyle
{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: white;
}

/* ----------------------------------------------------- IE7 and below */

.ie7 div { }

/* ----------------------------------------------------- IE6 and below */

.ie6 div { }
