body {
	position:relative; 
	font-family:arial, helvetica, sans-serif; 
  background-image: url(../images/layout/bkg_page.gif);
  background-repeat: repeat-x;
  background-color: black;
	margin:0px auto 0px auto; 
	padding:32px 0 16px 0;
	}

/* base styles */
img {
	border:none;
	}

a:link, a:visited {
	color:#174A7C; 
	text-decoration:none;
	}

a:active, a:hover {
	text-decoration:underline;
	}

p {
	font-size:12px;
	line-height:18px; 
	}

h1 {
	font-size:16px; 
	line-height:18px; 
	font-weight:bold; 
	}

h2 {
	font-size:12px; 
	line-height:18px; 
	font-weight:bold; 
	}

h3 {
	font-size:12px;
	line-height:18px;
	font-weight:bold;
	}

h4 {
	font-size:12px;
	line-height:18px;
	font-weight:bold;
	}

ul {
	list-style-type:none; 
	list-style-position:outside; 
	}

li {
	font-family:arial, helvetica, sans-serif; 
	font-size:12px; 
	line-height:16px; 
	background-image:url(../images/layout/bullet_ct.gif); 
	background-repeat:no-repeat; 
	background-position:0 7px;  
	}


/* classes */

.clear {
	clear:both !important;
	}

.center {
	text-align:center;
	}

.right {
	float:right;
	}

.left {
	float:left;
	}

.txt-right {
	text-align:right;
	}

/* page containers */

#wrapper {
	width:950px; 
	position:relative;
	color: #000000;
	background-color: #FFFFFF;
	padding:3px 0 3px 0;
	margin-left:auto; 
	margin-right:auto;
	}

#wrapperhd {
	position:relative; 
	width:944px; 
	height:202px; 
	background:url(../images/layout/bkg_wrapper_hd-2.jpg) no-repeat left top; 
	margin:0 3px 0 3px;
	}

#wrapperhmimg {
	position:relative; 
	width:944px; 
	height:290px;
	background:url(../images/layout/bkg_hm_img.jpg) repeat-x left top; 
	margin:0 3px 0 3px;
	}

#wrapperrotator {
	padding:14px 0 14px 0;
	}

#wrappershdshdw {
	position:relative; 
	width:944px; 
	height:189px; 
	background: url(../images/layout/bkg_shd_shdw.jpg) repeat-x left top; 
	margin:0 3px 0 3px;
	}

#wrappersubhead {
	padding-top:14px;
	}

#wrapperct {
	position:relative; 
	width:944px; 
	background:url(../images/layout/bkg_btm_fade.jpg) repeat-x left bottom; 
	margin:0 3px 3px 3px;
	}

#wrapperctbck {
	position:relative; 
	width:944px; 
	min-height:120px;
	background: url(../images/layout/bkg_ct_btm.jpg) no-repeat right bottom; 
	margin:0 0 0 0;
	}

#wrapperctbck.home {
	background: url(../images/layout/bkg_ct_hm_btm.jpg) no-repeat right bottom; 
	}

#wrapperaccred {
	position:relative; 
	width:944px; 
	height:24px;
	color:#CCCCCC;
	background-color:#808080;
	margin:0 3px 0 3px;
	}

#wrapperftr {
	position:relative;
	width:944px;
	color:#999999;
	background-color:transparent;
	padding:11px 0 20px 0;
	margin: 0 auto 0 auto;
	}


/* header styles */

#logo {
	position:absolute; 
	left:34px; 
	top:82px; 
	width:142px; 
	height:111px;
	}

#utilitynav {
	position:absolute;
	top:84px;
	left:320px;
	width: 445px;
	height: 16px;
	color:#FFFFFF;
	}

#utilitynav a:link, #utilitynav a:visited {
	color:#FFFFFF; 
	}

#utilitynav ul {
	padding:5px 0 0 0; 
	margin:0 0 0 0;
	}

#utilitynav li {
	display:block;
	float:left;
	font-weight:bold;
	text-transform:uppercase;
	background-image:url(../images/layout/bullet_utility.gif); 
	background-repeat:no-repeat; 
	background-position:0px 3px; 
	padding:0 0 0 16px; 
	margin:0 15px 0 0;
	}

#utilitynav li.first {
	background-image:none; 
	padding:0 0 0 0; 
	}


