/* RESET! */

html, body, div, span, applet, object, iframe, header, section, article, footer, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}

header, section, article, footer {
	display: block;
}

body {
	background: #b7b7b7 url(../img/bg2.jpg) no-repeat top right;
	font: 13px/24px Century Gothic, Helvetica, Arial, sans-serif;
	font-style: normal;
	font-weight: 300;
	text-align: center;
}

a:link, a:visited {
	color: #fff;
	text-decoration: none;
	-webkit-transition: color 0.2s ease-in-out;
	-moz-transition: color 0.2s ease-in-out;
	-o-transition: color 0.2s ease-in-out;
	transition: color 0.2s ease-in-out;
}

a:hover {
	color: #a3d9c7;
	text-decoration: none;
}

section header p {
	border-bottom: 1px solid #e0e0e0;
	font-size: 23px;
	line-height: 33px;
	font-style: normal;
	font-weight: 300;
	margin-bottom: 30px;
	padding: 0 0 20px 0;
}

#container {
	position: relative;
	width: 100%;
}


/* --------------------------------------------------------------------------
	Logo
--------------------------------------------------------------------------- */

#logo {
	border-top: 0px solid #9fcc35;
	margin: 0 auto;
	padding: 80px 0 0 240px;
	text-align: left;
	width: 915px;
}

#logo img {
	margin-bottom: 32px;
}

/* --------------------------------------------------------------------------
	Products
--------------------------------------------------------------------------- */

#products {
	padding-top: 45px;
}

#products-list {
	height: 685px;
	list-style: none;
	line-height: 0;
	margin: 30px auto 0;
	position: relative;
	text-align: left;
	width: 915px;
}

#products-list li {
	position: absolute;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}

#invest {
	left: 120px;
	top: 0;
}
#audit {
	left: 490px;
	top: 0;
}

#products-list a {
	color: #fff;
	display: block;
	font: 12px/13px Century Gothic, Helvetica, Arial, sans-serif;
	font-weight: 100;
	height: 233px;
	text-decoration: none;
	text-transform: uppercase;
	position: relative;
	width: 295px;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}

#invest, #invest a {
	background: url(../img/proj-thumb-invest.jpg) no-repeat 0 0;
}

#audit, #audit a {
	background: url(../img/proj-thumb-audit.jpg) no-repeat 0 0;
}

#products-list a:hover {
	background-color: #323437;
}

#invest a,
#audit a {
	height: 300px;
}

#products-list span.project-name {
	bottom: 0;
	display: block;
	left: 0;
	line-height: 20px;
	padding: 0 0 15px 20px;
	position: absolute;
	width: 275px;
}

#products-list span.project-extra {
	display: block;
	height: 233px;
	left: 0;
	position: absolute;
	top: 0;
	width: 295px;
}

#invest span.project-extra,
#audit span.project-extra {
	height: 300px;
}

#products-list li a span.project-extra {
	opacity: 0;
	z-index: 20;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}

#products-list a:hover span.project-extra {
	opacity: 1;
}

#invest a span.project-extra, #invest a:hover span.project-extra {
	background: url(../img/proj-thumb-invest.jpg) no-repeat -295px 0;
}

#audit a span.project-extra, #audit a:hover span.project-extra {
	background: url(../img/proj-thumb-audit.jpg) no-repeat -295px 0;
}




