@CHARSET "UTF-8";

.separator {
	visibility: hidden;
	clear: both;
}

#colmask {
	background: #DEF;		/* Left column background colour */
}

#colmid {
	background: aliceblue;    	/* Centre column background colour */
}

#colright {
	background: #DEF;    	/* Right column background colour */
}

#navigation {
	padding: 1em;
}

#navigation h2 {
	display: none;
}

#navigation h3 {
	margin-top: 2.5em;
	margin-bottom: 0.5em;
}

#navigation h3.first {
	margin-top: 0;
}

#navigation li {
	margin-left: 2em;
	margin-top: 0.3em;
	list-style-type: disc;
}

#mcWidget_menuArea .current,
#navigation li.current a {
	font-weight: bold;
}

#navigation a,
.maternaWidget a {
	text-decoration: none;
}

#navigation a {
	line-height: 1em;
}

#navigation a:hover,
.maternaWidget a:hover {
	text-decoration: underline;
}

#verticalBanner object {
	width: 190px;
	height: 164px;
}

#contact {
	padding: 0 1em;
	font-size: 11px;
}

#contact h2 {
	display: none;
}

#contact a:hover,
#main a:hover {
	color: blue;
}

#contact .header {
	margin-top: 1.5em;
	font-weight: bold;
}

#contact .body {
	margin-top: 0.3em;
}

#contact .workingHours {
	margin-left: 2.2em;
}

#main {
	padding: 2em 2.5em;
}

#main h1 {
	font-size: 15px;
}

#main h1.next {
	margin-top: 2em;
}

#main h2 {
	margin-top: 2em;
	font-size: 13px;
}

#main h3 {
	margin-top: 2em;
	font-size: 12px;
}

#main p,
#main table,
#main ul,
#main ol,
#main img {
	margin-top: 1em;
}

#main p {
	text-align: justify;
}

#main table.pricelist {
	width: 100%;
}

#main table.pricelist {
	background-color: white;
}

#main table.pricelist thead {
	background-color: #FC9;
}

#main table.pricelist tbody th {
	background-color: #DDD;
}

#main table.pricelist th,
#main table.pricelist td {
	border: solid 1px #BBB;
	padding: 0.2em 0.5em;
}

.productSheetThumbnail {
	float: right;
	clear: right;
	width: 150px;
	margin-left: 30px;
	margin-bottom: 1em;
}

.productSheetThumbnail a {
	display: block;
	font-weight: bold;
}

.productSheetThumbnail a.text {
	margin-top: 0.5em;
	padding-left: 25px;	/* PDF icon has 17px width */
	background: url("../images/icons/pdficon_small.gif") no-repeat;
}

.productSheetThumbnail img {
	border: solid 1px #AAA;
}