/******************** CSS RESETS 
*/
@import url('reset.css');
/******************** BODY
*/
body {
	font-family: Arial, Helvetica, sans-serif;
}
#container {
	margin: 0 auto;
	width: 984px;
	position: relative;
}
.button {
	background: #4f81bd;
	color: #FFF;
	font: normal 1em Arial;
	cursor: pointer;
	margin-top: 20px;
}
input, textarea {
	font-family: Arial, Helvetica, sans-serif;
}
.underline {
	text-decoration: underline;
}
/******************** HEADER
*/
#header {
	height: 57px;
	width: 984px;
	position: relative;
}
#header img {
	height: 44px;
	width: 206px;
	position: absolute;
	top: 9px;
	left: 6px;
}
#header ul {
	position: absolute;
	top: 35px;
	right: 10px;
}
#header li {
	float: left;
	font-size: .75em;
	margin-left: 8px;
}
#header a {
	color: #49494a;
	font-family: Verdana, Geneva, sans-serif;
	text-decoration: none;
}
#header a:hover {
	color: #0099ff;
}
/******************** NAV
*/
#nav {
	background: url(../images/top_nav.gif) 1px 0 no-repeat;
	height: 86px;
	width: 984px;
	position: relative;
	z-index: 100;
}
#nav ul {
	position: absolute;
	top: 5px;
	left: 6px;
}
#nav li {
	float: left;
}
#nav li a {
	background-position: 0 0;
	background-repeat: no-repeat;
	display: block;
	height: 38px;
	text-indent: -9999px;
}
#nav .home {
	background-image: url(../images/nav_home.gif);
	width: 119px;
}
#nav .products {
	background-image: url(../images/nav_products.gif);
	width: 131px;
}
#nav .support {
	background-image: url(../images/nav_support.gif);
	width: 130px;
}
#nav .about {
	background-image: url(../images/nav_about.gif);
	width: 128px;
}
#nav .contact {
	background-image: url(../images/nav_contact.gif);
	width: 132px;
}
#nav li a:hover {
	background-position: 0 -38px;
}

#nav li:hover ul {
	display: block;
}
#nav li ul {
	background: url(../images/drop_menu.gif) 0 0 no-repeat;
	height: 27px;
	width: 946px;
	position: absolute;
	top: 38px;
	left: 11px;
	display:block;
}
#nav li ul li{
	height: 27px;
	background: url(../images/nav_border.gif) right 0 no-repeat;
	padding-right: 1px;
}
#nav li ul a {
	background-position: 0 0;
	background-repeat: no-repeat;
	display: block;
	height: 27px;
	text-indent: -9999px;
}
#nav li ul a.instrumentation {
	background-image: url(../images/nav_instrumentation.gif);
	width: 148px;
}
#nav li ul a.software {
	background-image: url(../images/nav_software.gif);
	width: 94px;
}
#nav li ul a.accessories {
	background-image: url(../images/nav_accessories.gif);
	width: 267px;
}
#nav li ul a.configure {
	background-image: url(../images/nav_configure.gif);
	width: 192px;
}
#nav li ul a.introducing {
	background-image: url(../images/nav_introducing.gif);
	width: 191px;
}
#nav li ul a.founders {
	background-image: url(../images/nav_founders.gif);
	width: 96px;
}
#nav li ul a.news {
	background-image: url(../images/nav_news.gif);
	width: 128px;
}
#nav li ul a.careers {
	background-image: url(../images/nav_careers.gif);
	width: 85px;
}
#nav li ul a.contactSupport {
	background-image: url(../images/nav_contact_support.gif);
	width: 148px;
}
#nav li ul a.resourcesLinks {
	background-image: url(../images/nav_resources_links.gif);
	width: 145px;
}
#nav li ul a.warrantyInstallation {
	background-image: url(../images/nav_warranty_installation.gif);
	width: 182px;
}
#nav li ul a.training {
	background-image: url(../images/nav_training.gif);
	width: 91px;
}
#nav li ul a.contactInformation {
	background-image: url(../images/nav_contact_information.gif);
	width: 172px;
}
#nav li ul a.scheduleDemo {
	background-image: url(../images/nav_schedule_demo.gif);
	width: 147px;
}
#nav li ul a:hover {
	background-position: 0 -27px;
}
#nav input.button {
	background: url(../images/search_button.gif) 0 0 no-repeat;
	height: 21px;
	width: 18px;
	position: absolute;
	top: 14px;
	right: 214px;
	margin: 0;
	border: 0;
}
#nav input#search {
	background: #FFF;
	border: 0;
	font: normal 0.7em Arial;
	text-align: center;
	height: 13px;
	width: 184px;
	position: absolute;
	top: 18px;
	right: 30px;
}
#nav p {
	color: #333;
	font: normal .8em Arial;
	letter-spacing: 1px;
	position: absolute;
	bottom: 0;
	right: 20px;
}
#nav p a {
	color: #333;
	text-decoration: none;
}
#nav p a:hover {
	color: #0099ff;
}
/******************** HOME
*/
#homeBanner {
	height: 361px;
	width: 970px;
	margin: 0 7px 6px 5px;
	position: relative;
	z-index: 0;
}
#latestNews {
	background: url(../images/latest_news_box.gif) 0 0 no-repeat;
	height: 35px;
	width: 970px;
	margin: 2px 7px 0 5px;
	position: relative;
}
#latestNews h2 {
	color: #494949;
	font: normal .9em Arial;
	text-transform: uppercase;
	position: absolute;
	left: 14px;
	top: 9px;
}
#latestNews p {
	color: #8a8c8e;
	font: normal 1em Arial;
	letter-spacing: 0;
	position: absolute;
	left: 131px;
	top: 9px;
}
#latestNews p a {
	color: #8a8c8e;
	text-decoration: none;
}
#latestNews p span {
	color: #babcbe;
	font-weight: bold;
}
#homeBox {
	background: url(../images/home_box.gif) 0 0 no-repeat;
	margin-left: -12px;
	margin-top: 10px;
	overflow: hidden;
	position: relative;
	height: 217px;
	width: 1010px;
}
#homeBox .box {
	height: 181px;
	width: 304px;
	position: absolute;
	top: 5px;
}
#homeBox .box a, #homeBox .box a img {
	border: 0;
}
#homeBox .box img.curve {
	border: 1px solid #FFF;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}