#navigation {
	position:absolute;
	top:159px;
	right:23px;
	} 

#utilitysearch {
	position:absolute; 
	left:746px; 
	top:88px; 
	width:199px; 
	height:20px;
	}

.searchbox {
	position:relative; 
	width:163px; 
	height:19px; 
	background:url(../images/layout/bkg_searchbox.gif) no-repeat left top;
	}

.searchbox .txtinput {
	position:absolute; 
	left:6px; 
	top:2px; 
	width:149px; 
	font-size:11px; 
	font-weight:bold;
	border-style:none; 
	color:#000000; 
	background-color:transparent;
	}

.searchbox .submitbtn {position:absolute; right:4px; top:13px;}

#subhead {
	position:relative;
	width:944px;
	height: 189px;
	margin:0 0 0 0;
	}

/* header links div */
#links {
  margin: 0 0 0 0;
  padding: 16px 40px 0 0;
  float: right;
  color: #EEE;
  font-size: 11px;
  text-align:center;
}


#links a {
  color: #EEE;
  font-weight: bold;
}

/* home page rotating image styles */

.hmrotator { 
	width:944px;
	height:266px;
	display:block;
	/*cursor:pointer;*/
	border:none;
	position:relative;
	overflow:hidden;
	}

.hmrotator .rotatoritem {
	display:none;
	position:absolute;
	top:0;
	left:0;
	border:none;
	}

.hmrotator .rotatoritem img {
	border:none;
	}

.hmrotator * {
	border:none;
	text-decoration:none;
	}

/* page content styles */
.content {
	padding:26px 0 32px 0; 
	margin:0 0 0 32px;
	}

.content p {
	margin:0 0 10px 19px;
	}

.content h1 {
	text-transform:uppercase;
	padding:0 0 0 0;
	margin: 0 5px 11px 19px;
	}

.content h2 {
	text-transform:uppercase;
	padding:0 0 0 0;
	margin:0 5px 0px 19px;
	}

.content h3 {
	text-transform:uppercase;
	padding:25px 0 0 0;
	margin:0 5px 0 19px;
	}

.content h4 {
	padding: 10px 0 0 0;
	margin: 0 5px 0 19px;
	}  

.content blockquote {
	padding:16px 0 1px 0;
	margin:0 0 0 0;
	background:url(../images/layout/bkg_blockquote.jpg) no-repeat left top;
	}

a.readmore:link, a.readmore:visited {
	font-size:10px;
	font-style:italic;
	}

a.readmore:active, a.readmore:hover {
	text-decoration:underline;
	}

.content ul {
	padding:0 0 4px 0; 
	margin:0 30px 0 30px;
	}

.content ul ul {
	padding:4px 0 1px 0; 
	margin:0 0px 0 12px;
	}

.content li {
	font-family:arial, helvetica, sans-serif; 
	font-size:12px; 
	line-height:16px; 
	background-image:url(../images/layout/bullet_ct.gif); 
	background-repeat:no-repeat; 
	background-position:0 7px; 
	padding:0 0 0 9px; 
	margin:0 0 6px 0;
	}

.content li li { 
	margin:0 0 3px 0;
	}


/* sidebar styles */

div#sidebarwrapper {
	width:255px;
	padding:14px 0 32px 0;
	margin:0 0 0 44px;
	}

div#sidebarhead {
	width:255px;
	height:59px;
	padding:0;
	margin:0 0 0 0;
	}

.sbhdgreen {
	background:url(../images/layout/bkg_sidebar_hd_green.jpg) no-repeat left top;
	}

.sbhdblue {
	background:url(../images/layout/bkg_sidebar_hd_blue.jpg) no-repeat left top;
	}

div#sidebarhead h2 {
	font-size:16px; 
	color:#FFFFFF;
	text-transform:uppercase;
	margin:0 21px 0 21px;
	padding:28px 0 0 0;
	}

div.sidebarct {
	position:relative;
	width:255px;
	padding:15px 0 38px 0;
	margin:0;
	background:url(../images/layout/bkg_sidebar.png) repeat-y left top;
	}

div.sidebarct p {
	margin:0 20px 5px 22px;
	}

div.sidebarct h3 {
	margin:0 20px 5px 22px;
	}

div.sidebarct ul {
	padding:0 0 12px 0; 
	margin:0 0 0 29px;
	}

