body {
	background: #1473FF url(img/body-bg.jpg) repeat-x top center;
	margin: 0;
}

body, table, tr, td, th, span, p, div {
	font-family: arial, sans-serif;
	font-size: 12px;
	color: #0F355A;
}

a img {
	border: none;
}

p, form {
	margin: 0;
}

.subNav {
	padding: 5px 5px 5px 5px;

}

	.subNav a {
		text-decoration: none;
		color: white;
	}

#top-bg {
	background: url(img/drops.jpg) no-repeat top center;
}

#container {
	width: 845px;
	margin: 0 auto 0 auto;
}

#topSpace {
	width: 845px;
	height: 78px;
}

#header {
	width: 845px;
	height: 321px;
	background: url(img/header.jpg) no-repeat;
	position: relative;
}
	#homelink {
		position: absolute;
		top: 6px;
		right: 12px;
	}

	#navigate {
		position: absolute;
		top: 29px;
		left: 293px;
	}

	#navigate div {
		float: left;
		margin-right: 6px;
		width: 100px;
		height: 145px;
		background: url(img/nav-bg.jpg) repeat-x bottom center;

		color: white;
		text-align: center;
		font-size: 14px;
		line-height: 180px;
	}

	#navigate div a {
		color: white;
		text-decoration: none;
	}

#flash {
	position: relative;
	top: 185px;
	left: 4px;
	width: 837px;
	height: 133px;
}


#main {
	width: 845px;
	background: url(img/main-bg.jpg) repeat-y top center;
}

#leftSub {
	position: absolute;
}

#consultingNav {
	position: absolute;
    left: 222px;
    top: 60px;
    width: 200px;
	background-image: url(img/left_sub_bg.jpg);
	background-position: top left;
	background-repeat: repeat-x;
	background-color: #194b7e;
	border: 1px solid #ffec45;
	visibility: hidden;
}

	#consultingNav a:hover {
    	color: #ffec45;
    	text-decoration: underline;
    }

#electrodeNav {
	position: absolute;
    top: 184px;
    left: 222px;
    width: 200px;
	background-image: url(img/left_sub_bg.jpg);
	background-position: top left;
	background-repeat: repeat-x;
	background-color: #194b7e;
	border: 1px solid #ffec45;
	visibility: hidden;
}

	#electrodeNav a:hover {
		color: #ffec45;
    	text-decoration: underline;
	}

#disinfectionNav {
	position: absolute;
    top:342px;
    left: 222px;
    width: 200px;
	background-image: url(img/left_sub_bg.jpg);
	background-position: top left;
	background-repeat: repeat-x;
	background-color: #194b7e;
	border: 1px solid #ffec45;
	visibility: hidden;
}

	#disinfectionNav a:hover {
		color: #ffec45;
    	text-decoration: underline;
	}

#techLicensingNav {
	position: absolute;
    top:468px;
    left: 222px;
    width: 200px;
	background-image: url(img/left_sub_bg.jpg);
	background-position: top left;
	background-repeat: repeat-x;
	background-color: #194b7e;
	border: 1px solid #ffec45;
	visibility: hidden;
}

	#techLicensingNav a:hover {
		color: #ffec45;
    	text-decoration: underline;
	}

#bottom {
	width: 845px;
	height: 45px;
	background: url(img/bottom.jpg) no-repeat top center;
}

	#bottom .inner {
		padding: 16px;
		text-align: center;
	}

	#bottom .inner a {
		color: #133E69;
		text-decoration: none;
		padding: 0 10px 0 10px;
	}

table#maintbl {
	width: 845px;
	padding: 0;
	border: 0;
	margin: 0;
}

table#maintbl td {
	padding: 0;
	border: 0px;
	margin: 0;
}

table#maintbl div#content-inner td {
	border:1px solid #0F355A;
	border-collapse: collapse;
	padding:3px;
}

table#maintbl td#left-sp, table#maintbl td#right-sp {
	width: 4px;
}

table#maintbl td#left-nav {
	width: 218px;
	background: url(img/left-bg.jpg) repeat-x bottom center;
	vertical-align: top;
}

table#maintbl td#content {
	width: 619px;
	vertical-align: top;
}

.service {
	padding: 12px 15px 12px 15px;
	text-align:right;
}

	.service img {
		float: left;
		margin-right: 8px;
		margin-bottom: 12px;
	}
	.service a.title  {
		text-transform: uppercase;
		color: #FFEC45;
		font-size: 14px;
		text-decoration: none;
	}
	.service .desc {
		color: #FFFFFF;
		font-size: 11px;
	}


#content-inner {
	padding: 5px 20px 5px 20px;
}




