@charset "UTF-8";
/* CSS Document */

body {
	background:#e2e5e0 url(/images/bg.jpg) top left no-repeat;
	font:normal .9em/160% Calibri, 'Trebuchet MS', Helvetica, Arial, sans-serif;
	color:#222;
	margin:0;
	}

p, h4 { 
	font-family:Calibri, Helvetica, Arial, sans-serif;
	font-size:.9em
	line-height:160%;
	}
	
a:link, a:visited { color:#990000; }
a:hover, a:active, a:focus { color:#ff0000; }
	
#container {
	margin:0 auto;
	}
	
#content {
	width:830px;
	margin:0 auto;
	padding:28px 0;
	}
	
#content-home {
	width:790px;
	padding:10px;
	float:right;
	background:#fff;
	border-color:#bbb;
	border-style:solid;
	border-width:2px;
	min-height:300px;
	}
	#content-home .col1 ul {
		margin:-10px 0 0 0;
		padding:0 15px 0 25px;
		list-style:square;
		font-style:italic;
		font-size:.9em;
		line-height:130%;
		}
		#content-home .col1 ul li {
			padding:0 0 6px 0;
			}
	#content-home h3.header {
		margin:-10px -10px 25px -10px;
		}
	#content-home p {
		margin-top:6px;
		margin-bottom:2px;
		}
	#home-text {
		padding:0 25px;
		}

#header-wrap {
	width:830px;
	margin:0 auto;
	}
#header {
	width:100%;
	background:transparent url(/images/header-bg.png);
	float:left;
	margin:0;
	padding:25px 0 15px 0;
	}
	
#logo {
	float:left;
	display:block;
	width:341px;
	height:74px;
	margin:0;
	padding:0 0 0 25px;
	}
	#logo a:link, #logo a:visited {
		background:url(/images/logo.png) 0 -74px no-repeat;
		display: block;
		border:0;
		margin:0;
		width:341px;
		height:74px;
		}
	#logo a:hover, #logo a:active, #logo a:focus {
		background:url(/images/logo.png) 0 0 no-repeat;
		display: block;
		border:0;
		margin:0;
		width:341px;
		height:74px;
		}
	#logo a h1 {
		display:none;
		margin:0;
		}

h2#tagline {
	background:transparent url(/images/innovation.png) 0 0 no-repeat;
	text-indent:-9999px;
	width:171px;
	height:74px;
	float:left;
	margin:0 0 0 50px;
	}
	
#nav1 {
	clear:both;
	width:100%;
	height:21px;
	background:transparent url(/images/nav1-bg.png);
	border-top:1px solid #d00000;
	border-bottom:1px solid #700000;
	}
	#nav1 .menu-container { 
		margin:0 auto;
		width:780px; 
		}
	#nav1 ul {
		margin:0 0 0 70px;
		padding:0;
		text-align:center;
		list-style:none;
		width:100%;
		height:21px;
		}
	#nav1 ul li { float:left; }
	#nav1 ul li a {
		font-size:.79em;
		line-height:21px;
		display:block;
		text-decoration:none;
		padding:0;
		width:110px;
		height:1%;
		}
	#nav1 ul li a:link, #nav1 ul li a:visited {
		background:transparent url(/images/nav1-selected.png) 0 0 no-repeat;
		color:#eee;
		}
	#nav1 ul li a:hover, #nav1 ul li a:active, #nav1 ul li#current a {
		background:transparent url(/images/nav1-selected.png) 0 -21px no-repeat;
		color:#220000;
		}
		
#nav2 {
	list-style-type:none;
	margin:25px 0 0 -50px;
	position:absolute;
	padding:0;
	width:165px;
	z-index:100;
	font-family:Calibri, Arial, sans-serif;
	}
	
	.nav2-head {
		font:bold 1em 'Arial Narrow', Arial, sans-serif;
		text-align:center;
		background:transparent url(/images/nav-head-bg.png) top right no-repeat;
		color:#323232;
		height:24px;
		line-height:23px;
		width:165px;
		border-bottom:1px solid #990000;
		border-left:1px solid #898989;
		}

	#nav2 li a {
		background:url(/images/nav2.png) 0 -25px repeat-x;
		border-right:1px solid #898989;
		border-left:1px solid #898989;
		font-size:11px;
		font-family:'Trebuchet MS', Arial, sans-serif;
		line-height:25px;
		color:#323232;
		display:block;
		height:25px;
		width:auto;
		padding:0 0 0 10px;
		text-decoration:none;
		}
	* html #nav2 li a { /*IE only. Actual menu width minus left padding of A element (10px) */
		width:154px;
		}

	#nav2 li a:hover, #nav2 li a:active, #nav2 li#current a {
		background:#fff url(/images/nav2-arrow.gif) top right no-repeat;
		color:#990000;
		width:195px;
		height:25px;
		line-height:25px;
		border-right:0;
		}
		
