@CHARSET "UTF-8";
/* Grid */
.gm-1, .gm-2, .gm-3, .gm-4, .gm-5, .gm-6, .gm-7, .gm-8, .gm-9, .gm-10, .gm-11, .gm-12, .gm-13, .gm-14, .gm-15, .gm-16, .gm-17, .gm-18, .gm-19, .gm-20, .gm-21, .gm-22, .gm-23, .gm-24 { display: inline; float: left; margin-left: 12px; margin-right: 12px; position: relative; }
.gu-1, .gu-2, .gu-3, .gu-4, .gu-5, .gu-6, .gu-7, .gu-8, .gu-9, .gu-10, .gu-11, .gu-12, .gu-13, .gu-14, .gu-15, .gu-16, .gu-17, .gu-18, .gu-19, .gu-20, .gu-21, .gu-22, .gu-23, .gu-24 { display: inline; float: left; position: relative; }
.gr-1, .gr-2, .gr-3, .gr-4, .gr-5, .gr-6, .gr-7, .gr-8, .gr-9, .gr-10, .gr-11, .gr-12, .gr-13, .gr-14, .gr-15, .gr-16, .gr-17, .gr-18, .gr-19, .gr-20, .gr-21, .gr-22, .gr-23, .gr-24 { display: inline; float: left; position: relative; }

/* grid unit (fixed width) */
.gu-1  { width: 28px;  }
.gu-2  { width: 76px;  }
.gu-3  { width: 114px; }
.gu-4  { width: 152px; }
.gu-5  { width: 190px; }
.gu-6  { width: 228px; }
.gu-7  { width: 276px; }
.gu-8  { width: 280px; }
.gu-9  { width: 342px; }
.gu-10 { width: 380px; }
.gu-11 { width: 418px; }
.gu-12 { width: 456px; }
.gu-13 { width: 494px; }
.gu-14 { width: 532px; }
.gu-15 { width: 570px; }
.gu-16 { width: 608px; }
.gu-17 { width: 646px; }
.gu-18 { width: 684px; }
.gu-19 { width: 722px; }
.gu-20 { width: 760px; }
.gu-21 { width: 798px; }
.gu-22 { width: 836px; }
.gu-23 { width: 874px; }
.gu-24 { width: 912px; }

/* grid unit with margin (fixed width) */
.gm-1  { width: 14px;  }
.gm-2  { width: 52px;  }
.gm-3  { width: 90px;  }
.gm-4  { width: 128px; }
.gm-5  { width: 166px; }
.gm-6  { width: 204px; }
.gm-7  { width: 242px; }
.gm-8  { width: 280px; }
.gm-9  { width: 318px; }
.gm-10 { width: 356px; }
.gm-11 { width: 394px; }
.gm-12 { width: 432px; }
.gm-13 { width: 470px; }
.gm-14 { width: 508px; }
.gm-15 { width: 546px; }
.gm-16 { width: 584px; }
.gm-17 { width: 622px; }
.gm-18 { width: 660px; }
.gm-19 { width: 698px; }
.gm-20 { width: 736px; }
.gm-21 { width: 774px; }
.gm-22 { width: 812px; }
.gm-23 { width: 850px; }
.gm-24 { width: 888px; }

/* grid unit (relative width) */
.gr-1  { width:   4.16%; }
.gr-2  { width:   8.33%; }
.gr-3  { width:  12.50%; }
.gr-4  { width:  16.66%; }
.gr-5  { width:  20.83%; }
.gr-6  { width:  25.00%; }
.gr-7  { width:  29.16%; }
.gr-8  { width:  33.33%; }
.gr-9  { width:  37.50%; }
.gr-10 { width:  41.66%; }
.gr-11 { width:  45.83%; }
.gr-12 { width:  50.00%; }
.gr-13 { width:  54.16%; }
.gr-14 { width:  58.33%; }
.gr-15 { width:  62.50%; }
.gr-16 { width:  66.66%; }
.gr-17 { width:  70.83%; }
.gr-18 { width:  75.00%; }
.gr-19 { width:  79.16%; }
.gr-20 { width:  83.33%; }
.gr-21 { width:  87.50%; }
.gr-22 { width:  91.66%; }
.gr-23 { width:  95.83%; }
.gr-24 { width: 100.00%; }

