* {
	padding: 0;
	margin: 0;
}
body {
	color: #666;
	background: #abe0ae;
	font: normal 12px Helvetica, Arial, sans-serif;
}
a {
	color: #0a9411;
	text-decoration: none;
}
	a:hover {
		text-decoration: underline;
	}
	a.ordernow {
		display: block;
		padding: 20px 15px;
		background: #41b547;
	}
	a.pdf {
		display: block;
		min-height: 28px;
		padding: 10px 10px 10px 53px;
		margin: 10px 0 0;
		background: url(/images/icon-pdf.png) no-repeat 0 0;
		font-weight: bold;
	}
		a.pdf span {
			color: #666;
			font-weight: normal;
		}
	a.readmore {
		display: block;
		padding: .5em 0;
		font-weight: bold;
		text-align: right;
	}
h1 {
	position: absolute;
	top: 0;
	left: 0;
	width: 950px;
	height: 75px;
	-webkit-box-shadow: 0 5px 5px #008F29;
	box-shadow: 0 5px 5px #008F29;
	background: url(/images/logo-small.png) no-repeat 0 0;
	text-indent: -2000em;
}
h2, h3 {
	font-family: 'HelveticaNeue-CondensedMedium', 'Helvetica Neue Medium Condensed', 'ArialNarrow', 'Arial Narrow', Arial, sans-serif;
	font-weight: normal;
}
h3 {
	color: #666;
	font-size: 25px;
	text-transform: capitalize;
}
h4 {
	padding: 0 0 8px;
	color: #666;
	font-size: 20px;
}
form,
div.pane {
	width: 492px;
	padding: 10px 55px 55px;
	border: solid 1px #d6d6d6;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	-webkit-box-shadow: 0 5px 5px #666;
	box-shadow: 0 5px 5px #666;
	background: #fff;
}
	form h3 {
		clear: left;
		padding-top: 35px;
	}
	form p {
		padding: .5em 0;
	}
dd {
	line-height: 16px;
}
dt {
	padding: .7em 0 0;
	color: #333;
	font-weight: bold;
}
input {
	width: 145px;
	font-size: 11px;
}
p {
	padding: 0 0 1em;
}
	p a {
		text-decoration: underline;
	}
		p a.readmore {
			display: inline;
			padding: 0;
		}
	p em {
		color: #983c40;
		font-weight: bold;
		font-style: normal;
	}
select {
	margin-right: 20px;
}
ul ul,
ol ol {
	padding: 0 0 0 1.5em;
}
ul.fields {
	overflow: hidden;
}
	ul.fields li {
		float: left;
		width: 200px;
		padding: 0 0 1em;
		list-style-type: none;
	}
	ul.fields li.wide {
		float: none;
		clear: left;
		width: 400px;
	}
	ul.fields li.wide input {
		width: 260px;
	}
li {
	padding-bottom: 1em;
}
	li label{
		display: block;
	}
	li.group input {
		width: auto;
	}
	li.group label {
		display: inline;
	}
.box {
	width: 255px;
	padding: 15px 15px 20px;
	border-top: solid 1px #ccc;
	margin: 0 15px 0 0;
}
.imageleft {
	float: left;
	clear: left;
	margin: 0 18px .5em 3px;
	-webkit-box-shadow: 0 2px 5px #ccc;
	box-shadow: 0 2px 5px #ccc;
}
.imageright {
	float: right;
	clear: right;
	margin: 0 3px .5em 18px;
	-webkit-box-shadow: 0 2px 5px #ccc;
	box-shadow: 0 2px 5px #ccc;
}
.underfold div.stats {
	float: right;
	width: 196px;
	padding: 0 25px 0;
	border-left: solid 1px #ccc;
	margin: 0 0 0 20px;
}

