body {
font-family: Arial, Verdana, sans-serif;
line-height:1.2em;

}

#wrapper {
	text-align: left;
	margin: 0px auto;
	padding: 0px;
	border:0;
	width: 760px;
}

#header {
	margin: 0 0 15px 0;
	background-image:url(../images/header.jpg);
	background-repeat:no-repeat;
	background-position:center top;	
	min-height:90px;
	
}

#side-a {
	float: left;
	width: 150px;
}

#side-b { 
	margin: 0;
	float: left;
	width: 450px;
	height: 1% /* Holly hack for Peekaboo Bug */
}

#fullSpan {
	margin: 0;
	float: left;
	width: 760px;
	height: 1% /* Holly hack for Peekaboo Bug */
}

#floatLeft {
	float: left;
	width: 350px;
	padding-right:30px;
	height: 1% /* Holly hack for Peekaboo Bug */

}
#floatRight {
	float: right;
	width: 350px;
	padding-left:30px;
	height: 1% /* Holly hack for Peekaboo Bug */
	
	
}
#floatCenter {
	float: center;
	width: 700px;	
	height: 1% /* Holly hack for Peekaboo Bug */

}
#floatBottom {
	float: left;
	width: 700px;	
	height: 1% /* Holly hack for Peekaboo Bug */

}
/************** footer styles **************/

#footer {
	width: 760px;
	clear: both;
	padding-top: 20px;
	padding-bottom: 20px;
	font-size:0.8em;
}

#siteInfo_wide {
	clear: none;
	color: #cccccc;
	border-top: thin solid #cccccc;
	width: 760px;
	text-align: right;
	float: none;
	margin: 0px;
}

/* Contact Image Map Info */
/* ---------- hidden ONLY if CSS is enabled.  If disabled, image is rendered ---------- */
img.image{ display: none; }

dl#MeasMap{
	margin: 0;
	padding: 0;
	background: transparent url(../images/worldMap.jpg) top left no-repeat;
	height: 331px;
	width: 600px;
	position: relative;
}

dt{ margin: 0; padding: 0; position: absolute; font-size: 85%; display: none; }
dd{ margin: 0; padding: 0; position: absolute;  font-size: 85%; }

/* ---------- Hotspot Declarations ---------- */
dd#NADef { top: 0px; left: 0px; }
dd#NADef a{ position: absolute; width: 230px; height: 330px; text-decoration: none; }
dd#NADef a span{ display: none; }
dd#NADef a:hover{ position: absolute; background: transparent url(../images/worldMapNA.jpg) 0px 0px no-repeat; top: 0px; left: 0px; }

dd#NADef a:hover span{
 display: block;
 text-indent: 0;
 vertical-align: top;
 margin-left: 80px;
 margin-top: 110px;
 color:#333333;  
 background-color: #F4F4F4;
 font-weight: bold;
 position: absolute;
 border: 0px solid #BCBCBC;
 top: 0;
 min-width: 230px;
 min-height:330px;
 background: transparent url(../images/worldMapNA.jpg) 300px 0px no-repeat;
}


dd#EuropeDef { top: 0px; left: 202px; }
dd#EuropeDef a{ position: absolute; width: 200px; height: 300px; text-decoration: none; }
dd#EuropeDef a span{ display: none; }
dd#EuropeDef a:hover{ position: absolute; background: transparent url(../images/worldMapEU.jpg) -202px 0px no-repeat; top: 0px; left: 0px; }

dd#EuropeDef a:hover span{
 display: block;
 text-indent: 0;
 vertical-align: top;
 background-color: #F4F4F4;
 font-weight: bold;
 position: absolute;
 border: 0px solid #BCBCBC;
 top: 0;
 margin-left: 95px;
 margin-top: 100px;
 color:#333333;
 padding: 0px;
 min-width: 200px;
 min-height:300px;
 background: transparent url(../images/worldMapEU.jpg) 300px 0px no-repeat;
}


dd#AsiaDef { top: 0px; left: 375px; }
dd#AsiaDef a{ position: absolute; width: 250px; height: 325px; text-decoration: none; }
dd#AsiaDef a span{ display: none; }
dd#AsiaDef a:hover{ position: absolute; background: transparent url(../images/worldMapAS.jpg) -375px 0px no-repeat; top: 0px; left: 0px; }

dd#AsiaDef a:hover span{
 display: block;
 text-indent: 0;
 vertical-align: top;
 margin-left: 40px;
 margin-top: 110px;
 color:#333333; 
 background-color: #F4F4F4;
 font-weight: bold;
 position: absolute;
 border: 0px solid #BCBCBC;
 top: 0;
 padding: 0px;
 min-width: 250px;
 min-height:325px;
 background: transparent url(../images/worldMapAS.jpg) 300px 0px no-repeat;
}

dd#MapHolder { top: 266px; left: 362px;}
dd#MapHolder a{ position: absolute; width: 18px; height: 19px; text-decoration: none; }
dd#MapHolder a span{ display: none; position:absolute; }
dd#MapHolder a:hover{ position: absolute; background: transparent url(../images/NA.jpg) 0px 0px no-repeat; top: 0px; left: 0px; }

dd#MapHolderDef a:hover span{
 display: block;
 text-indent: 0;
 vertical-align: top;
 margin-left: 80px;
 margin-top: 110px;
 color:#333333;  
 background-color: #F4F4F4;
 font-weight: bold;
 position:absolute;
 border: 0px solid #BCBCBC;
 top: 0;
 min-width: 200px;
 min-height:220px;
 background: transparent url(../images/NA.jpg) 300px 0px no-repeat;
}

