ÿþ<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3c.org/TR/1999/REC-html401-19991224/loose.dtd"> <!-- saved from url=(0037)http://www.atlanticmfi.com/pumps.html --> <HTML xmlns="http://www.w3.org/1999/xhtml"><HEAD><TITLE>Atlantic MFG Fab Inc. | Products:Pumps</TITLE> <META http-equiv=Content-Type content="text/html; charset=iso-8859-1"> <STYLE type=text/css>BODY { BACKGROUND-IMAGE: url(images/index_01.jpg) } .style12 { FONT-SIZE: 12px; FONT-FAMILY: Arial, Helvetica, sans-serif } </STYLE> <STYLE type=text/css>.menutitle { BORDER-RIGHT: #000000 1px solid; PADDING-RIGHT: 2px; BORDER-TOP: #000000 1px solid; PADDING-LEFT: 2px; FONT-WEIGHT: bold; MARGIN-BOTTOM: 5px; PADDING-BOTTOM: 2px; BORDER-LEFT: #000000 1px solid; WIDTH: 150px; CURSOR: pointer; COLOR: #000000; PADDING-TOP: 2px; BORDER-BOTTOM: #000000 1px solid; FONT-FAMILY: Arial, Helvetica, sans-serif; BACKGROUND-COLOR: #ececff; TEXT-ALIGN: left } .submenu { MARGIN-BOTTOM: 0.5em } </STYLE> <STYLE type=text/css>#dropmenudiv { BORDER-RIGHT: black 1px solid; BORDER-TOP: black 1px solid; Z-INDEX: 100; FONT: 12px/18px Verdana; BORDER-LEFT: black 1px solid; BORDER-BOTTOM: black 0px solid; POSITION: absolute; BACKGROUND-COLOR: #a6c6ef } #dropmenudiv A { PADDING-RIGHT: 0px; DISPLAY: block; PADDING-LEFT: 0px; FONT-WEIGHT: bold; PADDING-BOTTOM: 1px; WIDTH: 100%; TEXT-INDENT: 3px; PADDING-TOP: 1px; BORDER-BOTTOM: black 1px solid; TEXT-DECORATION: none } #dropmenudiv A:hover { BACKGROUND-COLOR: #5476b9 } .navlist LI { WIDTH: 135px; LIST-STYLE-TYPE: square; BACKGROUND-COLOR: #5476b9 } .style17 { FONT-WEIGHT: bold; COLOR: #0055a5; FONT-FAMILY: Arial, Helvetica, sans-serif; TEXT-DECORATION: none } .style21 { FONT-WEIGHT: bold; FONT-SIZE: 16px; COLOR: #0055a5 } .style30 { FONT-WEIGHT: bold; FONT-SIZE: 12px; COLOR: #666666; FONT-FAMILY: Arial, Helvetica, sans-serif; TEXT-DECORATION: none } .style27 { FONT-SIZE: 12px; COLOR: #666666 } .style29 { FONT-WEIGHT: bold; FONT-FAMILY: Arial, Helvetica, sans-serif } </STYLE> <SCRIPT type=text/javascript> /*********************************************** * AnyLink Vertical Menu- © Dynamic Drive (www.dynamicdrive.com) * This notice MUST stay intact for legal use * Visit http://www.dynamicdrive.com/ for full source code ***********************************************/ //Contents for menu 1 var menu1=new Array() menu1[0]='<a href="pumps.html" class="style7">Pumps</a>' menu1[1]='<a href="basins.html" class="style7">Basins</a>' menu1[2]='<a href="control.html" class="style7">Control and Alarms</a>' menu1[3]='<a href="covers.html" class="style7">Hatch Covers</a>' menu1[4]='<a href="irrigation.html" class="style7">Drip Irrigation Systems</a>' menu1[5]='<a href="railsystems.html" class="style7">Rail systems</a>' menu1[6]='<a href="accessories.html" class="style7">Accessories</a>' //Contents for menu 2, and so on var menu2=new Array() menu2[0]='<a href="machine.html" class="style7">Machine Shop Fabrication</a>' menu2[1]='<a href="welding.html" class="style7">Welding</a>' menu2[2]='<a href="cnc.html" class="style7">Custom CNC Cutout</a>' menu2[3]='<a href="warehousing.html" class="style7">Warehousing</a>' menu2[4]='<a href="distribution.html" class="style7">Distribution</a>' //Contents for menu 3, and so on var menu3=new Array() menu3[0]='<a href="lift.html" class="style7">Lift Stations</a>' menu3[1]='<a href="systems.html" class="style7">On-site Wastewater Systems</a>' menu3[2]='<a href="soil.html" class="style7">Soil Services</a>' menu3[3]='<a href="engineering.html" class="style7">Engineering Services</a>' var disappeardelay=250 //menu disappear speed onMouseout (in miliseconds) var horizontaloffset=2 //horizontal offset of menu from default location. (0-5 is a good value) /////No further editting needed var ie4=document.all var ns6=document.getElementById&&!document.all if (ie4||ns6) document.write('<div id="dropmenudiv" style="visibility:hidden;width: 160px" onMouseover="clearhidemenu()" onMouseout="dynamichide(event)"></div>') function getposOffset(what, offsettype){ var totaloffset=(offsettype=="left")? what.offsetLeft : what.offsetTop; var parentEl=what.offsetParent; while (parentEl!=null){ totaloffset=(offsettype=="left")? totaloffset+parentEl.offsetLeft : totaloffset+parentEl.offsetTop; parentEl=parentEl.offsetParent; } return totaloffset; } function showhide(obj, e, visible, hidden, menuwidth){ if (ie4||ns6) dropmenuobj.style.left=dropmenuobj.style.top=-500 dropmenuobj.widthobj=dropmenuobj.style dropmenuobj.widthobj.width=menuwidth if (e.type=="click" && obj.visibility==hidden || e.type=="mouseover") obj.visibility=visible else if (e.type=="click") obj.visibility=hidden } function iecompattest(){ return (document.compatMode && document.compatMode!="BackCompat")? document.documentElement : document.body } function clearbrowseredge(obj, whichedge){ var edgeoffset=0 if (whichedge=="rightedge"){ var windowedge=ie4 && !window.opera? iecompattest().scrollLeft+iecompattest().clientWidth-15 : window.pageXOffset+window.innerWidth-15 dropmenuobj.contentmeasure=dropmenuobj.offsetWidth if (windowedge-dropmenuobj.x-obj.offsetWidth < dropmenuobj.contentmeasure) edgeoffset=dropmenuobj.contentmeasure+obj.offsetWidth } else{ var topedge=ie4 && !window.opera? iecompattest().scrollTop : window.pageYOffset var windowedge=ie4 && !window.opera? iecompattest().scrollTop+iecompattest().clientHeight-15 : window.pageYOffset+window.innerHeight-18 dropmenuobj.contentmeasure=dropmenuobj.offsetHeight if (windowedge-dropmenuobj.y < dropmenuobj.contentmeasure){ //move menu up? edgeoffset=dropmenuobj.contentmeasure-obj.offsetHeight if ((dropmenuobj.y-topedge)<dropmenuobj.contentmeasure) //up no good either? (position at top of viewable window then) edgeoffset=dropmenuobj.y } } return edgeoffset } function populatemenu(what){ if (ie4||ns6) dropmenuobj.innerHTML=what.join("") } function dropdownmenu(obj, e, menucontents, menuwidth){ if (window.event) event.cancelBubble=true else if (e.stopPropagation) e.stopPropagation() clearhidemenu() dropmenuobj=document.getElementById? document.getElementById("dropmenudiv") : dropmenudiv populatemenu(menucontents) if (ie4||ns6){ showhide(dropmenuobj.style, e, "visible", "hidden", menuwidth) dropmenuobj.x=getposOffset(obj, "left") dropmenuobj.y=getposOffset(obj, "top") dropmenuobj.style.left=dropmenuobj.x-clearbrowseredge(obj, "rightedge")+obj.offsetWidth+horizontaloffset+"px" dropmenuobj.style.top=dropmenuobj.y-clearbrowseredge(obj, "bottomedge")+"px" } return clickreturnvalue() } function clickreturnvalue(){ if (ie4||ns6) return false else return true } function contains_ns6(a, b) { while (b.parentNode) if ((b = b.parentNode) == a) return true; return false; } function dynamichide(e){ if (ie4&&!dropmenuobj.contains(e.toElement)) delayhidemenu() else if (ns6&&e.currentTarget!= e.relatedTarget&& !contains_ns6(e.currentTarget, e.relatedTarget)) delayhidemenu() } function hidemenu(e){ if (typeof dropmenuobj!="undefined"){ if (ie4||ns6) dropmenuobj.style.visibility="hidden" } } function delayhidemenu(){ if (ie4||ns6) delayhide=setTimeout("hidemenu()",disappeardelay) } function clearhidemenu(){ if (typeof delayhide!="undefined") clearTimeout(delayhide) } </SCRIPT> <META content="MSHTML 6.00.6001.18294" name=GENERATOR></HEAD> <BODY> <TABLE cellSpacing=0 cellPadding=0 width=633 align=center border=0> <TBODY> <TR> <TD vAlign=top><IMG height=42 src="Atlantic%20MFG%20Fab%20Inc_%20%20ProductsPumps_files/index_04.gif" width=999></TD></TR></TBODY></TABLE> <TABLE height=21 cellSpacing=0 cellPadding=0 width=996 align=center border=0> <TBODY> <TR> <TD vAlign=top width=374><IMG height=202 src="Atlantic%20MFG%20Fab%20Inc_%20%20ProductsPumps_files/index_06.gif" width=374></TD> <TD vAlign=top width=579><IMG height=202 src="Atlantic%20MFG%20Fab%20Inc_%20%20ProductsPumps_files/index_07.jpg" width=579 useMap=#Map border=0></TD> <TD vAlign=top width=43><IMG height=202 src="Atlantic%20MFG%20Fab%20Inc_%20%20ProductsPumps_files/index_08.gif" width=46></TD></TR></TBODY></TABLE> <TABLE cellSpacing=0 cellPadding=0 width=999 align=center background=Atlantic%20MFG%20Fab%20Inc_%20%20ProductsPumps_files/index_20.gif border=0> <TBODY> <TR> <TD vAlign=top width=244 height=429> <TABLE cellSpacing=0 cellPadding=0 width=245 border=0> <TBODY> <TR> <TD><IMG height=45 src="Atlantic%20MFG%20Fab%20Inc_%20%20ProductsPumps_files/index_09.gif" width=244></TD></TR> <TR> <TD> <TABLE cellSpacing=0 cellPadding=0 width=247 border=0> <TBODY> <TR> <TD width=52>&nbsp;</TD> <TD width=186></TD></TR> <TR> <TD>&nbsp;</TD> <TD><A class=style17 href="http://www.atlanticmfi.com/products.html">Products</A></TD> <TD width=9>&nbsp;</TD></TR> <TR> <TD>&nbsp;</TD> <TD vAlign=top><A class=style17 href="http://www.atlanticmfi.com/pumps.html"><SPAN class=style27>&nbsp;&nbsp;&nbsp;Pumps </SPAN></A></TD></TR> <!-- <TR> <TD>&nbsp;</TD> <TD vAlign=top><A class=style30 href="http://www.atlanticmfi.com/basins.html">&nbsp;&nbsp;&nbsp;Basins</A></TD></TR>--> <TR> <TD>&nbsp;</TD> <TD vAlign=top><SPAN class=style30>&nbsp;&nbsp;<SPAN class=style29>&nbsp;<A class=style30 href="http://www.atlanticmfi.com/control.html">Controls and Alarms </A></SPAN></SPAN></TD></TR> <!--<TR> <TD>&nbsp;</TD> <TD vAlign=top><A class=style17 href="http://www.atlanticmfi.com/covers.html"><SPAN class=style27>&nbsp;&nbsp;&nbsp;Hatch Covers </SPAN></A></TD></TR>--> <TR> <TD height=35>&nbsp;</TD> <TD vAlign=top><A class=style17 href="http://www.atlanticmfi.com/irrigation.html"><SPAN class=style27>&nbsp;&nbsp;&nbsp;Drip Irrigation and STEP &nbsp;&nbsp;&nbsp;Systems </SPAN></A></TD></TR> <!--<TR> <TD>&nbsp;</TD> <TD vAlign=top><A class=style17 href="http://www.atlanticmfi.com/railsystems.html"><SPAN class=style27>&nbsp;&nbsp;&nbsp;Rail Systems </SPAN></A></TD></TR> <TR> <TD>&nbsp;</TD> <TD vAlign=top><A class=style17 href="http://www.atlanticmfi.com/accessories.html"><SPAN class=style27>&nbsp;&nbsp;&nbsp;Accessories</SPAN></A></TD></TR> <TR> <TD>&nbsp;</TD> <TD><A class=style17 href="http://www.atlanticmfi.com/services.html"><SPAN class=style26>Services</SPAN></A></TD></TR>--> <TR> <TD>&nbsp;</TD> <TD vAlign=top>&nbsp;</TD></TR> <TR> <TD>&nbsp;</TD> <TD vAlign=top>&nbsp;</TD></TR> <TR> <TD>&nbsp;</TD> <TD vAlign=top>&nbsp;</TD></TR> <TR> <TD>&nbsp;</TD> <TD vAlign=top>&nbsp;</TD></TR> <TR> <TD>&nbsp;</TD> <TD vAlign=top>&nbsp;</TD></TR> <TR> <TD>&nbsp;</TD> <TD vAlign=top>&nbsp;</TD></TR> <TR> <TD>&nbsp;</TD> <TD>&nbsp;</TD></TR> <TR> <TD>&nbsp;</TD> <TD>&nbsp;</TD></TR> <TR> <TD>&nbsp;</TD> <TD>&nbsp;</TD></TR></TBODY></TABLE></TD></TR></TBODY></TABLE></TD> <TD vAlign=top width=752> <TABLE cellSpacing=0 cellPadding=0 width=686 border=0> <TBODY> <TR> <TD width=15 height=382>&nbsp;</TD> <TD vAlign=top width=671><BR> <P class="style12 style21">Pumps </P> <P class=style12>Whether you need a simple component for a system or a complete turnkey system, AMFI s pumps can meet your needs. Our brand is manufactured with heavy-gauge steel, and our pumps are reliable, sturdy and ready to work. If you would like for us to take your specifications and design a system for you, contact us (link), and we will make every effort to get back to you within two business days.</P> <UL class=style12 type=disc> <!--<LI>Sump pumps (Coming Soon) <LI>Effluent pumps (Coming Soon) <LI>Sewage pumps (Coming Soon)--> <LI>2 HP Grinder pumps (<A href="PDF Files/2 HP Grinders.pdf" target=_blank>Download PDF</A>) <LI>3-7.5 HP Grinder pumps (<A href="PDF Files/3 thru 7.5HP Grinders.pdf" target=_blank>Download PDF</A>) <!--<LI>Chopper pumps (Coming Soon) <LI>Dry pit pumps (Coming Soon) <LI>Vertical turbine pumps (Coming Soon) <LI>Water feature pumps (Coming Soon) </LI></UL>--> <br /> <P class="style12 style21">&nbsp;</P> <P class=style12 align=left>&nbsp;</P> <P class=style12>&nbsp;</P></TD></TR></TBODY></TABLE> <P>&nbsp;</P> <P>&nbsp;</P></TD></TR></TBODY></TABLE> <TABLE cellSpacing=0 cellPadding=0 width=999 align=center border=0> <TBODY> <TR> <TD vAlign=top width=999 background=Atlantic%20MFG%20Fab%20Inc_%20%20ProductsPumps_files/index_21.gif height=80> <TABLE cellSpacing=0 cellPadding=0 width=842 align=center border=0> <TBODY> <TR> <TD width=172>&nbsp;</TD> <TD vAlign=top width=664> <DIV align=center><SPAN class=style12>705 South Railroad Street, Unit 1 - Salisbury, NC 28144 - Phone: 704.647.6200 - Fax: 704.647.6202 </SPAN></DIV></TD></TR></TBODY></TABLE></TD></TR></TBODY></TABLE><MAP id=Map name=Map><AREA shape=RECT coords=15,137,74,170 href="http://www.atlanticmfi.com/index.html"><AREA shape=RECT coords=96,137,196,166 href="http://www.atlanticmfi.com/aboutus.html"><AREA shape=RECT coords=211,136,315,172 href="http://www.atlanticmfi.com/products.html"><AREA shape=RECT coords=330,136,429,176 href="http://www.atlanticmfi.com/services.html"><AREA shape=RECT coords=448,134,563,180 href="http://www.atlanticmfi.com/amficontactform/contactform.aspx"></MAP></BODY></HTML>