/* BioMed */
/* CSS Styles */
/* created by Chris Hlubb */
/* (c)2012 OffWhite */

body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-image: url(../templates/shared/background_strip.jpg);
	background-repeat: repeat-x;
}

#container {
	position: relative;
	width: 1200px;
}

#header {
	position: relative;
	height: 184px;
	width: 1200px;
}

#logo {
	position: absolute;
	top: 20px;
	left: 98px;
	z-index: 10;
}

#linkedin {
	position: absolute;
	top: 99px;
	left: 1066px;
	z-index: 100;
}

#searchbox {
	position: absolute;
	top: 131px;
	left: 908px;
	width: 180px;
	z-index: 100;
}

#searchkeyword {
	position: relative;
	width: 125px;
	height: 21px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
}

#navigation_back {
	position: relative;
}

#navigation {
	position: absolute;
	top: 183px;
	left: 88px;
	z-index: 100;
}

#nav1 {
	position: relative;
}

#nav2 {
	position: absolute;
	top: 0px;
	left: 116px;
	z-index: 101;
}

#nav3 {
	position: absolute;
	top: 0px;
	left: 238px;
	z-index: 101;
}

#nav4 {
	position: absolute;
	top: 0px;
	left: 365px;
	z-index: 101;
}

#nav5 {
	position: absolute;
	top: 0px;
	left: 534px;
	z-index: 101;
}

#nav6 {
	position: absolute;
	top: 0px;
	left: 681px;
	z-index: 101;
}

#nav7 {
	position: absolute;
	top: 0px;
	left: 833px;
	z-index: 101;
}

#nav8 {
	position: absolute;
	top: 0px;
	left: 942px;
	z-index: 101;
}

#crumbbox {
	position: absolute;
	top: 51px;
	left: 97px;
	z-index: 50;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #999999;
}

#crumbbox a{
	color: #999999;
	text-decoration: underline;
}

#crumbbox a:hover{
	color: #999999;
	text-decoration: none;
}

#homecontent {
	position: relative;
	width: 1000px;
}

#toptablebox {
	position: relative;
	background-image: url(../templates/shared/home_content_top_table_strip.jpg);
	background-position: top;
	background-repeat: repeat-y;
}

#toptable {
	position: relative;
	background-image: url(../templates/shared/home_content_top_table_top.jpg);
	background-position: top;
	background-repeat: no-repeat;;
}

#fadebox {
	position: relative;
	width: 624px;
	height: 300px;
	background-image: url(../templates/shared/fader_background.jpg);
	background-position: top;
	background-repeat: no-repeat;
}

#homecontent1 {
	width: 245px;
	padding-left: 30px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	color: #002B52;
	text-align: left;
}

#homecontent2 {
	width: 290px;
	padding-left: 30px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #002B52;
	text-align: left;
}

#homecontent2 a{
	color: #8CC53F;
	text-decoration: none;
}

#homecontent2 a:hover{
	color: #8CC53F;
	text-decoration: underline;
}

#homecontent3 {
	width: 250px;
	padding-left: 33px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #002B52;
	text-align: left;
}

#homecontent3 a{
	color: #8CC53F;
	text-decoration: none;
}

#homecontent3 a:hover{
	color: #8CC53F;
	text-decoration: underline;
}

#homenewsbox {
	position: relative;
	width: 300px;
	padding-left: 30px;
}

#homenewstitle {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #8CC53F;
	text-align: left;
}

#homenewstitle a{
	color: #8CC53F;
	text-decoration: none;
}

#homenewstitle a:hover{
	color: #8CC53F;
	text-decoration: underline;
}

#homenewsbrief {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
	text-align: left;
}

#homenewsbrief a{
	color: #8CC53F;
	text-decoration: none;
}

#homenewsbrief a:hover{
	color: #8CC53F;
	text-decoration: underline;
}

#hometableheader {
	position: relative;
	width: 270px;
	padding-left: 30px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 17px;
	font-weight: bold;
	color: #002B52;
}

#bottomtablebox {
	position: relative;
	background-image: url(../templates/shared/home_content_bottom_table_strip.jpg);
	background-position: top;
	background-repeat: repeat-y;
}

#bottomtable {
	position: relative;
	background-image: url(../templates/shared/home_content_bottom_table_bottom.jpg);
	background-position: bottom;
	background-repeat: no-repeat;;
}

/* Static Pages */
#staticcontentbox {
	position: relative;
	width: 1000px;
	text-align: left;
}

#staticcontent {
	position: relative;
	width: 700px;
	text-align: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
}

#staticcontent a{
	color: #8CC53F;
	text-decoration: none;
}

#staticcontent a:hover{
	color: #8CC53F;
	text-decoration: underline;
}

#pagetitle {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	color: #002B52;
}

#footermain {
	position: relative;
	width: 1200px;
}

#footer {
	position: absolute;
	top: 15px;
	left: 101px;
	z-index: 50;
}

#footertext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #002B52;
	text-align: left;
}

#footerlinks {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
}

#footerlinks a{
	color: #666666;
	text-decoration: underline;
}

#footerlinks a:hover{
	color: #666666;
	text-decoration: none;
}

#boiler {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #666666;
	width: 1200px;
	text-align: center;
	position: relative;
	padding-bottom: 20px;
}

#boiler a{
	color: #666666;
	text-decoration: none;
}

#boiler a:hover{
	color: #666666;
	text-decoration: underline;
}

/* Drop Down Menus */
#m1 {
	position: absolute;
	top: 183px;
	left: 88px;
	visibility: hidden;
	z-index: 100000;
	text-align: left;
	width: 103px;
	background-color: #003E79;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #FFFFFF;
}