#homeBox #box1 {
	left: 18px;
}
#homeBox #box2 {
	left: 348px;
}
#homeBox #box3 {
	left: 679px;
}
#homeBox img {
	margin-bottom: 7px;
}
/******************** CONTENT
*/
#content {
	background: url(../images/content_mid.gif) 0 0 repeat-y;
	width: 984px;
	position: relative;
}
/******************** CONTENT TOP
*/
#content.tempA #top {
	background: url(../images/content_top_a.gif) 0 0 no-repeat;
}
#content.tempB #top {
	background: url(../images/content_top_B.gif) 0 0 no-repeat;
}
#content #top {
	height: 49px;
	width: 984px;
	position: relative;
}
#content #top ul {
	position: absolute;
	top: 25px;
	right: 10px;
}
#content #top li {
	float: left;
}
#content #top a {
	border-left: 4px solid #49494a;
	color: #49494a;
	font: bold 0.875em "Century Gothic";
	letter-spacing: 1px;
	text-decoration: none;
	display: inline-block;
	height: 20px;
	padding: 4px 23px 0 7px;
}
#content #top a:hover, #content #top a.active {
	border-left: 4px solid #0099ff;
	color: #0099ff;
}
/******************** CONTENT MAIN
*/
#content #main {
	background: url(../images/content_bottom.gif) 0 bottom no-repeat;
	min-height: 508px;
	width: 984px;
	position: relative;
	overflow: hidden;
	padding-bottom: 39px;
}
#content.tempB #main {
	margin-top: -20px;
}
/******************** CONTENT SIDECOL
*/
#content.tempA #sideCol {
	float: left;
	position: relative;
	width: 209px;
	margin-left: 5px;
}
#content.tempB #sideCol {
	float: right;
	position: relative;
	width: 300px;
	margin-top: 40px;
	margin-right: 70px;
}
#content #sideCol a {
	color: #49494a;
	font: normal 0.75em Verdana, Geneva, sans-serif;
	text-decoration: none;
	border-bottom: 1px solid #bababa;
	display: block;
	height: auto;
	width: 189px;
	padding: 13px 0 13px 20px;
	vertical-align: middle;
}
#content #sideCol a:hover, #content #sideCol a.active {
	color: #0099ff;
}
#content #sideCol img {
	margin-top: 40px;
}
/******************** CONTENT MAINCOL
*/
#content.tempA #mainCol {
	float: right;
	position: relative;
	width: 625px;
	margin-top: 37px;
	margin-right: 100px;
}
#content.tempA #mainCol.single {
	float: left;
	position: relative;
	width: 500px;
	margin-top: 43px;
	margin-left: 60px;
	margin-right: 70px;
}
#content.tempA #mainCol.instrumentation {
	width: 820px;
	margin-right: 85px;
}
#content.tempA #mainCol.instrumentation .img {
	margin-right: 20px;
}
#content.tempB #mainCol {
	float: left;
	position: relative;
	width: 500px;
	margin-top: 20px;
	margin-left: 30px;
}
#content #mainCol h1 {
	color: #505050;
	font: normal 2em Arial;
	margin-bottom: 10px;
}
#content #mainCol h2 {
	color: #505050;
	font: normal 1.5em Arial;
	margin-bottom: 10px;
}
#content #mainCol h3 {
	color: #505050;
	font: normal 1.25em Arial;
	margin-bottom: 10px;
}
#content #mainCol h2.name, #content #mainCol h2.date {
	margin-bottom: 0;
}
#content #mainCol h3.position {
	font-size: .9em;
	margin-bottom: 10px;
}
#content #mainCol p, #content #mainCol li {
	color: #505050;
	font: normal 0.8em Arial;
	text-align: justify;
}
#content #mainCol p {
	margin-bottom: 10px;
}
#content #mainCol ul {
	margin-left: 20px;
	margin-bottom: 20px;
	list-style: disc;
}
#content #mainCol ul.form {
	list-style: none;
	margin-left: 20px;
}
#content #mainCol ul.list {
	list-style: disc;
	margin-left: 30px;
	margin-bottom: 10px;
}
#content #mainCol .row {
	margin-bottom: 28px;
	overflow: hidden;
	display: block;
}
#content #mainCol .img {
	background: url(../images/box_img.gif) 0 0 no-repeat;
	float: left;
	display: inline;
	height: 133px;
	width: 100px;
	position: relative;
	padding-top: 3px;
}
#content #mainCol .text {
	float: right;
	display: inline;
	position: relative;
	width: 512px;
}
#content #mainCol .text h2 {
	margin-bottom: 8px;
}
#content #mainCol .text p {
	margin-bottom: 3px;
}
#content #mainCol a {
	color: #0099ff;
	text-decoration: none;
}
#content #mainCol form li {
	padding: 2px 0;
}
#content #mainCol form li label {
	display: inline-block;
	width: 120px;
}
#content #mainCol form li textarea {
	display: block;
}
.red {
	color: #F00;
}
#content #mainCol .box {
	float: left;
	margin: 0 10px 40px 0;
	overflow: hidden;
	width: 300px;
}
#content #mainCol .box h3 {
	color: #505050;
	font: normal 1.25em Arial;
	margin-left: 3px;
}
#content #mainCol .box .image {
	overflow: hidden;
	margin-bottom: 5px;
	width: 300px;
}
#content #mainCol .box img {
	float: left;
	margin: 3px;
	position: relative;
}
#content #mainCol .box .desc {
	min-height: 30px;
	padding: 10px;
	width: 280px;
}
#content #mainCol .box .desc p {
	color: #333;
}
#content #mainCol.w850 {
	margin-right: 67px;
	width: 850px;
}
#content #mainCol.w720 {
	margin-right: 32px;
	width: 720px;
}
#content #mainCol .cell {
	float: left;
	position: relative;
	margin-bottom: 20px;
}
#content #mainCol.w850 .cell {
	/*height: 340px;*/
	width: 400px;
}
#content #mainCol.w720 .cell {
	/*height: 280px;*/
	width: 335px;
}
#content #mainCol.w850 .cell.odd  {
	margin-right: 50px;
}
#content #mainCol.w720 .cell.odd  {
	margin-right: 45px;
}
#content #mainCol div.even  {
	margin-right: 0;
}
#content #mainCol .cell img {
	float: left;
	margin: 0 15px 5px 0;
}
#content #mainCol .cell ul {
	margin-left: 45px;
}
/******************** CONFIGURE PRODUCT
*/
#content #selCol {
	color: #494949;
	display: inline;
	float: left;
	margin-left: 55px;
	margin-top: 20px;
	position: relative;
	width: 500px;
}
#content #selCol h1 {
	font: bold 1.5em Arial;
	margin-bottom: 5px;
}
#content #selCol h2 {
	font: normal 0.875em Arial;
	margin-bottom: 10px;
}
#content #selCol h3 {
	font: bold 0.875em Arial;
}
#content #selCol p, #content #selCol li {
	font: normal 0.875em Arial;
}
#content #selCol p {
	font-style: italic;
	margin-bottom: 5px;
}
#content #selCol ul {
	margin-top: 5px;
	margin-left: 15px;
}
#content #selCol table {
	border: 0;
	margin-top: 20px;
	width: 100%;
}
#content #selCol table td {
	padding-bottom: 35px;
	vertical-align: top;
}
#content #selCol table .imgCol {
	padding-top: 10px;
	width: 155px;
}
#content #selCol table .textCol {
	width: 350px;
}
#content #selCol table.product .imgCol {
	padding: 0;
	width: 310px;
}
#content #selCol table.product .textCol {
	padding-top: 5px;
	width: 190px;
}
#content #selCol .textCol a {
	color: #0099ff;
	font: normal 0.875em Arial;
	text-decoration: underline;
}
#content #selCol .textCol a:hover {
	text-decoration: none;
}
#content #selCol form label {
	display: inline-block;
	width: 130px;
}
#content #selCol form li input.text {
	border: 1px solid #0099ff;
	height: 15px;
	width: 200px;
}
#content #selCol form li {
	margin-bottom: 5px;
}
#content #selCol .prev {
	background: url(../images/btn_previous.gif) 0 0 no-repeat;
	border: 0;
	cursor: pointer;
	float: right;
	height: 25px;
	margin-right: 18px;
	position: relative;
	text-indent: -9999px;
	width: 77px;
}
#content #selCol .next {
	background: url(../images/btn_next.gif) 0 0 no-repeat;
	border: 0;
	cursor: pointer;
	display: inline-block;
	float: right;
	height: 25px;
	position: relative;
	text-indent: -9999px;
	width: 57px;
}
#content #selCol .prev:hover, #content #selCol .next:hover {
	background-position: 0 -25px;
}
#content #infoCol {
	color: #49494a;
	display: inline;
	float: right;
	margin-top: 20px;
	margin-right: 60px;
	position: relative;
}
* html #content #infoCol {
	margin-right: 60px;
}
#content #infoCol h2 {
	font: bold 1.125em Arial;
	margin-bottom: 15px;
}
#content #infoCol h3 {
	font: bold 0.875em Arial;
	margin-bottom: 2px;
}
#content #infoCol p, #content #infoCol li {
	font: normal 0.875em Arial;
}
#content #infoCol p {
	font-style: italic;
	margin-bottom: 5px;
}
#content #infoCol ul {
	list-style: disc;
	margin: 0 0 10px 30px;
}
#content #infoCol a.request {
	background: url(../images/btn_request.gif) 0 0 no-repeat;
	cursor: pointer;
	display: block;
	height: 25px;
	margin-top: 30px;
	text-indent: -9999px;
	width: 132px;
}
#content #infoCol .top {
	background: url(../images/info_col_top.gif) 0 0 no-repeat;
	height: 14px;
	width: 330px;
}
#content #infoCol .mid {
	background: url(../images/info_col_mid.gif) 0 0 repeat-y;
	padding: 15px 20px;
	position: relative;
	width: 290px;
}
#content #infoCol .bottom {
	background: url(../images/info_col_bottom.gif) 0 0 no-repeat;
	height: 14px;
	width: 330px;
}
* html #content #infoCol .bottom {
	bottom: -7px;
}
/******************** CONTENT COLUMN
*/
#content .column {
	float: left;
	margin: 40px 0 0 45px;
	position: relative;
	width: 310px;
}
#content .column h2 {
	color: #494949;
	font: normal 1.25em Arial;
	margin-bottom: 10px;
}
#content .column p, #content .column ul {
	font: normal 0.75em Arial;
	margin-bottom: 10px;
}
#content .column.indent p {
	margin-left: 15px;
}
#content .column ul {
	list-style: disc;
	margin-left: 50px;
}

