* { margin: 0; padding: 0; }

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
}

#viewport {
	margin: 0 auto;
	width: 950px;
}

#header {
	height: 176px;
	position: relative;
	border-top: 24px solid #c7c0b8;
}

#logo { margin: 48px 0 0 40px; }

#logo a img { border: none; }

.information {
	border-bottom: 1px solid #C6C0B8;
	bottom: 0;
	font-size: 0.9em;
	margin-left: 40px;
	padding-bottom: 6px;
	position: absolute;
	width: 870px;
}

#content {
	height: 430px;
	position: relative;
}

.double_column {
	float: left;
	margin-top: 60px;
	width: 50%;
}

.double_column h2 {
	font-size: 1.25em;
	margin-bottom: 12px;
	text-align: center;
}

.double_column a {
	display: block;
	height: 333px;
	text-align: center;
	text-decoration: none;
}

.double_column a span {
	display: block;
	color: #ffffff;
	padding-top: 6px;
	font-weight: bold;
	font-size: 0.95em;
}

.drives_motor_division { background: #fff url(../images/drives_motor_division.jpg) left bottom no-repeat; }

.robotics_division { background: #fff url(../images/robotics_division.jpg) right bottom no-repeat; }

#footer {
	background: #C6C0B8;
	height: 60px;
font-size: 16pt;
}

#meta_navigation { list-style: none; }

#meta_navigation li { float: left; }

#meta_navigation a {
	color: #fff;
	display: block;
	font-size: 0.55em;
	font-weight: bold;
	margin: 22px 0 0 130px;
	padding: 0;
	text-decoration: none;
}

#meta_navigation a:hover, .information, h2 { color: #91867E; }