.header,
.footer {
	color: #fff;
	text-shadow: 0 0 0 #000;
}
.header {
	position: relative;
	width: 840px;
	min-height: 54px;
	padding: 84px 55px 25px;
	background: #34b53b url(/images/header-default.jpg) no-repeat 100% 100%;
	font-family: 'Lucida Grande', 'Lucida Sans', Lucida, Arial, sans-serif;
	overflow: hidden;
}
	.header a {
		color: #ccc;
	}
		.header a:hover,
		.header a.active {
			color: #cfc;
		}
		.header h2 {
			padding: 10px 0;
			color: #fff;
			font-size: 30px;
		}
		.header li {
			display: inline;
			padding: 0 5px;
			border-left: solid 1px #5a5a5a;
		}
		.header li:first-of-type {
			border: none;
		}
		.header p {
			width: 440px;
			line-height: 22px;
		}
		.header ul {
			position: relative;
			text-align: right;
		}
.content {
	position: relative;
	width: 895px;
	padding: 15px 25px 50px 30px;
	background: #fff url(/images/bg-content.png) repeat-x 0 100%;
	overflow: hidden;
}
	.content li,
	.content p {
		line-height: 23px;
	}
.subnav {
	padding: 0 0 12px;
	font-family: 'HelveticaNeue-CondensedMedium', 'Helvetica Neue Medium Condensed', 'ArialNarrow', 'Arial Narrow', Arial, sans-serif;
	font-weight: normal;
}
	.subnav li {
		display: inline;
		padding: 0 6px 0 0;
		border-right: solid 2px #b2b2b2;
		margin: 0 6px 0 0;
		font-size: 14px;
		list-style-type: none;
	}
		.subnav li:last-of-type {
			padding: 0;
			border-right: none;
			margin: 0;
		}
	.subnav .active a {
		color: #666;
		font-weight: bold;
	}
.sidepanel {
	position: relative;
	float: right;
	width: 265px;
}
	.sidepanel h3 {
		color: #34b53b;
		font-size: 22px;
	}
	.sidepanel blockquote p {
		padding: 0 0 20px;
		color: #b6b6b6;
		font: normal 20px/30px Helvetica, Arial, sans-serif;
	}
	.sidepanel .box {
		width: 234px;
		margin: 0;
		background: url(/images/bg-sidepanel-box.png) no-repeat 0 100%;
	}
	.sidepanel .box h3 {
		color: #666;
		font-size: 22px;
	}
.wide .mainpanel {
	width: 490px;
}
.wide .photo {
	float: right;
}
	.wide .photo img {
		display: block;
		border: solid 10px #fff;
		-webkit-box-shadow: 1px 2px 4px #808080;
		box-shadow: 1px 2px 4px #808080;
	}
.mainpanel {
	position: relative;
	float: left;
	width: 610px;
}
	.mainpanel h3 {
		border-bottom: solid 1px #bbb;
		margin-bottom: 10px;
		color: #30c150;
	}
	.mainpanel ul.teasers {
		padding: 35px 0 0 0;
	}
		.mainpanel ul.teasers li {
			padding: 0 0 25px 105px;
		}
	.mainpanel .pane h3 {
		border: none;
		color: #797979;
		font: bold 15px Helvetica, Arial, sans-serif;
	}
	.mainpanel .pane li {
		padding: 0 0 25px 0;
		list-style-type: none;
	}
	.mainpanel .underfold {
		width: 610px;
		padding: 0;
	}
.abovefold {
	position: relative;
	width: 895px;
	margin: 5px 0 0;
	overflow: hidden;
}
	.abovefold .box {
		position: relative;
		float: left;
		background: url(/images/bg-box.png) no-repeat 0 100%;
	}
		.abovefold .box.last {
			margin: 0;
		}
		.abovefold .box a.readmore {
			position: absolute;
			top: 0;
			left: 0;
			display: block;
			width: 100%;
			height: 100%;
			background: url(/images/transparent.png) no-repeat 0 0;
			text-align: left;
			text-indent: -2000em;
			overflow: hidden;
		}
		.abovefold .box h3 {
			padding: 0 0 125px 0;
		}
	.abovefold .rotatable {
		float: left;
		width: 192px;
		height: 181px;
		padding: 45px 57px 45px 353px;
		color: #000;
		background: url(/images/rotatable/0.jpg) no-repeat 0 0;
		font: normal 30px/35px "Helvetica Neue Light", "HelveticaNeue-Light", Helvetica, Arial, sans-serif;
	}
	.abovefold strong {
		color: #2eb135;
	}
