<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/***************** DEFAULT *****************/
body {
    font-family: Arial, Helvetica, sans-serif, Verdana;
	--text-align:center;
	font-size: 13px;
 }
p,td,th,ol,li {
	color: #000000;
}
p {
   margin: 10px 0;
}

hr {
	color: #cedae6;
	width: 100%;
    height: 1px;
}

img {
	border: 0;
}
.imgCaption {
	font-size:.8em;
	font-style:italic;
	text-align:center;
}
.smallT   {
		font-size: 10px;
}
.tip {
	font-style:italic;
	color:#333;
	font-size:.9em;
}
.formclass {
		font-family: "courier","monospace";
		}

a {
	color: #4F60C4;
	/** white-space: nowrap; **/
	font-weight: inherit;
	text-decoration: underline;
    outline: none;
}
  
a:hover,a:active {
	color: #7ac142;
}
a:visited {
	color: #4d85c5;
}


ul, ol {
    list-style-position: outside;
    margin: 10px 0px 10px 0px;
    padding: 0px;
}

li {
    margin-left: 30px;
}

ol li {
    margin: 10px 0px 10px 30px;
}

.header,h1 {
	font-size: 2em;
	margin-top: 6px;
	margin-bottom: 7px;
    color: #c1272d;
}
h2 {
    color: #821B20;
}
h3 {
    color: #571216;
	font-weight:bold;
	font-size:1.3em;
}
h4 {
    color: #571216;
	font-weight:bold;
	font-size:1.2em;
}
.smpane h2 {
	font-size:1.0em;
	font-style:italic;
	color:#93b3d7;
	margin:3em 1em .5em 0em;
	border-bottom:1px solid; 
}
.smpane h3 {
	font-size:.9em;
	font-weight:bold;
	color:#93b3d7;
	margin:2em 1em .5em 0em;
	border-bottom:1px dotted; 
}
form {
    display: inline;
}
/*******************************************
LEGACY IMO STYLES )from old site)
*******************************************/
.rowMain {
	background-color: #CCCCCC;
}
.rowAlt {
	background-color: #EAEAEA;
}
.rowTitle,.autocol {
	background-color: #003399;
}
.rowTitle th,
.rowTitle td,
.rowTitle td a,
.autocol th,
.autocol td,
.autocol td a {
	color: #FFFFFF;
font-size:1.1em;
}
/*** TAP ********/
.displayHdr{
	border:2px solid;
	background-color:#00DD99
}

.displayHdrSub{
	border:2px solid #00DD99;
	background-color:#00DD99
}
.displayLabel{
border-left:1px solid;
border-top:1px solid;
border-bottom:1px solid;
background-color:#F0F0F0
}
.displayInput{
border-right:1px solid;
border-top:1px solid;
border-bottom:1px solid;
background-color:#FFFFFF}

.inputTextarea{
border:1px solid;
background-color:#FFFFFF
}
.inputTextareaAlt{
border:1px solid;
background-color:#F0F0F0
}

.hilite {
	color:white;
	background-color:red;
	border:solid;
	font-size: larger;
	margin: 10px;
	font-weight: bold;
}
.hiliteGood {
	text-align:center;
}
.hiliteGood p {
	font-weight: bold;
	color:green;
	border: 2px solid;
	font-size: 1.4em;
	width:300px;
	margin: 1em auto;
}

.alert {
	color:red;
	border:1px solid;
	padding:1px 3px;
}
.displayTextarea{
	border:1px solid #C0C0C0;
	background-color:#FFFFFF;
	padding: 3px;
}

/*************** POSITIONING ***************/
.container,
.containerProduct,
.containerOrders,
.containerResources,
.containerParts,
.containerContact,
.containerAbout {
    position: relative;
    padding-bottom: 15px;
	max-width:935px;
	margin:0 auto;
	text-align:left;
}

.t {background: url(images/dot.gif) 0 0 repeat-x; width: 932px}
.b {background: url(images/dot.gif) 0 100% repeat-x}
.l {background: url(images/dot.gif) 0 0 repeat-y}
.r {background: url(images/dot.gif) 100% 0 repeat-y}
.bl {background: url(images/bl.gif) 0 100% no-repeat}
.br {background: url(images/br.gif) 100% 100% no-repeat}
.tl {background: url(images/tl.gif) 0 0 no-repeat}
.tr {background: url(images/tr.gif) 100% 0 no-repeat; padding:7px; overflow:hidden;}


.topheader {
    position: relative;
    height: 103px;
	background: transparent url(images/accent2012.gif) 0 100% repeat-x;
}

#pageHome .topheader {
    height: 150px;
}
.toplogo {
	float: left;
}
#mainLogo {margin-top: 10px;
	margin-left:55px;
	float: left;
}
#subLogo{
	position: relative;
	top: 25px;
	margin-left:210px;
	float: left;
	text-align:center;
	font-style:italic;
	font-size:.9em;
	font-weight:bold;
}
#dvLogo {
margin:17px 0 0 25px;;
float:left;
width:82px;
height:26px;
}

