@charset "utf-8";
* {
	margin: 0px;
	padding: 0px;
}
html {
	min-height: 100.1%;
}
a {
	outline: none;
	color: #d1002a;
}
body {
	background-color: #050608;
	text-align: center;
	font-family: Arial, Tahoma, Helvetica, sans-serif;
	font-size: 12px;
	color: #606870;
	background-image: url(../images/black_galaxy_in_500.jpg);
	background-position: 600px;
}
.clear {
	clear: both;
	height: 0px;
	overflow: hidden;
}
#wrapper {
	position: relative;
	width: 980px;
	margin: 0 auto;
	text-align: left;
}
#logo {
	position: absolute;
	top: 129px;
	left: 280px;
	width: 493px;
	height: 32px;
}
#logo_subpage {
	position: absolute;
	top: 129px;
	left: 280px;
	width: 493px;
	height: 32px;
}
#logo h1, #logo_subpage h1 {
	background: url(../images/logo.gif) no-repeat scroll 0px 0px;
	width: 493px;
	height: 32px;
}
#logo h1 a, #logo_subpage h1 a {
	width: 493px;
	height: 32px;
	display: block;
	text-indent: -9999px;
	overflow: hidden;
}
#logo h1 a:hover, #logo_subpage h1 a:hover {
	background: url(../images/logo.gif) no-repeat scroll 0px -32px;
	width: 493px;
	height: 32px;
}
#top {
	position: relative;
	width: 980px;
	height: 160px;
}
#left {
	width: 180px;
	float: left;
}
#nav {
	position: relative;
	width: 94px;
	margin-top: 60px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 40px;
}
#nav li {
	list-style-type: none;
}
#nav a {
	display: block;
	text-indent: -9999px;
	overflow: hidden;
}
#nav_home {
	background: url(../images/navigation.gif) no-repeat scroll 0px 0px;
	position: absolute;
	top: 0px;
	left: 0px;
	width: 65px;
	height: 20px;
}
#nav_home a {
	width: 65px;
	height: 20px;
}
#nav_home a:hover {
	background: url(../images/navigation.gif) no-repeat scroll 0px -25px;
}
#nav_home .active {
	background: url(../images/navigation.gif) no-repeat scroll 0px -25px;
}
#nav_about {
	background: url(../images/navigation.gif) no-repeat scroll 0px -50px;
	position: absolute;
	top: 30px;
	left: 0px;
	width: 92px;
	height: 21px;
}
#nav_about a {
	width: 92px;
	height: 22px;
}
#nav_about a:hover {
	background: url(../images/navigation.gif) no-repeat scroll 0px -75px;
}
#nav_about .active {
	background: url(../images/navigation.gif) no-repeat scroll 0px -75px;
}
#nav_services {
	background: url(../images/navigation.gif) no-repeat scroll 0px -101px;
	position: absolute;
	top: 60px;
	left: 0px;
	width: 88px;
	height: 21px;
}
#nav_services a {
	width: 88px;
	height: 21px;
}
#nav_services a:hover {
	background: url(../images/navigation.gif) no-repeat scroll 0px -126px;
}
#nav_services .active {
	background: url(../images/navigation.gif) no-repeat scroll 0px -126px;
}
#nav_contact {
	background: url(../images/navigation.gif) no-repeat scroll 0px -151px;
	position: absolute;
	top: 90px;
	left: 0px;
	width: 109px;
	height: 22px;
}
#nav_contact a {
	width: 109px;
	height: 22px;
}
#nav_contact a:hover {
	background: url(../images/navigation.gif) no-repeat scroll 0px -176px;
}
#nav_contact .active {
	background: url(../images/navigation.gif) no-repeat scroll 0px -176px;
}
#right {
	width: 800px;
	float: left;
}
#copyright {
	color: #393e42;
	margin-left: 380px;
	margin-top: 47px;
	margin-bottom: 47px;
	height: 15px;
}
#about {
	margin-top: 57px;
	margin-left: 100px;
}
#about p {
	text-align: left;
	float: left;
	width: 300px;
	line-height: 16px;
}
#about_right {
	margin-left: 48px;
}
#copyright_about {
	color: #393e42;
	margin-top: 43px;
	height: 15px;
	margin-left: 1px;
	margin-bottom: 47px;
}
#contact {
	width: 660px;
	padding-top: 60px;
	padding-left: 100px;
	position: relative;
	overflow: hidden;
}
#form {
	position: relative;
	width: 300px;
	height: 300px;
}
#name, #email, #website, #message {
	background-color: #050608;
	border: 1px solid #1d1f21;
	font-family: Arial, Tahoma, Helvetica, sans-serif;
	font-size: 12px;
	color: #606870;
	padding: 10px 13px 0px 13px;
}
#name {
	width: 272px;
	height: 25px;
	position: absolute;
	left: 0px;
	top: 0px;
}
#email {
	width: 272px;
	height: 25px;
	position: absolute;
	left: 0px;
	top: 47px;
}
#website {
	width: 272px;
	height: 25px;
	position: absolute;
	left: 0px;
	top: 94px;
}
#message {
	width: 272px;
	height: 108px;
	position: absolute;
	left: 0px;
	top: 141px;
	overflow: auto;
	padding-bottom: 10px;
}
#submit {
	width: 50px;
	height: 5px;
	position: absolute;
	top: 291px;
	right: 0px;
}
#copyright_contact {
	position: absolute;
	left: 0px;
	top: 285px;
	color: #393e42;
}
#info {
	position: absolute;
	left: 451px;
	top: 57px;
	height: 200px;
	width: 200px;
}