.underfold {
	position: relative;
	width: 895px;
	padding: 30px 0 55px;
	margin: 10px 0 0;
	color: #666;
	overflow: hidden;
}
	.underfold h3,
	#home .underfold h2 {
		padding: 0 0 12px;
	}
	.underfold h3 {
		font: normal 20px 'HelveticaNeue-CondensedMedium', 'Helvetica Neue Medium Condensed', 'ArialNarrow', 'Arial Narrow', Arial, sans-serif;
		overflow: hidden;
	}
	.underfold div {
		float: left;
		overflow: hidden;
	}
	.underfold div div {
		width: 154px;
		padding: 30px 12px;
		border-top: solid 1px #ccc;
		margin: 0 8px 0 0;
		background: url(/images/bg-block.png) no-repeat 0 100%;
	}
	.underfold ul {
		width: 211px;
	}
	.underfold li p {
		line-height: 14px;
	}
	.underfold p {
		line-height: 20px;
	}
	div.resources {
		float: left;
		margin: 0 30px 0 0;
	}
	div.resources li {
		position: relative;
		width: 122px;
		padding: 10px 6px 10px 83px;
		border-top: solid 1px #ccc;
		margin: 0 0 3px;
		background: url(/images/bg-markets.png) no-repeat 0 100%;
		list-style-type: none;
	}
		div.resources li a {
			position: absolute;
			top: 0;
			left: 0;
			display: block;
			width: 211px;
			height: 100%;
			background-position: 2px 100%;
			background-repeat: no-repeat;
			text-indent: -2000em;
			overflow: hidden;
		}
		div.resources li h4,
		#home div.resources li h3 {
			color: #666;
			font-size: 14px;
		}
	div.resources h4 span,
	#home div.resources h3 span {
		font-weight: bold;
	}
	div.resources #hospitals a {
		background-image: url(/images/thumb-hospitals.gif);
	}
	div.resources #hospitals span {
		color: #1d5ead;
	}
	div.resources #offices a {
		background-image: url(/images/thumb-offices.gif);
	}
	div.resources #offices span {
		color: #8a5359;
	}
	div.resources #research a {
		background-image: url(/images/thumb-research.gif);
	}
	div.resources #research span {
		color: #c90;
	}
	.case-studies {
		float: left;
		width: 355px;
		margin: 0 30px 0 0;
	}
.footer {
	clear: both;
	padding: 40px 0;
	background: #333;
	text-align: center;
}
	.footer a {
		color: #2eb135;
		text-decoration: underline;
	}
		.footer a:hover {
			text-decoration: none;
		}
	.footer a,
	.footer .adr,
	.footer .tel {
		padding: 0 0 0 .3em;
		border-left: solid 2px #454545;
	}
	
#container {
	width: 950px;
	margin: 0 auto;
	text-align: left;
}
#topnav {
	position: relative;
	top: -69px;
	right: -40px;
}
#products {
	float: right;
	width: 348px;
	color: #fff;
	list-style-type: none;
}
	#products h2 {
		color: #fafbb7;
		font-size: 20px;
	}
	#products li {
		font: normal 11px/16px 'Lucida Grande', 'Lucida Sans', Lucida, Arial, sans-serif;
	}
	#products li p {
		padding: 0;
	}
