a img {
	border: none;
}
* {
	margin: 0;
	padding: 0;
}
body {
	font: 75%/140% "Lucida Grande", "Trebuchet MS", Verdana, sans-serif;
	color: #0C0C0C;
	text-align: center;
}
#wrapper {
	width: 960px;
	text-align: left;
	margin: 0 auto;
	position: relative;
}
#header {
	position: relative;
	height: 140px;
}
#logo h1 {
	display: none;
}
#logo {
	width: 267px;
	height: 90px;
	background-image: url(../images/logo.jpg);
	float: left;
	position: absolute;
	left: 0;
	top: 20px;
}
#logo a {
	width: 267px;
	height: 90px;
	position: absolute;
	left: 0;
	top: 0;
	text-decoration: none;
}
#imagebar {
	width: 682px;
	position: absolute;
	top: 10px;
	right: 0;
}
#menu {
	position: absolute;
	top: 90px;
	left: 278px;
	right: 0;
	border-bottom: 1px solid #EAEAEA;
}
#menu li {
	display: inline;
	position: relative;
}
#menu li a {
	display: inline-block;
	color: #262626;
	font-size: 110%;
	padding: 6px 7px;
	text-decoration: none;
	font-weight: bold;
}
#menu li a:hover {
	text-decoration: underline;
}
#menu li.selected a {
	color: #285388;
	text-decoration: underline;
}
#menu li.selected li a {
	text-decoration: none;
	color: #262626;
}
#menu li.selected li a:hover {
	text-decoration: underline;
}
#menu li.selected li.selected a {
	color: #285388;
	text-decoration: underline;
}
#menu ul li ul {
	display: none;
}
#menu ul li:hover ul {
	display: block;
	position: absolute;
	top: 21px;
	left: 0;
	background-color: #FFF;
	padding: 5px 10px;
	border: 1px solid #EAEAEA;
	border-top: none;
	min-width: 200px;
}
#menu ul li ul li {
	display: block;
}
#productsmenu {
	width: 267px;
	float: left;
}
.productcategory {
	background-color: #E5E5E5;
	margin-bottom: 7px;
}
.productcategory h2 {
	font-size: 110%;
}
.productcategory h2 a {
	color: #fff;
	padding: 6px 15px;
	text-decoration: none;
	display: block;
}
.productcategory h2 a:hover {
	text-decoration: underline;
}
.productcategory ul {
	padding: 10px 20px 7px 20px;
	list-style: none;
}
.productcategory ul ul {
	list-style: square;
	padding: 2px 20px 7px 20px;
}
.productcategory ul li {
	padding-bottom: 2px;
}
.productcategory ul a {
	color: #303030;
	text-decoration: none;
}
.productcategory ul li.selected a {
	font-weight: bold;
	text-decoration: underline;
}
.productcategory ul li.selected li a {
	font-weight: normal;
	text-decoration: none;
}
.productcategory ul a:hover, .productcategory ul li.selected li a:hover {
	text-decoration: underline;
}
#content {
	width: 460px;
	float: left;
	margin-left: 20px;
	text-align: left;
}
.product {
	margin-bottom: 20px;
}
.product-image {
	width: 150px;
	height: 150px;
	float: left;
}
.product-content {
	float: left;
	width: 330px;
	margin-left: 10px;
}
#content h1 {
	font-size: 210%;
	color: #285388;
	margin-bottom: 0.5em;
	line-height: 1.1em;
}
#content h2 {
	margin-bottom: 0.3em;
	line-height: 1.1em;
}
#content p, #content table {
	margin-bottom: 1em;
}
#content ol, #content ul {
	margin: 0 0 1em 2em;
}
#sidebar {
	width: 175px;
	float: right;
	background-color: #F2F2F2;
	padding: 15px;
}
#sidebar h2 {
	font-size: 120%;
	font-weight: normal;
	margin-bottom: 0.3em;
}
#sidebar .newsitem {
	border-top: 1px solid #DFDFDF;
	padding: 5px 0;
}
#newsoverview .newsitem h2 a {
	color: #0C0C0C;
	font-size: 100%;
	line-height: 100%;
}
.newsitem {
	margin-bottom: 0.3em;
}
.newsitem h3 a, .newsitem h3 a:visited {
	font-size: 80%;
	color: #0C0C0C;
	text-decoration: none;
	font-weight: normal;
	margin-bottom: 0.5em;
}
.newsitem h3 a:hover {
	text-decoration: underline;
}
#sidebar p {
	margin-bottom: 1em;
}
.clear {
	clear: both;
	height: 0;
	visibility: hidden;
}
#footer {
	border-top: 1px solid #EAEAEA;
	padding: 5px 10px;
	margin-top: 20px;
	font-size: 90%;
	color: #fff;
	background-color: #000;
}
#footer span {
	float: right;
	font-weight: bold;
}
.logictfooter {
	text-align: center;
	padding: 10px;
	font-size: 0.9em;
	color: #B3B3B3;
}
.logictfooter a {
	color: #B3B3B3;
}
#languages {
	position: absolute;
	top: 91px;
	right: 691px;
	z-index: 100;
}
#languages ul {
	list-style: none;
	float: right;
}
#languages li {
	float: left;
	padding: 7px 3px;
}
#newsoverview .newsitem {
	background-color: #EEEFEE;
	padding: 10px;
	margin-bottom: 1em;
}
#newsoverview .newsitem h2 {
	font-size: 1.3em;
	line-height: 1.3em;
}
#newsoverview .newsitem h2 a {
	text-decoration: none;
}
#newsoverview .newsitem h2 a:hover {
	text-decoration: underline;
}
#newsoverview .newsitem em {
	display: block;
	margin-top: 1em;
	margin-bottom: -1em;
	font-size: 0.9em;
}
#shortsearch {
	background-color: #E6E6E6;
	padding: 0.5em 1em;
	margin-top: 1.5em;
}
#shortsearch h2 {
	display: none;
}
#shortsearch #searchfield {
	border: 1px solid #B3B3B3;
	padding: 2px;
	font-size: 1em;
	width: 170px;
	margin-right: 5px;
}
.result {
	border-top: 1px solid #E6E6E6;
	padding: 0.7em 0 0 0;
}
.result a {
	color: #333;
}
.intranet {
	float: right;
	text-transform: uppercase;
	line-height: 2.5em;
	padding-right: 0.5em;
}
.intranet a {
	text-decoration: none;
	color: #333;
}
.intranet a:hover {
	text-decoration: underline;
}
