@charset "utf-8";

/* CSS Document */







body  {

	font: 100% Verdana, Arial, Helvetica, sans-serif;

	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;

	background-color: #FFFFFF;

	padding: 0;

	margin-top: 12;

	margin-right: 0;

	margin-bottom: 0;

	margin-left: 0;

}

.twoColFixLtHdr #container {

	width: 990px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */

	background: #FFFFFF;

	text-align: left;

	border-top-width: 0px;

	border-right-width: 0px;

	border-bottom-width: 0px;

	border-left-width: 0px;

	border-top-style: none;

	border-right-style: none;

	border-bottom-style: none;

	border-left-style: none;

	margin-top: 0;

	margin-right: auto;

	margin-bottom: 0;

	margin-left: auto;

} 

.twoColFixLtHdr #header {

	width: 185px;

	height: 171px;

	float: left;

} 

#logo{
	background-position:center;
}

.twoColFixLtHdr #header h1 {

	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */

	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */

	font-family: Geneva, Arial, Helvetica, sans-serif;



}

.twoColFixLtHdr #sidebar1 {

	float: left; /* since this element is floated, a width must be given */

	width: 227px; /* the background color will be displayed for the length of the content in the column, but no further */

	padding: 0px;

	height: 100%;

}

.twoColFixLtHdr #container #login #submit {

	float: right;

}



.twoColFixLtHdr #mainContent {

	margin-top: 0;

	margin-right: 0;

	margin-bottom: 0;

	margin-left: 230px;

	padding: 0;

	width: 760px;

} 

.twoColFixLtHdr #products {

	margin-top: 0;

	margin-right: 0;

	margin-bottom: 0;

	margin-left: 0px;

	width: 947px;

	background-image: url(img/products.jpg);

	background-repeat: no-repeat;

	padding-top: 0;

	padding-right: 20px;

	padding-bottom: 0;

	padding-left: 20px;

	clear: both;

	float: left;

	background-color: #DFDFDF;

}



.twoColFixLtHdr  #grey-box {

	background-image: url(img/background1.jpg);

	width: 736px;

	float: none;

	background-repeat: no-repeat;

	padding-right: 12px;

	padding-left: 12px;

	font-family: Geneva, Arial, Helvetica, sans-serif;

	color: 54554d;

}



.twoColFixLtHdr #footer {

	padding: 0 10px 0 20px;

} 

.twoColFixLtHdr #container #products #prouct-box {

	width: 99%;

	border: 2px solid #CDCDCD;

	padding-top: 8px;

	padding-right: 5px;

	padding-bottom: 8px;

	padding-left: 5px;

	font-weight: bold;

	background-color: #FFFFFF;

	float: left;

	clear: both;

	margin-bottom: 16px;

}





.twoColFixLtHdr #footer p {

	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */

	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */

}

.top-border {

	background-image: url(img/top.jpg);

	background-repeat: no-repeat;

	height: 16px;

}



.bot-border {

	background-image: url(img/bot.jpg);

	background-position: left bottom;

	background-repeat: no-repeat;

	font-size: 12px;

	font-family: Geneva, Arial, Helvetica, sans-serif;

	font-weight: bold;

	color: #333333;

}

.twoColFixLtHdr #container #key {

	font-family: "Trebuchet MS", verdana, Arial, sans-serif;

	font-size: 12px;

}







.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */

	float: right;

	margin-left: 8px;

}

.fltlft { /* this class can be used to float an element left in your page */

	float: left;

	margin-right: 8px;

}

.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */

	clear:both;

    height:0;

    font-size: 1px;

    line-height: 0px;

}

.twoColFixLtHdr #container #mainContent #state-of-the-art {

	background-image: url(img/background-state.jpg);

	font-family: "Trebuchet MS", verdana, Arial, sans-serif;

	font-size: 12px;

	color: #666666;

	font-weight: normal;

	padding-top: 20px;

	background-repeat: no-repeat;

	padding-left: 12px;

	line-height: 16px;

	margin-top: 36px;

	margin-bottom: 36px;

}

.twoColFixLtHdr #container #mainContent #state-of-the-art .para {

	margin-top: 18px;

	margin-right: 0px;

	margin-bottom: 18px;

	margin-left: 0px;

}





.twoColFixLtHdr #container #mainContent #manufacturers {

	font-family: Arial, Helvetica, sans-serif;

	font-size: 12px;

	padding-top: 12px;

	padding-right: 0px;

	padding-bottom: 0px;

	padding-left: 0px;
	
}



.twoColFixLtHdr #container #name-add {

	float: left;

	height: 137px;

	width: 542px;

	clear: none;

}


.twoColFixLtHdr #container #login-msg {

	float: right;

	height: 55px;

	width: 213px;

	padding-top: 20px;

	padding-right: 90px;

	padding-bottom: 0px;

	padding-left: 0px;

	font-family: "Trebuchet MS", verdana, Arial, sans-serif;

	font-size: 10px;

	font-style: italic;

}

