@charset "utf-8";
/* CSS Document */
* {
	margin:0;
	padding:0;
}
html, body {
	background:url(../img/bg6.jpg) center top no-repeat fixed #000;
	height:100%;
	min-height:100%;
	line-height: 18px;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	text-align:center;
	color:#ccc;
	outline:none;
}
h2 {
	font-size:26px;
	font-weight:bold;
	color:#fff;
}
a {
	color:#09F;
	text-decoration:none;
	background:#000;
}
a:hover {
	color:#fff;
}
div#wrapper {
	margin:0 auto;
	padding:0 10px 0 10px;
	height:330px;
	width:940px;
	text-align:left;
	position:relative;
}
div#mastHead {
	margin:0 -10px 0 -10px;
	padding:20px 10px 0 10px;
	width:940px;
	height:330px;
	float:left;
	position:relative;
}
div#mastHead h1.logo {
	margin:30px 0 0 0;
	position:relative;
	float:left;
	width:100%;
	background:url(../img/logo.png) top left no-repeat;
	height:44px;
	text-indent:-5000px;
}
div#content {
	margin:75px 0 0 0;
	width:940px;
	float:left;
	position:relative;
}
div#content h2 {
	font-weight:bold;
	color:#fff;
	margin:0 0 30px 0;
	width:100%;
	float:left;
}
div.section {
	padding:0 0 30px 0;
	margin:0 0 30px 0;
	width:960px;
	float:left;
	position:relative;
	border-bottom:#222 1px solid;
}
p {
	font-size:.75em;
	margin:0 0 20px 0;
}
div.section ul.portfolio-item {
	width:300px;
	margin:0 20px 50px 0;
	float:left;
	font-size:.75em;
	color:#888;
}
div.section ul.portfolio-item li.thumbs a {
	background:none;
}
div.section p {
	font-size:.75em;
}
div#push {
	height:105px;
}
div#footer {
	margin:0 auto;
	width:940px;
	text-align:right;
	position:relative;
	float:left;
}
.portfolioTitle {
	font-weight:bold;
	color:#fff;
}
div.section ul.serviceColumn {
	width:300px;
	margin:0 20px 30px 0;
	float:left;
	font-size:.75em;
	color:#888;
	position:relative;
}
div.section ul.serviceColumn li {
	margin:0 0 0 20px;
	list-style:square;
	color:#09F;
}
div.section ul.contact {
	width:460px;
	margin:0 20px 30px 0;
	float:left;
	font-size:.75em;
	color:#888;
	position:relative;
}
div.section ul.others {
	width:460px;
	margin:0 20px 30px 0;
	float:left;
	font-size:.75em;
	color:#888;
	position:relative;
}
div.section ul.others li h2 {
	margin:0 0 30px 0;
	width:100%;
}
.grey {
	color:#ccc;
}
#slideshow {
	margin:30px 0 0 0;
	width:940px;
	float:left;
}
#slideshow ul {
	display:block;
	height:200px;
}
#slideshow ul li {
	display:block;
	width:940px;
	height:200px;
	float:left;
}
#slideshow ul li img {
	border:5px solid #555;
	float:left;
	margin:0 20px 0 0;
	display:inline;
}
#slideshow ul h2 {
	margin:2px 0 20px 0;
}
#slideshow ul li p {
	font-size:.75em;
}
/* Form Styling */
.cssform {
	margin:0 auto;
	width:480px;
	position:relative;
	float:left;
	display:inline;
}
.cssform p {
	font-size:.75em;
	clear:left;
	float:left;
}
.cssform label {
	padding:0 0 5px 0;
	width:460px;
	float:left;
	text-align:left;
}
.cssform input[type="text"], select { /*IE6 Does not understand */
	width:250px;
	border:0;
	border-bottom:1px solid #252525;
	background:#000;
	overflow:auto;
	color:#fff;
	display:inline;
}
.cssform textarea {
	width:480px;
	border:0;
	border-bottom:1px solid #252525;
	background:#000;
	overflow:auto;
	color:#fff;
	display:inline;
}
.submit {
	background:none;
	font-size:2em;
	color:#09F;
	border:none;
}
.submit:hover {
	color:#ccc;
}
.submit:active {
	color:#fff;
}
.error {
	color:#09F;
}