#mainnav {
	padding: 8px 10px 6px 0;
	background: #333 url(/images/bg-nav.png) no-repeat center 0;
	font: normal 18px 'HelveticaNeue-CondensedMedium', 'Helvetica Neue Medium Condensed', 'ArialNarrow', 'Arial Narrow', Arial, sans-serif;
	text-align: center;
}
	#mainnav li {
		display: inline;
		list-style-type: none;
	}
	#mainnav a,
	#mainnav span {
		padding: 0 16px 0 36px;
	}
	#mainnav a {
		color: #fff;
	}
		#mainnav a:hover,
		#mainnav .active a,
		#mainnav .active span{
			color: #36d13f;
			background: url(/images/half-arrow.gif) no-repeat 0 center;
			text-decoration: underline;
		}
		
/* Home Page Specific Styles
******************************************************************************/
#home h1 {
	height: 116px;
	background: url(/images/logo.png) no-repeat 0 0;
}
#home h2,
#home h3 {
	padding: 0;
	line-height: 23px;
}
#home h2 {
	color: #666;
	background: transparent;
	font-size: 25px;
}
#home h3 {
	color: #2eb135;
	font-size: 18px;
}
#home .header {
	width: 920px;
	padding: 15px;
	min-height: 86px;
}
#home .abovefold {
	width: 950px;
	background: #2eb135;
}
	#home .abovefold li {
		min-height: 60px;
		padding: 15px 35px 15px 115px;
		background-position: 23px center;
		background-repeat: no-repeat;
	}
	#home #mseries {
		background-image: url(/images/m-series.gif);
	}
	#home #dseries {
		background-image: url(/images/d-series.gif);
	}
	#home #eseries {
		background-image: url(/images/e-series.gif);
	}
#home .underfold {
	width: 886px;
	padding: 30px 30px 55px;
	border: solid 2px #ccc;
	background: #fff url(/images/bg-content.png) repeat-x 0 100%;
}
#home div.resources {
	margin: 0;
}
#home .news {
	width: 252px;
	padding: 0 0 0 25px;
}
#home .news h3 {
        font: bold 12px 'HelveticaNeue-CondensedMedium','Helvetica Neue Medium Condensed','ArialNarrow','Arial Narrow',Arial,sans-serif;
}
#home .news p {
	font: normal 12px/23px Helvetica, Arial, sans-serif;
}
#home .footer {
	margin: 15px 0 0;
}
#home #topnav {
	top: auto;
	right: auto;
	z-index: 2;
}
#home #mainnav {
	margin: 10px 0 0;
}

/* Innovation specific styles
******************************************************************************/
#innovation .teasers li {
	min-height: 82px;
	background-position: 0 0;
	background-repeat: no-repeat;
}
#innovation #trends { background-image: url(/images/wheelchair.png); }
#innovation #risk { background-image: url(/images/pink-biohazard.png); }
#innovation #sustainability { background-image: url(/images/grass.png); }
#innovation #safety { background-image: url(/images/cart.png); }
#innovation #staatt { background-image: url(/images/syringe.png); }

/* Company Page Specific Styles
******************************************************************************/

/* Products & Services Page Specific Styles
******************************************************************************/
#products-services .header {
	background-image: url(/images/header-products.jpg);
}
#products-services h3.mseries {
	background: url(/images/regulated-headline-mseries.jpg) no-repeat 0 100%;
}
#products-services h3.dseries {
	background: url(/images/regulated-headline-dseries.jpg) no-repeat 0 100%;
}
#products-services h3.eseries {
	background: url(/images/regulated-headline-eseries.jpg) no-repeat 0 100%;
}

/* Sitemap
******************************************************************************/
ul.sitemap {
	font-size: 1.4em;
	padding-bottom: 10px;
	margin-left: 20px;
	padding-left: 0;
	list-style-type: none;
}
	ul.sitemap li {
		line-height: 1em;
		list-style-image: none;
	}
	ul.sitemap li a {
		text-decoration: none;
		display: block;
		padding: 5px;
	}
	ul.sitemap li a:hover {
		text-decoration: underline;
		background: #ffc;
	}
	ul.sitemap ul li {
	margin-left: 35px;
	}
	ul.sitemap ul {
		font-size: .8em;
		margin-left: 30px;
	}