/* HAMLIN DISPLAY CSS Document */
/* 
BF2125 light red
AF0713 dark red
970F00 really dark red

E6E6E6 light grey
808080 mid grey
4C4C4C dark grey
*/

body {font: normal 11px/18px Verdana, Arial, Helvetica, sans-serif; padding:0px; color:#4C4C4C; }
div#wrapper{ margin:auto; }

h1{ font-size:20px; font-weight:normal;}
h2{ font-size:18px; font-weight:normal; margin-bottom:0px; color:#AF0713;}
h3{ font-size:14px; font-weight:normal; margin-bottom:0px; color:#4C4C4C;}
h4{ font-size:12px; margin-bottom:0px; color:#AF0713;}
h5{}
h6{}

h1 a, h2 a, h3 a, h4 a { text-decoration:none;}
h3 a { color:#4C4C4C;}

p{ margin:8px 0px 8px 0px;}
a{ color:#AF0713;}

ul{}
li{}
form{ padding:0px; margin:0px;}
input, select, textarea { 
	border-top: 1px solid #E6E6E6; 
	border-right: 1px solid #4C4C4C;
	border-bottom: 1px solid #4C4C4C;
	border-left: 1px solid #E6E6E6;
	color:#4C4C4C;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	padding:1px 4px 2px 4px;
	width:150px;
}
input.button { background-color:#808080; color:#fff; width:40px;}
input.enquirybutton { background-color:#808080; color:#fff; width:100px;}

#top{ display:none;}
#top.print{ display:block;}

#main{ clear:both;}
#nav{ display:none; }

#navSensorDev{ margin-top:24px;}
	#navSensorDev a{  text-decoration:none;text-align:center; font-weight:bold; display:block; }


#middle{ float:left; width:60%; padding:0 5% 0 0;}
	span.linerupper{ width:165px; display:block; float:left;}
	
#right{ float:left; width:28%; padding:0 0 0 5%; font-size:10px; border-left: 1px solid #4C4C4C; }
	x#right input, #right select{ width:150px;}
	#right fieldset{ padding:4px 7px 4px 7px;}
	#right legend{ color:#1a1a1a;}
	#right select.small{ width:100px;}
	#right span.linerupper{ width:123px;/* xbackground-color:#FFcc99; */ color:#1a1a1a;}
	#right fieldset span.linerupper{ width:100px; /*xbackground-color:#FF0099;*/ color:#4e4e4e;}
	
#footer{ display:none;}
#footer.print{ display:block;}

.clearer{ clear:both; font-size:1px; }