body {
	font-family: Tahoma;
	font-size: 10px;
	color: #4b4b4b;
}
h1, h2, h3 {
	font-family: "Times New Roman";
	font-size: 1.6em;
	font-weight: normal;
}
h1 {
	margin: 1.5em 0 0 0;
}
h4 {
	line-height: 1.4em;
	margin: 1.5em 0 0 0;
	color: #dc5656;
}
p {
	line-height: 1.4em;
	margin: 0.5em 0;
}
a {
	text-decoration: none;
	color: #4b4b4b;
}
#wrapper {
	position: relative;
	margin: 80px auto;
	width: 780px;
}
#logo {
	text-align: right;
	padding: 10px 0;
}
#twitter {
	position: absolute;
	top: -75px;
	left: 260px;
}
#sidebar {
	float: left;
	width: 115px;
	position: relative;
}
#main {
	margin: 0 0 0 116px;
}
#clock {
	background-color: #f8f8f8;
	border: 1px solid #d9dbdc;
	padding: 8px;
}
#date {
	margin: 0 0 0 60px;
	padding: 5px;
	font-family: "Times New Roman";
	color: #4b4b4b;
	text-align: center;
	border: 1px solid #d9dbdc;
}
#time {
	float: left;
	margin: 2px 0;
}
#day {
	font-size: 2em;
}
#month {
	font-size: 1.4em;
}
#year {
	font-size: 1.2em;
}
#theme {
	margin: 1px 0 0 0;
	background-color: #f8f8f8;
	border: 1px solid #d9dbdc;
	padding: 8px;
	text-transform: uppercase;
	color: #4b4b4b;
}
#theme ul {
	margin: 8px 0 0 0;
	font-size: 8px;
}
#theme li {
	display: inline;
}
#nav {
	margin: 1px 0 0 0;
	background-color: #f8f8f8;
	border: 1px solid #d9dbdc;
	padding: 2px 0;
}
#nav li {
	text-transform: uppercase;
	padding: 6px 0;
}
#nav li a {
	color: #9a9a9a;
	padding: 0 8px;
}
#nav li.selected a, #nav li a:hover {
	background: url(/resources/nav.png) no-repeat left center;
	color: #4b4b4b;
}
#content {
	position: relative;
	background-color: #f8f8f8;
	border: 1px solid #d9dbdc;
	padding: 8px;
	min-height: 500px;
}
#blog {
	position: absolute;
	bottom: -160px;
	right: -1px;
}
#footer {
	background-color: #f8f8f8;
	border: 1px solid #d9dbdc;
	margin: 1px 0 0 116px;
	padding: 8px;
	color: #939598;
}
#email {
	float: left;
}
#email a {
	color: #939598;
}
#email img {
	vertical-align: middle;
	margin: 0 4px 0 0;
}
#share {
	float: left;
}
#noesis {
	text-align: right;
	line-height: 18px;
}
#case_studies .container {
	position: relative;
}
#case_studies .element {
	background-position: bottom left;
	background-repeat: no-repeat;
	background-color: #f8f8f8;
	border: 1px solid #d9dbdc;
	padding: 0 0 60px 0;
	margin: 8px 0 0 0;
	color: #4b4b4b;
}
#case_studies .element h2 {
	margin: 0 0 0.5em 0;
}
#case_studies .element img, #case_studies .element object {
	display: block;
}
#case_studies .element .container {
	background: url(/resources/arrow.png) no-repeat right 40px;
	padding: 8px;
}
#sections {
	margin: 0 0 20px 0;
}
#sections .container {
	position: relative;
}
#sections .element {
	background-position: top left;
	background-repeat: no-repeat;
	background-color: #b3b3b3;
	border: 1px solid #d9dbdc;
}
#sections .element.selected {
	background-color: #868686;
}
#sections .element.selected a, #sections .element.selected a:hover {
	color: #fff;
}
#sections .element h2 {
	padding: 8px;
}
#sections .element p {
	position: absolute;
	bottom: 0;
	right: 8px;
}
#sections .element .container {
	padding: 150px 0 0 0;
	background: url(/resources/arrow.png) no-repeat right 40px;
}
#showcase {
	margin: 0 0 20px 0;
}
#showcase .container {
	border: 1px solid #d9dbdc;
}
#showcase .title {
	padding: 0 15px;
	color: #ffffff;
	font-family: Tahoma;
	font-size: 1.2em;
	line-height: 25px;
	background-color: #a5a5a5;
}
#showcase .next {
	background: url(/resources/next_off.png) no-repeat center center;
}
#showcase .next:hover {
	background: url(/resources/next_on.png) no-repeat center center;
}
#showcase .previous {
	background: url(/resources/previous_off.png) no-repeat center center;
}
#showcase .previous:hover {
	background: url(/resources/previous_on.png) no-repeat center center;
}
#clients {
	margin-top: 8px;
}
#clients ul {
	display: block;
	float: left;
	width: 222px;
	margin-left: -8px;
}
#clients ul li {
	padding: 3px 0 3px 8px;
	color: #9a9a9a;
}
#clients ul li.selected, #clients ul li:hover {
	color: #4b4b4b;
	background: url(/resources/pointer.png) no-repeat left center;
}
#location {
	position: relative;
	margin: 0 0 8px 0;
}
#location ul {
	position: absolute;
	top: 180px;
	right: 0px;
	width: 200px;
}
#location ul li {
	padding: 8px 0 0 0;
}
#address {
	float: left;
	width: 200px;
}
#contact {
	width: 440px;
	margin: 0 -8px 0 214px;
	background: url(/resources/contact.png) no-repeat right bottom;
}
#contact label {
	color: #9a9a9a;
}
#contact dt {
	margin-bottom: 2px;
}
#contact dd {
	margin-bottom: 8px;
}
#contact dd input, #contact dd textarea {
	width: 220px;
	margin: 0;
	padding: 2px;
	border: 1px solid #cbcbcb;
}
#contact .submit {
	width: 48px;
	height: 19px;
	line-height: 15px;
	border: none;
	font-size: 0.9em;
	color: #9a9a9a;
	background: url(/resources/submit_off.png) no-repeat top left;
}
#contact .submit:hover {
	background: url(/resources/submit_on.png) no-repeat top left;
}
#contact_progress {
	margin-left: 144px;
	padding: 3px 8px;
	vertical-align: middle;
}
.clear {
	clear: both;
}
.copy {
	margin-right: 300px;
}
.button {
	cursor: pointer;
}
.thinklet {
	float: right;
	margin: 24px 40px;
	width: 220px;
}
.thinklet img {
	float: left;
}
.thinklet h3, .thinklet p {
	margin-left: 80px;
}
.side_image {
	float: right;
	width: 300px;
}
.popup {
	width: 275px;
	margin: 40px 70px;
	padding: 8px 8px 0 8px;
	border: 1px solid #cbcbcb;
	background-color: #f8f8f8;
}
.popup p {
	text-align: center;
}
.open {
	width: 100%;
	height: 20px;
	padding-top: 10px;
	line-height: 20px;
	background: #f8f8f8 url(/resources/open.png) no-repeat bottom right;
	border-bottom: 1px solid #b5b5b5;
	cursor: pointer;
}
.close {
	width: 100%;
	height: 20px;
	padding-top: 10px;
	line-height: 20px;
	background: #f8f8f8 url(/resources/close.png) no-repeat bottom right;
	border-bottom: 1px solid #b5b5b5;
	cursor: pointer;
}
