body, html {
	background-color: #000000;
	margin: 0px;
	font-family: Helvetica Neue,Helvetica,Arial,FreeSans,sans-serif;
	font-size: 14px;
	color: #898982;
}

#main
{
	position: relative;
	width: 990px;
	margin-left: auto;
	margin-right: auto;
}

#mzmenu
{
	background-color: #2c2c22;
	width: 100%;
	height: 60px;
	margin: 10px 0 10px 0;
}

#main h1, #contact h1 {
	color: #9a9868;
	font-size: 26px;
	font-weight: normal;
	margin: 0 0 20px 0;
}

#main h2, #contact h2 {
	color: #9a9868;
	font-size: 20px;
	font-weight: normal;
	margin: 0;
}

#main a{
	text-decoration: none;
}

#mzmenu .menubutton {
	color: #898982;
	height: 35px;
	width: 120px;
	text-align: center;
	float: left;
	padding-top: 15px;
	margin-bottom: 10px;
	padding-bottom: 10px;
}

#mzmenu .menubutton:hover {
	color: white;
}

#mzmenu a.selected {
	color: white;
}

#logo
{
	background-image: url(images/mz_logo.jpg);
	position: absolute;
	right: 14px;
	top: 2px;
	height: 52px;
	width: 96px;
}

#top_left
{
	background-color: white;
	width: 395px;
	height: 330px;
	float: left;
	text-align: center;
}

#top_right
{
	background-color: white;
	width: 555px;
	height: 290px;
	float: right;
	padding: 20px;
	color: black;
}

#top_right a {
	color: #898982;
	text-decoration: underline;
}

#top_right a:hover {
	color: black;
}

#bottom_left
{
	background-color: #383a2d;
	width: 402px;
	height: 253px;
	float: left;
	margin-bottom: 10px;
}

#bottom_right
{
	background-color: #2c2c22;
	color: #eFeFeF;
	width: 547px;
	height: 223px;
	float: right;
	padding: 10px 20px 20px 20px;
	margin-bottom: 10px;
}

#footer {
	background-color: #2c2c22;
	color: #898982;
	width: 790px;
	height: 50px;
	padding: 0 100px 0 100px;
}

#copyright {
	float: left;
	margin: 5px 75px 0 75px;
	font-size: 12px;
	text-align: center;
}

.linkbox
{
	color: #898982;
	padding: 10px;
	width: 382px;
	height: 60px;
	overflow: hidden;
}

div.linkbox:hover
{
	color: white;
}

.linkbox .linkimage {
	width: 50px;
	height: 50px;
	float: left;
	margin-right: 10px;
	border: 2px solid #9a9868;
}

.linkbutton
{
	background-image: url(images/linkbutton.gif);
	color: #898982;
	margin: 10px;
	padding: 7px;
	width: 186px;
	height: 16px;
	overflow: hidden;
	text-align: center;
}

div.linkbutton:hover
{
	color: white;
}

#contact {
	position: absolute;
	right: 0;
	top: 175px;
	width: 510px;
}

#contact #formthanks, #contact #formerrors {
	position: absolute;
	right: 20px;
	top: 165px;
	color: red;
	font-weight: bold;
}

#contact #address {
	background-color: #2c2c22;
	color: white;
	padding: 20px;
}

#contact #form {
	padding: 20px;
	background-color: #696a48;
	color: black;
}

#contact table
{
	width: 460px;
}

#contact td
{
	width: 230px;
	text-align: left;
}

#contact input, #contact button
{
	width: 230px;
}

#contact textarea
{
	width: 460px;
	height: 50px;
}

#case_study_logo {
	float:right;
	margin: 0 10px 10px 10px;
}