.toplefttxt {
    position: absolute;
    bottom: 3px;
    text-align: center;
    color: white;
    font-size: 20px;
    font-weight: bold;
    white-space: nowrap;
	width:100%;
}

#pageHome .toplefttxt {
    right: 390px;
    float: right;
    text-align: right;
    padding-right: 10px;
}

#mottoDefault,
#mottoProduct,
#mottoResources {
    display:none;

}
.containerProduct #mottoProduct,
.containerResources #mottoResources,
.containerAbout #mottoDefault {
    display:block;
}

.imgLeft {
    padding-right: 1em;
    padding-bottom: 1em;
    float: left;
}
.imgRight {
    padding-left: 1em;
    padding-bottom: 1em;
    float: right;
}
.infoImage {
margin: 1em;
text-align:center;
font-size:x-small;
font-style:italic;
}

.banner {
	background: #43c0f0;
	overflow:  hidden;
	padding: 0 0em 0 0em;
}

.pagebody {
    background: #ecf3f9;
    overflow: hidden;
	padding: 0 0em 0 1em;
}
.containerISO .pagebody {
    background: #b58e77;
}

.pagebodyleft {
    float: left;
    padding: 17px 0px 0px 17px;
    width: 490px;
    height: 100%;
    overflow: hidden;
}

.rightpane {
    float: right;
    width: 390px;
}

#pagebodyimg {
    border-left: 6px white solid;
    border-bottom: 6px white solid;
    /**height: 392px;
    width: 305px;**/
    float: right;
    top: 0px;
}

.pagebodyright {
    float: left;
    padding: 17px 17px 0px 17px;
    width: 356px;

}

.menu {
	position:relative;
    margin: 8px 0px 8px 0px;
    height: 26px;
    width: 932px;
}

.menulinks {
    float: left;
    width: 623px;
}

.menufxn {
    float: right;
    margin-top: 3px;
    width: 154px;
    text-align: right;
}


.smpane {
    float: left;
    width: 150px;
    height: 100%;
    overflow: hidden;
}

.mainbody {
    padding-left: 10px;
    border-left: 1px #b0b6bb solid;
    float: left;
    width: 740px;
}
.footer {
    background: #c1c6c8;
	padding:.35em;

}
.footer p {
	color: #90969b;
	white-space: nowrap;
	font-size: 10px;
	text-align: center;
	margin:0;
}

.footer a {
	color: #70767b;
}
.smcontainer {
    width: 400px;
    overflow: hidden;
}

.smtitle {
    padding-bottom: 6px;
}

.smimage {
    float: left;
    width: 90px;
}



.listTable {
	border-collapse:collapse;
	margin:2em 0;
	caption-side:top;
}
.listTable caption {
	border:1px solid;
	font-weight:bold;
	font-size:1.2em;
	margin:0;
}
.listTable .col1 {
	width:10em;
}
.listTable .col2 {
	width:12em;
}
.listTable .col3 {
	width:10em;
}
.listTable .col4 {
	width:7em;
}

.listTable td, .listTable th {
	border:1px solid;
	padding:.4em;
}
/*******************************************/




/************* TEXT FORMATTING *************/

.HSE-inputtext {
	font-size: 11px;
	width: 105px;
	color: #4D85C5;
	border: 1px solid #7f9db9;
}

.HSE-button {
	font-size: 11px;
	border: 1px solid #7f9db9;
	background-color: #D7EAEA;
	color: #4D85C5;
    height: 18px;
}


.list-red,.list-blue {
    list-style-type: none;
    margin: 0px;
	font-size:11px;
}
.list-red li,.list-blue li {
    background-image: url('images/b-red.gif');
    background-position: 0px 2px;
    background-repeat: no-repeat;
    height: 100%;
    padding: 0px 0px 4px 15px;
    margin-left: 0px;
}
.list-red li {
    background-image: url('images/b-red.gif');
}
.list-blue li, li .list-blue li {
    background-image: url('images/b-blue.gif');
font-weight:normal;
}