/* global */
.left { float: left; }
.right { float: right; }
.clear { clear: both; display: block; height: 0; overflow: hidden; visibility: hidden; width: 0; }
.wrap { display: block; padding: 0 12px; }
.hidden { display: none !important; }
.strike { text-decoration: line-through !important; }
.center { text-align: center !important; }
.textRight { text-align: right !important; }
.section { margin-bottom: 18px; }
.error { color: #D24F4F !important; border-color: #D24F4F; }

html {
	overflow-y:scroll;
}
body {
	font-size:62.5%;
	font-weight:normal;
	font-family:"Lucida Sans Unicode", "Lucida Granda", sans-serif;
	background:#074379 url('../images/bodyBg.png') center top repeat-x;
}
sup, sub {
	height: 0;
	line-height: 1;
	position: relative;
	bottom: -0.4em;
	vertical-align: baseline !important;
	vertical-align: bottom;
}
sup {
	top:-0.4em;
}
.clear {
	clear: both;
}

dt {
	color: #00843C;
	display: block;
	font-weight: bold;
}

dd {
	display: block;
	margin-bottom: 18px;
}

.footnote {
	color: #939598;
	font-size: 10px;
}

.footnote .bullet li {
	background-image: url('../images/blockGray.png');
}

.footnote a {
	color: #6D6E71 !important;
}

.footnote a:hover {
	color: #414042 !important;
}

#popup {
	color:#006AC1;
	padding:24px;
}
#popup h1 {
	font-size:3em;
	line-height:1.5;
}
#popup img {
	border:1px solid #002D75;
}
#popup a {
	color:#002D75;
}
#container {
	width:912px;
	height:320px;
	margin:0 auto;
	padding:0 42px;
	background:url('../images/containerBg.png') center top no-repeat;
}

/* header */
#headerWrap {
	float:left;
	width:912px;
	margin-bottom:12px;
}
#header {
	float:left;
	width:912px;
	margin:12px 0 4px;
}
#logo {
	height:84px;
	background:url('../images/logo.einstruments.png') top left no-repeat;
	text-decoration:none;
}
#header .socialMedia a {
	display: block;
	margin: 3px 0;
}
#pageTitle,
#pageSubtitle {
	display: block;
	margin-top:6px;
	padding:0;
	border:0;
	text-align:left;
	color:#002D75;
	font:bold 21px/1.25 "Lucida Sans Unicode", "Lucida Grande", sans-serif;
}
#pageSubtitle {
	margin-top:0;
	color:#006AC1;
	font:bold 12px/1.5 "Lucida Sans Unicode", "Lucida Grande", sans-serif;
}

/* header navigation */
#headerNav {
	background: -moz-linear-gradient(top, #FFFFFF, #E6E7E8);
	background: -webkit-gradient(linear, left top, left bottom, from(#FFFFFF), to(#E6E7E8));
	background-color: #FFF;
	border: 1px solid #E6E7E8;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	clear: both;
	display: block;
	font:bold 12px/20px "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	height: 28px;
	margin: 4px 11px 0;
	position: relative;
	width: 888px;
	z-index: 200;
}

#headerNav li {
	float: left;
	position: relative;
	height: 28px;
	line-height: 26px;
	width: auto;
}

#headerNav > li:hover {
	background-color: #BCBEC0;
}

#headerNav > .last {
	border-right: 1px solid #FFFFFF;
}

#headerNav > li:first-child, #headerNav > li:first-child a {
	border-left: 0;
}

#headerNav li a {
	border-left: 1px solid #FFF;
	border-right: 1px solid #E6E7E8;
	display: block;
	color: #002D75;
	text-shadow: 0 1px 0 #fff;
	text-decoration: none;
	padding: 0 12px;
	font-size: 12px;
	font-weight: bold;
	line-height: 30px;
}

#headerNav li a span {
	color: #A7A9AC;
}

#headerNav > li > a {
	line-height: 28px;
}

#headerNav > li:hover > a, #headerNav > li a:hover {
	border-left-color: #E6E7E8;
	background-color: #E6E7E8;
}

#headerNav li ul {
	background-color: #E6E7E8;
	-moz-border-radius: 0 0 6px 6px;
	-webkit-border-radius: 0 0 6px 6px;
	border-radius: 0 0 6px 6px;
	border: 0;
	-moz-box-shadow: 0 3px 3px #808285;
	-webkit-box-shadow: 0 3px 3px #808285;
	box-shadow: 0 3px 3px #808285;
	display: none;
	top: 28px;
	left: 0;
	position: absolute;
	width: 310px;
	z-index: 100;
}

#headerNav li ul li {
	height: 30px;
	line-height: 30px;
	width: 100%;
}

#headerNav li ul li:last-child a {
	border-radius: 0 0 6px 6px;
}

#headerNav li:hover ul {
	display: block;
}

#headerNav ul a {
	border: 0;
	color: #006AC1;
	padding: 0 12px;
	text-shadow: 0 1px 0 #fff;
	font-size: 12px;
}

#headerNav ul a:hover {
	color: #fff;
	background-color: #006AC1; /* #F1F2F2; */
	text-shadow: 0 -1px 0 #002D75;
}

#headerNav .language {
	float: right;
	border-right: 0;
	border-left: 1px solid #E6E7E8;
}

#headerNav .language > a {
	border-right: 0;
	color: #00843C;
}

#headerNav .language ul {
	width: 100%;
}

#headerNav .language .selected {
	background: url("../images/blockGreen.png") no-repeat scroll 88px 12px transparent;
}

