body {
	background-image: url(/images/bg_headstrip.gif);
	background-repeat: repeat-x;
	background-color: #FFF;
	margin: 0px;
}

body,td,th {
	font-family: "Helvetica Neue", Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 1.4;
	color: #666;
}

h1 {
	font-size: 24px;
	margin: 0px;
	padding: 0px;
	letter-spacing: 1px;
}

h2 {
	font-size: 14px;
	padding: 0px 0px 5px 0px;
	margin: 0px 0px 10px 0px;
	color: #000;
}

h2 a {
	color: #000;
}

h2 a:hover {
	text-decoration: none;
}

h3 {
	font-size: 12px;
	padding: 0px;
	margin: 0px;
	color: #000;
}

h3 a {
	color: #000;
}

h3 a:hover {
	text-decoration: none;
}


p {
	padding: 0px;
	margin: 0px 0px 15px 0px;
}

a {
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

b {
	color: #000;
}

.date {
	color: #666;
	font-weight: normal;
}


/* PAGE LAYOUT */

#pagewrap {
	position: relative;
	margin: 0 auto;
	width: 949px;
	background: url(/images/bg_botcircles.gif) no-repeat left bottom;
}

#pageheader {
	position: absolute;
	z-index: 5;
	top: 10px;
	left: 0px;
	width: 949px;
	height: 213px;
	background-repeat: no-repeat;
}

#logo {
	position: absolute;
	top: 58px;
	left: 17px;
	width: 200px;
	height: 47px;
	z-index: 50;
}


/* TOP NAV */

#topnav {
	background-image: url(/images/bg_topnav.png);
	background-repeat: no-repeat;
	position: relative;
	z-index: 10;
	width: 949px;
	height:31px;
	margin-top: 2px;
	font-size: 11px;
	text-transform: uppercase;
}

#topnav a {
	text-decoration: none;
}

#topnav_home {
	position: absolute;
	padding: 8px 10px 8px 10px;
	height: 15px;
	background-repeat: no-repeat;
	background-position: bottom center;
}

#topnav .sectnav {
	float: right;
	background-repeat: no-repeat;
	background-position: bottom center;
	height: 15px;
	padding: 8px 0px 8px 0px;
	margin-right: 15px;
}

#topnav_home a {
	color: #666;
}

#topnav_fusion a {
	color: #C90;
}

#topnav_mi a {
	color: #800055;
}


#topnav_motion a {
	color: #690;
}


#topnav_ortho a {
	color: #007;
}


#topnav_life a {
	color: #09C;
}

/* LEFT NAV */

#leftnav {
	position: absolute;
	top: 160px;
	left: 0px;
	width: 178px;
	z-index: 20;
}

.menuhead {
	font-size: 11px;
	color:#000;
	text-transform: uppercase;
	padding: 4px 0px 4px 0px;
	border-bottom: 1px solid #CCC;
	cursor: pointer;
}

.menu ul {
	margin: 0px 0px 0px 0px;
	padding: 8px 0px 12px 25px;
	font-size: 12px;
	text-transform: none;
	color: #999;
}

.menu li {
	padding-bottom: 3px;
}

.menu li:hover {
	color:#000;
}


.menu li:hover a {
	color:#000;
}
.menu li a {
	display: block;
	color: #999;
}

.menu li a:hover {
	color: #000;
	text-decoration: none;
}

.menuhead a {
	color: #000;
}

.menuhead a:hover {
	color: #000;
	text-decoration: none;
}

/* MAIN CONTENT */

#contenthead {
	position: absolute;
	z-index: 100;
	top: 121px;
	left: 182px;
}

#headtitle {
	position: absolute;
	right: 40px;
	bottom: 0px;
	padding: 0px 0px 20px 0px;
	color: #FFF;
	text-shadow: #000 1px 1px 3px;
	background: url(/images/hd_arrow.png) no-repeat bottom center;
}

#maincontent {
	position: relative;
	width: 760px;
	margin: 100px 0px 0px 175px;
	z-index: 15;
}

#contenttable {
	width: 760px;
	background-repeat: repeat-y;
}

