* {
	margin: 0;
	padding: 0;
}

body {
	background: #514640 url('../images/pagebg.png') no-repeat fixed top center;
}

h1 {
	display: none;
}

#nav a { font-family: helvetica, arial, sans-serif; font-size: 16px; text-decoration: none; font-weight: bold; letter-spacing: -0.5px; margin: 0 8px; }
#nav a:link { color: white; }
#nav a:visited { color: white; }
#nav a:hover { color: #8fd8f5; }
#nav a:active { color: #8fd8f5; }

.about a, .footer a { color: #8fd8f5; }
.about a:link, .footer a:link { text-decoration: none; }
.about a:visited, .footer a:visited { text-decoration: none; }
.about a:hover, .footer a:hover { text-decoration: underline; }
.about a:active, .footer a:active { text-decoration: underline; }

.portfolio p a, .about p a { color: #8fd8f5;  }

div#pageContent {
	width: 960px;
	margin: 0 auto;
}

div#header {
	text-align: center;
	margin-top: 30px;
}

div#nav {
	text-align: right;
	margin: 40px auto 10px;
	width: 830px;
	font-family: "Helvetica Neue", helvetica, arial, sans-serif;
}

div#nav img {
	border: 0;
}

div#main {
	position: relative;
	height: 403px;
}

div#top {
	position: absolute;
	text-align: center;
	width: 960px;
	z-index: 2;
}

div#vision {
	position: absolute;
	text-align: center;
	top: 0;
	width: 960px;
	z-index: 1;
}

div#right {
	position: absolute;
	text-align: center;
	z-index: 3;
	top: -30px;
	right: 30px;
}

div#bottom {
	position: absolute;
	text-align: center;
	z-index: 4;
	bottom: -25px;
	left: 45px;
}

div#left {
	position: absolute;
	text-align: center;
	z-index: 5;
}

div#sub {
	background: transparent url('../images/transbg.png') repeat scroll top left;
	border: 1px solid #514640;
	width: 830px;
	margin: 0 auto;
}

div#sub h2 {
	color: white;
	font-family: helvetica, arial;
	font-size: 34px;
	padding: 40px 0 0 26px;
	letter-spacing: -0.5px;
}

div.portfolio {
	color: white;
	padding-top: 40px;
}

div.portfolio h3, div.portfolio h4, div.portfolio p {
	width: 315px;
	float: left;
	margin-left: 30px;
}

div.portfolio h3 {
	font-family: helvetica, arial;
	font-size: 24px;
	margin-left: 26px;
}

div.portfolio h4 {
	font-family: arial;
	font-size: 14px;
	font-weight: normal;
}

div.portfolio p {
	font-family: arial;
	font-size: 12px;
	padding-top: 16px;
	line-height: 20px;
}

div.portfolio img.screenshot {
	border: 1px solid #514640;
	float: right;
	width: 415px;
	margin-right: 30px;
}

div.clear {
	clear: both;
}

div.about {
	color: white;
}

div.about p {
	font-family: arial;
	font-size: 13px;
	padding: 16px 30px 0 30px;
	line-height: 20px;
}

div.about h3 {
	font-family: helvetica, arial;
	font-size: 14px;
	font-weight: normal;
	padding: 15px 0 0 30px;
}

span.lastname {
	font-weight: bold;
}

div.centerimg {
	text-align: center;
	margin-top: 20px;
}

div.centerimg img {
	border: 0;
}

div.about ul {
	list-style-position: inside;
	font-family: arial;
	font-size: 14px;
	margin: 15px 0 0 40px;
	line-height: 20px;
}

div.spacer {
	height: 40px;
}

div.about table {
	margin-left: 30px;
	font: 16px "Helvetica Neue",helvetica,sans-serif;
}

input.newfel, textarea#comments {
	color: white;
	font: 22px "Helvetica Neue",helvetica,sans-serif;
	border: medium none;
	outline: medium none;
	background: transparent;
	padding: 10px;
	margin: 10px;
}

textarea#comments {
	overflow: auto;
}

input.tb {
	height: 26px;
}

#formsub {
	font: 14px "Helvetica Neue",helvetica,sans-serif;
}

input.wide, textarea.wide {
	width: 300px;
}

textarea.wide {
	height: 104px;
}

input.big {
	height: 20px;
	width: 20px;
}

.pad {
	padding-top: 10px;
}

div.formouter {
	background: transparent url('../images/form_emailbg_text.png') no-repeat scroll 10px center;
	height: 66px;
	width: 340px;
}

div.taouter {
	background: transparent url('../images/form_textareabg_light.png') no-repeat scroll 10px center;
	height: 144px;
	width: 340px;
}

.hidden {
	display: none;
}

div.contactleft {
	float: left;
	width: 600px;
}

div.contactright {
	margin-top: 94px;
	float: right;
	width: 230px;
	font: 16px "Helvetica Neue",helvetica,sans-serif;
	color: white;
}

div.footer {
	width: 830px;
	color: white;
	font-size: 11px;
	font-family: arial;
}

div.footleft {
	width: 270px;
	float: left;
	text-align: left;
	margin-left: 30px;
}

div.footcenter {
	width: 230px;
	float: left;
	text-align: center;
}

div.footright {
	width: 270px;
	float: left;
	text-align: right;
	margin-right: 30px;
}

div.serv_wrap {
	margin: 20px auto 0;
	width: 750px;
}

div.serv_block {
	float: left;
	width: 250px;
	font: 14px arial;
	text-align: center;
}

div.sw_space {
	margin-top: 40px;
}

img.mugshot {
	float: right;
	height: 120px;
	margin: 0 30px;
}

img#captcha {
	margin: 0 10px;
}