/* main navigation */
#mainNavWrap {
	float:left;
	width:888px;
	height:30px;
	margin:4px 12px 0 12px;
	background:url('../images/mainNavBg.png') left top no-repeat;
}
#mainNav {
	float:left;
	width:100%;
	height:30px;
	margin:0;
	padding:0;
	border:0;
	font:bold 12px/1 "Lucida Sans Unicode", "Lucida Grande", sans-serif;
}
#mainNav li {
	float:left;
	height:30px;
	line-height:27px;
	margin:0;
	padding:0;
	border:0;
}
#mainNav li.linkSpan {
	width:2px;
	height:30px;
	background:transparent url('../images/linkSpanBg.png') center center no-repeat;
}
#mainNav li#searchWrap {
	float:right;
	width:148px;
	margin:0 6px 0 0;
	padding:0;
	border:0;
	background:transparent url('../images/searchWrapBg.png') left top no-repeat;
}
#homeLink a:hover {
	color:#fff;
	background:url('../images/mainNavBg.png') left bottom no-repeat;
}
#searchQuery {
	float:left;
	width:112px;
	height:18px;
	margin:0;
	padding:6px 0 0 4px;
	color:#00843C;
	background:transparent;
	font:normal 12px/1 "Lucida Sans Unicode", "Lucida Grande", sans-serif;
}
#searchButton {
	float:left;
	width:30px;
	height:30px;
	padding:0;
	margin:0;
	background:none;
	cursor:pointer;
}
#mainNav li a {
	float:left;
	height:30px;
	margin:0;
	padding:0 12px;
	text-align:center;
	color:#002D75;
	text-decoration:none;
}
#mainNav li a:hover {
	color:#fff;
	background-color:#006AC1;
}
#content {
	float:left;
	width:912px;
	background-color:#fff;
	font:normal 12px/18px "Lucida Sans Unicode", "Lucida Grande", sans-serif;
}
/* Main Banner */
#mainBanner, #flowpanes {
	background: #fff url('/images/mainBanner-bg.png') left top repeat-x;
	clear: both;
	display: block;
	height: 360px;
	margin-bottom: 12px;
	overflow: hidden;
	position:relative;
	width: 912px;
}
.panes {
	clear: both;
	height:312px;
	overflow: hidden;
	position: absolute;
	width: 3648px;
}
.bannerPane {
	float: left;
	width: 912px;
	height: 312px;
}
#content .bannerPane h2 {
	color: #006bc2;
	font: bold 36px/36px Lucida Grande, Lucida Sans Unicode, Verdana, Helvetica, sans-serif;
	text-shadow: 0 1px 0 #fff;
	padding: 12px;
}
.panes .application img {
	border: 2px solid #fff;
	margin-top: 12px;
	-moz-box-shadow: 0 0 4px #333;
	-webkit-box-shadown: 0 0 4px #333;
	box-shadow: 0 0 4px #333;
}
.bannerColumn {
	color: #000;
	float: left;
	font: bold 18px/36px Lucida Grande, Lucida Sans Unicode, Verdana, Helvetica, sans-serif;
	margin-left: 12px;
	width: 288px;
}
#content .bannerPane .button {
	background: -moz-linear-gradient(top, #00E05A, #00843C);
	background: -webkit-gradient(linear, left top, left bottom, from(#00E05A), to(#00843C));
	background-color: #00843C;
	border: 2px solid #fff;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	color: #000;
	display: block;
	font-size: 18px;
	line-height: 18px;
	margin-left: -12px;
	padding: 6px 9px;
	text-decoration: none;
	text-shadow: 0 1px 0 #8FFFBC;
}

#content .bannerPane .button:hover {
	color: #000;
	background: #00A342;
	text-shadow: none;
}

.bannerPane .button span {
	color: #fff;
	font-size: 14px;
	text-transform: uppercase;
	text-shadow: 0 -1px 0 #00843C;
}
.bannerNav {
	position: relative;
	top: 312px;
}
.bannerNav ul {
	display: block;
	width: 100%;
	height: 36px;
}
.bannerNav li {
	float: left;
	margin-left: 12px;
	width: 213px;
	height: 36px;
	overflow: hidden;
}
#content .bannerNav li a {
	background: transparent;
	color: #fff;
	font-weight: bold;
	display: block;
	line-height:32px;
	border: 2px solid #fff;
	text-align: center;
	text-decoration: none;
}

#content .bannerNav li a:hover, #content .bannerNav li a.selected {
	background: #006bc2;
}