/* End Contact Image Map Info */

.dhtmlgoodies_question{	/* Styling question */
	/* Start layout CSS */
	font-weight:bold;	/* Bold font */		
	color:#FFF;
	vertical-align:middle;
	background-image: url(../images/orangeButton.gif);
	background-repeat: no-repeat;
	cursor:pointer;		/* Cursor is like a hand when someone rolls the mouse over the question */
	position:absolute;
	width:250px;		
	min-width:18px;
	min-height:30px;
	height:30px;	
	z-index:1;
	/* End layout CSS */
	
	overflow:hidden;
	cursor:pointer;
}
.dhtmlgoodies_answer{	/* Parent box of slide down content */
	/* Start layout CSS */
	border: 0px 0px 0px 0px;
	padding:3px;
	width:250px;
	background-color:#FFF;
	z-index:10;
	
	/* End layout CSS */
	
	visibility:hidden;
	height:0px;
	overflow:hidden;
	position:absolute;

}

.dhtmlgoodies_answer_content{	/* Content that is slided down */
	padding:3px;
	font-size:0.9em;	
	position:relative;
}	
/************** end footer styles **************/
/************** end cell/css table styles **************/
/* code for coloured table demo */
#cell4 {
	width:100%;
	float:left;
	margin:1px 0 0;
}
#cell3 {
	width:75%;
	float:left;
}
#cell2 {
	width:66%;
	float:left;
}
#cell1 {
	width:50%;
	float:left;
}
#cell2a, #cell3a, #cell4a {
	width:100%;
	float:right;
	margin-right:-100%;
	position:relative;
	margin-left:2px;
}
#cell4a {
	margin-right:-100%;
	position:relative;
	left:7px;
}
#cell4 label {padding:2px 2px 2px 20px;margin:0;position:relative;float:left;}
#cell4 input {position:absolute;left:0px}
/************** end cell styles **************/


p {
font-size:0.8em;
}

h1 {
font-size:1.2em;
margin-bottom:20px;
color:#002266
}

.nonLBh1 {
font-size:1.0em;
margin-bottom:20px;
color:#002266;
padding-top:20px;
font-weight:bold;
}

.nonLBheaderLinks {
font-size:0.9em;
margin-bottom:20px;
color:#800000;
text-decoration:underline;
}

h2 {
color:#006699;
font-size:0.9em;
line-height:1.1em;
}

a {
color:#006699;
text-decoration:none;
}

a:hover {
text-decoration:underline;
}

/************** topnav styles **************/

#mastheadtight {
	margin: 0;
	padding: 0;
	width: 760px;
	/*background-image: url('../images/header.jpg');*/
	background-repeat: no-repeat;
	background-position: center top;
	height: 90px;
}

.topnavbar {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	text-transform: uppercase;
	color: #666666;
	text-align: right;
}
.topnavbar a:link{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	text-transform: uppercase;
	color: #666666;
	text-align: right;
text-decoration: none;
}

.topnavbar a:visited{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	text-transform: uppercase;
	color: #666666;
	text-align: right;
	text-decoration: none;
}

.topnavbar a:hover{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	text-transform: uppercase;
	text-align: right;
	color: #FF9900;
text-decoration: none;
}

/*************************** misc styles *******************/
.right-align {
text-align:right;
}
.left-align {
text-align:left;
}
.floatImgLeft {
float:left;
padding-right:10px;
padding-bottom:150px;
vertical-align:top;
}
.blackColor{
color:#333333;
}
.orangeColor{
color:#FF9933;
}

.sensorPageTable {
border: 0px;
padding-top:10px;
padding-bottom:10px;
padding-left:5px;
margin-bottom:20px;
width:900px;
}
.sensorPageTrHeader {
background-color:#CCCCCC;
color:#006699;
font-weight:bold;
}
.sensorPageTr {
background-color:#FFF;
color:#333333;
font-weight:bold;
margin-bottom:15px;
}
.sensorPageTd {
padding:5px;
margin-top:20px;
margin-bottom:20px;
}
.newProduct {
color:red;
font-weight:bold;
font-size:1.3em;
}


/**********table*****/

td.headercell {
	background-color: #000;
	font-size: 1.5em;
	font-family: arial, helvetica, sans serif;
	color: #FFF;
	font-weight: bold;
	padding: 10px;
	padding-left: 2px;
}

tr {
	vertical-align: top;
}

tr.pink {
	background-color: #FAEFDF;
	padding: 5px;
	padding-left: 2px;
	font-size: .9em;
	color: #006699;
	font-weight: bold;
	}
	
tr.purple {
	background-color: #BCBCBC
	}

td.purplesubhead2 {
	width: 28%;
	background-color: #BCBCBC;
	font-size: 1.2em;
	font-weight: bold;
	text-decoration: underline;
}

tr.staff {
	background-color: #FFF;
	font-size: .8em;
	}
	
tr.support {
	background-color: #FFFFCC;
	font-size: .8em;
	}
	
tr.service {
	background-color: #99CCFF;
	font-size: .8em;
	}
	
span.bold {
	font-weight: bold;
	}
	
span.find {
	text-decoration: underline;
	font-weight: bold;
	}