/******************** CONTENT TOPLINK
*/
#content #topLink {
	margin-top: 10px;
	margin-left: 10px;
}
#content #topLink li {
	float: left;
	position: relative;
}
#content #topLink a {
	color: #49494a;
	font: normal 0.7em Verdana, Geneva, sans-serif;
	text-transform: uppercase;
	text-decoration: none;
	margin-left: 20px;
}
#content #topLink a:hover, #content #topLink a.active {
	color: #0099ff;
}
/******************** IMAGE BOXES
*/
#imageBoxes {
	height: auto;
	width: 876px;
	position: relative;
	padding-left: 108px;
	overflow: hidden;
}
#imageBoxes .box {
	cursor: pointer;
	float: left;
	position: relative;
	background: url(../images/image_box.gif) 0 0 no-repeat;
	height: 244px;
	width: 301px;
	padding: 23px 37px 38px 27px;
	margin-right: 39px;
}
#imageBoxes .box:hover {
	background-position: 0 -305px;
}

/******************** SIGNIN
*/
#signin {
	margin: 100px auto;
	width: 300px;
}
#signin label {
	display: inline-block;
	padding-right: 10px;
	text-align: right;
	width: 70px;
}
#signin h2 {
	color: #505050;
	font: normal 2em Arial;
}
#signin li {
	color: #505050;
	font: normal 1em Arial;
	margin-bottom: 5px;
}
#signin input.button {
	margin-left: 85px;
	margin-top: 5px;
}

/******************** FOOTER
*/
#footer p {
	font-size: .9em;
	line-height: 1.25em;
	margin: 10px;
	text-align: center;
}