body
{
	background: #3e3d40;
	margin: 0;
	padding: 0;
	color: #87888a;
	font-family: Arial, sans-serif;
	font-size: 11px;
}

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

a:hover, a.selected, a.current
{
	color: #FFF;
}

ul li
{
	margin: 0 0 3px 0;
}

ul ul
{
	margin: 10px 0;
}

div.input
{
	display: block;
	margin: 0 0 10px 0;
}

div.input input, div.submit input
{
	border: 0;
	background: #333;
	font-size: 10px;
	width: 100%;
	color: #999;
	margin-top: 5px;
}

div.submit, div.submit input, div.submit span.message
{
	font-size: 9px;
	background: transparent;
	text-transform: uppercase;
}

div.submit span.message
{
	display: none;
	float: right;
}

div.submit input
{
	width: auto;
	margin: 0;
	padding: 0;
}

div.submit input:hover, div.submit input:focus, div.submit input.hover
{
	color: #DDD;
}

#container
{
	position: absolute;
	top: 50%;
	left: 50%;
	margin: -200px 0 0 -500px;
	width: 1000px;
	height: 400px;
}

#container #shadow
{
	background: transparent url(../../img/interface/dropshadow.png) no-repeat;
	width: 1000px;
	height: 400px;
}

#container #shadow div.spacing
{
	padding: 25px;
}

#content-container
{
	width: 950px;
	height: 380px;
	position: relative;
	overflow: hidden;
}

#content-container div.spacing
{
	background: #000;
	width: 950px;
	height: 350px;
	padding: 0 !important;
}

#header
{
	position: absolute;
	top: 20px;
	left: 20px;
	width: 430px;
	height: 65px;
}

#main-nav
{
	position: absolute;
	top: 85px;
	left: 20px;
	width: 185px;
	height: 245px;
}

#sub-nav
{
	position: absolute;
	top: 85px;
	left: 205px;
	width: 245px;
	height: 245px;
}

#sub-nav div.spacing
{
	width: auto;
	height: auto;
	padding: 0 20px 0 0 !important;
}

#sub-nav p
{
	line-height: 14px;
}

#project-images
{
	position: absolute;
	top: 0;
	left: 450px;
	width: 500px;
	height: 350px;
}

#info-summary
{
	position: absolute;
	top: 0;
	right: 0;
	width: 250px;
	height: 350px;
	z-index: 50;
}

#info-summary .panel-bg
{
	width: 250px;
	height: 350px;
	background: #000;
	opacity: 0.8;
}

#info-summary .panel-bg,
#info-summary .panel
{
	position: absolute;
	top: 0;
	left: 0;
}

#info-summary div.spacing
{
	width: auto;
	height: auto;
	background: transparent;
	padding: 10px !important;
}

#project-controls
{
	position: absolute;
	top: 350px;
	left: 0;
	width: 950px;
	height: 30px;
	line-height: 30px;
	text-align: right;
	text-transform: uppercase;
	font-size: 10px;
}

#project-controls a
{
	margin: 0 0 0 10px;
}

#header, #main-nav, #sub-nav, #project-images
{
	overflow: hidden;
}

#sub-nav .pagination
{
	position: absolute;
	left: 0;
	bottom: 0;
}