body {
	margin: 0;
	padding: 0;
	background-color: #fff;
	background-image: url(/_assets/img/bg_body.gif);
	background-repeat: repeat-x;
	color: #797979;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 1.4em;
	}
img {
	border: 0;
	}
a {
	color: #53892b;
	text-decoration: none;
	}
a:hover {
	color: #333;
	}
h2 {
	color: #000;
	font-size: 20px;
	line-height: 1.2em;
	font-weight: normal;
	}
h3 {
	color: #53892b;
	font-size: 13px;
	line-height: 1.2em;
	font-weight: normal;
	text-transform: uppercase;
	}
ul {
	padding-left: 14px;
	list-style: url(/_assets/img/txt_bullet.gif);
	}

#wrap {
	background-image: url(/_assets/img/bg_main.gif);
	background-position: top center;
	background-repeat: no-repeat;
	}
.container {
	width: 980px;
	margin: 0 auto;
	}

/* Header */
#menu {
	margin: 23px 0 0 20px;
	width: 655px;
	font-size: 11px;
	float: left;
	}
#menu a {
	margin: 0 40px 0 0;
	padding: 15px 0 0 0;
	height: 32px;
	color: #d6d6d6;
	text-decoration: none;
	text-transform: uppercase;
	float: left;
	display: block;
	}
#menu a:hover {
	color: #fff;
	}
#menu a.on {
	background-image: url(/_assets/img/bg_menu.gif);
	background-position: center bottom;
	background-repeat: no-repeat;
	}
#info {
	margin: 34px 0 0 0;
	width: 285px;
	height: 36px;
	text-align: right;
	float: left;
	}
h1 {
	margin: 30px 0 0 20px;
	padding: 0;
	float: left;
	display: inline;
	}
#main_image {
	float: right;
	}
	
/* Content */
#content {
	margin: 20px 70px 0 20px;
	padding-bottom: 40px;
	width: 620px;
	float: left;
	}
#sidebar {
	margin: 25px 0 0 0;
	padding: 0 0 40px 35px;
	width: 210px;
	height: 450px;
	background-image: url(/_assets/img/bg_sidebar.gif);
	background-position: top left;
	background-repeat: no-repeat;
	float: left;
	}
#sidebar p {
	margin-left: 5px;
	}
#sidebar img {
	margin-bottom: 15px;
	padding: 10px;
	background-image: url(/_assets/img/bg_sidebar_image.png);
	background-repeat: no-repeat;
	float: left;
	}


/* Projects */
#projects {
	margin: 0 20px;
	padding: 1px 0 50px 0;
	width: 940px;
	background-image: url(/_assets/img/bg_project_container.gif);
	background-position: top center;
	background-repeat: no-repeat;
	float: left;
	}
#projects h2 {
	padding: 20px 0 0 0;
	margin: 0;
	width: 940px;
	height: 40px;
	background-image: url(/_assets/img/bg_project.gif);
	background-position: top center;
	background-repeat: no-repeat;
	color: #666;
	font-size: 16px;
	font-weight: normal;
	cursor: pointer;
	float: left;
	}
#projects h2 span {
	padding-left: 10px;
	background-image: url(/_assets/img/txt_bullet.gif);
	background-position: center left;
	background-repeat: no-repeat;
	color: #53892b;
	font-size: 12px;
	float: right;
	}
#projects h2.current {
	color: #53892b;
	cursor: default;
	background-color: #fff;
	}
#projects h2.current span {
	display: none;
	}
#projects div.pane {
	padding: 5px 0;
	width: 940px;
	background-image: url(/_assets/img/bg_project_details.gif);
	background-position: bottom center;
	background-repeat: no-repeat;
	display: none;
	float: left;
	}
#projects div.pane img {
	margin: 0 10px 0 -10px;
	float: left;
	}
#projects div.pane p {
	font-size: 13px;
	line-height: 1.5em;
	}


/* Team */
.team {
	padding: 10px 0 15px 0;
	width: 620px;
	background-image: url(/_assets/img/bg_team.png);
	background-position: bottom center;
	background-repeat: no-repeat;
	float: left;
	}
.team img {
	margin: 15px 20px 15px 0;
	float: left;
	}
.team div {
	float: left;
	}
.team strong {
	color: #53892b;
	font-weight: normal;
	}


/* Form */
input.input {
	margin: 5px 0;
	padding: 11px 12px 0 12px;
	width: 413px;
	height: 28px;
	border: 0;
	background-image: url(/_assets/img/bg_form_input.png);
	background-repeat: no-repeat;
	color: #8f8f8f;
	font-size: 16px;
	}
textarea.input {
	margin: 5px 0;
	padding: 11px 12px 0 12px;
	width: 413px;
	height: 182px;
	border: 0;
	background-image: url(/_assets/img/bg_form_textarea.png);
	background-repeat: no-repeat;
	color: #8f8f8f;
	font-size: 16px;
	}
	

/* Footer */
#footer {
	background-image: url(/_assets/img/bg_footer.gif);
	font-size: 10px;
	text-transform: uppercase;
	}
#footer a {
	margin: 0 15px;
	color: #d6d6d6;
	text-decoration: none;
	}
#footer a:hover {
	color: #fff;
	}
.left {
	margin: 15px 0 0 5px;
	width: 695px;
	float: left;
	}
.right {
	margin: 15px 5px 0 0;
	width: 275px;
	text-align: right;
	float: left;
	}

/* Sticky Footer */
html, body, #wrap {
	height: 100%;
	}
body > #wrap {
	height: auto;
	min-height: 100%;
	}
#main {
	padding-bottom: 110px; /* must be same height as the footer */
	}
#footer {
	position: relative;
	margin-top: -110px; /* negative value of footer height */
	height: 110px;
	clear: both;
	}
.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
	}
.clearfix {
	display: inline-block;
	}
* html .clearfix {
	height: 1%;
	}
.clearfix {
	display: block;
	}
