body {
	font-family: Arial, Helvetica, sans-serif;
	color: #323232;
	font-size: 62.5%;
	font-size: 0.7em;
	background-color: #EBEBEB
}
a {
	color: #4D4C4C;
	font-weight: bold;
}
#wrapper {
	background: none repeat scroll 0 0 #ffffff;
	border-bottom:1px solid #B8BCC1;
	border-left:1px solid #B8BCC1;
	border-right: 1px solid #B8BCC1;
	margin-bottom: 4em;
}
#header {
	background:url(../img/navigation/header_home.jpg) no-repeat;
	height: 10.4em;
}
#header h1 {
	border: none;
}
#logo {
	text-indent: -9999px;
	margin-top: 1em;
	margin-left: 1em;
}
#logo a {
	background: url("../img/navigation/logo.gif") no-repeat scroll 0 0 transparent;
	width: 90px;
	height: 73px;
	display: block;
}
#contact {
	float: right;
}
#contact li {
	float: left;
}
#contact a {
	background: none repeat scroll 0 0 #C8CACD;
	display: block;
	padding: 0.3em 0.8em;
}
#contact a:hover {
	color:#CC0000;
	text-decoration: underline;
}
#navigation {
	background: none repeat scroll 0 0 #DCDFE1;
	border-top: 1px solid #B8BCC1;
	border-bottom: 1px solid #B8BCC1
}
#navigation a {
	float: left;
	margin:0;
	padding:0.2em 1em;
	background: none repeat scroll 0 0 #DCDFE1;
	border-color:#FCFCFC #A8A5A6 #A8A5A6 #FFFFFF;
	border-style:solid;
	border-width:1px;
	cursor:pointer;
	display:block;
	line-height:1.8em;
}
#navigation a:hover {
	background:none repeat scroll 0 0 #FCFCFC;
	color:#4D4C4C;
}
#home .home, #about .about, #products .products, #distribution .distribution, #technical .technical, #events .events, #downloads .downloads {
	background: #fcfcfc;
}
#breadcrumb {
	margin:1.2em 0.5em 1em 1em;
}
#breadcrumb ul {
	display:inline;
	padding:0;
	margin:0;
}
#breadcrumb ul li {
	display:inline;
	padding:0;
	margin:0;
}
#breadcrumb ul li a {
	color: #4d4c4c;
}
#breadcrumb a:hover, #breadcrumb a:active {
	color: #cc0000;
}
#maincontent {
	min-height: 40em;
	padding-bottom: 2em;
}
#home #maincontent {
	min-height: 0;
}
#content {
	margin-left: 1.5em;
}
#subnav {
	border: 1px solid #BBBBBB;
}
#home #subnav {
	padding-top: 60px;
	width: 310px;
	height: 250px;
	background: url(../img/navigation/subnav-bg.jpg) no-repeat left top;
}
#subnav-list ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
#subnav-list li {
}
#subnav-list a {
	background: url(../img/navigation/subnav-1.jpg) no-repeat left top;
	width: 150px;
	height: 22px;
	display: block;
	padding: 0.7em 1em 0 2.2em;
}
#subnav-list a:hover {
	background: url(../img/navigation/subnav-2.jpg) no-repeat left top;
	color:#CC0000;
}
#footer {
	margin-left: 5em;
	margin-right: 5em;
	margin-bottom: 1em;
	text-align: center;
	border-top: 1px solid #B8BCC1;
}

.home-img {
	margin-left: 90px;
}