@charset "UTF-8";

body {
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	background-color: #88C4EC;
	background-image: url(../images/bg-white.gif);
	background-repeat: repeat-y;
	background-position: center;
}

td {
	font-size: 0.9em;
}

h1,h2,h3,h4,h5,h6 {
	color: #0074bd;
}

a:link,a:visited,a:active,a:hover {
	color: #0074bd;
	text-decoration: none;
	/*vertical-align: middle;*/
}

#header {
  position:relative;
  width:770px;
  height:117px;
  margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
  text-align: left; /* this overrides the text-align: center on the body element. */
}

#header-logo {
  position:absolute;
  left:234px;
  top:0px;
  width:388px;
  height:112px;
}

#header-search {
	position:absolute;
	left:622px;
	top:0px;
	width:148px;
	height:112px;
}

#header-login {
  position:absolute;
  left:0px;
  top:0px;
  width:234px;
  height:112px;
}

#header-white-bar {
  position:relative;
  left:0px;
  top:-112px;
  width:770px;
  height:5px;
}

#login-form {
	position:absolute;
	left:90px;
	top:8px;
	width:169px;
	height:50px;
}

.login-fields {
	width: 125px;
	height:16px;
	background-color: #d0e9ff;
	background-image: url(../images/bg-fields.gif);
	background-repeat: no-repeat;
	font-size: 11px;
	border: 0px;
}

#search-form {
	position:absolute;
	left:0px;
	top:8px;
	width:169px;
	height:50px;
}

.form-box-label,.form-box-field {
	height: 25px;
	text-align: left;
	font-size: 1.2em;
	padding-top: 5px;
}

.form-box-label {
	width: 120px;
}

.form-box-field {
	width: 135px;
}

#splash {
	position: relative;
	width:770px;
	height: 520px;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
	top: 0px;
	visibility: visible;
	background-color: #FFFFFF;
}

#page {
	position: relative;
	width:770px;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
	background-image: url(../images/bg-content.jpg);
	background-repeat: no-repeat;
	top: 0px;
	visibility: visible;
	background-color: #FFFFFF;
	min-height: 680px;
	height: 680px;
}

#nav-horizontal {
	position: absolute;
	width:660px;
	top: 0px;
	left: 114px;
	background-image: url(../images/menu-slug-home.gif);
	background-repeat: no-repeat;
	z-index: 1020;
}

#nav-error {
	position: relative;
	left: 10px;
	z-index: 1030;
	color: #ff0000;
}

#nav-vertical {
	position: absolute;
	width:110px;
	top: 0px;
	left: 0px;
}

#content {
	text-align: left; /* this overrides the text-align: center on the body element. */
	width:646px;
	position: absolute;
	left: 115px;
	top: 36px;
	padding-top: 10px;
	padding-left: 10px;
	/*z-index: 1021;*/
}

#content-title {
  position:absolute;
  width:656px;
  height:30px;
}

#content p, #content h1, #content h2, #content h3, #content h4, #content h5, #content h6, #content ul, #content li /*, #content table*/ {
	margin-left: 10px;
	text-align: left; /* this overrides the text-align: center on the body element. */
	/*margin-right: 10px;*/
}

.title-img {
	margin-bottom: 20px;
}

.content-img-left {
	margin-right: 10px;
}

.content-img-right {
	margin-left: 10px;
}

.label-cells {
	width: 100px;
	height:20px;
	vertical-align: top;
	color: #0074bd;
	/*font-size: 1.2em;
	font-weight: bold;*/
}

.form-fields {
	width: 200px;
	height:20px;
	font-size: 11px;
}

.form-textbox {
	width: 200px;
	height:100px;
	font-size: 11px;
}

.news-textbox {
	width: 400px;
	height:100px;
	font-size: 11px;
}

.blue-title {
	color: #0074bd;
	font-size: 1.2em;
	font-weight: bold;
}

.blue-heading {
	color: #0074bd;
	font-size: 0.9em;
	font-weight: bold;
}

.table-heading {
	color: #ffffff;
	/*font-weight: bold;*/
	background-color: #0074bd;
	text-align: left;
	font-size: 0.9em;
}

.blue-bullet {
	color: #0074bd;
	font-size: 1.0em;
	font-weight: bold;
}

.blue-bullet li ol {
	color: #000000;
	font-size: 0.9em;
	font-weight: normal;
}

.disclaimer
{
	font-size: 0.8em;
	font-style: italic;
	color: #333333;
}

.submenu-text
{
	font-size: 9px;
	line-height: 2.5;
}