#m1 a{
	color: #FFFFFF;
	text-decoration: none;
}

#m1 a:hover{
	color: #FFFFFF;
	text-decoration: underline;
}

#m2 {
	left: 204px;
	top: 183px;
	position: absolute;
	visibility: hidden;
	z-index: 100000;
	text-align: left;
	width: 108px;
	background-color: #003E79;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #FFFFFF;
}

#m2 a{
	color: #FFFFFF;
	text-decoration: none;
}

#m2 a:hover{
	color: #FFFFFF;
	text-decoration: underline;
}

#m3 {
	left: 326px;
	top: 183px;
	position: absolute;
	visibility: hidden;
	z-index: 100000;
	text-align: left;
	width: 104px;
	background-color: #003E79;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #FFFFFF;
}

#m3 a{
	color: #FFFFFF;
	text-decoration: none;
}

#m3 a:hover{
	color: #FFFFFF;
	text-decoration: underline;
}

#m4 {
	left: 453px;
	top: 183px;
	position: absolute;
	visibility: hidden;
	z-index: 100000;
	text-align: left;
	width: 148;
	background-color: #003E79;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #FFFFFF;
}

#m4 a{
	color: #FFFFFF;
	text-decoration: none;
}

#m4 a:hover{
	color: #FFFFFF;
	text-decoration: underline;
}

#m5 {
	left: 622px;
	top: 183px;
	position: absolute;
	visibility: hidden;
	z-index: 100000;
	text-align: left;
	width: 125px;
	background-color: #003E79;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #FFFFFF;
}

#m5 a{
	color: #FFFFFF;
	text-decoration: none;
}

#m5 a:hover{
	color: #FFFFFF;
	text-decoration: underline;
}

#m6 {
	left: 769px;
	top: 183px;
	position: absolute;
	visibility: hidden;
	z-index: 100000;
	text-align: left;
	width: 143px;
	background-color: #003E79;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #FFFFFF;
}

#m6 a{
	color: #FFFFFF;
	text-decoration: none;
}

#m6 a:hover{
	color: #FFFFFF;
	text-decoration: underline;
}

#m7 {
	left: 921px;
	top: 183px;
	position: absolute;
	visibility: hidden;
	z-index: 100000;
	text-align: left;
	width: 104px;
	background-color: #003E79;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #FFFFFF;
}

#m7 a{
	color: #FFFFFF;
	text-decoration: none;
}

#m7 a:hover{
	color: #FFFFFF;
	text-decoration: underline;
}

#m8 {
	left: 1030px;
	top: 183px;
	position: absolute;
	visibility: hidden;
	z-index: 100000;
	text-align: left;
	width: 70px;
	background-color: #003E79;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #FFFFFF;
}

#m8 a{
	color: #FFFFFF;
	text-decoration: none;
}

#m8 a:hover{
	color: #FFFFFF;
	text-decoration: underline;
}

/* Home page Rotation */
/*-- jShowOff module styles --*/

#featurescontainer {
	position: relative;
}

#features, #slidingFeatures, #labelFeatures, #basicFeatures, #thumbFeatures {
/*	background: #efefef; */
/*	position: relative; */
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: 55;
	overflow: hidden;
	width: 624px;
	height: 300px;
/*	-webkit-border-top-left-radius: 6px;
	-webkit-border-top-right-radius: 6px;
	-moz-border-radius-topleft: 6px;
	-moz-border-radius-topright: 6px; */
	background-image: url(../templates/shared/fader_background.jpg);
	background-position: top;
	background-repeat: no-repeat;
	}



#thisslide {
	width: 624px;
}

#jsimagebox {
	position: relative;
	padding-top: 18px;
	padding-left: 17px;
	padding-bottom: 15px;
}

#jsimagetext {
	text-align: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	width: 550px;
	padding-left: 20px;
}

#jsimagetext a{
	color: #8CC53F;
	text-decoration: none;
}

#jsimagetext a:hover{
	color: #8CC53F;
	text-decoration: none;
}

/* News and Events */
#newssubtitle {
	font-weight: bold;
	padding-bottom: 3px;
}

/* Manufacturers */
#manufactureranchor {
	font-family: Arial, Helvetica, sans-serif;
	color: #666666;
	padding-bottom: 2px;
}

#manufactureranchor a{
	color: #666666;
	text-decoration: underline;
}

#manufactureranchor a:hover{
	color: #666666;
	text-decoration: none;
}

#selltitle {
	color: #FFFFFF;
}

/* What We Sell */
#currparent {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #002B52;
	text-align: left;
	padding-bottom: 5px;
	font-weight: bold;
}

#currparent a{
	color: #002B52;
	text-decoration: none;
}

#currparent a:hover{
	color: #002B52;
	text-decoration: none;
}

#childrennav {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #8CC53F;
	text-align: left;
	padding-bottom: 5px;
}

#childrennav a{
	color: #8CC53F;
	text-decoration: underline;
}

#childrennav a:hover{
	color: #8CC53F;
	text-decoration: none;
}

#childrennav_curr {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #FFFFFF;
	text-align: left;
	background-image: url(../templates/shared/current_page_background.jpg);
	background-repeat: repeat-y;
	padding-top: 2px;
	padding-bottom: 2px;
	margin-bottom: 3px;
}

#childrennav_curr a{
	color: #FFFFFF;
	text-decoration: none;
}

#childrennav_curr a:hover{
	color: #FFFFFF;
	text-decoration: none;
}