@font-face {
    font-family: 'GothamMediumRegular';
    src: url('fonts/Gotham/gotham-medium-webfont.eot');
    src: url('fonts/Gotham/gotham-medium-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/Gotham/gotham-medium-webfont.woff') format('woff'),
         url('fonts/Gotham/gotham-medium-webfont.ttf') format('truetype'),
         url('fonts/Gotham/gotham-medium-webfont.svg#GothamMediumRegular') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'GothamBookRegular';
    src: url('fonts/Gotham/gotham-book-webfont.eot');
    src: url('fonts/Gotham/gotham-book-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/Gotham/gotham-book-webfont.woff') format('woff'),
         url('fonts/Gotham/gotham-book-webfont.ttf') format('truetype'),
         url('fonts/Gotham/gotham-book-webfont.svg#GothamBookRegular') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'GothamBoldRegular';
    src: url('fonts/Gotham/gotham-bold-webfont.eot');
    src: url('fonts/Gotham/gotham-bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/Gotham/gotham-bold-webfont.woff') format('woff'),
         url('fonts/Gotham/gotham-bold-webfont.ttf') format('truetype'),
         url('fonts/Gotham/gotham-bold-webfont.svg#GothamBoldRegular') format('svg');
    font-weight: normal;
    font-style: normal;

}


body {
	background: url(images/header.png) repeat-x #eee;
	margin: 0;
	min-width: 960px;
	font-size: 12px;
}

#container {
	width: 900px;
	margin: auto;
	padding-left: 40px;
	padding-right: 40px;
}


/*     - NAVIGATION -      */


.name {
	background: #fff url(images/name.gif) no-repeat;
	width: 240px;
	height: 35px;
	margin-top: 57px;
	float: left;
}

#navigation {
	font-family: "GothamMediumRegular";
	font-size: 10pt;
	float: right;
	text-align: right;
	text-transform: uppercase;
	margin-top: 65px;
	list-style: none;
	display: inline;
	text-decoration: none;
}

#navigation a {
	margin-left: 25pt;
	list-style: disc;
	display: inline;
	text-decoration: none;
	color: #b1b1b1;
}

#navigation a:hover {
	color: #343434;
}

.active {
	color: #343434 !important;
}

#showcase {
	padding-top: 150px;
	color: #444;
}

.content {
	height: 520px;
	width: 900px;
	margin: auto;
	padding-top: 70px;
	padding-bottom: 70px;
}

.content:nth-child(even) {
	background: red;
}

.background {
	background: #fff;
	width: 100%;
}

h1 {
	margin: 0;
	line-height: 1;
	font-family: "GothamMediumRegular";
	font-size: 10pt;
	text-transform: uppercase;
	font-weight: normal;
	display: inline;
}

.icon {
	position: absolute;
	width: 512px;
	height: 512px;
	margin-top: 35px;
}

.interface {
	width: 900px;
	height: 500px;
}

#footer {
	width: 100%;
	height: 80px;
	background: white;
	color: #999999;
	font-size: 10pt;
	font-family: "GothamMediumRegular";
	text-align: center;
	text-transform: uppercase;
	padding-top: 65px;
	border-top: 1px #ccc solid;
}

#footer a {
	text-decoration: none;
	color: #555;
}

#footer a:hover {
	color: #333;
}

.twitter {
	color: #33ccff;
}

p {
	font-size: 10pt;
	font-family: "GothamBookRegular";
	text-transform: uppercase;
	display: inline;
	margin-left: 10px;
	color: #888;
}


.top {
	background: black;
	text-align: center;
	margin: auto;
	padding: 20px;
	color: red;
}

.dl {
	color: gray;
	font-family: "GothamMediumRegular";
	font-size: 1em;
	text-transform: uppercase;
	cursor: pointer;
	text-decoration: none;
	display: inline;
}

.dl:hover {
	color: white;
}

.description a{
	font-size: 10pt;
	font-family: "GothamMediumRegular";
	text-transform: uppercase;
	display: inline;
	color: #444;
	float: right;
	text-decoration: none;
}

.description {
	position: absolute;
	width: 900px;
	padding-top: 10px;
	padding-bottom: 10px;
	margin-top: 497px;
	background: transparent;
	display: inline;
}