.main-buttons {
	float:left;
	height:360px;
	width:912px;
}
.main-buttons li {
	float:left;
	height:168px;
	width:288px;
	margin:0 0 12px 12px;
	overflow:hidden;
}
.main-buttons h2,
.main-buttons a {
	float:left;
	height:168px;
	text-decoration:none;
	width:288px;
}
#mainButtons a {
	background:url('/images/mainButtons-home.jpg') left top no-repeat;
}
#measurementButtons a {
	background:url('/images/mainButtons-measurement.jpg') left top no-repeat;
}
#calibratorButtons.main-buttons a {
	background:url('/images/mainButtons-calibrators.jpg') left top no-repeat;
}
#iaqButtons.main-buttons a {
	background:url('/images/mainButtons-iaq.jpg') left top no-repeat;
}
#infraredButtons.main-buttons a {
	background:url('/images/mainButtons-infrared.jpg') left top no-repeat;
}
.main-buttons h2 a {
	color:#002D75;
	float:left;
	font:bold 14px/18px "Lucida Sans-Unicode", "Lucida Grande", sans-serif;
	height:36px;
	padding:120px 12px 12px 12px;
	width:264px;
	cursor:pointer;
}
.main-buttons h2 a span {
	color:#00933F;
	display:block;
	font-size:10px;
	line-height:12px;
	width:100%;
}
.main-buttons h2 a:hover {
	color:#006AC1;
}
#iaqButtons.main-buttons .transmitters,
#hvacButtons.main-buttons .combustion,
#calibratorButtons.main-buttons .signal,
#mainButtons .microcal,
#measurementButtons .combustion {
}
#iaqButtons.main-buttons .iaq,
#hvacButtons.main-buttons .iaq,
#calibratorButtons.main-buttons .pressure,
#mainButtons .hvac,
#measurementButtons .iaq {
	background-position:0 -168px;
}
#iaqButtons.main-buttons .manometers,
#hvacButtons.main-buttons .comfortkit,
#calibratorButtons.main-buttons .temp,
#mainButtons .greenline,
#measurementButtons .calibrators {
	background-position:0 -336px;
}
#iaqButtons.main-buttons .air,
#hvacButtons.main-buttons .measure,
#calibratorButtons.main-buttons .doc,
#calibratorButtons.main-buttons .standards,
#mainButtons .irtec,
#measurementButtons .measure {
	background-position:0 -504px;
}
#iaqButtons.main-buttons .multifunctional,
#hvacButtons.main-buttons .infrared,
#calibratorButtons.main-buttons .blackbody,
#mainButtons .measurement,
#measurementButtons .transmitters {
	background-position:0 -672px;
}
#iaqButtons.main-buttons .lab,
#hvacButtons.main-buttons .leak,
#calibratorButtons.main-buttons .lab,
#mainButtons .lab,
#iaqButtons.main-buttons .sniffer,
#measurementButtons .leak {
	background-position:0 -840px;
}
.mainButtons {
	float:left;
	width:912px;
	height:240px;
}
.mainButtons li {
	float:left;
	width:288px;
	height:108px;
	margin:0 0 12px 12px;
}
.mainButtons a {
	float:left;
	width:288px;
	height:108px;
	overflow:hidden;
	text-decoration:none;
	background:url('../images/mainButtonBg.jpg') left top no-repeat;	
}
.dev .mainButtons a {
	background:url('../images/mainButtonBg-home.jpg') left top no-repeat;	
}
#calibratorButtons a {
	background:url('../images/calibratorButtonBg.jpg') left top no-repeat;	
}
#infraredButtons a {
	background:url('../images/infraredButtonBg.jpg') left top no-repeat;	
}
#hvacButtons a {
	background:url('../images/hvacButtonBg.jpg') left top no-repeat;	
}
.mainButtons h2 {
	float:left;
	width:152px;
	margin:12px 0 0 136px;
	color:#002D75;
	cursor:pointer;
	font:bold 14px/1.25 "Lucida Sans Unicode", "Lucida Grande", sans-serif;
}
.dev .mainButtons .measurement h2 {
	width:188px;
	margin:12px 0 0 100px;
}
#hvacButtons .iaq,
#infraredButtons .automation,
#calibratorButtons .pressure {
	background-position:0 -108px;
}
#hvacButtons .comfortkit,
#infraredButtons .industry,
#calibratorButtons .temp {
	background-position:0 -216px;
}
#hvacButtons .measure,
#infraredButtons .applications,
#calibratorButtons .doc {
	background-position:0 -324px;
}
#hvacButtons .infrared, #infraredButtons .software, #calibratorButtons .software {
	background-position:0 -432px;
}
#hvacButtons .leak, #infraredButtons .lab, #calibratorButtons .lab {
	background-position:0 -540px;
}
.homeCol2 h3 a, .homeCol h3 a, a.graphic {
	text-decoration:none;
}
.homeCol ul {
	margin-bottom:12px;
}
.homeCol li {
	line-height:1.5;
}

.graphic {
	text-align: center;
}
.graphic-right {
	float: right;
	margin-left: 6px;
}

.graphic-left {
	float: left;
	margin-right: 6px;
}