#contentcol {
	vertical-align: top;
	padding: 180px 250px 30px 50px;
}

#contentcol_full {
	vertical-align: top;
	padding: 180px 20px 30px 50px;
}

#lcontentcol {
	float: left;
	width: 455px;
}

#rcontentcol {
	float: left;
	padding: 0px 0px 0px 40px;
	width: 150px;
}

.infotable td {
	padding: 0px 10px 15px 0px;
	vertical-align: top;
}

#sitemap .infotable td {
	padding: 0px 20px 15px 0px;
}

#rightcol {
	width: 7px;
	vertical-align: bottom;
}

#rightcol img {
	margin-top: 300px;
}

.headcap {
	height: 10px;
	background-image: url(/images/corners_top.gif);
	background-repeat: no-repeat;
}

.contfootcap {
	height: 10px;
	background-image: url(/images/corners_bot.gif);
	background-repeat: no-repeat;
}

.footcap {
	height: 10px;
	background-image: url(/images/corners_bot_foot.gif);
	background-repeat: no-repeat;
}


/* FOOTER */

#footer {
	background-image: url(/images/bg_footer.gif);
	background-repeat: repeat-y;
	padding: 0px 5px 0px 5px;

}

#footer td {
	color: #999;
	font-size: 10px;
	vertical-align: top;
	border-right: 1px solid #CCC;
	padding: 5px 20px 5px 20px;
}

#footer h3 {
	font-size: 10px;
	text-transform: uppercase;
	margin: 0px;
	padding: 0px;
	color: #000;
}

#footer p {
	margin: 0px;
	padding: 0px;
}

#footer td a {
	color: #999;
}

#copyright {
	padding: 10px;
	text-align: center;
	font-size: 10px;
	color: #999;
}

#copyright a {
	color: #999;
}

/* SECTION HOME */

#sh_contenthead {
	position: absolute;
	z-index: 100;
	top: 121px;
	left: 182px;
	width:742px;
	height:258px;
}

#sh_contentcol {
	vertical-align: top;
	padding: 280px 15px 30px 15px;
}

#sh_contentcol div {
	float: left;
	width: 210px;
	padding: 0px 15px 0px 15px;
}

#sh_contentcol h2 {
	color:#000;
	border-bottom: 1px none #000;
	padding-bottom: 0px;
}

#sh_contentcol p {
	color:#666;
}

.sh_slide {
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: 1;
	display: none;
}

.sh_overlay {
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: 100;
}

.sh_scrollwrap {
	position: absolute;
	top: 0px;
	right: 0px;
	width:164px;
	height: 258px;
	z-index: 100;
	overflow: hidden;
}

.sh_labelwrap {
	position: relative;
	width:164px;
	height:43px;
}

.sh_label {
	position: absolute;
	color: #fff;
	font-weight: bold;
	font-size: 18px;
	text-align: center;
	left: 14px;
	top:0px;
	width: 140px;
	height: 31px;
	padding: 5px;
	border-bottom: 2px solid #FFF;
	cursor: pointer;
}

.sh_arrow {
	position: absolute;
	top:0px;
	left:0px;
	width:14px;
	height:41px;
	background-repeat: no-repeat;
	background-position: 14px 0px;
}

#sh_coverbar {
	position:absolute;
	bottom: 0px;
	right: 0px;
	width: 150px;
	height: 2px;
	z-index: 150;
}

#sh_uparrow {
	position:absolute;
	top: -9px;
	right: 67px;
	width: 17px;
	height: 17px;
	z-index: 200;
	background-image:url(/images/arrow_up.png);
	cursor: pointer;
}

#sh_dnarrow {
	position:absolute;
	bottom: -8px;
	right: 67px;
	width: 17px;
	height: 17px;
	z-index: 200;
	background-image:url(/images/arrow_dn.png);
	cursor: pointer;
}

/* SITEMAP */

#sitemap ul {
	margin: 0px 0px 15px 0px;
	padding: 0px 0px 0px 15px;
}

#vault_contentwrap {
	background-color: #FFF;
	border: none;
	width: 420px;
	margin: 0 0;
	padding: 15px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
}