body {
	margin: 0;
	padding: 0;
	color: #000;
	background-color: #eee;
	font-family: Arial, Helvetica, sans-serif;
	font-size: .8em;
	text-align: center;
}
img {
	border: 0;
}
#headrow {
	margin: 0 auto;
	width: 900px;
	text-align: left;
}
#headrow .box {
	height: 30px;
	background-color: #fff;
	width: 180px;
}
#header {
	height: 180px;
	background-color: #fff;
}
#header .box {
	position: relative;
	margin: 0 auto;
	width: 900px;
	height: 180px;
	background-image:url(/img/header.jpg);
	background-repeat: no-repeat;
	text-align: left;
}
#header h1 {
	display: block;
	width: 180px;
	height: 180px;
	margin: 0;
	padding: 0;
	font-size: 2em;
	font-weight: bold;
}
#header h1 a {
	display: block;
	position: relative;
	width: 180px;
	height: 180px;
	margin: 0;
	padding: 0;
	text-align: left;
	text-decoration: none;
	color: #333;
}
#header h1 a span {
	display: block;
	position: absolute;
	bottom: 0;
	padding: .5em;
	cursor: pointer;
}
#header h1 a:hover {
	color: #000;
}
#header .subtitle {
	display: block;
	position: absolute;
	text-align: right;
	bottom: 0;
	right: 0;
	padding: 1em;
	margin: 0;
	font-size: 1em;
	font-weight: bold;
	color: #fff;
}
#main {
	margin: 0 auto;
	width: 900px;
	text-align: left;
	padding: 0;
}
#menu {
	float: left;
	width: 180px;
	margin: 0;
	padding: 0;
	background-color: #fff;
	background-image:url(/img/menu.jpg);
	background-repeat: no-repeat;
	background-position: bottom;
	padding-bottom: 140px;
	text-align: center;
}
#menu ul {
	margin: 1em 0 2.5em 0;
	padding: 0;
	list-style: none;
}
#menu ul li a {
	display: block;
	padding: .5em 1em;
	margin-bottom: 1em;
	background-color: #333;
	color: #fff;
	text-decoration: none;
	text-align: left;
}
#menu ul li a:hover {
	background-color: #aaa;
	color: #000;
	font-weight: bold;
}
#menu ul li a.active {
	background-color: #693;
	color: #fff;
	font-weight: bold;
}
#menu img.button {
	width: 120px;
	height: 120px;
	margin-bottom: 2.5em;
}
#content {
	width: 720px;
	margin: 0;
	padding: 0;
	float: right;
	overflow: auto;
}
#contentbox {
	padding: 1.5em 1em;
}
#content a {
	color: #360;
}
#content a:hover {
	text-decoration: none;
}
#content h2, #content h3 {
	margin: 0;
	padding: 0;
	font-style: normal;
	font-weight: bold;
}
#content h2 {
	margin: .2em 0;
	font-size: 1.5em;
}
#content h3 {
	margin-bottom: .2em;
	font-size: 1.2em;
}
#content ul {
	margin: 0;
	padding: 0;
	padding-left: 2.5em;
}
#catalog table {
	width: 100%;
	border-spacing: 0;
}
#content .columnleft, #content .columnright {
	width: 47%;
	text-align: left;
}
#content .columnleft {
	float: left;
}
#content .columnright {
	float: right;
}

#catalog .breadcrumbs {
	font-size: .85em;
}
#catalog h2 {
	clear: both;
}
#catalog .img {
	text-align: center;
	margin: 1em auto 2em auto;
}
#catalog .description {
	line-height: 1.5em;
	margin-bottom: 1.5em;
}
#catalog .information {
	text-align: center;
}
#catalog .information a {
	display: inline-block;
	padding: .5em 1em;
	margin: 0 1em;
	background-color: #693;
	color: #fff;
	font-weight: bold;
	text-decoration: none;
	margin-bottom: 1.5em;
}
#catalog .datasheet {
	margin-bottom: 1.5em;
}
#catalog .datasheet th, #catalog .datasheet td {
	margin: 0;
	padding: 0 .1em .1em 0;
	vertical-align: top;
}
#catalog .datasheet th {
	width: 8em;
}
#catalog .thumbnails {
	text-align: center;
}
#catalog .thumbnails .thumb {
	display: block;
	margin: 0 auto 1.5em auto;
	width: 200px;
	text-align: left;
	overflow: hidden;
}
#catalog .thumbnails .thumb a.txt {
	display: block;
	margin-bottom: .3em;
	white-space: nowrap;
	font-weight: bold;
}
#catalog .thumbnails .left {
	float: left;
}
#catalog .thumbnails .right {
	float: right;
}
#catalog .thumbnails .thumb img {
	width: 200px;
	height: 200px;
}
#catalog ul.subcategories {
	margin: .2em 0 1.5em 0;
	padding: 0;
	list-style: none;
}
#catalog ul.subcategories li {
	float: left;
	padding-right: 1.5em;
	white-space: nowrap;
}
#catalog .category {
	margin: 1em	 0 2em 0;
}
#catalog .category img {
	float: left;
	margin-right: 1em;
	width: 100px;
	height: 100px;
}
#catalog .category .description {
	margin: 0;
}
#catalog .category ul.subcategories {
	margin-bottom: 0;
}
#catalog .search {
	margin-bottom: 1.5em;
}
#catalog .search th, #catalog .search td {
	margin: 0;
	padding: 0 .1em .1em 0;
	vertical-align: middle;
	font-weight: normal;
}
#catalog .search th {
	width: 8em;
}
#catalog .search input {
	width: 16em;
}
#catalog .search input.auto {
	width: auto;
}
#catalog .weeksimg {
	margin: 1.5em 3em 1em 3em;
	padding: .5em;
	text-align: center;
	border: 1px solid #333;
	background-color: #fff;
}
#catalog .infobox {
	margin: 0 8em 3em 8em;
}
#contact .error {
	margin: 1em 0 0 0;
	padding: 1em;
	background-color: #900;
	color: #fff;
}
#contact form {
	text-align: center;
	padding-top: 1.5em;
}
#contact table {
	margin: 1em auto;
	border-spacing: 0;
	width: 32em;
}
#contact th, #contact td {
	margin: 0;
	padding: 0 .1em .1em 0;
	vertical-align: middle;
	text-align: left;
	font-weight: normal;
}
#contact th {
	width: 9em;
}
#contact th.top {
	vertical-align: top;
}
#contact input, #contact textarea {
	width: 23em;
}
#contact input.auto {
	width: auto;
}
#pagecontent {
	line-height: 1.5em;
	margin-bottom: 2em;
}
.clear {
	clear: both;
}
#footer {
	clear: both;
	margin: 0 auto;
	padding: .5em 0 5em;
	width: 900px;
	text-align: center;
	font-size: .85em;
	color: #666;
}
#footer a {
	color: #666;
	text-decoration: underline;
	margin-right: 2em;
}
#footer a:hover {
	text-decoration: none;
}
#footer .left {
	padding: 0;
	float: left;
}
#footer .right {
	float: right;
}
.tooltip {
	position: absolute;
	display: none;
	width: 250px;
	padding: 4px;
	background-color: #fff;
	border: 1px solid #333;
	text-align: left;
}
.tooltip h4 {
	margin: 0;
	padding: 0;
	font-size: 1em;
	font-weight: bold;
}
.intro {
	text-align: justify;
	line-height: 1.5em;
	margin-bottom: 1.5em;
}
