@charset "utf-8";
* {
	margin: 0;
	padding: 0;
}
body {
	font: normal 11px Tahoma, Arial, Helvetica, sans-serif;
	color: #a2acb4;
	padding-left: 250px;
}
img { border: 0; }
a { outline: none; }
.clearFloat {
	clear: both;
	height: 0;
	overflow: hidden;
}
h1 {
	font-size: 12px;
	text-transform: uppercase;
	width: 500px;
	position: absolute;
	top: 60px;
	left: 250px;
}
h2 {
	font-size: 12px;
	text-transform: uppercase;
	width: 500px;
	position: absolute;
	top: 75px;
	left: 250px;
}
span.hide { display: none; }
ul, li { list-style-type: none; }
ul#nav {
	position: fixed;
	left: 50px;
	top: 150px;
	width: 150px;
	text-align: right;
	font-size: 12px;
	text-transform: uppercase;
	color: #36424a;
}
ul#nav li { margin: 0 0 18px 0; }
ul#nav li a {
	text-decoration: none;
	color: #36424a;
}
ul#nav li a:hover { color: #ffd100; }
ul#nav li ul li { margin: 8px 0 0 0; }
ul#nav li ul li a { color: #a2acb4; }
.work, .work569, .work601 { width: 700px; }
.work569 { width: 569px; }
.work601 { width: 601px; }
.tempSpacer { height: 150px; }
.work img { vertical-align: bottom; }
.workNav {
	padding-top: 20px;
	float: left;
	width: 200px;
}
.workNav2 {
	padding-top: 20px;
	width: 700px;
}
.workInfo {
	float: right;
	width: 200px;
	text-align: right;
	padding-top: 20px;
}
#aboutAndContact {
	width: 700px;
	margin: 150px 0;
	border-top: 1px dotted #d8dcdd;
	border-bottom: 1px dotted #d8dcdd;
	padding: 75px 0;
}
#contact {
	background: #fffbe6;
	color: #000;
	padding: 10px 20px;
	border: 1px dashed #ffdc0a;
	margin-bottom: 50px;
}
#contact strong { padding-right: 2px; }
#contact a {
	color: #000;
	text-decoration: none;
}
#contact a:hover { border-bottom: 1px dotted #000; }
#contact span { padding-right: 10px; }
#about, #services {
	font-size: 12px;
	text-transform: uppercase;
	line-height: 22px;
}
#services { margin-bottom: 50px; }
#about span, #services span { color: #36424a; }
#about span.green { color: #5cbd00; }
#about a {
	color: #36424a;
	text-decoration: none;
}
#about a:hover { color: #ffd100; }
p#footer {
	position: fixed;
	right: 50px;
	bottom: 50px;
}
.social { margin-right: 5px; }