.list-red a,.list-blue a {
    white-space: normal;
    /**--font-weight: normal;**/
	text-decoration: none;
}

.list-red a:visited{
    color: #4d85c5;
}
.list-red a:hover,.list-blue a:hover  {
    color: #4d85c5;
	background-color: #cddae7;
}

.list-red a:active,.list-blue a:active  {
    color: #4d85c5;
	background-color: #cddae7;
}


/*******************************************/
.list-red li {
    background-image: url('images/b-red.gif');
    background-position: 0px 2px;
    background-repeat: no-repeat;
    height: 100%;
    padding: 0px 0px 4px 15px;
    margin-left: 0px;

}
/*******************************************/
/** highlight the side nav when on page **/
/*******************************************/

#pageMarine li.subNavMarine,
#pageCentrifugal li.subNavCentrifugal,
#page2Screw li.subNav2Screw,
#page3Screw li.subNav3Screw,
#pageGear li.subNavGear,
#pageBOMSearch li.subNavBOMSearch,
#pageDownloads li.subNavDownloads,
#pageServiceManuals li.subNavServiceManuals,
#pagePumpTips li.subNavPumpTips,
#pageTech li.subNavTech,
#pageWIPSUpdate li.subNavWIPSUpdate,
#pageDrawings li.subNavDrawings {
    background-image: url('images/b-red-on.gif');
	font-weight:bold;
}
/*******************************************/
/** highlight the side sub nav when on page **/
/*******************************************/
#pageSeries3D .subNavSeries3D,
#pageSeries3E .subNavSeries3E,
#pageSeries3G .subNavSeries3G,
#pageSeries6D .subNavSeries6D,
#pageSeries8L .subNavSeries8L,
#pageSeries413IC .subNavSeries413IC,
#pageSeries12L .subNavSeries12L,
#pageSeries12D .subNavSeries12D,
#page4SFC .subNav4SFC,
#pageEmtec .subNavEmtec,
#pageTritec .subNavTritec,
#page4VKC .subNav4VKC,
#page4U .subNav4U,
#page6U .subNav6U,
#pageUSNP4PIC .subNavUSNP4PIC,
#pageSeriesC324 .subNavSeriesC324,
#pageSeriesT324 .subNavSeriesT324,
#pageSeries323F .subNavSeries323F,
#pageGTS li#subNavGTS,
#pageFSXA li#subNavFSXA,
#pageJaguar li#subNavJaguar,
#pageHiDensity li#subNavHiDensity {
    background-image: url('images/b-blue-on.gif');
	font-weight:bold;
}
#subList2Screw,
.subList3Screw {
display:none;
}
#page2Screw #subList2Screw,
#pageProducts #subList2Screw,
#page3Screw .subList3Screw,
#pageProducts .subList3Screw,
#pageSeries3D .subList3Screw,
#pageSeries3E .subList3Screw,
#pageSeries3G .subList3Screw,
#pageSeries6D .subList3Screw,
#pageSeries8L .subList3Screw,
#pageSeries413IC .subList3Screw,
#pageSeries12L .subList3Screw,
#pageSeries12D .subList3Screw,
#pageEmtec .subList3Screw,
#pageTritec .subList3Screw,
#page4SFC .subList3Screw,
#page4VKC .subList3Screw,
#page4U .subList3Screw,
#page6U .subList3Screw,
#pageUSNP4PIC .subList3Screw,
#pageSeriesC324 .subList3Screw,
#pageSeriesT324 .subList3Screw,
#pageSeries323F .subList3Screw,
#pageGTS  #subList2Screw,
#pageFSXA  #subList2Screw,
#pageJaguar  #subList2Screw,
#pageHiDensity  #subList2Screw {
display:block;
}

containerProduct  .menulinks li#product  a {
	color:red;
}
#pageAbout .pagebody img {
	padding:0 .4em .4em 0;
	float:left;
}
#pageAbout .pagebody img#montelius {
	padding:0  0.4em .4em;
	float:right;
}
#pageAbout ul#plantLst li {
	clear:both;
	margin:4em 0;
}
#pageAbout ul#plantLst {
	list-style-type:none;
}
#pageAbout .pagebody h1 + p:first-letter {
	font-size:3em;
	float:left;
}
.menulinks li#logout {
	display:none;
}
p#footMount {
	clear:left;
}</pre></body></html>