body {
padding:0;
margin:0 auto;
border:0;
color: black;
font-family:sans-serif;
background-color:white;
width:980px;
}

/* header and navbar stuff */

	div#header {
	height:138px;
	width:100%;
	background-image:url('images/header/gradient.jpg');
	background-repeat:repeat-x;
	padding:0;
	margin:0 0 10px 0;
	font-size:1.5em;
	color:red;
	font-style:italic;
	font-family:"Times New Roman";
	text-align:center;
	position:relative;
	}
	
	div#header img {
	vertical-align:middle;
	margin-right:30px;
	}
	
	ul#navbar {
	height:30px;
	margin:4px 0 0 0;
	padding:0;
	text-align:center;
	position:relative;
	}
	
	ul#navbar li {
	display:-moz-inline-stack;
	display:inline-block;
	zoom:1;
	*display:inline;
	padding:0 10px;
	margin:0;
	height:100%;
	color:white;
	font-size:0.8em;
	vertical-align:top;
	}
	
	ul#navbar:hover {
	cursor:pointer;
	}
	
/* style stuff for every page */	
	
div#content {
margin:0 auto;
padding:0 10px;
width:960px;
}

h1 {
text-align:center;
color:red;
font-style:italic;
margin:20px;
}

h2 {
text-align:center;
color:red;
font-style:italic;
font-weight:normal;
font-family:times;
margin:15px 0;
}

h3 {
margin:0;
text-align:center;
}

img {
border:0;
}

p.bottom {
text-align:center;
padding:5px 0;
background-color:#FF5555;
width:100%;
margin:10px 0 0 0;
clear:both;
}

.subhead {
color:red;
font-size:1.5em;
}

.clear {
clear:both;
}

div#content ul {
list-style:square inside;
text-indent:-1em;
}

.block {
display:-moz-inline-stack;
display:inline-block;
zoom:1;
*display:inline;
}

.products {
	font-style:italic;
	}

/* captioned images */
	
	div#content div.capimg {
	text-align:center;
	margin:20px;
	}
	
	div#content div.capimg  img {
	width:100%;
	margin:0 auto;
	}

/* specifications tables */

table#specs td {
padding:5px;
font-size:0.9em;
}

/* probes boxes at bottom of some instruments pages */

	div#probes {
	background-color:#DDDDDD;
	padding:10px;
	margin-top:20px;
	}
	
	div#probes ul {
	margin-left:20px;
	}
	
	div#probes div.probe {
	width:100%;
	clear:both;
	padding:20px 0;
	}
	
	div#probes div.probe img {
	margin:0 50px;
	}

/* big grey description box on instrument and technology pages */

	#description {
	padding:20px;
	background-color:#DDDDDD;
	margin-top:20px;
	}
	
	#description .header {
	font-size:1.3em;
	}
