html {
	padding: 0;
}

body {
	background: #000202 url(../img/back.gif) no-repeat;
	color: #EEF;
	font: 1em "lucida grande", Arial, Helvetica, sans-serif;
	font-size: 62.5%;
	margin: 100px 100px 100px 200px;
	width: 5200px;
}

p, li {
	font-size: 1.1em; 
	line-height: 1.5em;
	margin-top: 0;
	margin-bottom: 1.5em;
}

li {
	margin-bottom: 0;
}

a {
	color: #5cb100;
	text-decoration: none;
}

div a:hover {
	color: #FFF;
	border-bottom: 1px dashed #FFF;
}

h1 {
	display: none;
}

div {
	width: 200px;
	height: 350px;
	padding: 25px 10px;
	margin: 0;
	float: left;
	border-right: 1px dashed #FFF;
}

.wide {
	width: 410px;
}

.wide img {
	float: left;
	margin-right: 10px;
}

#nav {		
	position: fixed;
	left: 167px;
	width: 100%;
	list-style: none;
	margin: 425px 0 0 0;
}

#nav li {
	float: left;
}

#nav a, #nav span {
	padding: 10px 25px;
	background: url(../img/bull.png) no-repeat 0 center;
}

#nav a:hover {
	background-image: url(../img/hbull.png);}



#intro {
	clear: left;
}

h2 {
	text-indent: -5000px;
	font-size: 1px;
	position: absolute;
	width: 45px;
	height: 74px;
	top: 20px;
}

#projects {
	background: url(../img/titles/projects.png);
	left: 400px;
}

#services {
	background: url(../img/titles/services.png);
	left: 1493px;
}

#partners {
	background: url(../img/titles/partners.png);
	left: 4146px;
}

#contact {
	background: url(../img/titles/contact.png);
	left: 4366px;
}

div h3 {
	text-align: center;
	margin-top: -3.6em;
	font-size: 1em;
	font-weight: lighter;
	height: 27px;
	letter-spacing: 0.15em;
}

div h4 {
	margin-top: 0;
	width: 190px;
}

input, textarea {
	background: #333;
	color: #FFF;
	border: none;
	width: 160px;
}

input {
	width: 158px;
}
#send {
	float: right;
	width: 160px;
}

#send:focus {
	background: none;
}

input:focus, textarea:focus {
	background: #333 url(../img/pen.gif) no-repeat right bottom;
}

dl {
	margin-top: 0;
}

dd {
	margin-bottom: 10px;
	font-weight: bold;
}

#footer {
	height: auto;
	border: none;
	position: absolute;
	left: 5270px;
	top: 430px;
	font-size: 0.8em;
	margin: 0;
}

#footer p {
	margin: 0;
}