div.sidebarct li { 
	line-height:13px; 
	color:#174A7C;
	background-image:url(../images/layout/bullet_sidebar.gif); 
	background-repeat:no-repeat; 
	background-position:0 4px; 
	padding:0 0 0 13px; 
	margin:0 0 5px 0;
	}

/* product page styles */

.productslider{
	text-align:center;
	padding:0 0 0 0; 
	margin:0 auto 0 auto;
	}

.productintro {
	width:500px;
	padding-bottom:12px;
	margin-left:6px;
	}

.productintro blockquote {
	padding-bottom:38px;
	margin:0 0 0 0;
	}

#productgroupings {
	border-collapse:collapse;
	margin:0 0 0 0;
	}

#productgroupings h1 {
	margin-bottom:16px;
	}

#productgroupings h3 {
	text-transform:uppercase;
	background-repeat:no-repeat;
	background-position:left bottom;
	padding:0 0 10px 19px;
	margin:0 5px 0 0;
	}

#productgroupings h3.green {
	background-image:url(../images/layout/bkg_h3_green.jpg);
	}

#productgroupings h3.blue {
	background-image:url(../images/layout/bkg_h3_blue.jpg);
	}

#productgroupings h3.gray {
	background-image:url(../images/layout/bkg_h3_gray.jpg);
	}

#productgroupings tr td {
	}

#productgroupings .column01 {
	width:299px;
	border-right:1px solid #B2B2B2;
	}

#productgroupings .column02 {
	width:314px;
	border-right:1px solid #B2B2B2;
	}

#productgroupings .column03 {
	width:270px;
	}

#productgroupings ul {
	padding:12px 0 12px 0; 
	margin:0 0 0 23px;
	}

#productgroupings li { 
	line-height:13px; 
	color:#174A7C;
	background-image:url(../images/layout/bullet_sidebar.gif); 
	background-repeat:no-repeat; 
	background-position:0 4px; 
	padding:0 0 0 13px; 
	margin:0 0 5px 0;
	}

/* old product page styles */

td.productlist ul {
	padding:7px 0 12px 0; 
	margin:0 0 0 36px;
  text-align: left;
	}

td.productlist li { 
	line-height:13px; 
	color:#174A7C;
	background-image:url(../images/layout/bullet_sidebar.gif); 
	background-repeat:no-repeat; 
	background-position:0 4px; 
	padding:0 0 0 13px; 
	margin:0 0 5px 0;
	}

/* product grid page styles */

#productgrid {
	border-collapse:collapse;
	margin:0 0 0 5px;
	}

#productgrid .prodimg {
	display:block;
	margin:0 0 6px 4px;
	}

#productgrid p {
	margin:0 0 10px 4px;
	}

#productgrid h4 {
	padding:0 0 0 0;
	margin:0 0 5px 4px;
	}

.productbox {
	width:275px;
	margin:0;
	}

#productgrid tr td {
	padding:10px 0 30px 0;
	border-top:1px solid #B3C1B2;
	}

#productgrid tr.first td {
	border-top:none;
	}

#productgrid .column01 {
	padding-right:10px;
	border-right:1px solid #B2B2B2;
	}

#productgrid .column02 {
	padding-right:10px;
	padding-left:14px;
	border-right:1px solid #B2B2B2;
	}

#productgrid .column03 {
	padding-left:14px;
	}

/* product detail styles */

.productdetintro {
	width:864px;
	padding:0 0 15px 0;
	margin-left:6px;
	}

.productdetintro h1 {
	text-transform:none;
	}

.productdetintro p {
	margin-right:440px;
	}

.productdetintro .right {
	margin:-16px 24px 0 0;
	}

.detailtabs {
	width:408px;
	height:33px;
	}

/* Industrial */
.hrdetail1 { 
	height:27px; 
	padding:0 0 0 0;
	margin:0 0 0 0;
	background-image:url(../images/layout/bkg_hr_864_grey.jpg);
	background-repeat:no-repeat;
	background-position:left 3px;
	}

/* Catheter Mfg */
.hrdetail2 { 
	height:27px; 
	padding:0 0 0 0;
	margin:0 0 0 0;
	background-image:url(../images/layout/bkg_hr_864_green.jpg);
	background-repeat:no-repeat;
	background-position:left 3px;
	}

