@charset "UTF-8";
/* CSS Document */
body {
	background-color: #000;
	background-image: url(../images/cover_page.jpg);
	background-repeat: no-repeat;
	margin-right: 400px;
}
.main_container {
	height: auto;
	width: auto;
}
.bg {
	margin-left: 100px;
	z-index: -1999;
}
.logo_swt {
	margin-bottom: 700px;
	padding-bottom: -15px;
	height: 100px;
	width: 600px;
	z-index: 1;
	margin-left: 130px;
}
.slogan_swt {
	width: 290px;
	height: 30px;
	padding-left: 120px;
	margin-bottom: 800px;
}
#navigation {
	width: 900px;
	margin-top: -610px;
	margin-left: 140px;
	list-style: none;
	font-size: 16px;
	font-family: "Gotham", Helvetica Neue, Helvetica, Arial, sans-serif;
	color: #999;
}
#navigation ul {
	list-style: none;
}
#navigation li {
	padding-right: 30px;
	display: inline;
}
#navigation a {
	color: #C60;
	text-decoration: none;
	font-size: 24px;
}
#navigation a:hover {
	color: #999;
	text-decoration: none;
	font-size: 24px;
}
#navigation a:active {
	color: #FFF;
	text-decoration: none;
	font-size: 24px;
}
.second_container {
	width: 500px;
	height: 300px;
	margin-left: 100px;
}
.header {
	font-family: "Gotham", Helvetica Neue, Helvetica, Arial, sans-serif;
	font-size: 18px;
	margin-left: 180px;
	color: #CCC;
}
#footer {
	width: auto;
	height: 120px;
	color: #FFF;
	font-size: 12px;
}
#footer ul {
	list-style: none;
}
#footer li {
	display: inline;
}
#footer a {
	color: #C60;
	text-decoration: none;
	font-size: 14px;
}
.references {
	font-size: 16px;
	font-family: "Gotham", Helvetica Neue, Helvetica, Arial, sans-serif;
	color: #FFF;
	width: auto;
	height: 500px;
	margin-bottom: 300px;
}
.references ul {
	list-style: none;
	margin-left: 100px;
}
.references li {
	margin-bottom: -80px;
}
.holt {
	width: auto;
	height: 200px;
}
.holt p {
	margin-bottom: -10px;
}
.lundgren {
	width: auto;
	height: 200px;
}
.lundgren p {
	margin-bottom: -10px;
}
.schram {
	width: auto;
	height: 200px;
}
.schram p {
	margin-bottom: -10px;
}
.todd {
	width: auto;
	height: 200px;
}
.todd p {
	margin-bottom: -10px;
}
.about_us_text {
	color: #C60;
	margin-left: 160px;
	font-family: Arial, "Helvetica", sans-serif;
}
#footer_contact {
	width: auto;
	height: 120px;
	color: #FFF;
	font-size: 12px;
	margin-left:340px;
}
#footer_contact  ul {
	list-style: none;
}
#footer_contact  li {
	display: inline;
}
#footer_contact  a {
	color: #C60;
	text-decoration: none;
	font-size: 14px;
}
#footer_about {
	width: auto;
	height: 120px;
	color: #FFF;
	font-size: 12px;
	margin-left:140px;
}
#footer_about  ul {
	list-style: none;
}
#footer_about  li {
	display: inline;
}
#footer_about  a {
	color: #C60;
	text-decoration: none;
	font-size: 14px;
}
#footer_ref {
	width: auto;
	height: 120px;
	color: #FFF;
	font-size: 12px;
	margin-left:140px;
	margin-top:-210px;
}
#footer_ref  ul {
	list-style: none;
}
#footer_ref  li {
	display: inline;
}
#footer_ref  a {
	color: #C60;
	text-decoration: none;
	font-size: 14px;
}

