html {
	/* cf. http://www.hicksdesign.co.uk/journal/forcing-scrollbars-now-even-better */
	height: 100%;
	margin-bottom: 1px;
}
body, table, input {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
a:hover { color: #000 }
.navwhite {
	font-size: 15px;
	color: #fff;
	text-decoration: none;
	line-height: 18px;
	/* temporary line-height due to disabled research 6/3/09 */
	line-height: 22px;
}
.navblue {
	font-size: 15px;
	color: #ccf;
	text-decoration: none;
	line-height: 18px;
}
.navorange {
	font-size: 15px;
	color: #fc9;
	text-decoration: none;
	line-height: 18px;
}
.subnavdark {
	font-size: 11px;
	color: #333;
	text-decoration: none;
	line-height: 13px;
}
.subnavlight {
	font-size: 11px;
	color: #999;
	text-decoration: none;
	line-height: 13px;
}
.subnavmid {
	font-size: 11px;
	color: #666;
	text-decoration: none;
	line-height: 13px;
	font-weight: bold;
}
.subnavray {
	font-size: 11px;
	color: #049;
	text-decoration: none;
	line-height: 13px;
	font-weight: bold;
}
ul.prodmenu {
	list-style-type: none;
    margin: 0;
    padding: 0;
	width: 127px;
}
ul.prodmenu li, ul.prodmenu a {
	font-size: 11px;
	color: #666;
	text-decoration: none;
	line-height: 10px;
	font-weight: bold;
	margin: 0 0 4px 0;
}
ul.prodmenu a {
}
ul.prodmenu a:hover {
	color: #000;
}
ul.prodmenu li.selected a {
	color: #049;
}
ul.prodmenu li.prom p {
	margin: 2px 0 0 0;
	text-align: right;
}
ul.prodmenu li.prom a {
<?php
	if (strpos(strtolower($_SERVER['HTTP_USER_AGENT']),'msie')===FALSE) {
		$browser = 'ok';
		echo "	width: 100px;\n";
		echo "	margin: -11px 0 12px 0;\n";
	}else{
		$browser = 'ie';
		echo "	width: 112px;\n";
		echo "	margin: 0 0 12px 0;\n";
	}
?>
	border: 1px solid #f63;
	padding: 1px 6px 4px 6px;
	text-align: left;
    background-color: #f63;
	color: #fff;
	font-weight: normal;
	line-height: 13px;
	display: block;
}
/* colors
purple
	color: #909;
    background-color: #b260b2;
blue
	color: #005b8a;
    background-color: #b260b2;
*/
ul.prodmenu li.prom a:hover {
    background-color: #fff;
	color: #f30;
	text-decoration: none;
}
ul.prodmenu li.prom b {
}
/* strong for prominent product name in prom box */
ul.prodmenu li.prom strong {
	line-height: 18px;
	font-size: 15px;
	font-weight: normal;
}
/* em for registered trademark symbol */
em {
	font-size: 9px;
	vertical-align: 15%;
	font-weight: bold;
}
ul.prodmenu em {
	font-size: 9px;
	vertical-align: 10%;
	font-weight: bold;
}
ul.prodmenu li.prom strong em {
	vertical-align: 30%;
}

.subnavnews {
	font-size: 11px;
	color: #8e1f3d;
	text-decoration: none;
	line-height: 13px;
}
.subnavblue {
	font-size: 11px;
	color: #09f;
	text-decoration: none;
	line-height: 13px;
}
.subnavlightblue {
	font-size: 11px;
	color: #9cf;
	text-decoration: none;
	line-height: 13px;
}
.subnavred {
	font-size: 11px;
	color: #f00;
	text-decoration: none;
	line-height: 13px;
}
.whitesplash {
	font-size: 16px;
	color: #fff;
	text-decoration: none;
	line-height: 23px;
}
.whitemain {
	font-size: 11px;
	color: #fff;
	text-decoration: none;
	line-height: 13px;
}
.whiteM {
	font-size: 13px;
	color: #fff;
	text-decoration: none;
	line-height: 17px;
}
.whiteXS {
	font-size: 9px;
	color: #fff;
	text-decoration: none;
	line-height: 12px;
}
.whiteL {
	font-size: 18px;
	color: #fff;
	text-decoration: none;
	line-height: 23px;
}
.eventlink {
	font-size: 11px;
	color: #666;
	text-decoration: none;
	line-height: 14px;
}
.maingrey {
	color: #666;
	text-decoration: none;
	line-height: 14px;
}
.maingreydark, .product {
	color: #333;
	text-decoration: none;
	line-height: 14px;
}
.product label {
	clear: both;
	float: left;
	width: 8em;
	margin-right: 1em;
	line-height: 22px;
}
label strong {
	width: 450px;
	display: block;
	color: #c00;
	font-size: 85%;
	font-weight: normal;
	text-transform: uppercase;
}
.product .submit {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #049;
	font-weight: bold;
	letter-spacing: 0.03em;
	padding: 4px 5px 4px 5px;
	margin-bottom: 20px;
}
.product .submit {
	float: left;
}
.product legend {
	margin-left: 1em;
	color: #049;
}
.product fieldset {
	margin: 0 0 20px 0;
	border: 1px solid #ccc;
	padding: 0 0 10px 0;
}
.product fieldset ul {
	margin: 0;
	padding: 0 0 0 1.2em;
	list-style: none;
}
.product fieldset li {
	float: left;  
	clear: left;  
	width: 100%;
	padding: 0 0 5px 0;
}
.product h1, .product h2, .prodtitle, .findarea {
	margin: 0 0 10px 0;
	color: #049;
	text-decoration: none;
	font-size: 12px;
	line-height: 15px;
	font-weight: bold;
}
.product h1 {
	font-size: 16px;
	line-height: 17px;
	font-weight: normal;
}
.product h2 {
	line-height: 13px;
}
.product table, .product p {
	margin: 0 0 10px 0;
}
.findsurg {
	margin-left: 8px;
}
.findsurg strong {
	margin-left: -8px;
}
.prodsubtitle {
	color: #049;
	text-decoration: none;
	line-height: 14px;
}
.prodtoptitle {
	font-size: 42px;
	color: #fff;
	text-decoration: none;
}
.prodtopmedtitle {
	font-size: 30px;
	color: #fff;
	text-decoration: none;
}
.prodtopsubtitle {
	font-size: 11px;
	color: #fff;
	text-decoration: none;
	line-height: 13px;
	font-weight: bold;
}
.findsurgeon {
	color: #333;
	line-height: 16px;
}
.findsurgeon a {
	color: #666;
	text-decoration: none;
	font-weight: bold;
}
.findsurgeon a:hover, .findsurgeon a.selected {
	color: #049;
}
.blueL {
	font-size: 18px;
	color: #09f;
	text-decoration: none;
	line-height: 23px;
}
.mainalink {
	color: #666;
	text-decoration: none;
}
.greyXS {
	font-size: 9px;
	color: #333;
	text-decoration: none;
	line-height: 12px;
}
.greyheadline {
	font-size: 18px;
	color: #666;
	text-decoration: none;
	line-height: 21px;
}
.newsheadline {
	font-size: 18px;
	color: #fff;
	text-decoration: none;
	line-height: 21px;
}
.newscaption {
	font-size: 11px;
	color: #999;
	text-decoration: none;
	line-height: 12px;
}
.researchtitle {
	font-size: 15px;
	color: #f00;
	text-decoration: none;
}
.mainresearch {
	color: #f00;
	text-decoration: none;
	line-height: 14px;
}
.mainresearchbold {
	color: #f00;
	text-decoration: none;
	line-height: 14px;
	font-weight: bold;
}
.research {
	font-size: 11px;
	color: #333;
	line-height: 13px;
}
.research h1, .research h2, .research h3, .research h4 {
	margin: 0;
}
.research h1, .research h1 a {
	font-size: 11px;
	color: #333;
	font-weight: bold;
	text-decoration: none;
}
.research a:hover {
	color: #000;
}
.research h2 {
	font-size: 11px;
	color: #666;
	font-weight: normal;
}
.research h3 {
	font-size: 11px;
	color: #333;
	font-weight: normal;
}
.research h4, .research a {
	font-size: 11px;
	color: #666;
	font-weight: bold;
	text-decoration: none;
}
.superscript {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8px;
	color: #666;
	vertical-align: 23%;
}
.mainevents {
	color: #f72;
	text-decoration: none;
	line-height: 14px;
}
.maineventsdate {
	color: #c60;
	text-decoration: none;
	line-height: 14px;
	font-weight: bold;
}
.maindark {
	color: #333;
	text-decoration: none;
	line-height: 14px;
}
.maincontact {
	color: #0c3;
	text-decoration: none;
	line-height: 14px;
}
.help, .help a {
	font-size: 14px;
	color: #333;
	text-decoration: none;
	font-weight: bold;
}
.helpmap {
	font-size: 14px;
	color: #333;
}
.helpmap a {
	color: #666;
	text-decoration: none;
}
.helpmap .hp {
	color: #333;
	font-weight: bold;
}
.help a:hover, .helpmap a:hover {
	color: #000;
}
.help h1 {
	font-size: 16px;
	color: #333;
	text-decoration: none;
	font-weight: bold;
}
