/* MH-USA Page Design System */
.mhusa-wrap{display:block!important;width:100%!important;max-width:1140px;margin:0 auto;padding:0 20px;box-sizing:border-box}
.mhusa-hero{background:#222;color:#fff;padding:60px 0;overflow:hidden}
.mhusa-hero-inner{display:grid;grid-template-columns:1fr 1fr;gap:40px;align-items:center;max-width:1140px;margin:0 auto;padding:0 20px}
.mhusa-hero h1{font-family:Inter,sans-serif;font-size:38px;font-weight:700;color:#fff;line-height:1.2;margin:0 0 16px}
.mhusa-hero p{font-family:Inter,sans-serif;font-size:17px;color:#ccc;line-height:1.6;margin:0 0 24px}
.mhusa-hero img{width:100%;height:auto;border-radius:8px;display:block}
.mhusa-btn-primary{display:inline-block;background:#1E73BE;color:#fff!important;padding:14px 28px;border-radius:6px;text-decoration:none;font-family:Inter,sans-serif;font-weight:600;font-size:15px;margin-right:12px;transition:background .2s}
.mhusa-btn-primary:hover{background:#1a65a8}
.mhusa-btn-outline{display:inline-block;background:transparent;color:#fff!important;padding:14px 28px;border:2px solid #fff;border-radius:6px;text-decoration:none;font-family:Inter,sans-serif;font-weight:600;font-size:15px;transition:all .2s}
.mhusa-btn-outline:hover{background:rgba(255,255,255,.1)}
.mhusa-btn-blue-outline{display:inline-block;background:#fff;color:#1E73BE!important;padding:14px 28px;border:2px solid #1E73BE;border-radius:6px;text-decoration:none;font-family:Inter,sans-serif;font-weight:600;font-size:15px;margin-right:12px;transition:all .2s}
.mhusa-btn-blue-outline:hover,.mhusa-btn-blue-outline:focus{background:#1E73BE;color:#fff!important}
.mhusa-btn-dark-outline{display:inline-block;background:#fff;color:#222!important;padding:14px 28px;border:2px solid #222;border-radius:6px;text-decoration:none;font-family:Inter,sans-serif;font-weight:600;font-size:15px;margin-right:12px;transition:all .2s}
.mhusa-btn-dark-outline:hover,.mhusa-btn-dark-outline:focus{background:#222;color:#fff!important}
.mhusa-section{padding:60px 0}
.mhusa-section-alt{padding:60px 0;background:#F8F8F8}
.mhusa-section h2{font-family:Inter,sans-serif;font-size:30px;font-weight:700;color:#222;margin:0 0 16px;line-height:1.3}
.mhusa-section p,.mhusa-section li{font-family:Inter,sans-serif;font-size:16px;color:#444;line-height:1.7}
.mhusa-two-col{display:grid;grid-template-columns:1fr 1fr;gap:40px;align-items:center}
.mhusa-two-col img{width:100%;height:auto;border-radius:8px;display:block}
.mhusa-card-grid{display:grid;gap:24px}
.mhusa-card-grid>p,.mhusa-card-grid>br,.mhusa-card>p,.mhusa-card>br{display:none!important}
.mhusa-card-grid-2{grid-template-columns:repeat(2,1fr)}
.mhusa-card-grid-3{grid-template-columns:repeat(3,1fr)}
.mhusa-card-grid-4{grid-template-columns:repeat(4,1fr)}
.mhusa-card{background:#fff;border:1px solid #e5e5e5;border-radius:10px;overflow:hidden;transition:box-shadow .2s}
.mhusa-card:hover{box-shadow:0 4px 16px rgba(0,0,0,.08)}
.mhusa-card img{width:100%;height:200px;object-fit:cover;display:block}
.mhusa-card-body,.mhusa-card span.mhusa-card-body{display:block;padding:20px}
.mhusa-card-body h3,.mhusa-card span.cb-title{display:block;font-family:Inter,sans-serif;font-size:18px;font-weight:600;color:#222;margin:0 0 8px}
.mhusa-card-body p,.mhusa-card span.cb-desc{display:block;font-family:Inter,sans-serif;font-size:14px;color:#555;line-height:1.6;margin:0}
.mhusa-card{position:relative}
.mhusa-card span.cb-img{display:block}
.mhusa-card span.cb-img img{width:100%;height:200px;object-fit:cover;display:block}
a.cb-link{text-decoration:none;color:#222}
a.cb-link::after{content:”;position:absolute;inset:0;z-index:1}
.mhusa-card:hover{box-shadow:0 4px 16px rgba(0,0,0,.08)}
.mhusa-icon-card{background:#fff;border:1px solid #e5e5e5;border-radius:10px;padding:24px;text-align:center;transition:box-shadow .2s}
.mhusa-icon-card:hover{box-shadow:0 4px 16px rgba(0,0,0,.08)}
.mhusa-icon-card .icon{font-size:36px;margin-bottom:12px;display:block}
.mhusa-icon-card h3{font-family:Inter,sans-serif;font-size:17px;font-weight:600;color:#222;margin:0 0 8px}
.mhusa-icon-card p{font-family:Inter,sans-serif;font-size:14px;color:#555;line-height:1.5;margin:0}
.mhusa-stats{background:#F8F8F8;padding:40px 0}
.mhusa-stats-inner{display:grid;grid-template-columns:repeat(4,1fr);gap:24px;text-align:center;max-width:1140px;margin:0 auto;padding:0 20px}
.mhusa-stats-inner > div h3{font-family:Inter,sans-serif;font-size:36px;font-weight:700;color:#1E73BE;margin:0 0 4px}
.mhusa-stats-inner > div p{font-family:Inter,sans-serif;font-size:14px;color:#555;margin:0}
.mhusa-cta{background:#222;color:#fff;padding:60px 0;text-align:center}
.mhusa-cta h2{font-family:Inter,sans-serif;font-size:30px;font-weight:700;color:#fff;margin:0 0 16px}
.mhusa-cta p{font-family:Inter,sans-serif;font-size:17px;color:#ccc;margin:0 0 24px}
.mhusa-faq{border:1px solid #e5e5e5;border-radius:8px;margin-bottom:12px;overflow:hidden}
.mhusa-faq summary{font-family:Inter,sans-serif;font-size:16px;font-weight:600;color:#222;padding:16px 20px;cursor:pointer;list-style:none;display:flex;justify-content:space-between;align-items:center}
.mhusa-faq summary::-webkit-details-marker{display:none}
.mhusa-faq summary::after{content:’▸’;font-size:18px;transition:transform .2s;color:#999}
.mhusa-faq[open] summary::after{transform:rotate(90deg)}
.mhusa-faq-body{padding:0 20px 16px;font-family:Inter,sans-serif;font-size:15px;color:#444;line-height:1.7}
.mhusa-jump-menu{display:flex;flex-wrap:wrap;justify-content:center;align-items:center;gap:10px;max-width:1140px;margin:0 auto 20px;padding:20px 20px;box-sizing:border-box;width:100%;border-bottom:1px solid #e5e5e5}
.mhusa-jump-menu a{display:inline-block;flex:0 0 auto;max-width:100%;white-space:normal;text-align:center;padding:8px 16px;background:#EDF2F9;border:1px solid #9FB6D1;border-radius:20px;font-family:Inter,sans-serif;font-size:13px;font-weight:600;color:#1B4F80;text-decoration:none;transition:all .2s}
.mhusa-jump-menu a:hover,.mhusa-jump-menu a:focus{background:#1E73BE;border-color:#1E73BE;color:#fff}
.mhusa-jump-menu a:focus-visible{outline:2px solid #1E73BE;outline-offset:2px}
@media(max-width:1024px){.mhusa-jump-menu{padding:18px 18px;gap:9px}}
@media(max-width:768px){.mhusa-jump-menu{padding:16px 14px;gap:8px}}
.mhusa-process{display:grid;grid-template-columns:repeat(4,1fr);gap:24px;text-align:center}
.mhusa-process > div{padding:24px}
.mhusa-process .step-num{display:inline-flex;align-items:center;justify-content:center;width:48px;height:48px;background:#1E73BE;color:#fff;border-radius:50%;font-family:Inter,sans-serif;font-size:20px;font-weight:700;margin-bottom:12px}
.mhusa-process h3{font-family:Inter,sans-serif;font-size:16px;font-weight:600;color:#222;margin:0 0 8px}
.mhusa-process p{font-family:Inter,sans-serif;font-size:14px;color:#555;line-height:1.5;margin:0}
/* Responsive */
@media(max-width:1024px){
.mhusa-hero-inner,.mhusa-two-col{grid-template-columns:1fr}
.mhusa-card-grid-3,.mhusa-card-grid-4,.mhusa-stats-inner,.mhusa-process{grid-template-columns:repeat(2,1fr)}
}
@media(max-width:768px){
.mhusa-card-grid-2,.mhusa-card-grid-3,.mhusa-card-grid-4,.mhusa-stats-inner,.mhusa-process{grid-template-columns:1fr}
.mhusa-hero h1{font-size:28px}
.mhusa-hero-inner{padding:0 16px}
}
@media(max-width:820px){
.mhusa-page [style*=”grid-template-columns”]{grid-template-columns:1fr !important}
.mhusa-page .mhusa-scroll{display:block!important;width:100%!important;max-width:100%!important;overflow-x:auto!important;-webkit-overflow-scrolling:touch}
.mhusa-page .mhusa-scroll table{min-width:520px}
.mhusa-page [style*=”min-width”]{min-width:0 !important}
.mhusa-page img{max-width:100%;height:auto}
}
.mhusa-scroll{display:block;width:100%;max-width:100%;overflow-x:auto}
.mhusa-table{width:100%;border-collapse:collapse;font-family:Inter,sans-serif;font-size:15px;margin:8px 0 4px}
.mhusa-table th{background:#222;color:#fff;text-align:left;padding:12px 14px;font-weight:600;font-size:14px}
.mhusa-table td{border-bottom:1px solid #e5e5e5;padding:12px 14px;color:#444;vertical-align:top}
.mhusa-table tr:nth-child(even) td{background:#fafafa}
.mhusa-note{background:#EEF5FC;border-left:4px solid #1E73BE;border-radius:6px;padding:20px 24px;margin:24px 0}
.mhusa-note h3{font-family:Inter,sans-serif;font-size:17px;font-weight:700;color:#1a4d7a;margin:0 0 8px}
.mhusa-note p{margin:0;font-size:15px;color:#33475b}
.mhusa-figure{margin:0}
.mhusa-figure img{width:100%;height:auto;border-radius:8px;display:block}
.mhusa-figure figcaption{font-family:Inter,sans-serif;font-size:13px;color:#777;padding-top:8px;text-align:center}
.mhusa-checks{list-style:none;padding:0;margin:0}
.mhusa-checks li{position:relative;padding:0 0 10px 28px;font-family:Inter,sans-serif;font-size:16px;color:#444;line-height:1.6}
.mhusa-checks li::before{content:’\2713′;position:absolute;left:0;top:0;color:#1E73BE;font-weight:700}
.mhusa-wrapfig{overflow:hidden}
.mhusa-wrapfig .wf-img{width:44%;max-width:520px;margin:4px 0 20px 28px;float:right}
.mhusa-wrapfig.wf-left .wf-img{float:left;margin:4px 28px 20px 0}
.mhusa-wrapfig .wf-img img{width:100%;height:auto;border-radius:8px;display:block}
.mhusa-wrapfig .wf-img figcaption{font-family:Inter,sans-serif;font-size:13px;color:#777;padding-top:8px;text-align:center}
.mhusa-wrapfig::after{content:””;display:table;clear:both}
@media(max-width:820px){.mhusa-wrapfig .wf-img,.mhusa-wrapfig.wf-left .wf-img{float:none;width:100%;max-width:100%;margin:0 0 20px}}
Home › Laboratory Material Handling Solutions
Laboratory Material Handling Solutions
Storage, transport and workflow equipment for clinical, research, pharmaceutical, analytical and testing labs — shelving, casework, carts, cold-room storage, high-density systems and cleanroom entry. Specified, quoted and installed by MH-USA. We represent Eagle Group and its Eagle MHC division.

1997
Serving labs in the West
1947
Eagle Group founded
304/316
Stainless specified
50
States shipped
Laboratories Are a Logistics Problem With Science on Top

Every laboratory is judged on what happens at the bench, and almost every laboratory loses time somewhere else: a reagent three rooms away, a storeroom where the aisle is the only staging space, a cold room where boxes sit on the floor. Instruments get specified carefully; the storage around them gets the leftover budget, and the lab lives with it for fifteen years.
MH-USA approaches a lab as a flow: material arrives, is staged, is stored at the right temperature and height, moves to the point of use, and leaves as product, waste or archived samples. Our job is the infrastructure that carries it — shelving, casework, work surfaces, carts, high-density storage, gowning equipment, sinks and waste handling — chosen for the chemistry, cleaning regime and traffic of your rooms.
We represent Eagle Group, founded in 1947 in Clayton, Delaware, and its Eagle MHC division — stainless inset casework, cleanroom tables, gowning equipment, lab sinks, countertops and a deep catalog of wire, solid and polymer shelving. One schedule, one submittal set and one freight coordination instead of five vendors blaming each other when a bench lands two inches long.
Laboratory Types We Equip
The word “lab” covers rooms with almost nothing in common: a hospital core lab runs 24 hours; a teaching lab is empty three months a year and abused for nine; a pharmaceutical suite is a controlled environment where a wrong finish is a deviation. Here is how the storage problem changes by lab type.
Clinical & Hospital LabsCore lab, chemistry, hematology, microbiology and pathology: high specimen throughput, continuous reagent replenishment and a constant fight for storage in a room sized a decade ago. Wire shelving on mobile kits, secure modules and carts that survive 24-hour use.
Research & University LabsPI labs, core facilities and teaching labs. Layouts change with the grant cycle, so height-adjustable work surfaces, reconfigurable overshelves and shelving that moves without a contractor beat a perfect first-day layout.
Pharmaceutical & BiotechCompounding, formulation, fill-finish support and QC: controlled environments, documented cleaning, laminar flow and electropolished stainless surfaces. Gowning and material transfer are part of the design, not an afterthought.
Analytical & QC LabsInstrument-heavy rooms where the storage problem is standards, solvents, columns and consumables, and where bench vibration and chemical resistance drive the specification.
Cannabis, Food & Environmental TestingHigh-volume intake with chain-of-custody, retention that grows forever, gowning for processing areas, and stainless surfaces that take daily sanitation chemistry.
Forensic & Evidence LabsStorage where access control is the specification: lockable modules and cabinets, evidence shelving and layouts that keep custody chains short and visible.The Lab Material Handling Workflow, End to End
Before anyone picks a product, map the material path. Nearly every storage complaint we are asked to fix is a sequencing problem: something is stored where it is not used, or staged where people walk. Each step below has a matching equipment decision.
Receiving, Bulk Storage and the Room Nobody Planned

Lab receiving areas are almost always undersized, and the compensating behavior is predictable: cases on the floor. That is a cleaning problem, a moisture problem and — in an audited environment — a finding waiting to happen. Dunnage platforms and racks get bulk cases 14 inches off the floor on grooved posts with a three-sided frame supporting maximum load, and open wire lets air move so moisture does not sit under a carton. Mobile versions add four 5-inch casters, two braked, so the bulk position rolls out for cleaning.
Above the dunnage line, the decision is shelf material. Wire is the default: it moves air, does not collect dust and is the cheapest adjustable capacity. Solid shelving with a raised marine edge earns its place where small vials fall through wire and spills need containing; polymer belongs where cleaning chemistry is aggressive. Because everything indexes to the same calibrated 1-inch grooved posts, one bay can carry a solid bottom shelf, wire above it and a locking module in the middle.
Give receiving a real work surface too — a wall-mounted stainless table with 14-gauge brackets keeps the floor clear for rolling cabinets and makes wash-down realistic. What you want to avoid is unpacking on the only bench that is also a work bench.



Where cantilever shelving wins
Q-LEVER cantilever shelving hangs shelves off a single 76-inch upright with no wall bolting and adjusts in 2-inch increments without tools — so you can add wall storage in a leased building where drilling is not allowed, and move it when the program changes.
Reagent, Consumable and Controlled-Item Storage
Split this problem in two. Bulk stock lives in the storeroom, is picked weekly and should be dense. Working stock sits within arm’s reach of the bench, is picked hourly and should be shallow and visible. Labs that use one solution for both either walk constantly or hoard at the bench.

For bulk stock, depth helps: 24-inch shelves, full-height posts and stackable polypropylene bins with molded label slots that nest and divide. For working stock go shallow — 14 to 18 inches — and put it on an overshelf or wall shelf so the bench stays a bench.
Controlled items are a separate specification. Security modules convert part of an existing shelving unit into a lockable compartment with hinged or flip-up doors. Mini security units are a self-contained 40-inch-high chrome wire cabinet with a full-access double door and hasps for a padlock — often the fastest way to give reference standards or scheduled material a defensible home. Where the requirement is enclosed and wipeable rather than merely locked, a stainless vertical storage cabinet — type 304 body, adjustable shelves, optional sloped top for laminar flow rooms, 5-inch brake casters — is the better answer.
And label the shelf, not the box — shelf markers and bin labels are what make a par-level system survive staff turnover.



Not sure how much storage your lab actually needs?
Send us a floor plan and a rough line-item count. We will come back with a bay-by-bay layout, model numbers, and where the high-density system pays for itself.
Request a Lab Storage Layout Call (800) 326-4403 Call (800) 326-4403
Sample, Specimen and Cold-Room Storage

Sample storage has one property no other lab storage shares: it only grows. Plan for expansion in the layout, not the shelf count — leave a run’s worth of wall, keep post heights consistent, and standardize on one shelf width so nothing becomes an orphan.
Cold rooms punish the wrong finish faster than any other room. Chrome is wrong where condensation cycles daily; epoxy-coated wire or type 304 stainless on stainless posts survives. Keep the bottom shelf high enough to clean under, leave clearance at the evaporator, and prefer open wire so cold air circulates through the load rather than around it. Where freezers carry the samples, the problem moves to the freezer farm’s surroundings: staging carts, a work surface for pull-and-log, and secure storage for boxes waiting to go back in.
For high-volume retention, high-density mobile shelving is usually the only way to buy capacity without buying a room. Eagle’s Floor-Trak systems mount wire shelving on non-corrosive aluminum tracks with end stops, using aircraft-quality aluminum skate kits with stainless inserts and hardened steel bearings; double-deep does not sacrifice rollability. The tradeoff is one open aisle at a time — fine for archives, wrong where four people pick all shift.


Sizing a transport cart fleet
Count trips, not carts: runs per shift times departments served, plus carts parked loaded at either end. Then check door width, elevator depth and the tightest corridor turn before ordering. A stainless three-shelf cart with 1-inch upturns stops racks walking off in a hallway.
Work Surfaces, Overshelves and Bench-Level Storage

The bench is where storage decisions become ergonomic decisions. Eagle’s AdjusTable work surface systems put a solid or perforated stainless top — brushed or electropolished, hat-channel reinforced — on numbered posts calibrated in 1-inch increments (33-inch front, 63-inch rear, 29-inch front posts for wire overshelves). The numbering is the useful part: two people can reset a bench or overshelf level without a tape measure, making a shared research bench reconfigurable in an afternoon instead of a work order.
Overshelves come in two philosophies: wire overshelves on the rear posts keep the shelf accessible and let light through, while cantilevered overshelves clear the back of the bench entirely. Below the top, choose a wire undershelf, an H- or C-frame open base, or nothing where a rolling cabinet slides in.
In controlled environments, perforated cleanroom tables change the airflow math: 14-gauge type 304 tops with 3/4-inch perforations, rolled edges, ends turned down 90 degrees for flush installation, and a uni-lok gusset welded into the hat channel to limit lateral movement. Height-adjustable tables — pinned-leg 30 to 37 inches, electronic-drive 29 to 40 inches — suit stations shared by staff of different heights.
Bench and workstation selection lives on our laboratory furniture page, and shelving series comparisons live on laboratory shelving and storage. This page covers the flow between them.



Stainless lab wall shelves are worth specifying rather than defaulting: 16-gauge stainless with a reinforced center hat channel and a 1.25-inch rear upturn, adjusting in 1.5-inch increments, with bookends and an optional front wire retaining ledge. In a seismic region — most of our territory — that ledge is not a nicety.
Laboratory Furniture: Casework, Benches and Work Surfaces
Storage flow only works if the fixed furniture underneath it is right. Casework sets the footprint of every room, benches set how people work at the instrument, and the countertop decides what chemistry the surface survives. MH-USA specifies all three together — steel, stainless, phenolic, epoxy and laminate — so the base cabinets, the bench system and the work surface arrive as one coordinated package instead of three separate orders that do not line up on site.
Start with the full overview on our laboratory furniture page, then go deeper on the component you are specifying:
Laboratory Casework
Base, wall, tall, sink-base and ADA cabinets in steel, stainless, phenolic and laminate — how each construction behaves in wet, corrosive and cleanroom rooms.
Lab Benches & Workstations
Fixed, mobile, wall-hung and height-adjustable benches with overshelves, power, ESD options and reconfigurable frame systems.
Lab Countertops & Work Surfaces
Epoxy resin, phenolic resin, stainless 304/316, solid surface and laminate compared on chemical resistance, heat, moisture and cost.
Furniture and storage are quoted together on the same layout. Send a floor plan or a room list to 800-326-4403 and we will lay out casework, benches, work surfaces and the storage around them as one package.
Gowning, Cleanroom Entry and Garment Staging

A gowning room fails for geometric reasons far more often than product reasons. If the bench is not long enough to define a clean and a dirty side, people step over it; if hooks sit on the wrong side, gowns cross the line. Size the bench to the people entering at shift change, not to the wall you have left.
Eagle builds gowning benches at two tiers. Perforated-top stainless benches use 3/4-inch perforations on 1-inch centers for roughly 40 percent laminar flow, with rolled edges, 500-lb capacity, 18-inch 16-gauge type 304 legs, triangular foot plates for floor bolting and Quad-Truss wire undershelves for shoes. Wire gowning benches are the economical tier at about 62 percent laminar flow, with four 18-inch legs, a three-sided channel frame and one wire shelf up to 72 inches — right for less demanding rooms or while a space is brought into clean.
Garment storage is the other half. Wall-mount gowning racks in a 14-inch width come in 48-inch (30 hooks), 60-inch (38 hooks) and 72-inch (46 hooks) lengths in electropolished or chrome; mobile garment racks with a chrome hanger bar and 5-inch casters handle laundry staging.
The full controlled-environment range is covered on our Eagle cleanroom products page, with entry-specific detail on gowning room essentials and bench selection on cleanroom gowning benches.



Glassware, Wash-Up, Sinks and the Waste Path

Wash-up is the part of a lab that looks like a commercial kitchen, and it fails the same way: soiled and clean cross. Lay the room out as a line — soiled landing, sink, wash, dry, clean staging.
Laboratory service sinks in 14-gauge type 304 — welded polished bowls, radius corners, rolled edges, 8-inch backsplash — come in one, two or three compartments with or without sloped drainboards. Three compartments plus a drainboard is the glass-wash workhorse; a single deep bowl suits rooms where a washer does the volume. Drop-in bowls and no-deck sinks let a sink live inside a fabricated countertop run.
For drying, stainless pegboards with 6-inch polymer pegs, a 4-inch drip trough and 36 inches of drain tubing beat a rack of towels and take no floor space. Where there is no plumbing, a portable hand sink cabinet with a 115-volt pump, 5-gallon fresh and 7-gallon waste tanks, faucet, soap and towel dispensers and a GFCI outlet solves hand hygiene without a plumber.
Waste and janitorial usually get no space in the plan. A mop sink storage cabinet with a deep-drawn seamless 8-inch bowl, 15-degree sloped top and open back that envelops the wall service faucet keeps that position enclosed and wipeable. Waste staging should be mobile and sized for the pickup interval, not the daily volume.



Choosing a Lab Storage System: Comparison
Most lab storage arguments come down to a handful of candidates. This is how we compare them.
| System | Best for | Typical construction | Density | Watch out for |
|---|---|---|---|---|
| Stationary wire shelving | Storerooms, bench-adjacent working stock, cold rooms | Chrome, epoxy-coated or type 304 stainless wire on grooved numbered posts | Baseline | Chrome in humid or cold-cycled rooms; small items falling through |
| Solid & polymer shelving | Small vials, spill containment, aggressive cleaning chemistry | Hemmed heavy-gauge solid shelf with raised marine edge, or molded polymer | Baseline | Less airflow than wire; heavier to reconfigure |
| High-density mobile (Floor-Trak) | Sample retention, archives, consumable bulk stores | Wire shelving on aluminum track with skate kits, single- or double-deep | 40–50% more in the same room | One aisle open at a time; verify floor flatness before install |
| Cantilever (Q-LEVER) | Wall storage where drilling or bolting is restricted, changing layouts | 76-inch upright, wire or solid shelves, tool-free 2-inch adjustment | Wall-line only | Load rides on the upright — plan the footprint, not just the wall |
| Enclosed & secure storage | Controlled substances, reference standards, evidence, kits | Security modules, mini security units, or type 304 cabinets with keyed locks | Lower per square foot | Access policy should drive the choice, not cabinet cost |
| Stainless casework & countertops | Fixed benches, sink runs, pharmaceutical and pathology suites | 16 or 14 gauge type 304 or 316, coved corners, seams to spec | Fixed | Made to size — field verify before fabrication releases |
A note on finishes
Chrome is fine in dry, climate-controlled rooms and nowhere else. Epoxy-coated wire handles humidity and refrigeration. Type 304 stainless is the general lab standard for wet, cleaned and audited areas. Type 316 is the aggressive-chemistry upgrade — worth it in specific rooms, wasted building-wide.
How We Plan, Specify and Install a Lab Package
Walk the flow
We start with the material path, not the product list. Half the wins on a lab project come from moving a storage location, not buying a better shelf.
Field verify
Rooms are measured after the walls exist. Column locations, door swings, elevator depth, corridor turns and floor flatness all constrain product choice.
Specify by room
Finish, gauge and shelf type get chosen per room against chemistry, cleaning regime and temperature — not one blanket specification. Where certification or standards conformance matters, we confirm model-by-model in writing.
Submittal package
Model numbers, spec sheets and CAD or Revit files pulled for the schedule, so lab planners and engineers can drop them into the drawing set.
Lead time and freight
Standard shelving, carts, dunnage and gowning equipment generally ship in a couple of weeks; casework, fabricated countertops, custom sinks and track systems are made to size and take longer. Freight is quoted with the equipment.
Delivery and install
Phased delivery in occupied buildings, install windows around lab downtime and knock-down products where access demands it. We ship nationwide from Salt Lake City.

Custom is normal here. Eagle’s SpecFAB division handles modifications to standard models — a relocated sink bowl, a non-standard length, a cut-out for a drop-in instrument — and fully fabricated countertops. Stainless countertops run 16 or 14 gauge in type 304 or 316, with square or box marine front edges, splashes to specification, coved sanitary corners, and a mechanical hairline seam or field-welded joint. Maximum length without a seam is 144 inches, reduced by 5.5 inches per end splash — the dimension that decides whether a 16-foot bench run has a visible joint.
We do not sell your instruments. What we do is make sure the infrastructure around the science is specified once, correctly, by someone who has seen the same room fail before.
Turnkey Laboratory Solutions: Design, Instrument Support and Infrastructure
Some projects arrive as a product list. Others arrive as an empty shell and a program document, and the question is not which shelf to buy but how the whole room should work. Those are the projects where turnkey laboratory solutions earn their keep: one team plans the layout, specifies the fixed and mobile infrastructure, produces the submittal package, and phases delivery and installation so the lab opens on schedule instead of opening around a punch list.

Design and space planning come first. Lab design is really three overlapping constraints: the workflow (samples should move forward, never back through a dirty zone), the clearances (aisle width, door swings, elevator depth, and the space a technician needs to open a full-extension drawer while someone passes behind), and the services (where power, gas, vacuum and drains land, because they fix the bench line for the life of the room). We lay out the storage and work surfaces against those three before anyone talks about model numbers. Modularity matters as much as capacity: adjustable-height tables, knock-down bases and shelving that re-posts on 1-1/2-inch centerlines let a room absorb a new instrument in an afternoon instead of a renovation.
Customized laboratory solutions are the norm, not the exception. Very few labs fit an unmodified catalog run. Eagle’s SpecFAB division modifies standard models — a shortened base, a relocated bowl, a cut-out for a drop-in instrument — and MH-USA specifies knee-space apron kits in type 304 stainless (24 to 48 inch widths, 22 inch depth, 5 inch apron, with or without a 3 inch drawer on full-extension ball-bearing slides) to convert standing casework runs into seated analytical stations.
Analytical Instrument Storage and Bench Support

Analytical instruments fail quietly when their consumables live somewhere else. Columns, cuvettes, vials, septa, calibration standards and spare tooling belong within arm’s reach of the instrument that uses them, sorted so a technician can find the right one without opening five drawers. Standing-height single-bank base cabinets at 35 inches with ten 3-inch full-length drawers give roughly one drawer per consumable class in the footprint of a single cabinet, in stainless construction that survives solvent wipe-down. Heavier accessories — pump modules, gas regulators, spare detectors — go behind full-height hinged doors with an adjustable intermediate shelf rather than on an open shelf where they collect dust.
Above the bench, the rule is different: keep mass low and keep the balance clear. Three-shelf modular wall systems in 16-gauge type 304 stainless, with 1-1/4 inch rear upturns, 4-1/2 inch downturned bookends and a center hat channel, hang consumables at eye level on 36-1/2 inch uprights without adding vibration paths to a bench-mounted analytical balance. Anything that vibrates, heats or weighs stays off the shelf and on the floor or on its own table.

Laboratory systems, not loose parts. The reason we quote laboratory storage solutions as a package is that the pieces interact: shelf depth sets aisle width, aisle width sets cart size, cart size sets door and elevator requirements, and the wash-up layout decides where clean glassware can dry without being carried back through a dirty corridor. Buying each item separately usually produces a room that is individually correct and collectively slow. When we scope laboratory infrastructure for a new build or a retrofit, the deliverable is a room-by-room schedule with model numbers, finishes, lead times and freight — one document your planner, contractor and purchasing team can all work from.
Shop Laboratory Storage Products Online
A selection of lab storage and workstation products available directly from our online store. For full packages, custom sizes, casework and freight-rated orders, request a quote.
Every Laboratory Page We Publish
This hub covers the workflow; these pages go deep on the individual product areas.
- Laboratory furniture — casework, benches, workstations and height-adjustable tables
- Laboratory shelving & storage — shelving series, posts, accessories and mobile kits
- Eagle cleanroom products — perforated tables, overshelves and controlled-environment equipment
- Gowning room essentials — benches, racks, hooks and cleanroom entry layout
- Cleanroom gowning benches — bench tiers, laminar flow percentages and sizing
- Eagle lab products — the Eagle MHC laboratory catalog overview
- Sanitation-rated shelving solutions — shelving for wet, clean and high-sanitation rooms
- Utility carts — transport carts for samples, supplies and inter-department runs
- Healthcare material handling solutions — the hospital and clinical facility twin of this page
Laboratory Material Handling FAQs
What does laboratory material handling actually cover?
Can shelving go inside a cold room or walk-in freezer?
How much floor space does high-density mobile shelving save in a lab storeroom?
What stainless type and gauge should a lab specify?
Are your lab products certified for our regulatory environment?
Do you ship laboratory equipment outside Utah?
What are the key considerations when designing a laboratory?
Can you provide a turnkey laboratory package rather than individual products?
{“@context”: “https://schema.org”, “@type”: “FAQPage”, “mainEntity”: [{“@type”: “Question”, “name”: “What does laboratory material handling actually cover?”, “acceptedAnswer”: {“@type”: “Answer”, “text”: “Everything a sample, reagent or consumable touches between the dock and the bench, and everything that leaves as waste: receiving and bulk storage, reagent shelving, sample storage including cold rooms, transport carts, gowning, glassware wash and dry, and the waste path out. Instruments are the lab’s specialty; the storage and layout around them is ours.”}}, {“@type”: “Question”, “name”: “Can shelving go inside a cold room or walk-in freezer?”, “acceptedAnswer”: {“@type”: “Answer”, “text”: “Yes, but the finish matters more than anywhere else in the building. Chrome-plated wire is wrong for a humid, frequently defrosted cold room because condensation cycles find every plating flaw. Specify epoxy-coated or type 304 stainless wire on stainless posts, keep the bottom shelf high enough for floor cleaning, and leave airflow clearance at the evaporator.”}}, {“@type”: “Question”, “name”: “How much floor space does high-density mobile shelving save in a lab storeroom?”, “acceptedAnswer”: {“@type”: “Answer”, “text”: “It removes the aisles you are not standing in. Fixed runs need an aisle between every bank; a track-mounted system shares one working aisle across the group, typically recovering 40 to 50 percent of the room’s footprint. Check floor flatness and whether the room can live with one open aisle at a time before committing.”}}, {“@type”: “Question”, “name”: “What stainless type and gauge should a lab specify?”, “acceptedAnswer”: {“@type”: “Answer”, “text”: “Type 304 in 16 or 14 gauge covers most lab work surfaces, sinks and casework. Type 316 is the upgrade where chloride or aggressive chemistry is routine — some analytical and pharmaceutical areas justify it, most clinical and teaching labs do not.”}}, {“@type”: “Question”, “name”: “Are your lab products certified for our regulatory environment?”, “acceptedAnswer”: {“@type”: “Answer”, “text”: “Third-party listings and standards conformance are model-specific rather than line-wide, so we make no blanket certification claims. Send the model numbers or the schedule and we will confirm in writing what each item carries, with spec sheets and CAD or Revit files for the submittal.”}}, {“@type”: “Question”, “name”: “Do you ship laboratory equipment outside Utah?”, “acceptedAnswer”: {“@type”: “Answer”, “text”: “Yes. MH-USA is in Salt Lake City and has served the Intermountain West since 1997, and we quote and ship laboratory storage, casework and transport equipment nationwide. Freight is quoted with the equipment, and we coordinate dock scheduling, inside delivery and installation.”}}, {“@type”: “Question”, “name”: “What are the key considerations when designing a laboratory?”, “acceptedAnswer”: {“@type”: “Answer”, “text”: “Workflow first: samples and materials should move forward through the room without crossing back through a dirty zone. Then clearances — aisle width, door swings, elevator depth and the room a technician needs to open a full-extension drawer while someone passes behind. Then services, because the location of power, gas, vacuum and drains fixes the bench line for the life of the lab. Storage and work surfaces are specified against those three, room by room, rather than to one blanket standard.”}}, {“@type”: “Question”, “name”: “Can you provide a turnkey laboratory package rather than individual products?”, “acceptedAnswer”: {“@type”: “Answer”, “text”: “Yes. We plan the layout, specify the shelving, casework, work surfaces, carts, gowning and wash-up equipment as one schedule, pull spec sheets and CAD or Revit files for the submittal, and phase delivery and installation around lab downtime. You get model numbers, finishes, lead times and freight in a single document instead of a dozen unrelated quotes.”}}]}
Get a Laboratory Storage Layout and Quote
Send your floor plan, equipment schedule or a photo of the room to Sales@MH-USA.com, or call (800) 326-4403. We will return a layout, model numbers, lead times and freight.