.nav-header {
	position:relative;
	left:0px;
	top:10px;
	width:110px;
	height:30px;
	background-image: url(../images/btn-med.gif);
	background-repeat: no-repeat;
	text-align: center;
	vertical-align: middle;
}

.nav-header a {
	color: #000000;
	text-decoration: none;
	text-align: center;
	font-size: 11px;
	line-height: 18px;
}

#map {
	text-align: center;
	width:631px;
	height:350px;
	background-image: url(../images/distributors-map.gif);
	background-repeat: no-repeat;
}

.error {
	color: #FF0000
}

.table-ul-noident ul {
	margin-left: 0;
	padding-left: 1em;
	text-indent: 0em;
	font-size: 0.9em;
	text-align: left;
}

.products {
	background-color: #e5f1ff;
	border: 1px solid #acb5bf;
	font-size: 0.8em;
	font-style: italic;
	color: #999999;
	padding: 10px;
	width: 185px;
	text-align: center;
	display: inline-block;
}

.illustration {
	background-color: #e5f1ff;
	border: 1px solid #acb5bf;
	font-size: 0.8em;
	font-style: italic;
	color: #999999;
	padding: 10px;
	width: 400px;
	text-align: center;
	display: inline-block;
}

.team {
	position: relative;
	margin-top: 20px;
	margin-bottom: 5px;
	display: inline-block;
	height: auto;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #666666;
	padding-top: 10px;
}

.teampic {
	border: 1px solid #acb5bf;
	margin-right: 10px;
	position: relative;
	float: left;
	margin-left: 10px;
}

.small-text {
	font-size: 0.7em;
}

.prodchartheader {
	width:645px;
	height: 194px;
	text-align: right;
	display: block;
}

.prodchartcontent {
	width:643px;
	display: block;
	border: 1px solid #999999;
}

.prodchartfooter {
	text-align: left;
	padding-left: 8px;
	font-size: 0.7em;
	font-style: italic;
	color: #333333;
}

.prodchartfeatcell {
	width:22px;
	text-align: center;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #999999;
	border-left-color: #999999;
}

.prodchartprodcell {
	text-align: left;
	padding-left: 8px;
}

.headerfieldtop {
	height: 122px;
}

.headerfieldA,.headerfieldB {
	font-size: 0.9em;
	border: 1px solid #666666;
	height: 22px;
	padding: 8px 0px 0px 5px;
}

.headerfieldA {
	background-color: #F2F9FF;
}

.headerfieldB {
	background-color: #D7E9FD;
}

.productfooter {
	font-size: 0.7em;
	padding: 10px 0px 0px 5px;
}

.productfield0, .productfield1 {
	height: 22px;
	width: 20px;
	text-align: center;
	border-top: 1px solid #666666;
	border-bottom: 1px solid #666666;
}

.productfield0 {
	background-color: #F2F9FF;
}

.productfield1 {
	background-color: #D7E9FD;
}

.generated-tables-header {
	background-color: #FFFFFF;
	font-size: 0.7em;
	font-weight: bold;
	color: #000000;
}

.generated-tables-header, .generated-tables-rows {
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #666666;
	border-right-color: #666666;
	border-bottom-color: #666666;
	border-left-color: #666666;
}

.footer {
	width:635px;
	font-size: 0.75em;
	display: block;
	margin: 10px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #666666;
	font-style: italic;
	color: #484848;
}

.left-column {
	width: 440px;
}

.right-column {
	width: 200px;
	height: 650px;
	display: block;
	left: 455px;
	top: 60px;
	text-align: center;
	position: absolute;
}

.bacteria-wrapper {
	text-align: center;
	position: relative;
}

.bacteriastep {
	text-align: center;
	color: #666666;
	line-height: 32px;
	position: relative;
	width: 180px;
}


.bacteriapic {
	border: 1px solid #acb5bf;
}

.medium-text {
	font-size: 0.6em;
}

.filter-label {
	width: 150px;
	display: inline-block;
}

.event-photo {
	background-color: #e5f1ff;
	border: 1px solid #acb5bf;
	font-size: 0.8em;
	color: #999999;
	padding: 10px;
	width: 500px;
	display: inline-block;
	margin: 10px;
	text-align: center;
}

.room-popup {
	width: 250px;
}

.room-popup-text {
	text-align: left;
}

.faq-popup {
	width: 400px;
}

.faq-popup-text {
	text-align: left;
}

.fabric-fader {
	width: 227px;
	height:363px;
	float: right;
}

.center {
	text-align: center;
}

#welcome {
	font-size: 18px;
	display: block;
	position: absolute;
	left: 500px;
	top: 300px;
	visibility: visible;
	width: 400px;
	height: 200px;
	z-index: 1050;
	text-align: center;
}