.twoColFixLtHdr #container #mainContent #contact-box a {

	color: #536a7a;

	text-decoration: none;

}



.twoColFixLtHdr #container #login {

	float: right;

	clear: right;

	width: 300px;

	padding-right: 0px;

	margin-right: 20px;

}

.twoColFixLtHdr #container #login #input-box {

	width: 250px;

	float: right;

	clear: right;

	padding: 0px;

	margin-bottom: 5px;

	border-top-width: 0px;

	border-right-width: 0px;

	border-bottom-width: 0px;

	border-left-width: 0px;

	border-top-style: none;

	border-right-style: none;

	border-bottom-style: none;

	border-left-style: none;

}

.twoColFixLtHdr #container #login #name-email {

	float: left;

	margin: 0px;

	width: 44px;

	height: 42px;

	padding-top: 3px;

	font-family: "Trebuchet MS", verdana, Arial, sans-serif;

	font-size: 10px;

	font-style: italic;

	text-align: right;

}

.awards {

	font-family: Verdana, Arial, Helvetica, sans-serif;

	font-size: 14px;

	text-align: center;

	padding-right: 0px;

}

.twoColFixLtHdr #container #mainContent #intro {

	height: auto;

	width: 640px;

	clear: both;

	float: left;

}

.twoColFixLtHdr  #container  #mainContent  #about {

	font-family: "Trebuchet MS", verdana, Arial, sans-serif;

	font-size: 12px;

	color: #4a4a4a;

	font-weight: bold;

	padding-top: 20px;

	background-repeat: no-repeat;

	padding-left: 12px;

	padding-right: 20px;

}

.top-border-a {

	background-image: url(img/top-a.jpg);

	background-repeat: no-repeat;

	height: 16px;

	padding-top: 3px;

	padding-left: 0px;

}

.bot-border-a {

	background-image: url(img/bot-a.jpg);

	background-position: left bottom;

	background-repeat: no-repeat;

	font-size: 12px;

	font-family: Geneva, Arial, Helvetica, sans-serif;

	font-weight: bold;

	color: #333333;

	padding-bottom: 8px;

	text-align: left;

}

.twoColFixLtHdr   #container   #mainContent   #award-box {

	font-family: Arial, Helvetica, sans-serif;

	font-size: 12px;

	padding-top: 12px;

	padding-right: 0px;

	padding-bottom: 0px;

	padding-left: 0px;

	width: 760px;
	

}

.twoColFixLtHdr  #container  #mainContent  #contact-box {

	background-image: url(img/background-contact.jpg);

	font-family: "Trebuchet MS", verdana, Arial, sans-serif;

	font-size: 12px;

	color: #536a7a;

	font-weight: bold;

	padding-top: 20px;

	background-repeat: no-repeat;

	padding-left: 160px;

}

#ContactContent{
	width:990px;
	height:650px;
	background-image: url(img/background-contact-page.jpg);
	background-repeat:no-repeat;
	overflow:hidden;
	
}

#ContactForm{
	float:right;
	margin-right:50px;
	margin-top:15px;
	width: 500px;
}

#ContactSidebar{
	float:left;
	width:400px;
	margin-left: 20px;
}

#instrumentation{
	width:990px;
	
	height:64px;
	
	margin-top:15px;
}

.twoColFixLtHdr #mainContenta {

	margin-top: 0;

	margin-right: 0;

	margin-bottom: 0;

	margin-left: 230px;

	padding: 0;

	width: 770px;

}

.datatools   {

	margin-top: 0;

	margin-right: 0;

	margin-left: 0px;

	width: 947px;

	padding-top: 0;

	padding-right: 20px;

	padding-bottom: 0;

	padding-left: 20px;

	clear: both;

	float: left;

	font-family: "Trebuchet MS", verdana, Arial, sans-serif;

	font-size: 18px;

	font-weight: normal;

	margin-bottom: 14px;

}

.typical {

	border:3px solid #6a8f8f; 

	width:180px;

 	margin-left:23px; 

	font-size:11px;

 	font-weight:bold; 

	line-height:9px;

}



.typical a, a:visited {

	color: #000000;

	text-decoration: none;



}

.typical a:hover {

	font-weight: bolder;

	color: #FF0000;

	font-size: 12px;

}

.product-box{
	width:937px;
	
	height:500px;
}

#body-content{
	width:765px;
	
	height:250px;
	
	background:url(img/main_body_bg.jpg);
	
	background-repeat:repeat;
}

#contact-desc{
	width:950px;
	margin:auto;
	margin-top:40px;
	
}

a.jump-links:link{
	color:blue;
}

a.jump-links:visited{
	color:blue;
}
a.jump-links:hover{
	color:blue;
}
a.jump-links:active{
	color:blue;
}
	
