* {
	margin: 0;
	padding: 0;
}
html, body {
	font: small "Trebuchet MS", Arial, Verdana, sans-serif;
	color: #CCC;
	background: #333 url('../images/body_bg.jpg') repeat-y;
}
a {
	color: #95A105;
	text-decoration: none;
}
a:hover {
	color: #FFF;
}
#heading {
	margin-left: 214px;
	width: 536px;
	height: 80px;
	border-bottom: 2px solid #FF7800;
}
#logo {
	padding: 24px 20px;
	border: none;
}
#content {
	margin-left: 214px;
	width: 536px;
}
#content_body {
	padding: 20px;
	background: url('../images/content_bg.jpg') repeat-x;
}
#sidebar {
	position: absolute;
	left: 0;
	top: 0;
}
#home_feature, #feature {
	position: relative;
}
.feature {
	position: absolute;
}
#title, #home_feature_info {
	background: #95A105 url('../images/title_bg.jpg') 0 189px repeat-x;
	color: #FFF;
	padding: 5px 20px;
	width: 496px;
	padding-top: 194px;
}
#title {
	padding-top: 198px;
}
#home_feature_info a {
	color: #FFF;
	text-decoration: underline;
}
#home_feature_info a:hover {
	color: #95A105;
	background: #FFF;
	text-decoration: none;
}
#what_we_do {
	position: relative;
	background: url('../images/text_what_we_do.gif') no-repeat;
	width: 496px;
	height: 118px;
	text-indent: -9999px;
	overflow: hidden;
}
#what_else_we_do {
	position: relative;
	width: 400px;
	height: 139px;
	text-indent: -9999px;
	overflow: hidden;
	background: url('../images/text_what_else_we_do.gif') center left no-repeat;
}
#footer {
	margin: 50px 20px 20px;
	color: #666;
	font-size: 0.8em;
	text-align: center;
}
#nav {
	position: relative;
	margin-top: 130px;
	list-style: none;
}
#nav a {
	text-indent: -9999px;
	overflow: hidden;
	position: absolute;
	height: 28px;
	width: 214px;
}
#nav a:hover {
	background-position: 0 -29px;
}
#nav a.current {
	background-position: 0 -58px;
}
#nav_home a {
	background: url('../images/nav_home.jpg') no-repeat;
}
#nav_about a {
	top: 29px;
	background: url('../images/nav_about.jpg') no-repeat;
}
#nav_work a {
	top: 58px;
	background: url('../images/nav_work.jpg') no-repeat;
}
#nav_contact a {
	top: 87px;
	background: url('../images/nav_contact.jpg') no-repeat;
}
#phone {
	position: relative;
	top: 190px;
	width: 78px;
	height: 23px;
	background: url('../images/text_phone.gif') no-repeat;
	text-indent: -9999px;
	overflow: hidden;
	left: 119px;
}
#content_body p, #content_body blockquote, #content_body ul {
	margin: 0.2em 0 1em;
}
#content_body blockquote {
	margin: 1em -20px;
	padding: 10px 20px;
	background: #252525;
}
#content_body h3 {
	color: #FF7800;
	font-weight: normal;
}
.work_item p {
	margin: 0;
}
.work_item h4 {
	margin-top: 0.5em;
}
.work_item img {
	border-width: 0;
}
.work_item {
	float: left;
	text-align: center;
}
.odd {
	float: right;
}
#content_body img {
	border: none;
}