html {
	display: block;
}

body {
	font: 12px Georgia, "Times New Roman", Times, serif;
	color: #2c2c2c;
}

ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

#wrapper {
	width: 830px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 70px;
}

#content {
	clear: both;
	display: block;
}

#header {
	margin-top: 40px;
	text-align: center;
	margin-bottom: 40px;
	font-family: Arial, "Helvetica Neue", Helvetica, Geneva, sans-serif;
}

#header #logo {
}

#header #logo img {
	text-align: center;
}

#header #nav
{
	border-left: 2px solid silver;
	padding-bottom: 2px;
	height: 14px;
	padding-top: 2px;
	margin-right: auto;
	margin-top: 30px;
	margin-left: auto;
	display: inline-block;
}

#header #nav ul.nav-links li
{
	float: left;
}

#header #nav ul.nav-links li a {
	text-decoration: none;
	text-transform: uppercase;
	letter-spacing: 2px;
	border-right: 2px solid silver;
	color: black;
	padding: 2px 14px;
	font-size: 11px;
}

#header #nav ul.nav-links li a:hover {
	background-color: #e8e8e8;
}

#header #subnav {
	display: inline-block;
	margin-top: 5px;
}

#header #subnav ul.nav-projs,
#header #subnav ul.nav-about {
	height: 10px;
	clear: both;
	padding: 5px;
}

#header #subnav ul.nav-projs li,
#header #subnav ul.nav-about li {
	float: left;
	margin-left: 10px;
	margin-right: 10px;
	margin-bottom: 10px;
}

#header #subnav ul.nav-projs li a,
#header #subnav ul.nav-about li a {
	color: gray;
	font-size: 12px;
	text-decoration: none;
}

#header #subnav ul.nav-projs li a:hover,
#header #subnav ul.nav-about li a:hover {
	text-decoration: underline;
	color: black;
}

#splash {
	height: 356px;
	width: 830px;
	background-color: #e8e8e8;
	margin-bottom: 43px;
	margin-top: 41px;
}

#info {
	
}

#info h1 {
	text-transform: uppercase;
	font: 13px Arial, "Helvetica Neue", Helvetica, Geneva, sans-serif;
	letter-spacing: 2px;
	margin-bottom: 30px;
	color: black;
}

#info #projects, #info #test, #info #about {
	float: left;
	width: 253px;
}

#info #projects, #info #test {
	margin-right: 35px;
}

#info #projects img {
	height: 143px;
	width: 253px;
	background-color: #e8e8e8;
	margin-bottom: 10px;
}

#info #test li {
	margin-bottom: 20px;
	line-height: 20px;
	font-style: italic;
}

#info #test li span {
	font-weight: normal;
	font-style: normal;
	display: block;
	text-align: right;
}

#info #about p {
	line-height: 40px;
	font-size: 14px;
	margin-top: -13px;
}

#right.about p, #right.services p {
	font-size: 14px;	
	line-height: 19px;
	margin-bottom: 15px;
}

#right.about h1, #right.services h1, #right.links h1 {
	font-size: 17px;
	margin-bottom: 15px;
	font-weight: bold;
	color: #e37d3f;
}

#right.about h2, #right.services h2 {
	font-size: 14px;
	font-weight: bold;
	color: black;
}

#info #projects {
	margin-right: 34px;
}

#info #test ul {
	margin-top: -3px;
}

#right.about.process {
	position: relative;
	height: 1000px;
}

#footer {
	border-top: 6px solid #e8e8e8;
	margin-top: 30px;
	padding-top: 17px;
	clear: both;
}

#footer ul#links li {
	float: left;
}

#footer ul#links li a {
	color: #333;
	text-decoration: none;
}

#footer ul#links li.sep {
	border-right: 1px solid #000;
	margin-right: 4px;
	padding-right: 4px;
}

#footer ul#links li.rt {
	color: #333;
	float: right;
}

.clearfix {
	clear: both;
}

/* @group projects */

#left {
	width: 217px;
	float: left;
	margin-right: 60px;
	margin-bottom: 10px;
	/* padding-top: 82px; */
}

#left img {
	width: 217px;	
	background-color: silver;
	margin-bottom: 15px;
}

#left h1 {
	font-size: 14px;
	color: #000;
	text-transform: uppercase;
	line-height: normal;
}

#left ul#stats li {
	font-size: 12px;
	color: #000;
	margin-top: 8px;
}

#left ul#stats li.i {
	font-style: italic;
}

#left p.dots {
	margin-top: 20px;
	margin-bottom: 30px;
}

#left p.story {
	line-height: 29px;
	font-size: 13px;
}

#right {
	width: 553px;
	float: left;
	height: 630px;
}

#right.services {
	height: 100%;
}

#right a, #left a {
	color: #e37d3f;
	font-weight: bold;
	text-decoration: none;
}

#right a:hover, #left a:hover {
	text-decoration: underline;
}

#right img {
	max-width: 553px;
}

#right #picnav {
	padding: 14px;
}

#right #picnav img {
	margin-right: 10px;
}



/* @end */

/* @group contact */

form#contact p input[type="text"] {
	border: 1px solid #e8e8e8;
	padding: 3px;
	width: 300px;
}

form#contact p input[type="submit"] {
	margin-left: 15px;
}

form#contact p input.req {
	background-color: #f3f3f3;
}

form#contact p textarea {
	border: 1px solid #e8e8e8;
	padding: 3px;
	width: 415px;
	background-color: #f3f3f3;
	height: 85px;
}

form#contact label.message {
	vertical-align: top;
}

form#contact p {
	margin-bottom: 20px;
}

form#contact {
	font-size: 14px;
}

form#contact label {
	display: inline-block;
	width: 130px;
}

form#contact label.b,
form#contact p strong {
	font-weight: bold;
}

#right.contact {
	margin-top: 38px;
}

#left.contact {
	padding-top: 30px;
}



/* @end */

#splash img, #projectshow img {
	display: none;
}

#splash img.first, #projectshow img.first {
	display: block;
}

#pnav.side {
	margin-top: 30px;
	margin-bottom: 30px;
}

#pnav a {
	background-color: #dcdcdc;
	font-size: 1px;
	margin-right: 7px;
	color: #dcdcdc;
	display: inline-block;
	width: 6px;
	height: 6px;
}

#pnav a.activeSlide {
	background-color: #e37d3f;
	color: #e37d3f;
}

#right.links ul li {
	margin-bottom: 20px;
}

#right.links ul li a {
	font-size: 14px;
	color: #e37d3f;
	text-decoration: none;
	margin-bottom: 3px;
}

#right.links ul li a:hover {
	text-decoration: underline;
}

#social {
	text-align: left;
	margin-top: 30px;
}