/* Tables */
table {
	border-bottom: 1px solid #58595B;
	margin-bottom: 18px;
	width: 100%;
}
table caption {
	color: #414042;
	font-weight: bold;
	border-bottom: 1px solid #58595B;
}
thead th {
	font-size: 10px;
	font-weight: bold;
	text-transform: uppercase;
	border-bottom: 1px solid #58595B;
}
th, td {
	text-align: center;
}
/* Content */
#content h3 a {
	color:#006AC1;
}
#content h3 a:hover {
	color:#002D75;
}
#content h2 {
	color:#002D75;
	font: bold 18px/36px "Lucida Sans Unicode", "Lucida Grande", sans-serif;
}
#content h3 {
	color: #006AC1;
	font: bold 15px/18px "Lucida Sans Unicode", "Lucida Grande", sans-serif;
}
#content h3.highlight a, #content h3.highlight {
	color:#FF7000;
	border-bottom:0;
}
#content h3 span {
	font-size:0.75em;
	color:#999;
}
#content p {
/*	color:#002D75;*/
	color:#333;
	margin-bottom:12px;
	line-height:1.5em;
}
#content strong {
	/*color:#006AC1;*/
        color: #00843C;
	font-weight:bold;
}
#content a {
	color:#002D75;
}
#content a:hover {
	color:#006AC1;
	text-decoration:none;
}
#sideNav, .sideToc {
	float:left;
	width:213px;
	min-height:288px;
	margin:0 0 12px 12px;
}
#sideNav h4, .sideToc h4 {
	display: block;
	width:213px;
	color:#00843C;
	font:bold 15px/18px "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	border-bottom:1px solid #00843C;
	margin-bottom:3px;
}
.sideToc h4 a, .sideToc h4 a:hover {
	color: #00843C !important;
	text-decoration: none;
}
.sideToc .closed ul {
	display: none;
}
.sideToc .section {
	margin-bottom: 18px;
}
#sideNav ul, .sideToc ul {
	display: block;
	margin-bottom:18px;
}
.sideToc .section ul {
	margin-bottom: 0;
}
#sideNav li, .sideToc li {
	display: block;
	margin-bottom:3px;
}
#sideNav li a {
	display: block;
	width:204px;
	padding:3px 0 3px 6px;
	color:#002D75;
	border-bottom:1px solid #002D75;
	border-right:3px solid #002D75;
	font:normal 12px/18px "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	text-decoration:none;
	background-image: -o-linear-gradient(top, #FFFFFF, #D1D3D4);
	background-image: -ms-linear-gradient(top, #FFFFFF, #D1D3D4);
	background-image: -moz-linear-gradient(top, #FFFFFF, #D1D3D4);
	background-image: -khtml-linear-gradient(top, #FFFFFF, #D1D3D4);
	background-image: -webkit-linear-gradient(top, #FFFFFF, #D1D3D4);
	background-image: linear-gradient(top, #FFFFFF, #D1D3D4);
}
#sideNav li.select a, #sideNav li a:hover {
	color:#fff;
	background:none;
	background-color:#006AC1;
	border-color:#006AC1;
}
#sideNav li.select a:hover {
	text-decoration:underline;
}
.sideToc li a {
	color: #002D75;
	display: block;
	font: normal 12px/18px "Lucida Sans Unicode", "Lucida Grande", sans-serif;
}
.sideToc dl {
	font: normal 12px/18px "Lucida Sans Unicode", "Lucida Grande", sans-serif;
}
.sideToc dt {
	font-weight:bold;
	color:#00843C;
}
#errorContent,
#pageContent,
#prodContent {
	float:left;
	width:675px;
	margin-bottom:12px;
}
#pageContent h3 {
	margin:0 0 12px 12px;
	font:bold 1.5em/1.5 "Lucida Sans Unicode", "Lucida Grande", sans-serif;
}
#contactform h3 {
	margin:0 0 12px 0;
}
#pageContent h4 {
	margin:0;
}
#pageContent .locCol h4 {
	margin:0;
}
#errorContent {
	height:240px;
	margin-left:12px;
}
.prodButton {
	float:left;
	width:326px;
	height:110px;
	padding-top:12px;
	background:url('../images/prodButton.jpg') left top no-repeat;
	margin:0 0 12px 12px;
	text-decoration:none;
	overflow:hidden;
}
.homeCol ul, #prodContent .prodDetails, .bullet {
	margin-bottom:18px;
	list-style:none;
}
.homeCol li, #prodContent .prodDetails li, .bullet li {
	padding-left:18px;
	background:url('../images/blockGreen.png') left 0.5em no-repeat;
}
.homeCol li span, #prodContent .prodDetails li span {
	color:#454545;
	font-family:Verdana, sans-serif;
}
.homeCol li {
    margin-bottom:0.75em;
}
#prodContent p {
	font:normal 12px/1.5 "Lucida Sans Unicode", "Lucida Grande", sans-serif;
}
.prodLinks {
	float:left;
	width:648px;
	margin:12px 0 12px 12px;
	padding-top:12px;
	border-top:2px solid #00843C;
}
.prodLinks .prodSection {
	margin-left:0;
	padding-top:0;
}
.prodLinks h3 {
	margin-bottom:0;
}
.singleCol {
	float:left;
	width:650px;
	margin:0 0 12px 12px;
}
.singleCol h3 {
	float:left;
	width:650px;
	margin-bottom:12px;
}
.singleCol h3 a {
	text-decoration:none;
}
.singleCol img {
	float:right;
	margin-left:12px;
}
.singleCol a img {
	border-bottom:2px solid #fff;
}
.singleCol a:hover img {
	border-bottom:2px solid #002D75;
}
#content .singleCol .highlight a {
	color:#00843C;
	font-weight:bold;
}
#content .prodButton h3,
#content .prodButton p {
	float:right;
	color:#fff;
	border-color:#fff;
	width:180px;
	margin-right:12px;
	font-weight:bold;
}
.clear {
	clear:both;
}
.prodSection {
	float:left;
	width:324px;
	padding-top:12px;
	margin:0 0 12px 12px;
}
.prodSection.wide {
	width:660px
}
.prodSection .main-photo {
	margin:12px 0;
}
.locCol,
.prodCol {
	float:left;
	width:213px;
	margin-left:12px;
	font:normal 12px/1.5 "Lucida Sans Unicode", "Lucida Grande", sans-serif;
}
#content .prodCol h3 {
	line-height:1.5;
	margin-bottom:12px;
}
#content .prodCol h3 a {
	text-decoration:none;
}
.locCol h4,
.prodCol h4 {
	color:#00843C;
	margin-top:12px;
}
.locCol h4 {
	font-weight:bold;
}
.prodCol ul {
	margin-bottom:12px;
}
.locCol a,
.prodCol a {
	color:#002D75;
}
.locCol a:hover,
.prodCol a:hover {
	color:#006AC1;
	text-decoration:none;
}
.prodColSign {
	background:url('../images/prodColSign.jpg') right 24px no-repeat;
}
.prodColPres {
	background:url('../images/prodColPres.jpg') right 24px no-repeat;
}
.prodColTemp {
	background:url('../images/prodColTemp.jpg') right 24px no-repeat;
}
.productSelect {
	float:left;
	width:324px;
	margin:12px 0;
}
.productSelect div,
.productSelect a {
	float:left;
	width:324px;
	height:324px;
	text-decoration:none;
	border-bottom:1px solid #002D75;
}
.productSelect.portables div,
.productSelect.portables a {
	background:#fff url('/images/portablesSelectBg.jpg') left top no-repeat;
}
.productSelect.combustion div,
.productSelect.combustion a {
	background:#fff url('/images/combustionSelectBg.jpg') left top no-repeat;
}
.productSelect div.selectIndustrial,
.productSelect a.selectMicroRay,
.productSelect a.selectIndustrial {
	background-position:right top;
}
.productSelect div span,
.productSelect a span {
	float:right;
	height:24px;
	line-height:24px;
	margin-top:300px;
	padding:0 12px;
	color:#fff;
	font-weight:bold;
	background-color:#002D75;
}
.productSelect a:hover {
	border-bottom:1px solid #006AC1;
}
.productSelect a:hover span {
	background-color:#006AC1;
}
#footerNav {
	float:left;
	width:888px;
	height:60px;
	margin:0 12px 8px 12px;
	background:url('../images/footerNavBg.png') top left no-repeat;
}
#footerNav li {
	float:left;
	width:128px;
	text-align:center;
	font:normal 12px/1.5 "Lucida Sans Unicode", "Lucida Grande", sans-serif;
}
#footerNav .main {
	width:117px;
	margin-right:0;
	border-right:3px solid #fff;
}
#footerNav a {
	float:left;
	font-size:10px;
	width:128px;
	height:48px;
	padding-top:12px;
	color:#fff;
	text-decoration:none;
	line-height:18px;
}
#footerNav .main a {
	height:48px;
	padding-top:12px;
	font-size:12px;
	line-height:3;
}
#footerNav .triple a {
	height:54px;
	padding:3px 0;
}
#footerNav a:hover {
	color:#fff;
	background-color:#006AC1;
}
#footerNav .main a {
	width:117px;	
}
#footerNav .main a:hover {
	background:#006AC1 url('../images/footerNavBg.png') bottom left no-repeat;
}
#footerNav .endcap a:hover {
	background:#006AC1 url('../images/footerNavBg.png') bottom right no-repeat;
}
#footerNav a.select {
	background-color:#006AC1;
}
#footer {
	float:left;
	width:912px;
	padding:12px 0;
	color:#ccc;
	font:normal 10px/1.5 "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	background:url('../images/footerBg.png') top left no-repeat;
}
#copyCredits {
	float:right;
	width:382px;
	margin-right:12px;
}
#copyCredits a {
	color:#ccc;
	font-weight:bold;
	text-decoration:none;
}
#copyCredits a:hover {
	color:#fff;
	text-decoration:underline;
}
#copyCredit li {
	float:left;
	width:auto;
}
#footer .socialMedia {
	float: right;
	margin-right:12px;
	width: 100px;
	text-align: center;
}
#footer .socialMedia a {
	display: inline-block;
}
#contactInfo {
	float:right;
	width:382px;
	margin-right:12px;
}
#contactInfo li {
	float:right;
	margin-left:12px;
	width:auto;
}
#contactForm {
	float:left;
	width:648px;
	margin-left:12px;
}
#contactForm div {
	margin:0;
}
#contactForm label {
	display:block;
	color:#006AC1;
	font:bold 12px/1.5 "Lucida Sans Unicode", "Lucida Grande", sans-serif;
}
#contactForm li input, 
#contactForm li textarea {
	padding:4px;
	border:1px solid #cfcfcf;
	background-color:#f6f6f6;
}
#contactform li textarea {
	width:97%;
}
#contactForm #contactFields h4 {
	clear:both;
	font-size:10px;
	font-weight:bold;
	text-transform:uppercase;
	color:#999;
	margin-left:0;
	border:0;
}
#contactDetails {
	float:left;
	width:654px;
	padding:0;
	margin:0 0 12px 0;
	font:normal 12px/1.5 "Lucida Sans Unicode", "Lucida Grande", sans-serif;
}
#contactDetails div {
	float:left;
	width:268px;
}
#contactDetails #contactNote {
	margin-right:24px;
	width:348px;
}
#reCAPTCHA, 
#contactFields {
	float:left;
	width:584px;
}
#contactForm #reCAPTCHA {
	margin-bottom:18px;
}
#contactFields ul {
	float:left;
	width:252px;
	margin:0 12px 12px 0;
}
#contactFields li {
	float:left;
	margin:0 12px 12px 0;
}
#contactFields li input {
	width:230px;
}
#contactComment {
	float:none;
	clear:both;
}
#contactFields #contactComment li {
	width:648px;
	height:auto;
}
#contactDetails h3 {
	font-size:15px;
}
#contactDetails ul {
	margin-bottom:1.5em;
}
#formControls {
	float:left;
	width:648px;
	margin:0 0 12px 0;
	padding-top:6px;
	border-top:1px solid #e5e5e5;
}
#formControls button {
	float:left;
	width:138px;
	height:24px;
	margin-right:12px;
	font:bold 12px/2 "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	background:url('../images/buttonBg.png') left top no-repeat;
	color:#fff;
	border:0;
}
#contactFields li.error {
	width:252px;
	color:#D24F4F;
	background-color:#ffd9d9;
}
#contactFields li.error label,
#contactFields li.error p {
	width:252px;
	color:#D24F4F;
	margin:0;
}
#contactFields li.error input {
	border:1px solid #D24F4F;
}
#error, 
#success {
	float:left;
	width:600px;
	margin:0 0 12px 12px;
	padding:12px;
	font:12px/1.5 "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	color:#D24F4F;
	background-color:#ffd9d9;
	border:2px solid #D24F4F;
	font-weight:bold;
}
#success {
	color:#060;
	background-color:#cfc;
	border:2px solid #6c6;
}
.hvac .prodSection,
.infrared .prodSection,
.measurement .prodSection,
.calibrators .prodSection {
	margin-bottom:0;
}
.hvac .prodSection li,
.infrared .prodSection li,
.measurement .prodSection li,
.calibrators .prodSection li {
	font:12px/1.5 "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	margin-bottom:6px;
}
.hvac .prodGroup,
.infrared .prodGroup,
.measurement .prodGroup,
.calibrators .prodGroup {
	float:left;
	width:144px;
	margin:0 12px 0 0;
}
.hvac .prodGroup ul,
.infrared .prodGroup ul,
.measurement .prodGroup ul,
.calibrators .prodGroup ul {
	margin-bottom:12px;
}
#content .prodGroup li span {
	font-size:10px;
	color:#666;
}
#content .prodSection .discontinued,
#content .prodSection .discontinued h4,
#content .prodSection .discontinued a {
	color:#666;
	background-color:#efefef;
}
#content .prodSection .discontinued h4 {
	color:#333;
}

