/* Automatically clear elements for standards-compliant browsers */
.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
/* Trigger has-layout for IE compatibility */
.clearfix {
	zoom: 1;
}

body {font-family: 'Quattrocento Sans', sans-serif; font-size:12px;}

td {
	vertical-align: top;
}

.spacer {
	height: 30px;
	border: 0;
	margin:0;
}

#background {
	width: 100%;
	height: 800px;
	background: #FFF;
	display: block;
	z-index: 0;
	position: absolute;
	left: 0;
	top: 0;
}

#wrapper {
	margin: 0 auto;
	width: 1200px;
	overflow: hidden;
	background: #FFF;
	position: relative;
	z-index: 1;
}

#logo {
	width: 341px;
	height: 75px;
	margin: 60px auto 20px auto;
}

#banner {
	width: 1200px;
	height: 400px;
	text-align: center;
	background: #000;
}

.galleria{height:400px; width: 1200px;}

nav {
	float: left;
/*	width: 100px;*/
	padding-right: 20px;
	position: relative;
	background: #FFF;
	z-index: 1;
}

nav ul ul,
nav ul ul ul {
	display: none;
}

nav ul li {line-height:18px;margin-bottom: 4px;}

a,
#project_panel a,
nav ul li a {color:#aaa; text-transform:uppercase; text-decoration:none;}
a {
	text-transform: none;
}
#project_extra_content_col a.active,
nav ul li a:hover,
nav ul li a.active {color:#1D6131;}

#_parent_nav {padding-left:70px; width:110px;}

#content {
	float: left;
	position: relative;
	z-index: 0;
}

#content {
/*	width: 960px;*/
	width: 930px;
	margin: auto;
}

#content section,
#content nav {
	position: relative;
	display: none;
	z-index: 0;
	background: #FFF;
	float: left;
}

nav {
	height: 160px;
	overflow: hidden;
}

#content nav {
	float: left;
	width: 110px;
}

#content ._sub_nav {
	display: block;
}

#content ._sub_nav ul {
	float: left;
}

#content ._sub_nav#category_listing {
	width: 300px;
}
#content ._sub_nav#category_listing ul {
	margin-right: 10px;
}

#content h1 {color:#1D6131; text-transform:uppercase; font-weight:normal; line-height:22px;}
#content p {color:#aaa; line-height:18px;}


#project_panel {
	width: 530px;
	position: relative;
	left: 20px;
}

#project_panel #project_title,
#project_panel #project_details_col {
	float: left;
}

#project_panel #project_title {
	width: 200px;
	height: 160px;
}
#project_panel #project_title h1 {
	color: ##1D6131;
}

#project_panel #project_extra_content_col {
	float: right;
}

#category_listing {
	width: 670px;
	height: 160px;
	overflow: hidden;
}
#left_arrow,
#left_arrow a,
#right_arrow,
#right_arrow a {
	width: 20px;
	height: 160px;
	display: block;
}
#left_arrow {
	float: left;
}
#right_arrow {
	float: right;
	text-align: right;
}

#category_listing #mask {
	width: 600px;
	height: 100%;
	overflow: hidden;
	position: absolute;
	left: 40px;
}

#category_listing nav._sub_nav {
	position: relative;
	height: 100%;
	left: 0;
}

#category_listing nav._sub_nav ul {
	float: left;
	position: absolute;
	top: 0;
	width: 130px;
	padding-right: 20px;
}

footer {
	width: 100%;
	height: 225px;
	margin-top: 10px;
	border-top: 1px solid #CCC;
	padding: 5px 0 15px 0;
	color:#B5B5B5;
	font-size:10px;
}
footer p {
	float: right;
	margin-right: 70px;
	padding-top:5px;
}

footer #facebook {
	float:left;
	margin-left: 70px;
}

footer p a{ color:#b5b5b5; text-decoration:none;}
footer p a:hover{text-decoration:underline;}