/* Biopharmaceutical */
.hrdetail3 { 
	height:27px; 
	padding:0 0 0 0;
	margin:0 0 0 0;
	background-image:url(../images/layout/bkg_hr_864_blue.jpg);
	background-repeat:no-repeat;
	background-position:left 3px;
	}

.hrdetail1 hr {
	display:none;
	} 

.hrdetail2 hr {
	display:none;
	} 

.hrdetail3 hr {
	display:none;
	} 

.detailtable {
	width:864px;
	border-collapse:collapse;
	background-image:url(../images/layout/bkg_tablefade.png);
	background-repeat:repeat-x;
	margin:0 0 0 0;
	}

.detailtable p {
	margin-right:28px;
	}

.detailtable h4 {
	padding-top:0;
	}

.pdficonlg {
	margin:0 0 -7px 0;
	}

.detailtable ul {
	padding:1px 0 16px 0; 
	margin:0 0px 0 23px;
	}

.detailtable li {
	font-family:arial, helvetica, sans-serif; 
	font-size:12px; 
	line-height:16px; 
	background-image:url(../images/layout/bullet_proddetail.png); 
	background-repeat:no-repeat; 
	background-position:0 8px; 
	padding:0 0 0 6px; 
	margin:0 0 2px 0;
	}

.detaildiv {
	padding-top:19px;
	}

.detailtable .column01 {
	width:447px;
	height:400px;
	border-right:1px solid #B2B2B2;
	}

.detailtable .column02 {
	padding-left:11px;
	width:416px;
	}

.specstable {
	width:840px;
	min-height:260px;
	border-collapse:collapse;
	margin:0 auto 0 auto;
	}

.specstable th {
	font-size:12px;
	line-height:18px;
	font-weight:bold;
	border-bottom:2px solid #B2B2B2;
	padding:24px 4px 2px 4px;
	}

.specstable td {
	font-size:12px;
	line-height:18px;
	border-bottom:1px solid #B2B2B2;
	padding:2px 4px 2px 4px;
	}

.prodoverview {
	margin-left:8px;
	}

.prodspecifications {
	margin-left:8px;
	}

.prodoptions {
	margin-left:8px;
	}

/* bottom bar styles */

#wrapperaccred ul {
	padding:5px 0 0 0; 
	margin:0 0 0 34px;
	}

#wrapperaccred li {
	display:block;
	float:left;
	font-size:9px; 
	line-height:12px; 
	font-weight:bold;
	text-transform:uppercase;
	background-image:url(../images/layout/bullet_accred.gif); 
	background-repeat:no-repeat; 
	background-position:0 3px; 
	padding:0 0 0 12px; 
	margin:0 11px 0 0;
	}

#wrapperaccred li.first {
	background-image:none; 
	padding:0 0 0 0; 
	}


/* footer styles */

#wrapperftr ul {
	padding:5px 0 0 0; 
	margin:0 0 0 34px;
	}

#wrapperftr li {
	display:block;
	float:left; 
	font-size:9px; 
	line-height:12px; 
	font-weight:bold;
	text-transform:uppercase;
	background-image:url(../images/layout/bullet_ftr.gif); 
	background-repeat:no-repeat; 
	background-position:0px 3px; 
	padding:0 0 0 10px; 
	margin:0 9px 0 0;
	}

#wrapperftr li.first {
	background-image:none; 
	padding:0 0 0 0; 
	}

#wrapperftr a:link, #wrapperftr a:visited {
	color:#999999;
	}

/* Document list styles */
table.reports {
  padding: 0px 0px 0px 0px;
	margin: 0px 25px 0px 15px;
  width: 540px;
  border-bottom: 1px solid #CCC;
}

table.reports th {
  background-color: #999;
  text-align: center;
  color: #FFF;
  font-size: 10px;
  font-weight: bold;
	text-transform: uppercase;
  padding: 1px 4px 1px 4px;
  border-left: 1px solid white;
}

table.reports td {
  text-align: center;
  font-size: 14px;
  padding: 3px 4px 3px 4px;
}

table.reports .col1 {
  text-align: left;
}

table.reports .docnote {
  text-align: left;
  font-size: 9px;
  line-height: 13px;
  padding: 0px 4px 6px 4px;
}

table.reports .odd {
  background-color: white;
}

table.reports .even {
  background-color: #EEE;
}

#google_translate_element a {
	color:#090;
}

.google_translate_element {
	float:left;
}