.hvac .prodSection a.button,
.infrared .prodSection a.button,
.measurement .prodSection a.button,
.calibrators .prodSection a.button {
	float:left;
	width:324px;
	text-decoration:none;
}
.hvac .prodSection a:hover.button,
.infrared .prodSection a:hover.button,
.measurement .prodSection a:hover.button,
.calibrators .prodSection a:hover.button {
	background-color:#efefef;
}
#content h3.link {
	border:0;
	margin-bottom:12px;
}
.hvac h3,
.infrared h3,
.measurement h3,
.calibrators h3 {
	margin-left:12px;
}
.hvac div h3,
.infrared div h3,
.measurement div h3,
.calibrators div h3 {
	margin-left:0;
}
.hvac h4,
.infrared h4,
.measurement h4,
.calibrators h4 {
	color:#00843C;
	line-height:1.5;
}
.selectGuide {
	float:left;
	width:888px;
	border-top:3px solid #006AC1;
	margin:0 0 24px 12px;
}
.selectGuide th {
	font-weight:bold;
	font-size: 12px;
	text-transform: none;
}
.selectGuide thead th {
	background-color:#f6f6f6;
	border-right:1px solid #e0e0e0;
	border-bottom:1px solid #e0e0e0;
}
.selectGuide tbody th {
	text-align:left;
	background-color:#f6f6f6;
	border-right:1px solid #e0e0e0;
	border-bottom:1px solid #e0e0e0;
}
.selectGuide tbody td {
	border-right:1px solid #e0e0e0;
	border-bottom:1px solid #e0e0e0;
}
.selectGuide td,
.selectGuide th {
	line-height:1.5;
	padding:5px;
	text-align:center;
}
.selectGuide .marked {
	background:url('../images/blockGreen.png') center center no-repeat;
}
#content .searchResult {
	font:normal 12px/1.5 "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	margin:12px 0 12px 12px;
}
#content .searchResult p {
	color:#333;
}
#content .searchDivision a {
	color:#00843C;
	text-decoration:none;
}
#content .searchDivision a:hover {
	color:#002D75;
}
#content .searchResult span {
	color:#00843C;
	font-weight:bold;
	border-bottom:1px dotted #454545;
}
#pageContent h4 {
	font:normal 15px/1.25 "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	color:#00843C;
	border-bottom:1px solid #00843C;
	margin:0 0 12px 12px;
}
.appSelectM,
.appSelect {
	float:left;
	width:156px;
	height:122px;
	margin:12px 0 0 0;
}
.appSelectM {
	margin:12px 12px 0 0;
}
.appSelectM span,
.appSelect span {
	float:left;
	width:150px;
	height:18px;
	padding:0 6px 0 0;
	margin:0;
	border:0;
	font:bold 10px/18px "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	text-align:right;
	color:#fff;
	background-color:#002D75;
}
#prodContent .appSelectM img,
#prodContent .appSelect img {
	float:left;
	width:156px;
	height:104px;
	margin:0;
	padding:0;
	border:0;
}
.appSelectM:hover span,
.appSelect:hover span {
	background-color:#006AC1;
}
#prodContent fieldset {
	float:left;
	width:100%;
	border-top:1px solid #666;
	margin-bottom:24px;
}
#prodContent fieldset legend {
	color:#333;
	font-weight:bold;
	text-transform:uppercase;
	line-height:18px;
	padding-right:12px;
}
#prodContent fieldset legend span {
	color:#999;
}
#prodContent fieldset legend a {
	font-size:9px;
	font-weight:normal;
	color:#002D75;
}
#prodContent fieldset ul,
#prodContent fieldset li {
	float:left;
	width:100%;
}
#prodContent fieldset li {
	border-bottom:1px solid #e5e5e5;
	padding:6px 0 12px 0;
}
#prodContent fieldset li:last-child {
	border-bottom:1px solid #666;
}
#prodContent fieldset li label {
	float:right;
	width:396px;
}
#prodContent.build-ami300 .contact li label {
        float:left;
        margin-left:36px;
	width:132px;
}
#prodContent fieldset li label span {
	display:block;
	width:100%;
}
#prodContent fieldset li label .part {
	color:#006AC1;
	font-weight:bold;
}
#prodContent fieldset li input {
	margin-top:3px;
}
#prodContent.build-ami300 .contact li div {
	float:left;
	width:264px;
}
#prodContent.build-ami300 .contact li input {
        border:1px solid #ccc;
	background-color:#efefef;
	padding:3px;
}
.build-ami300 .prodSection {
	float:left;
	width:216px;
	padding-top:12px;
	margin:0 0 0 12px;
}
.build-ami300 .prodSection.wide {
	width:660px;
}
.build-ami300 .prodSection.wide .controls {
	display:block;
	width:660px;
	border-top:1px solid #E0E0E0;
	text-align:right;
}
.build-ami300 .prodSection .controls a,
.build-ami300 .prodSection .controls button {
	background:#00B248 url('/images/buttonBg.large.png') 0 0 no-repeat;
	float:right;
	height:72px;
	width:216px;
	overflow:hidden;
	margin-top:12px;
	text-decoration:none;
	cursor:pointer;
}
.build-ami300 .prodSection .controls a {
	background-position:0 -144px;
	float:left;
}
.build-ami300 .prodSection .controls button:hover {
	background-position:0 -72px;
}
.build-ami300 .prodSection .controls a:hover {
	background-position:0 -216px;
}
.build-ami300 .prodSection .controls button:hover span {
	color:#8FFFBC;
}
.build-ami300 .prodSection .controls a span,
.build-ami300 .prodSection .controls button span {
	display:block;
	color:#fff;
	font-size:15px;
	font-weight:bold;
	line-height:21px;
	text-align:center;
	padding:0;
	border:0;
	margin:0;
}
.build-ami300 .prodSection .controls a span {
	color:#8C8C8C;
	float:left;
	padding-top:12px;
	width:100%;
	text-align:center;
}
.prodSection .build-ami300 .prodSection {
	margin-left:0;
}
.build-ami300 .prodDetails .select {
	color:#000;
	font-weight:bold;
	text-decoration:none;
}
.build-ami300 .prodSection .prodDetails li {
	float:left;
	width:100%;
	height:18px;
}
#build-menu {
	width:432px;
}

/* Blocks */
.block span, .block a {
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	color: #fff !important;
	display: block;
	font-weight: bold;
	margin-bottom: 12px;
	padding: 3px 0;
	text-align: center;
	text-decoration: none;
}

h2.block span, h2.block a {
	padding: 18px 0;
	margin-bottom: 18px;
}

.block-blue span, .block-blue a {
	background-color: #002D75;
}

.block-blue a:hover {
	background-color: #006AC1;
}

.block-green span, .block-green a {
	background-color: #00A342;
}

.block-green em {
	color: #005E2F;
}

.block-orange span, .block-orange a {
	background-color: #FF6700;
}

.block-orange a:hover {
	background-color: #FF8C3E;
}
