body {
	padding: 0;
	margin: 0;
	background: #171514 url('../img/background.png') repeat-x top;
	color: #ffffff;
	font-size: 68.5%;
	color: #aaaaaa;
	font-family: helvetica, arial, sans-serif;
}

img {
	border: 0;
}

a {
	outline: none;
}

#wrapper {
	position: relative;
	margin: 0 auto;
	width: 980px;
}

#menu {
	position: relative;
	width: 980px;
	height: 36px;
	background-color: #ffffff;
	margin: 0 0 40px 0;
}

#menu ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

#menu ul li.center {
	line-height: 36px;
}

#menu ul li.left {
	float: left;
	margin: 0 10px 0 0;
}

#menu ul li.right {
	float: right;
}

#header {
	position: relative;
	width: 980px;
	height: 410px;
	margin: 0 0 20px 0;
	overflow: hidden;
}

#header #slider {
	position: relative;
	width: 8820px;
	height: 410px;
	left: 0;
}

#header #slider .slide {
	position: relative;
	width: 980px;
	height: 410px;
	float: left;
}

#header #slider .slide #player, #header #slider .slide #map {
	position: relative;
	width: 730px;
	height: 410px;
	float: left;
}

#header #slider .slide #info, #header #slider .slide #contact {
	position: relative;
	width: 230px;
	height: 410px;
	float: right;
}

#header #slider .slide #info {
	background: transparent url('../img/info-background.png') no-repeat;
}

#header #slider .slide #contact {
	line-height: 18px;
	border-top: 1px solid #454443;
	padding: 20px 0 0 0;
	height: 399px;
}

#header #slider .slide #contact .input, #header #slider .slide #contact .textarea, #header #slider .slide #contact .button {
	padding: 8px;
	margin: 0;
	border: 0;
	background-color: #ffffff;
	width: 214px;
	margin: 0 0 10px 0;
	font-size: 100%;
	color: #aaaaaa;
	font-family: helvetica, arial, sans-serif;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	border-radius: 2px;
}

#header #slider .slide #contact .textarea {
	height: 100px;
}

#header #slider .slide #contact .button {
	background-color: #00e9ff;
	color: #171514;
	width: auto;
}

#header #slider .slide #introduction {
	position: absolute;
	bottom: -5px;
	line-height: 18px;
}

#header #slider .slide #introduction h2 {
	display: block;
	margin: 0;
	padding: 0;
	font-size: 110%;
	font-weight: bold;
	color: #ffffff;
}

#content {
	position: relative;
	width: 980px;
}

#content #navigation {
	position: relative;
	width: 980px;
	height: 60px;
	margin: 0 0 20px 0;
	background: #272623 url('../img/bar-background.png') repeat-x;
}

#content #navigation ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

#content #navigation ul li.center {
	line-height: 60px;
}

#content #navigation ul li.left {
	float: left;
	margin: 0 0 0 23px;
}

#content #navigation ul li.right {
	float: right;
}

#content #projects {
	position: relative;
	width: 980px;
	overflow: hidden;
}

#content #projects .project {
	position: relative;
	float: left;
	width: 230px;
	height: 210px;
	margin: 0 20px 20px 0;
	cursor: pointer;
}

#content #projects .project.last {
	margin: 0 0 20px 0;
}

#content #projects .project .image {
	position: absolute;
	width: 230px;
	height: 150px;
	background-color: #ffffff;
	top: 0;
}

#content #projects .project .overlay {
	position: absolute;
	width: 230px;
	height: 150px;
	background-color: #00e9ff;
	top: 0;
	opacity: .5;
}

#content #projects .project .alt {
	position: absolute;
	width: 230px;
	height: 150px;
	top: 0;
	line-height: 150px;
	text-align: center;
	color: #ffffff;
}

#content #projects .project .description {
	position: absolute;
	width: 215px;
	height: 45px;
	background-color: #272623;
	background: #272623 url('../img/bar-background.png') repeat-x;
	bottom: 0;
	padding: 15px 0 0 15px;
	line-height: 16px;
}

#content #projects .project .description h3 {
	display: block;
	margin: 0;
	padding: 0;
	font-size: 110%;
	font-weight: bold;
	color: #ffffff;
}

#footer {
	position: relative;
	width: 980px;
	margin: 0 0 40px 0;
	padding: 20px 0 0 0;
	overflow: hidden;
	border-top: 1px solid #454443;
}

#footer .cell {
	position: relative;
}

#footer .cell.left {
	float: left;
	margin: 0 20px 0 0;
}

#footer .cell.right {
	float: right;
	margin: 0 0 0 20px;
}

#footer .cell ul {
	list-style: none;
	padding: 0;
	margin: 0;
}

#footer .cell ul li {
	line-height: 18px;
}

#footer .cell ul li a {
	color: #00e9ff;
	text-decoration: none;
}

#footer .cell ul li a:hover {
	text-decoration: underline;
}

#footer .cell ul li.title {
	margin: 0 0 8px 0;
}