#content-main {
	width:585px;
	padding:0 30px 20px 30px;
	float:left;
	margin-left:130px;
	background:#fff;
	border-color:#bbb;
	border-style:solid;
	border-width:2px 2px 2px 1px;
	}
	
h3 {
	margin:0 -30px 25px -30px;
	padding:6px 6px 6px 25px;
	background:#eee url(/images/h3-bg.png) repeat-x;
	color:#333;
	font:bold 1.5em/28px Calibri, 'Trebuchet MS', Helvetica, Arial, sans-serif;
	border-bottom:1px solid #990000;
	}
h4 { 
	font-size:1.4em;
	font-style:italic;
	margin-bottom:0; 
	}
	
#content-main ul {
	list-style:square;
	padding:0 0 0 25px;
	}
	#content-main ul li { margin-bottom:6px; }
	p.application { margin:6px 0 0 auto; }
	ul .ul-head {
		font-weight:bold;
		margin-left:-15px;
		}
table {
	border:1px solid #888;
	margin:0 auto;
	}
	table thead td {
		background:#ddd;
		border-bottom:1px solid #aa0000;
		color:#323232;
		font-weight:bold;
		}
	table td {
		padding:6px;
		border-style:solid;
		border-color:#ccc;
		border-width:0 1px 1px 0;
		font:normal 12px/110%  Arial, sans-serif;
		text-align:center;
		}
	table.table-lt { float:left; margin-right:6px; }
	table.table-rt { float:right; margin-left:6px; }
	table.table-center { margin:auto; }
	img.img-rt { float:right; margin-left:6px;}
	img.img-lt { float:left; margin-right:6px; }
	img.img-center { display:block; margin:0 auto 15px auto; }

.separator { 
	width:80%;
	height:15px;
	border-bottom:1px solid #fff;
	margin:15px auto;
	clear:both; 
	}
	
.separator-dk { 
	width:90%;
	height:15px;
	border-bottom:1px solid #bbb;
	margin:15px auto;
	clear:both; 
	}
	
#footer p {
	clear:both;
	text-align:right;
	color:#888;
	font-size:.7em;
	padding:15px 0;
	margin:0;
	}
	
.address { margin:0 0 0 70px; }	

table#clients {
	margin-top:15px;
	}
table#clients td {
	text-align:left;
	}
	
table#parts {
	width:90%;
	border-collapse:collapse;
	}
	table#parts td {
		width:50%;
		margin:0;
		padding:33px;
		}
	table#parts h4 {
		width:100%;
		font:normal 18px/18px Calibri, 'Trebuchet MS', Arial, sans-serif;
		}
	img.spare-part {
		display:block;
		margin:5px auto;
		}
	table#parts td.label {
		margin:0;
		padding:0;
		}
		table#parts td.label h4 {
			margin:0;
			background:url(/images/h3-bg.png) top left;
			line-height:27px;
			border-bottom:1px solid #990000;
			}
			
#home-top {
	background:#ddd;
	padding:8px;
	float:left;
	border:1px solid #666;
	}
#slideshow {
		width:550px;
		height:300px;
		border:1px solid #888;
		padding:2px;
		float:left;
		margin-right:15px;
		}
		
.col0 {
	float:left;
	width:200px;
	margin:0;
	padding:0;
	}
	.col0 p { margin:0; padding:0; font-style:italic; color:#444; font-size:13px; line-height:170%;}
	.col0 h2 { 
		background: url(/images/nav2-arrow.gif) top left no-repeat;
		font-style:italic;
		color:#900000;
		padding:1px 0 0 21px;
		margin:8px 0 0 -9px;
		font-size:1.4em;
		}
	.col1 h3, .col2 h3 {
		background: url(/images/nav2-arrow.gif) top left no-repeat;
		font-style:italic;
		color:#900000;
		padding:0 0 0 21px;
		border:0;
		margin:8px 0 10px 10px;
		font-size:1.4em;
		}
	.col1 h3 a, .col2 h3 a {
		text-decoration:none;
		}
		
.col1 {
	float:left;
	width:250px;
	margin:0;
	padding:0;
	border-right:solid 1px #bbb;
	}
.col2 {
	width:530px;
	barder:0;
	float:left;
		}
		
.product-thumbs {
	display:block;
	margin:0 0 0 20px;
	float:left;
	}
.services-thumbs {
	display:block;
	margin:0 0 0 35px;
	float:left;
	}		
img.th, a:link img.th, a:visited img.th { 
	margin-right:10px;
	float:left;
	border:1px solid #ccc;
	}
	a:hover img.th, a:active img.th, a:focus img.th {
		border:1px solid #aa0000;
		}
		
table#email {
	border-collapse:collapse;
	border:0;}		
table#email td {
	text-align:left;
	border:0;
	}
