<!DOCTYPE html>
<!--[if lte IE 9]><html class="no-js lt-ie10" lang="en" data-category-scroll="true" data-product-reviews="true" data-enable-vol-cart="true" ><![endif]-->
<!--[if gt IE 9]><!--><html class="no-js" lang="en" data-category-scroll="true" data-product-reviews="true" data-enable-vol-cart="true" ><!--<![endif]-->
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
<meta name="google-site-verification" content="yWktTq83FarK3VsJ-XEKtqaJWttxWprnSxY1tpwmeM4" />
<meta name="google-site-verification" content="M5ArnAKcBX3ZxXBJjfYgQwu5ocfVmpRw084_1iyxBBQ" />
 <meta name="globalsign-domain-verification" content="X-3VN5HWF8sEtVtozL34y7FqbUfYBIbBiPZZnBfLqI" /> 
<meta name="google-site-verification" content="gDmapu-9ey8FRlbbQTtsQoZLbpZdTFt_pSA3pPQNQf8" />
<script type="text/javascript">
    window._monsido = window._monsido || {
        token: "8egz7NIv9VsoiSD9-lZQaQ",
        pageAssistV2: {
            enabled: true,
            theme: "light",
            mainColor: "#DD2E37",
            textColor: "#ffffff",
            linkColor: "#323232",
            buttonHoverColor: "#DD2E37",
            mainDarkColor: "#FFCF4B",
            textDarkColor: "#ffffff",
            linkColorDark: "#FFCF4B",
            buttonHoverDarkColor: "#FFCF4B",
            greeting: "Discover your personalization options",
            direction: "leftbottom",
            coordinates: "unset unset 3 20",
            iconShape: "circle",
            title: "Personalization Options",
            titleText: "Welcome to PageAssist™ toolbar! Adjust the options below to cater the website to your accessibility needs.",
            iconPictureUrl: "logo",
            logoPictureUrl: "",
            logoPictureBase64: "",
            languages: ["en-US"],
            defaultLanguage: "en-US",
            skipTo: false,
            accessibilityStatementURL: "https://shop.factory-express.com/Articles.asp?ID=375",
            alwaysOnTop: false,
        },
    };
</script>
<script type="text/javascript" async src="https://cdn.monsido.com/page-assist/v2/mon-page-assist-loader.js"></script>
<meta name="Description" content="Factory Express is an office supply &amp; equipment company offering quality supplies at great prices. Located in Denver, CO, check out our inventory &amp; order today." />
<meta name="Keywords" content="Office, Supply, Binding, Binding Supplies, Laminate, Lamination, Plastic Binding, 19 Ring Binding, Coil Binding, Laminating Pouches, Wire Binding, Paper Finishing, Office Equipment, Laminators, Mail Processing, Shredders, Paper Shredders, Cutters, Paper Cutters, Folders, Paper Folders, Presentation Equipment, Punches, Paper Punches, Binding Machine, Binding Equipment, Lamination Equipment" />
<title>Office Supply &amp; Equipment Company in Denver &amp; Boulder, CO | Factory Express</title>
<meta name="robots" content="index, follow" />
<meta name="GOOGLEBOT" content="INDEX, FOLLOW" />

<link rel="canonical" href="https://shop.factory-express.com/default.asp" />
		
<link type="text/css" href="//ajax.googleapis.com/ajax/libs/jqueryui/1.8.4/themes/base/jquery-ui.css" rel="stylesheet" />
<link type="text/css" href="/a/c/default.css" rel="stylesheet" />

<link href="https://d2vybzwh58lt6q.cloudfront.net/stores/1707822/template/26920201223104245/css/26920201223104245.css" rel="stylesheet">




<script type="text/javascript" src="https://code.jquery.com/jquery-3.7.1.min.js"></script>
<script type="text/javascript" src="/a/j/jquery-migrate-merged.js"></script>
<script type="text/javascript">
	jQuery.curCSS = function(element, prop, val) {
		return jQuery(element).css(prop, val);
	};
</script>

<script type="text/javascript" src="//ajax.googleapis.com/ajax/libs/jqueryui/1.8.4/jquery-ui.min.js"></script>




<script type="text/javascript">
	var Config_VCompare_MaxProducts = '5';
	var PageText_783 = "Compare";
	var PageText_784 = "Change Selections";
	var PageText_785 = "You've attempted to select more than {0} items. Click {1} to continue with your initial {0} items or {2} to change your selections.";
	var PageText_819 = "Product Comparison";
    var PageText_822 = "Compare";
    var PageText_840 = "Create Password";
    var PageText_841 = "Retype Password";
    var PageText_842 = "Added to cart";
    var PageText_843 = "Subtotal";
    var PageText_844 = "Items in cart";
</script>
<script type="text/javascript" src="/a/j/volusion.js?5945f39dad56535ee5e91176e86cf9ca576ed05e"></script>
<script type="text/javascript">
    (function ($) {
        volusion.ready(function () {
            if (volusion.cart.isObservingCount()) {
                var ts = new Date().getTime();
                $.getJSON('/AjaxCart.asp?Action=itemCount&cachebust=' + ts, function (data) {
                    var quantityTotal = 0;
                    $.each(data.Products, function (key, val) {
                        if (val.IsProduct === 'Y') {
                            quantityTotal += parseInt(val.Quantity);
                        } else if (val.IsAccessory === 'Y') {
                            quantityTotal += parseInt(val.Quantity);
                        }
                    });
                    quantityTotal = quantityTotal || '0';
                    volusion.cart.itemCount(quantityTotal);
                });
            }
        });
    } (jQuery));
</script>
<link type="text/css" rel="stylesheet" href="/a/contentbuilder/assets/default/content.css"/>
<script type="text/javascript" src="/a/j/paypal-rest-default-buttons.js"></script>


<link type="text/css" rel="stylesheet" href="/a/c/soft_add.css"/>
<script type="text/javascript">
	var global_Config_EnableDisplayOptionProducts = 'False';
	var global_Config_ForceSecureShoppingCartPage = false;
	var global_PageText_OtherItemsAdded = '(All other items have been added to the cart)';
	var Config_EnableSoftAddToCart = false;
</script>

	<script type="text/javascript" src="/a/j/javascripts.js?6_5_5945f39dad56535ee5e91176e86cf9ca576ed05e"></script>

<script type="text/javascript">
	var Config_Search_Auto_Complete = true;
</script>

<script type="text/javascript">
/* New Checkout JS */

if (!String.prototype.includes) {
    String.prototype.includes = function() {
        'use strict';
        return String.prototype.indexOf.apply(this, arguments) !== -1;
    };
}

if (!Array.prototype.includes) {
  Object.defineProperty(Array.prototype, "includes", {
    enumerable: false,
    value: function(obj) {
        var newArr = this.filter(function(el) {
          return el == obj;
        });
        return newArr.length > 0;
      }
  });
}

var whichCheckoutToGoTo = "new"
function setWhichCheckoutToGoTo(choice) {
	whichCheckoutToGoTo = choice
}

function goToCheckout() {
	var IsAGift = $('#IsAGift').val();
	if (whichCheckoutToGoTo === "new") {
		proceedToNewCheckout(IsAGift)
	} else {
		proceedToOldCheckout()
	}
}

function proceedToOldCheckout() {
  window.location.href = "/one-page-checkout.asp";
}

function proceedToNewCheckout(IsAGift) {
    if (IsAGift == "Y") {
		window.location.href = "/GiftOptions.asp";
    } else {
		window.location.href = "/checkout/?text=656565&bg=FFFFFF&font=Lato%2C+ui%2Dsans%2Dserif%2C+system%2Dui%2C+%2Dapple%2Dsystem%2C+BlinkMacSystemFont%2C+Segoe+UI%2C+Roboto%2C+Helvetica+Neue%2C+Arial";
    }
}

function linkCheckoutButtonsToNewCheckout() {
	/* Replace links to one-page-checkout.asp to instead open new checkout modal */
	var anchors = document.getElementsByTagName("a");
	for (var i = 0; i < anchors.length; i++) {
		if (anchors[i].href.includes("/one-page-checkout.asp")) {
			anchors[i].href = "javascript:void(0);"
			anchors[i].setAttribute("onclick","goToCheckout()")
		}
	}
	/* Also look for the patterns we see for proceed to checkout buttons on shoppingcart.asp */
	var inputs = document.getElementsByTagName("input");
	for (var i = 0; i < inputs.length; i++) {
		if (inputs[i].name.includes("btn_checkout_guest")) {
			inputs[i].setAttribute("onclick","goToCheckout()")
		}
	}

	if (document.Proceed_To_Checkout_Form) {
		document.Proceed_To_Checkout_Form.action = "javascript:void(0);"
	}
}
document.addEventListener("DOMContentLoaded", linkCheckoutButtonsToNewCheckout); /* this one runs super fast right away on page load */
window.addEventListener("load", linkCheckoutButtonsToNewCheckout); /* this one is important to run after credo template does its replacements */
</script>
<style type="text/css">
/* New Checkout CSS */

.new-secure-checkout-modal {
  background: linear-gradient(45deg, rgba(0, 0, 0, 0.5), rgba(54, 54, 54, 0.5));
  backdrop-filter: blur(3px);
  display: none; /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 1000; /* Sit on top */
  left: 0;
  top: 0;
  width: 100%; /* Full width */
  height: 100%; /* Full height */
  overflow: auto; /* Enable scroll if needed */
  text-align: center;
}

.new-secure-checkout-modal-content {
  margin: auto;
  width: 100%;
  height: 100%;
  background: none;
}

.new-secure-checkout-iframe {
  height:calc(100vh - 4px);
  width:calc(100vw - 4px);
  box-sizing: border-box;
}
</style>

<!-- Global site tag (gtag.js) - Google Analytics -->
<script async src="https://www.googletagmanager.com/gtag/js?id=UA-1399167-37"></script>
<script>
  window.dataLayer = window.dataLayer || [];
  function gtag(){dataLayer.push(arguments);}
  gtag('js', new Date());

  gtag('config', 'UA-1399167-37');
</script>

    <script src="https://www.paypal.com/sdk/js?client-id=AeDWFs5RFH33pB3skuP1M57jTWgMHSuKFMxJtkMddpYsR7SSEBanfqI1RN7LlRaQ_Jmjxb8-L_1dbIJW&merchant-id=ZHWQG6EFW48U4&currency=USD&commit=false&intent=capture&disable-funding=card&components=buttons,messages,hosted-fields&enable-funding=venmo,paylater"></script>


    <meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <meta id="v65-layout-mode" data-cart="storedot" data-checkout="storedot" data-use-simplified-checkout="true">
    <!-- LOGO UPLOAD TOOL *** SET HEIGHT & WIDTH *** -->
    <meta id="v65-logo-dimensions" data-width="200" data-height="80">
    <link href="/v/vspfiles/templates/269/css/template.css" rel="stylesheet">
    	<link href="//d21ivvgspl06jm.cloudfront.net/theme-assets/icons/theme-icons-base.css" rel="stylesheet">
    <!-- DESIGN TOOLKIT -->
    <script src="/v/vspfiles/templates/269/js/min/design-toolkit.min.js"></script>
    <!-- SVG LOADING -->
    <script>
    $(function(){
        $("#svgIncludes").load("/v/vspfiles/templates/269/images/svgdefs.svg");
    });
    </script>
<!-- Google tag (gtag.js) -->
<script async src="https://www.googletagmanager.com/gtag/js?id=G-27GN6X530K"></script>
<script>
  window.dataLayer = window.dataLayer || [];
  function gtag(){dataLayer.push(arguments);}
  gtag('js', new Date());

  gtag('config', 'G-27GN6X530K');
</script>

</head>
<!-- ========== Warehouse - 269 ======================
    DESIGNER: WA
    DEVELOPER: CD
    CODE DATE: 2017-06
    VERSION: 3.0.3
========================================= -->
<body>
    <span style="display:none;" id="svgIncludes"></span>
    
        <a href="#content_area" id="skip-to-content" class="sr-only">Skip to content</a>
    
    <noscript id="no-js-notice">
      To take full advantage of this site, please enable your browser's JavaScript feature. <a href="http://www.activatejavascript.org/" target="_blank" rel="nofollow">Learn how</a>
    </noscript>
    <div class="vol-container">
        <div class="vol-inner">
                <nav class="menu push-menu hidden-md hidden-lg" data-menu-type="slide-left" menu-icon-type="chevron">
                	<!-- #############################################
            			Supported menu icons for "toggle-expand":
            			** "chevron"
            			** "plus"
            		############################################# -->
                    <div class="push-menu__close-btn close-menu text-right">
                        <svg class="icon"><use xlink:href="#svg-close"></use></svg>
                    </div>
                    <div id="push-menu__header-promo" class="col-xs-12">
                        <!-- Content cloned with JS -->
                    </div>
                    <div class="push-menu__menu-wrapper col-xs-12 no-pad">
                        <!-- Content cloned with JS -->
                    </div>
                    <div id="push-menu__utility" class="col-xs-12 hidden-sm">
                        <!-- Content cloned with JS -->
                    </div>
                </nav><!-- /slide menu left -->
            <div class="page-wrap">
                <header class="header" data-ui-block="header-1" data-se="bgc(header-bg) c(header-color) c:h(header-hover)">
                    <div class="header__top hidden-xs text-right">
                        <div class="container">
                            <section class="microblock utility">
                                <a class="utility-link" href="/aboutus.asp" rel="nofollow">About Us</a>
                                <a class="utility-link" href="/Contact_Us_a/83.htm" rel="nofollow">Contact Us</a>
                                <a class="utility-link hide-logout" href="/myaccount.asp" rel="nofollow">My Account</a>
                                <a class="utility-link hide-login" href="/login.asp" rel="nofollow">Login</a>
                            </section>        </div>
                    </div>
                    <div class="header__middle">
                        <div class="container">
                            <div class="row">
                                <div class="v-center-md-and-up logo-wrapper col-xs-12 col-md-3 text-center-sm-and-down">
                                    <div class="microblock vol-logo" id="display_homepage_title"><span class="vol-logo vol-logo--graphic" itemscope itemtype='http://schema.org/OfficeEquipmentStore'><meta itemprop='name' content='Factory Express'><a class="vol-logo__link" href="https://shop.factory-express.com/default.asp" title="Factory Express">Factory Express</a></span></div>                </div>
                                <div class="v-center menu-toggle-wrapper col-xs-2 no-pad-right-sm-and-down hidden-md hidden-lg">
                                    <div class="microblock menu-toggle">
                                        <a class="menu-toggle__link" href="javascript:void(0);" id="nav-toggle" data-menu-type="slide-left">
                                            <svg class="menu-toggle__icon icon"><use xlink:href="#svg-menu"></use></svg>
                                            <span class="sr-only">Toggle mobile menu</span>
                                        </a>
                                    </div>                </div>
                                <div class="v-center header-promo-wrapper col-xs-3 hidden-xs hidden-sm">
                                    <section class="microblock header-promo text-center" data-v-edit-region="header-promo">
                                        <a class="header-promo__link" href="/Shipping_Policy_a/57.htm">
                                        	<h3 class="header-promo__text header-promo__text--large">Business Machine & Supply Solutions Direct</h3>
                                            <div class="header-promo__text header-promo__text--small">Tel: 505-247-3232</div>
                                            <div class="header-promo__text header-promo__text--small">Toll Free: 800-399-2564</div>
                                        </a>
                                    </section>                </div>
                                <div class="v-center search-wrapper col-xs-6 col-sm-8 col-md-4 microblock-group">
                                    <div id="search" class="microblock search">
                                    	<label for="search" class="sr-only">Search store</label>
                                        <form class="search__form" action="/searchresults.asp" method="get" name="SearchBoxForm">
                                            <input class="search__input" id="search" placeholder="Search..." type="text" name="Search" value="">
                                            <button type="submit" name="Submit" class="search__submit" >
                                            	<p class="sr-only">Submit search</p>
                                                <svg class="search__icon icon"><use xlink:href="#svg-search"></use></svg>
                                            </button>
                                        </form>
                                    </div>                </div>
                                <div class="v-center col-xs-4 col-sm-2 no-pad-left-sm-and-down">
                                    <div class="microblock cart" data-v-anchor="cart">
                                        <a href="/shoppingcart.asp" class="microblock__body cart__link" rel="nofollow">
                                            <span class="cart__icon-wrapper hidden-md hidden-lg">
                                            	<svg class="cart__icon"><use xlink:href="#svg-cart"></use></svg>
                                        	</span>
                                        	<span class="cart__text hidden-xs hidden-sm">MY CART</span>
                                            <span class="cart__count text-center" data-v-observable="cart-count">                                            </span>
                                        </a>
                                    </div>                </div>
                            </div>
                        </div>
                    </div>
                    <div class="header__bottom hidden-xs hidden-sm">
                        <div class="container">
                            <div class="row">
                                <nav class="microblock main-menu">
                                    <!-- #############################################
                                    Supported link-alignment:
                                    ** "left"
                                    ** "center"
                                    ** "right"
                                    ** "space-between"
                                    ** "space-around"
                                    ############################################# -->
                                    <!-- ========== MENU 1 ========== -->
                                    <nav id="display_menu_1" class="menu"  link-alignment=""><script type="text/javascript">var breadCrumb="||";</script>
<link rel='stylesheet' type='text/css' href='/a/c/vnav.css'>
<script src='/a/j/vnav.js?1'></script>
<ul class='vnav vnav--horizontal vnav--level1'>
<li class='vnav__item'><a href='/category-s/251.htm' class='vnav__link'>Binding Machines</a>
</li>
<li class='vnav__item'><a href='/category-s/277.htm' class='vnav__link'>Laminators</a>
</li>
<li class='vnav__item'><a href='/category-s/303.htm' class='vnav__link'>Mail Processing</a>
</li>
<li class='vnav__item'><a href='/category-s/393.htm' class='vnav__link'>Money Handling</a>
</li>
<li class='vnav__item'><a href='/category-s/235.htm' class='vnav__link'>Office Supplies</a>
</li>
<li class='vnav__item'><a href='/category-s/366.htm' class='vnav__link'>Packaging & Shipping</a>
</li>
<li class='vnav__item'><a href='/category-s/265.htm' class='vnav__link'>Paper Cutters</a>
</li>
<li class='vnav__item'><a href='/category-s/244.htm' class='vnav__link'>Paper Folders</a>
</li>
<li class='vnav__item'><a href='/category-s/242.htm' class='vnav__link'>Paper Handling</a>
</li>
<li class='vnav__item'><a href='/category-s/281.htm' class='vnav__link'>Paper Punches & Drills</a>
</li>
<li class='vnav__item'><a href='/category-s/282.htm' class='vnav__link'>Paper Shredders</a>
</li>
<li class='vnav__item'><a href='/category-s/394.htm' class='vnav__link'>Presentation Equipment</a>
</li>
<li class='vnav__item'><a href='/category-s/452.htm' class='vnav__link'>Safes</a>
</li>
<li class='vnav__item'><a href='/category-s/449.htm' class='vnav__link'>Time Clocks</a>
</li>
</ul>
</nav>
                                    <!-- #display_menu_1 -->
                                </nav>            </div>
                        </div>
                    </div>
                </header>
                
                    <script>
                        $(document).ready(function() {
                            if($("div#vSlider")[0]) {
                                $('html').addClass('slideshow-active');/* Detects if the slideshow is on */
                                $("#slideshow-container").html($("#vSlider")); /* Replaces specific  section with the slideshow code */
                                var dataWidth = $('#slideshow-container').attr('data-max-width');
                                if (dataWidth == 'content') {
                                    $('html').addClass('slideshow-width-content');
                                } else if (dataWidth == 'mid') {
                                    $('html').addClass('slideshow-width-mid');
                                } else if (dataWidth == 'full') {
                                    $('html').addClass('slideshow-width-full');
                                } else if (dataWidth == 'max') {
                                    $('html').addClass('slideshow-width-max');
                                }
                            }
                        });
                    </script>
                    <!-- #############################################
                    Supported data-max-width:
                    ** "content" // Matches the default content width
                    ** "mid" // 1500px
                    ** "full" // 2000px
                    ** "max" // Full screen
                    "max" setting is not recommended as large 4k monitors will continue stretching the image full width and using larger images to compensate will cause long load times and higher bandwidth usage. "full" setting will be full screen for anyone with a 1080p monitor.
                    ############################################# -->
                    <div id="slideshow-container" data-max-width="mid"></div>
                
                <div class="container container--content">
                    <aside class="vol-list-grid text-right vol-hide">
                        <section class="vol-list-grid-toggle vol-grid" data-grid-type="grid">
                            <svg class="icon grid-toggle__icon"><use xlink:href="#svg-cat-toggle-grid"></use></svg>
                        </section>
                        <section class="vol-list-grid-toggle vol-list" data-grid-type="list">
                          <svg class="icon grid-toggle__icon"><use xlink:href="#svg-cat-toggle-list"></use></svg>
                        </section>
                    </aside>
                    <div class="row">
                        <div class="sidebar-wrapper col-md-3 hidden-xs hidden-sm no-pad" role="complementary">
                            <!-- #############################################
                            Supported menu types:
                            ** "default"
                            ** "always-expand"
                            ** "smart-expand"
                            ** "toggle-expand"
                            ** "smart-expand toggle-expand"
                            ############################################# -->
                            <div class="sidebar left-nav" menu-type="smart-expand toggle-expand">
                                
                                <!-- ========== MENU 2 ========== -->
                                <div id="Menu2_Title" class="menu-title hidden">Products</div>
                                <nav id="display_menu_2" class="menu" ><ul class='vnav vnav--vertical vnav--level1'>
<li class='vnav__item'><a href='/default.asp' class='vnav__link'>Home</a>
</li>
<li class='vnav__item'><a href='https://shop.factory-express.com/Binding-Machines-s/251.htm' class='vnav__link'>Binding Machines</a>
<ul class='vnav vnav__subnav vnav--level2'>
<li class='vnav__item'><a href='https://shop.factory-express.com/All-Binding-Machines-s/325.htm' class='vnav__link'>All Binding Machines</a>
</li><li class='vnav__item'><a href='https://shop.factory-express.com/Automated-Binding-Equipment-s/542.htm' class='vnav__link'>Automated Binding Equipment</a>
</li><li class='vnav__item'><a href='https://shop.factory-express.com/Binding-Accessories-s/536.htm' class='vnav__link'>Binding Accessories</a>
</li><li class='vnav__item'><a href='/category-s/250.html' class='vnav__link'>Binding Covers</a>
<ul class='vnav vnav__subnav vnav--level3'>
<li class='vnav__item'><a href='https://shop.factory-express.com/Binding-Covers-s/250.htm' class='vnav__link'>Binding Covers</a>
<ul class='vnav vnav__subnav vnav--level4'>
<li class='vnav__item'><a href='https://shop.factory-express.com/Akiles-Crystal-Polycovers-s/2769.htm' class='vnav__link'>Akiles Crystal Polycovers</a>
</li><li class='vnav__item'><a href='https://shop.factory-express.com/Akiles-Hologram-Polycovers-s/2771.htm' class='vnav__link'>Akiles Hologram Polycovers</a>
</li><li class='vnav__item'><a href='https://shop.factory-express.com/Akiles-Leather-Polycovers-s/2770.htm' class='vnav__link'>Akiles Leather Polycovers</a>
</li><li class='vnav__item'><a href='https://shop.factory-express.com/Akiles-Sand-Polycovers-s/2767.htm' class='vnav__link'>Akiles Sand Polycovers</a>
</li><li class='vnav__item'><a href='https://shop.factory-express.com/Akiles-Stripe-Polycovers-s/2768.htm' class='vnav__link'>Akiles Stripe Polycovers</a>
</li><li class='vnav__item'><a href='https://shop.factory-express.com/Crystal-Clear-Binding-Covers-GBC-Clear-View-s/2764.htm' class='vnav__link'>Crystal Clear Binding Covers & GBC Clear View™</a>
</li><li class='vnav__item'><a href='https://shop.factory-express.com/Embossed-Binding-Covers-Sturdy-Grain-s/2761.htm' class='vnav__link'>Embossed Binding Covers (Sturdy Grain)</a>
</li><li class='vnav__item'><a href='https://shop.factory-express.com/Linen-Binding-Covers-GBC-Linen-Weave-s/2762.htm' class='vnav__link'>Linen Binding Covers & GBC Linen Weave™</a>
</li><li class='vnav__item'><a href='https://shop.factory-express.com/Pre-Punched-20-Copy-Paper-s/2766.htm' class='vnav__link'>Pre-Punched 20# Copy Paper</a>
</li><li class='vnav__item'><a href='https://shop.factory-express.com/Pre-Punched-Crystal-Clear-Binding-Covers-s/2765.htm' class='vnav__link'>Pre-Punched Crystal Clear Binding Covers</a>
</li><li class='vnav__item'><a href='https://shop.factory-express.com/Regency-Binding-Covers-GBC-Regency-s/2763.htm' class='vnav__link'>Regency Binding Covers & GBC Regency®</a>
</li></ul>
</li></ul>
</li><li class='vnav__item'><a href='https://shop.factory-express.com/Binding-Dies-s/355.htm' class='vnav__link'>Binding Dies</a>
</li><li class='vnav__item'><a href='/category-s/236.html' class='vnav__link'>Binding Supplies</a>
</li><li class='vnav__item'><a href='https://shop.factory-express.com/Booklet-Makers-s/262.htm' class='vnav__link'>Booklet Makers</a>
</li><li class='vnav__item'><a href='https://shop.factory-express.com/Combination-Binding-Machines-s/311.htm' class='vnav__link'>Combination Binding Machines</a>
</li><li class='vnav__item'><a href='https://shop.factory-express.com/Electric-Staplers-s/593.htm' class='vnav__link'>Electric Staplers</a>
</li><li class='vnav__item'><a href='https://shop.factory-express.com/GBC-ProClick-Binding-Systems-s/351.htm' class='vnav__link'>GBC ProClick Binding Systems</a>
</li><li class='vnav__item'><a href='https://shop.factory-express.com/Harcover-Casemakers-s/2942.htm' class='vnav__link'>Hard Cover Maker</a>
</li><li class='vnav__item'><a href='https://shop.factory-express.com/Interchangeable-Die-Punches-s/257.htm' class='vnav__link'>Interchangeable Die Punches</a>
</li><li class='vnav__item'><a href='https://shop.factory-express.com/Padding-Press-s/649.htm' class='vnav__link'>Padding Press</a>
</li><li class='vnav__item'><a href='https://shop.factory-express.com/Glue-and-Perfect-Binding-Machines-s/261.htm' class='vnav__link'>Perfect Binding Machines</a>
</li><li class='vnav__item'><a href='https://shop.factory-express.com/Plastic-Comb-Binding-Machines-s/252.htm' class='vnav__link'>Plastic Comb Binding Machines</a>
</li><li class='vnav__item'><a href='https://shop.factory-express.com/Saddle-Stitchers-s/535.htm' class='vnav__link'>Saddle Stitchers</a>
</li><li class='vnav__item'><a href='https://shop.factory-express.com/Spiral-Coil-Binding-Machines-s/256.htm' class='vnav__link'>Spiral Coil Binding Machines</a>
</li><li class='vnav__item'><a href='https://shop.factory-express.com/Tape-Binding-Machines-s/425.htm' class='vnav__link'>Tape Binding Machines</a>
</li><li class='vnav__item'><a href='https://shop.factory-express.com/Thermal-Binding-Machines-s/260.htm' class='vnav__link'>Thermal Binding Machines</a>
</li><li class='vnav__item'><a href='https://shop.factory-express.com/VeloBind-s/259.htm' class='vnav__link'>VeloBind</a>
</li><li class='vnav__item'><a href='https://shop.factory-express.com/Wire-Binding-Machines-s/255.htm' class='vnav__link'>Wire Binding Machines</a>
</li></ul>
</li>
<li class='vnav__item'><a href='https://shop.factory-express.com/Laminators-s/277.htm' class='vnav__link'>Laminators</a>
<ul class='vnav vnav__subnav vnav--level2'>
<li class='vnav__item'><a href='https://shop.factory-express.com/All-Laminators-s/326.htm' class='vnav__link'>All Laminators</a>
</li><li class='vnav__item'><a href='https://shop.factory-express.com/Cold-Laminators-s/534.htm' class='vnav__link'>Cold Laminators</a>
</li><li class='vnav__item'><a href='https://shop.factory-express.com/Laminating-Carts-Stands-s/247.htm' class='vnav__link'>Laminating Carts & Stands</a>
</li><li class='vnav__item'><a href='/category-s/291.html' class='vnav__link'>Laminating Supplies</a>
</li><li class='vnav__item'><a href='https://shop.factory-express.com/Mounting-Laminators-s/2023.htm' class='vnav__link'>Mounting Laminators</a>
<ul class='vnav vnav__subnav vnav--level3'>
<li class='vnav__item'><a href='https://shop.factory-express.com/category-s/2918.htm' class='vnav__link'>mount</a>
</li></ul>
</li><li class='vnav__item'><a href='https://shop.factory-express.com/Pouch-Laminators-s/278.htm' class='vnav__link'>Pouch Laminators</a>
</li><li class='vnav__item'><a href='https://shop.factory-express.com/Roll-Laminators-s/279.htm' class='vnav__link'>Roll Laminators</a>
</li><li class='vnav__item'><a href='https://shop.factory-express.com/Wide-Format-Laminators-s/439.htm' class='vnav__link'>Wide Format Laminators</a>
</li></ul>
</li>
<li class='vnav__item'><a href='https://shop.factory-express.com/Mail-Processing-s/303.htm' class='vnav__link'>Mail Processing</a>
<ul class='vnav vnav__subnav vnav--level2'>
<li class='vnav__item'><a href='https://shop.factory-express.com/All-Mail-Processing-Equipment-s/329.htm' class='vnav__link'>All Mail Processing Equipment</a>
</li><li class='vnav__item'><a href='https://shop.factory-express.com/Envelope-Printers-s/2094.htm' class='vnav__link'>Envelope Printers</a>
</li><li class='vnav__item'><a href='/category-s/333.html' class='vnav__link'>Folder/Inserters</a>
</li><li class='vnav__item'><a href='https://shop.factory-express.com/Labeler-Tabbers-s/307.htm' class='vnav__link'>Labeler/Tabbers</a>
</li><li class='vnav__item'><a href='/category-s/273.html' class='vnav__link'>Letter Folders</a>
</li><li class='vnav__item'><a href='https://shop.factory-express.com/Letter-Openers-s/308.htm' class='vnav__link'>Letter Openers</a>
</li><li class='vnav__item'><a href='/category-s/315.html' class='vnav__link'>Pressure Sealers</a>
</li></ul>
</li>
<li class='vnav__item'><a href='https://shop.factory-express.com/Money-Handling-Equipment-s/393.htm' class='vnav__link'>Money Handling Equipment</a>
<ul class='vnav vnav__subnav vnav--level2'>
<li class='vnav__item'><a href='https://shop.factory-express.com/All-Money-Handling-Equipment-s/416.htm' class='vnav__link'>All Money Handling Equipment</a>
</li><li class='vnav__item'><a href='https://shop.factory-express.com/Bill-Counters-s/482.htm' class='vnav__link'>Bill Counters</a>
</li><li class='vnav__item'><a href='https://shop.factory-express.com/Bill-Strappers-s/589.htm' class='vnav__link'>Bill Strappers</a>
</li><li class='vnav__item'><a href='/category-s/456.html' class='vnav__link'>Cash Boxes</a>
</li><li class='vnav__item'><a href='https://shop.factory-express.com/Check-Processing-s/395.htm' class='vnav__link'>Check Processing</a>
</li><li class='vnav__item'><a href='https://shop.factory-express.com/Coin-Counters-s/483.htm' class='vnav__link'>Coin Counters</a>
</li><li class='vnav__item'><a href='https://shop.factory-express.com/Coin-Crimpers-s/615.htm' class='vnav__link'>Coin Crimpers</a>
</li><li class='vnav__item'><a href='https://shop.factory-express.com/Coin-Scales-s/424.htm' class='vnav__link'>Coin Scales</a>
</li><li class='vnav__item'><a href='https://shop.factory-express.com/Coin-Sorters-s/426.htm' class='vnav__link'>Coin Sorters</a>
</li><li class='vnav__item'><a href='https://shop.factory-express.com/Coin-Wrapping-Machines-s/427.htm' class='vnav__link'>Coin Wrapping Machines</a>
</li><li class='vnav__item'><a href='https://shop.factory-express.com/Counterfeit-Detectors-s/397.htm' class='vnav__link'>Counterfeit Detectors</a>
</li><li class='vnav__item'><a href='https://shop.factory-express.com/Discriminators-s/2068.htm' class='vnav__link'>Discriminators</a>
</li><li class='vnav__item'><a href='https://shop.factory-express.com/Money-Counters-s/396.htm' class='vnav__link'>Money Counters</a>
</li><li class='vnav__item'><a href='/category-s/443.html' class='vnav__link'>Money Handling Supplies & Accessories</a>
<ul class='vnav vnav__subnav vnav--level3'>
<li class='vnav__item'><a href='https://shop.factory-express.com/Air-Purifiers-Humidifiers-s/2052.htm' class='vnav__link'>Air Purifiers/Humidifiers</a>
</li><li class='vnav__item'><a href='https://shop.factory-express.com/Fans-Heaters-s/2053.htm' class='vnav__link'>Fans & Heaters</a>
</li></ul>
</li><li class='vnav__item'><a href='/category-s/468.html' class='vnav__link'>Money Safes</a>
</li></ul>
</li>
<li class='vnav__item'><a href='https://shop.factory-express.com/Office-Supplies-s/235.htm' class='vnav__link'>Office Supplies</a>
<ul class='vnav vnav__subnav vnav--level2'>
<li class='vnav__item'><a href='https://shop.factory-express.com/Binding-Supplies-s/236.htm' class='vnav__link'>Binding Supplies</a>
<ul class='vnav vnav__subnav vnav--level3'>
<li class='vnav__item'><a href='/category-s/250.html' class='vnav__link'>Binding Covers</a>
</li><li class='vnav__item'><a href='https://shop.factory-express.com/Double-Loop-Wire-Binding-Supplies-GBC-WireBind-s/337.htm' class='vnav__link'>Double-O ("Twin Loop") & GBC WireBind</a>
</li><li class='vnav__item'><a href='https://shop.factory-express.com/category-s/2943.htm' class='vnav__link'>End Sheets</a>
</li><li class='vnav__item'><a href='https://shop.factory-express.com/Padding-and-Glue-Binding-Supplies-s/420.htm' class='vnav__link'>Padding and Glue Binding Supplies</a>
</li><li class='vnav__item'><a href='https://shop.factory-express.com/Plastic-Coil-Supplies-s/335.htm' class='vnav__link'>Plastic Coil Supplies</a>
</li><li class='vnav__item'><a href='https://shop.factory-express.com/Plastic-Comb-Supplies-GBC-CombBind-trade-s/334.htm' class='vnav__link'>Plastic Comb Binding Supplies</a>
</li><li class='vnav__item'><a href='https://shop.factory-express.com/ProClick-Supplies-s/365.htm' class='vnav__link'>ProClick Supplies</a>
</li><li class='vnav__item'><a href='https://shop.factory-express.com/Spiral-O-Wire-Binding-Supplies-s/336.htm' class='vnav__link'>Spiral-O 19-Ring Wire Binding Supplies</a>
</li><li class='vnav__item'><a href='https://shop.factory-express.com/Staples-and-Stitching-Wire-s/540.htm' class='vnav__link'>Staples and Stitching Wire</a>
</li><li class='vnav__item'><a href='https://shop.factory-express.com/Tape-Binding-Supplies-s/339.htm' class='vnav__link'>Tape Binding Supplies</a>
</li><li class='vnav__item'><a href='https://shop.factory-express.com/Thermal-Binding-Supplies-s/338.htm' class='vnav__link'>Thermal Binding Supplies</a>
<ul class='vnav vnav__subnav vnav--level4'>
<li class='vnav__item'><a href='https://shop.factory-express.com/Embossed-Sturdy-Grain-Thermal-Binding-Covers-s/2773.htm' class='vnav__link'>Embossed (Sturdy Grain) Thermal Binding Covers</a>
</li><li class='vnav__item'><a href="https://shop.factory-express.com/Linen-Clear-Front-Thermal-Binding-Cove-p/cova4000a.htm" class='vnav__link'>Linen Clear Front Thermal Binding Cover</a>
</li><li class='vnav__item'><a href='https://shop.factory-express.com/Linen-Thermal-Binding-Covers-s/2774.htm' class='vnav__link'>Linen Thermal Binding Covers</a>
</li><li class='vnav__item'><a href='https://shop.factory-express.com/Plain-White-Thermal-Binding-Covers-s/2772.htm' class='vnav__link'>Plain White Thermal Binding Covers</a>
</li><li class='vnav__item'><a href='https://shop.factory-express.com/Regency-Flexigrain-Thermal-Binding-Covers-s/2775.htm' class='vnav__link'>Regency (Flexigrain) Thermal Binding Covers</a>
</li></ul>
</li><li class='vnav__item'><a href='https://shop.factory-express.com/Unibind-s/436.htm' class='vnav__link'>Unibind</a>
</li><li class='vnav__item'><a href='https://shop.factory-express.com/VeloBind-Strip-Supplies-s/340.htm' class='vnav__link'>VeloBind Strip Supplies</a>
</li><li class='vnav__item'><a href='https://shop.factory-express.com/category-s/2945.htm' class='vnav__link'>Tacking Sheets</a>
</li></ul>
</li><li class='vnav__item'><a href='https://shop.factory-express.com/Laminating-Supplies-s/291.htm' class='vnav__link'>Laminating Supplies</a>
<ul class='vnav vnav__subnav vnav--level3'>
<li class='vnav__item'><a href="https://shop.factory-express.com/GBC-Laminating-Pouches-p/pouc400.htm" class='vnav__link'>GBC HeatSeal  Laminating Pouches</a>
</li><li class='vnav__item'><a href='https://shop.factory-express.com/Laminating-Pouch-Accessories-s/358.htm' class='vnav__link'>Laminating Pouch Accessories</a>
</li><li class='vnav__item'><a href="https://shop.factory-express.com/Laminating-Pouch-Boards-p/board2000b.htm" class='vnav__link'>Laminating Pouch Boards</a>
</li><li class='vnav__item'><a href="https://shop.factory-express.com/Laminating-Pouch-Supplies-p/pouc000.htm" class='vnav__link'>Laminating Pouches</a>
</li><li class='vnav__item'><a href='https://shop.factory-express.com/Laminator-Cleaning-Accessories-s/620.htm' class='vnav__link'>Laminator Cleaning Accessories</a>
</li><li class='vnav__item'><a href="https://shop.factory-express.com/Mounting-Boards-p/board1000.htm" class='vnav__link'>Mounting Boards</a>
</li><li class='vnav__item'><a href='https://shop.factory-express.com/Roll-Laminating-Film-s/357.htm' class='vnav__link'>Roll Laminating Film</a>
<ul class='vnav vnav__subnav vnav--level4'>
<li class='vnav__item'><a href="https://shop.factory-express.com/GBC-EZ-Load-Roll-Film-p/film100.htm" class='vnav__link'>GBC EZ-Load Roll Film</a>
</li><li class='vnav__item'><a href="https://shop.factory-express.com/GBC-HeatSeal-Nap-Lam-II-Roll-Laminating-Film-p/fill500.htm" class='vnav__link'>GBC HeatSeal® Nap-Lam® II Roll Laminating Film</a>
</li><li class='vnav__item'><a href='https://shop.factory-express.com/Specialty-Roll-Film-s/2080.htm' class='vnav__link'>Specialty Roll Film</a>
</li><li class='vnav__item'><a href="https://shop.factory-express.com/GBC-Standard-4-to-27-Wide-Roll-Film-p/film000.htm" class='vnav__link'>Standard 4" to 27" Wide Roll Film</a>
</li><li class='vnav__item'><a href="https://shop.factory-express.com/Wide-Format-Roll-Film-Roll-Laminating-Film-p/filmwide.htm" class='vnav__link'>Wide Format Roll Film</a>
</li></ul>
</li><li class='vnav__item'><a href='https://shop.factory-express.com/Self-Adhesive-Repositionable-Pouches-s/361.htm' class='vnav__link'>Self Adhesive Repositionable Pouches</a>
</li></ul>
</li><li class='vnav__item'><a href='https://shop.factory-express.com/Money-Handling-Supplies-Accessories-s/443.htm' class='vnav__link'>Money Handling Supplies & Accessories</a>
<ul class='vnav vnav__subnav vnav--level3'>
<li class='vnav__item'><a href='https://shop.factory-express.com/Cleaning-Supplies-s/618.htm' class='vnav__link'>Cleaning Supplies</a>
</li><li class='vnav__item'><a href='https://shop.factory-express.com/Coin-and-Money-Bags-s/616.htm' class='vnav__link'>Coin and Money Bags</a>
</li><li class='vnav__item'><a href='https://shop.factory-express.com/Coin-Roll-Crimping-Heads-s/2098.htm' class='vnav__link'>Coin Roll Crimping Heads</a>
</li><li class='vnav__item'><a href='https://shop.factory-express.com/Coin-Wrappers-and-Currency-Straps-s/448.htm' class='vnav__link'>Coin Wrappers and Currency Straps</a>
<ul class='vnav vnav__subnav vnav--level4'>
<li class='vnav__item'><a href='https://shop.factory-express.com/Floor-Mats-s/2054.htm' class='vnav__link'>Floor Mats</a>
</li></ul>
</li><li class='vnav__item'><a href='https://shop.factory-express.com/Wrapping-and-Bagging-Tubes-s/617.htm' class='vnav__link'>Wrapping and Bagging Tubes</a>
</li></ul>
</li><li class='vnav__item'><a href="https://shop.factory-express.com/Shrink-Wrap-Supplies-s/625.htm" class='vnav__link'>Packaging and Shipping Supplies</a>
<ul class='vnav vnav__subnav vnav--level3'>
<li class='vnav__item'><a href='https://shop.factory-express.com/Shrink-Wrap-Supplies-s/625.htm' class='vnav__link'>Shrink Wrap Supplies</a>
<ul class='vnav vnav__subnav vnav--level4'>
<li class='vnav__item'><a href='https://shop.factory-express.com/Shrink-Wrap-Bags-s/391.htm' class='vnav__link'>Shrink Wrap Bags</a>
</li><li class='vnav__item'><a href='https://shop.factory-express.com/Shrink-Wrap-Film-s/370.htm' class='vnav__link'>Shrink Wrap Film</a>
</li></ul>
</li></ul>
</li><li class='vnav__item'><a href='https://shop.factory-express.com/Paper-Handling-Accessories-s/297.htm' class='vnav__link'>Paper Handling Accessories</a>
<ul class='vnav vnav__subnav vnav--level3'>
<li class='vnav__item'><a href='https://shop.factory-express.com/Paper-Folder-Accessories-s/529.htm' class='vnav__link'>Paper Folder Accessories</a>
</li><li class='vnav__item'><a href='https://shop.factory-express.com/Tabbing-Machine-Supplies-s/2071.htm' class='vnav__link'>Tabbing Machine Supplies</a>
<ul class='vnav vnav__subnav vnav--level4'>
<li class='vnav__item'><a href='https://shop.factory-express.com/category-s/2904.htm' class='vnav__link'>Dynafold Tabs</a>
</li><li class='vnav__item'><a href='https://shop.factory-express.com/category-s/2905.htm' class='vnav__link'>Formax Tabs</a>
</li><li class='vnav__item'><a href='https://shop.factory-express.com/category-s/2906.htm' class='vnav__link'>Martin Yale Tabs</a>
</li><li class='vnav__item'><a href='https://shop.factory-express.com/category-s/2907.htm' class='vnav__link'>Staplex Tabs</a>
</li></ul>
</li></ul>
</li><li class='vnav__item'><a href='https://shop.factory-express.com/Presentation-Supplies-Accessories-s/531.htm' class='vnav__link'>Presentation Supplies & Accessories</a>
<ul class='vnav vnav__subnav vnav--level3'>
<li class='vnav__item'><a href='https://shop.factory-express.com/Dry-Erase-Markers-s/532.htm' class='vnav__link'>Dry Erase Markers</a>
</li></ul>
</li><li class='vnav__item'><a href='https://shop.factory-express.com/Printing-Supplies-and-Accessories-s/2095.htm' class='vnav__link'>Printing Supplies and Accessories</a>
</li><li class='vnav__item'><a href='https://shop.factory-express.com/Shredder-Supplies-Accessories-s/248.htm' class='vnav__link'>Shredder Supplies & Accessories</a>
<ul class='vnav vnav__subnav vnav--level3'>
<li class='vnav__item'><a href='/category-s/440.html' class='vnav__link'>Secure Document Containers</a>
</li><li class='vnav__item'><a href='https://shop.factory-express.com/Shredder-Accessories-s/2026.htm' class='vnav__link'>Shredder Accessories</a>
</li><li class='vnav__item'><a href='https://shop.factory-express.com/Shredder-Oil-Bags-s/2025.htm' class='vnav__link'>Shredder Oil & Bags</a>
</li></ul>
</li><li class='vnav__item'><a href='https://shop.factory-express.com/Time-Clock-Supplies-Accessories-s/523.htm' class='vnav__link'>Time Clock Supplies & Accessories</a>
</li></ul>
</li>
<li class='vnav__item'><a href='https://shop.factory-express.com/Packaging-Shipping-Equipment-s/366.htm' class='vnav__link'>Packaging & Shipping Equipment</a>
<ul class='vnav vnav__subnav vnav--level2'>
<li class='vnav__item'><a href='https://shop.factory-express.com/All-Packaging-and-Shipping-Equipment-s/386.htm' class='vnav__link'>All Packaging and Shipping Equipment</a>
</li><li class='vnav__item'><a href='/category-s/288.html' class='vnav__link'>Cardboard Shredders</a>
</li><li class='vnav__item'><a href='https://shop.factory-express.com/Carton-Sealing-Equipment-s/595.htm' class='vnav__link'>Carton Sealing Equipment</a>
<ul class='vnav vnav__subnav vnav--level3'>
<li class='vnav__item'><a href='https://shop.factory-express.com/All-Carton-Sealing-Equipment-s/596.htm' class='vnav__link'>All Carton Sealing Equipment</a>
</li><li class='vnav__item'><a href='https://shop.factory-express.com/Fully-Automatic-Carton-Sealers-s/598.htm' class='vnav__link'>Fully Automatic Carton Sealers</a>
</li><li class='vnav__item'><a href='https://shop.factory-express.com/Semi-Automatic-Carton-Sealers-s/597.htm' class='vnav__link'>Semi-Automatic Carton Sealers</a>
</li></ul>
</li><li class='vnav__item'><a href='https://shop.factory-express.com/Hand-Trucks-s/636.htm' class='vnav__link'>Hand Trucks</a>
<ul class='vnav vnav__subnav vnav--level3'>
<li class='vnav__item'><a href='https://shop.factory-express.com/All-Hand-Trucks-s/638.htm' class='vnav__link'>All Hand Trucks</a>
</li><li class='vnav__item'><a href='https://shop.factory-express.com/Appliance-Hand-Trucks-s/643.htm' class='vnav__link'>Appliance Hand Trucks</a>
</li><li class='vnav__item'><a href='https://shop.factory-express.com/Convertible-Hand-Trucks-s/641.htm' class='vnav__link'>Convertible Hand Trucks</a>
</li><li class='vnav__item'><a href='https://shop.factory-express.com/Dual-Directional-Hand-Trucks-s/642.htm' class='vnav__link'>Dual Directional Hand Trucks</a>
</li><li class='vnav__item'><a href='https://shop.factory-express.com/Dual-Handle-Hand-Trucks-s/637.htm' class='vnav__link'>Dual Handle Hand Trucks</a>
</li><li class='vnav__item'><a href='https://shop.factory-express.com/Fiber-Nylon-Hand-Trucks-s/640.htm' class='vnav__link'>Fiber/Nylon Hand Trucks</a>
</li><li class='vnav__item'><a href='https://shop.factory-express.com/P-Handle-Hand-Trucks-s/639.htm' class='vnav__link'>P Handle Hand Trucks</a>
</li></ul>
</li><li class='vnav__item'><a href='https://shop.factory-express.com/Heat-Sealers-s/548.htm' class='vnav__link'>Heat Sealers</a>
<ul class='vnav vnav__subnav vnav--level3'>
<li class='vnav__item'><a href='https://shop.factory-express.com/All-Heat-Sealers-s/567.htm' class='vnav__link'>All Heat Sealers</a>
</li><li class='vnav__item'><a href='https://shop.factory-express.com/Shrink-Wrap-Constant-Heat-Sealers-s/556.htm' class='vnav__link'>Shrink Wrap Constant Heat Sealers</a>
</li><li class='vnav__item'><a href='https://shop.factory-express.com/Shrink-Wrap-Double-Impulse-Sealers-s/554.htm' class='vnav__link'>Shrink Wrap Double Impulse Sealers</a>
</li><li class='vnav__item'><a href='https://shop.factory-express.com/Shrink-Wrap-Foot-Sealers-s/555.htm' class='vnav__link'>Shrink Wrap Foot Sealers</a>
</li><li class='vnav__item'><a href='https://shop.factory-express.com/Shrink-Wrap-Hand-Sealers-and-Heat-Gun-Systems-s/367.htm' class='vnav__link'>Shrink Wrap Hand Sealers and Heat Gun Systems</a>
</li><li class='vnav__item'><a href='https://shop.factory-express.com/Shrink-Wrap-Hand-Sealers-with-Cutter-s/553.htm' class='vnav__link'>Shrink Wrap Hand Sealers with Cutter</a>
</li><li class='vnav__item'><a href='https://shop.factory-express.com/Shrink-Wrap-Heat-Guns-s/552.htm' class='vnav__link'>Shrink Wrap Heat Guns</a>
</li><li class='vnav__item'><a href='https://shop.factory-express.com/Shrink-Wrap-I-Bar-Sealers-and-Single-Bar-Sealers-s/526.htm' class='vnav__link'>Shrink Wrap I Bar Sealers and Single Bar Sealers</a>
</li><li class='vnav__item'><a href='https://shop.factory-express.com/Shrink-Wrap-Impulse-Heat-Sealers-s/524.htm' class='vnav__link'>Shrink Wrap Impulse Heat Sealers</a>
</li><li class='vnav__item'><a href='https://shop.factory-express.com/Shrink-Wrap-L-Bar-Sealers-s/392.htm' class='vnav__link'>Shrink Wrap L Bar Sealers</a>
</li><li class='vnav__item'><a href='/category-s/625.html' class='vnav__link'>Shrink Wrap Supplies</a>
</li></ul>
</li><li class='vnav__item'><a href='https://shop.factory-express.com/Packaging-and-Shipping-Accessories-s/628.htm' class='vnav__link'>Packaging and Shipping Accessories</a>
<ul class='vnav vnav__subnav vnav--level3'>
<li class='vnav__item'><a href='/category-s/607.html' class='vnav__link'>Pallet Truck and Jack Accessories</a>
</li><li class='vnav__item'><a href='/category-s/622.html' class='vnav__link'>Stretch Wrapping Accessories</a>
</li></ul>
</li><li class='vnav__item'><a href='/category-s/387.html' class='vnav__link'>Packaging and Shipping Supplies</a>
</li><li class='vnav__item'><a href='https://shop.factory-express.com/Pallet-Trucks-and-Jacks-s/599.htm' class='vnav__link'>Pallet Trucks and Jacks</a>
<ul class='vnav vnav__subnav vnav--level3'>
<li class='vnav__item'><a href='https://shop.factory-express.com/All-Pallet-Trucks-and-Jacks-s/600.htm' class='vnav__link'>All Pallet Trucks and Jacks</a>
</li><li class='vnav__item'><a href='https://shop.factory-express.com/All-Terrain-Pallet-Trucks-and-Jack-s/601.htm' class='vnav__link'>All Terrain Pallet Trucks and Jack</a>
</li><li class='vnav__item'><a href='https://shop.factory-express.com/Fork-Extentions-s/635.htm' class='vnav__link'>Fork Extentions</a>
</li><li class='vnav__item'><a href='https://shop.factory-express.com/Fully-Powered-Electric-Pallet-Trucks-and-Jacks-s/602.htm' class='vnav__link'>Fully Powered Electric Pallet Trucks and Jacks</a>
</li><li class='vnav__item'><a href='https://shop.factory-express.com/Manual-Pallet-Trucks-and-Jacks-s/603.htm' class='vnav__link'>Manual Pallet Trucks and Jacks</a>
</li><li class='vnav__item'><a href='https://shop.factory-express.com/Pallet-Tote-Lifters-s/634.htm' class='vnav__link'>Pallet Tote Lifters</a>
</li><li class='vnav__item'><a href='https://shop.factory-express.com/Pallet-Truck-and-Jack-Accessories-s/607.htm' class='vnav__link'>Pallet Truck and Jack Accessories</a>
</li><li class='vnav__item'><a href='https://shop.factory-express.com/Pallet-Trucks-and-Jacks-With-Scale-s/606.htm' class='vnav__link'>Pallet Trucks and Jacks With Scale</a>
</li><li class='vnav__item'><a href='https://shop.factory-express.com/Power-Assist-Pallet-Trucks-and-Jacks-s/604.htm' class='vnav__link'>Power Assist Pallet Trucks and  Jacks</a>
</li><li class='vnav__item'><a href='https://shop.factory-express.com/Sidewinder-Pallet-Trucks-and-Jacks-s/605.htm' class='vnav__link'>Sidewinder Pallet Trucks and Jacks</a>
</li><li class='vnav__item'><a href='https://shop.factory-express.com/Tilt-Pallet-Trucks-and-Jacks-s/633.htm' class='vnav__link'>Tilt Pallet Trucks and Jacks</a>
</li></ul>
</li><li class='vnav__item'><a href='https://shop.factory-express.com/Shrink-Wrap-Bag-Sealers-s/371.htm' class='vnav__link'>Shrink Wrap Bag Sealers</a>
</li><li class='vnav__item'><a href='https://shop.factory-express.com/Shrink-Wrap-Equipment-s/547.htm' class='vnav__link'>Shrink Wrap Equipment</a>
<ul class='vnav vnav__subnav vnav--level3'>
<li class='vnav__item'><a href='https://shop.factory-express.com/All-Shrink-Wrap-Equipment-s/569.htm' class='vnav__link'>All Shrink Wrap Equipment</a>
</li><li class='vnav__item'><a href='https://shop.factory-express.com/Manual-Shrink-Wrap-Machines-s/525.htm' class='vnav__link'>Manual Shrink Wrap Machines</a>
</li><li class='vnav__item'><a href='https://shop.factory-express.com/One-Step-Shrink-Wrap-Systems-s/561.htm' class='vnav__link'>One Step Shrink Wrap Systems</a>
</li><li class='vnav__item'><a href='/category-s/555.html' class='vnav__link'>Shrink Wrap Foot Sealers</a>
</li><li class='vnav__item'><a href='/category-s/367.html' class='vnav__link'>Shrink Wrap Hand Sealers</a>
</li><li class='vnav__item'><a href='/category-s/552.html' class='vnav__link'>Shrink Wrap Heat Guns</a>
</li><li class='vnav__item'><a href='/category-s/526.html' class='vnav__link'>Shrink Wrap I Bar Sealers and Single Bar Sealers</a>
</li><li class='vnav__item'><a href='/category-s/392.html' class='vnav__link'>Shrink Wrap L Bar Heat Sealers</a>
</li><li class='vnav__item'><a href='/category-s/625.html' class='vnav__link'>Shrink Wrap Supplies</a>
</li><li class='vnav__item'><a href='https://shop.factory-express.com/Shrink-Wrap-Tunnel-Systems-s/372.htm' class='vnav__link'>Shrink Wrap Tunnel Systems</a>
</li><li class='vnav__item'><a href='https://shop.factory-express.com/Shrink-Wrap-Tunnels-s/563.htm' class='vnav__link'>Shrink Wrap Tunnels</a>
</li></ul>
</li><li class='vnav__item'><a href='https://shop.factory-express.com/Strapping-Equipment-s/575.htm' class='vnav__link'>Strapping Equipment</a>
<ul class='vnav vnav__subnav vnav--level3'>
<li class='vnav__item'><a href='https://shop.factory-express.com/All-Strapping-Equipment-s/586.htm' class='vnav__link'>All Strapping Equipment</a>
</li><li class='vnav__item'><a href='https://shop.factory-express.com/Strapping-Carts-s/608.htm' class='vnav__link'>Strapping Carts</a>
</li><li class='vnav__item'><a href='https://shop.factory-express.com/Strapping-Systems-s/576.htm' class='vnav__link'>Strapping Systems</a>
</li><li class='vnav__item'><a href='https://shop.factory-express.com/Strapping-Tools-s/577.htm' class='vnav__link'>Strapping Tools</a>
</li></ul>
</li><li class='vnav__item'><a href='https://shop.factory-express.com/Stretch-Wrap-Equipment-s/582.htm' class='vnav__link'>Stretch Wrap Equipment</a>
<ul class='vnav vnav__subnav vnav--level3'>
<li class='vnav__item'><a href='https://shop.factory-express.com/All-Stretch-Wrap-Equipment-s/587.htm' class='vnav__link'>All Stretch Wrap Equipment</a>
</li><li class='vnav__item'><a href='https://shop.factory-express.com/Carousel-Pallet-Wrappers-s/584.htm' class='vnav__link'>Carousel Pallet Wrappers</a>
</li><li class='vnav__item'><a href='https://shop.factory-express.com/Handheld-Stretch-Wrappers-s/585.htm' class='vnav__link'>Handheld Stretch Wrappers</a>
</li><li class='vnav__item'><a href='https://shop.factory-express.com/Semi-Automatic-Pallet-Wrappers-s/583.htm' class='vnav__link'>Semi Automatic Pallet Wrappers</a>
</li><li class='vnav__item'><a href='https://shop.factory-express.com/Stretch-Wrapping-Accessories-s/622.htm' class='vnav__link'>Stretch Wrapping Accessories</a>
</li></ul>
</li><li class='vnav__item'><a href='https://shop.factory-express.com/Vacuum-Packaging-Equipment-s/550.htm' class='vnav__link'>Vacuum Packaging Equipment</a>
<ul class='vnav vnav__subnav vnav--level3'>
<li class='vnav__item'><a href='https://shop.factory-express.com/All-Vacuum-Packaging-Equipment-s/566.htm' class='vnav__link'>All Vacuum Packaging Equipment</a>
</li><li class='vnav__item'><a href='https://shop.factory-express.com/Chamber-Vacuum-Sealers-s/565.htm' class='vnav__link'>Chamber Vacuum Sealers</a>
</li><li class='vnav__item'><a href='https://shop.factory-express.com/Shrink-Wrap-Food-Vacuum-Sealers-s/415.htm' class='vnav__link'>Shrink Wrap Food Vacuum Sealers</a>
</li></ul>
</li></ul>
</li>
<li class='vnav__item'><a href='https://shop.factory-express.com/Paper-Cutters-s/265.htm' class='vnav__link'>Paper Cutters</a>
<ul class='vnav vnav__subnav vnav--level2'>
<li class='vnav__item'><a href='https://shop.factory-express.com/All-Paper-Cutters-Trimmers-s/328.htm' class='vnav__link'>All Paper Cutters & Trimmers</a>
</li><li class='vnav__item'><a href='https://shop.factory-express.com/Electric-Paper-Cutters-s/332.htm' class='vnav__link'>Automatic Paper Cutters</a>
</li><li class='vnav__item'><a href='https://shop.factory-express.com/Business-Card-Cutters-s/268.htm' class='vnav__link'>Business Card Cutters</a>
</li><li class='vnav__item'><a href='https://shop.factory-express.com/Corner-Rounders-s/269.htm' class='vnav__link'>Corner Rounders</a>
</li><li class='vnav__item'><a href='https://shop.factory-express.com/Craft-and-Hobby-Cutters-s/508.htm' class='vnav__link'>Craft and Hobby Cutters</a>
<ul class='vnav vnav__subnav vnav--level3'>
<li class='vnav__item'><a href='https://shop.factory-express.com/All-Craft-and-Hobby-Cutters-s/543.htm' class='vnav__link'>All Craft and Hobby Cutters</a>
</li><li class='vnav__item'><a href='https://shop.factory-express.com/Corner-Rounders-and-Decorative-Punches-s/544.htm' class='vnav__link'>Corner Rounders and Decorative Punches</a>
</li><li class='vnav__item'><a href='https://shop.factory-express.com/Foam-Board-Cutters-s/591.htm' class='vnav__link'>Foam Board Cutters</a>
</li><li class='vnav__item'><a href='https://shop.factory-express.com/Manual-Guillotine-Cutters-s/592.htm' class='vnav__link'>Manual & Guillotine Cutters</a>
</li><li class='vnav__item'><a href='https://shop.factory-express.com/Mat-Board-Cutters-s/545.htm' class='vnav__link'>Mat Board Cutters</a>
</li><li class='vnav__item'><a href='https://shop.factory-express.com/Rotary-Trimmers-s/546.htm' class='vnav__link'>Rotary Trimmers</a>
</li></ul>
</li><li class='vnav__item'><a href='/category-s/632.html' class='vnav__link'>Cutter Blades, Parts and Supplies</a>
</li><li class='vnav__item'><a href='https://shop.factory-express.com/Manual-Guillotine-Paper-Cutters-s/267.htm' class='vnav__link'>Manual & Guillotine Paper Cutters</a>
</li><li class='vnav__item'><a href='https://shop.factory-express.com/Mat-Board-Cutters-s/507.htm' class='vnav__link'>Mat Board Cutters</a>
</li><li class='vnav__item'><a href='/category-s/541.html' class='vnav__link'>Paper Cutter Stands</a>
</li><li class='vnav__item'><a href='https://shop.factory-express.com/Paper-Drills-s/240.htm' class='vnav__link'>Paper Drills</a>
</li><li class='vnav__item'><a href='https://shop.factory-express.com/Paper-Scoring-and-Creasing-Machines-s/270.htm' class='vnav__link'>Paper Scoring and Creasing Machines</a>
</li><li class='vnav__item'><a href='https://shop.factory-express.com/Perforators-Form-Cutters-s/316.htm' class='vnav__link'>Perforators & Form Cutters</a>
</li><li class='vnav__item'><a href='https://shop.factory-express.com/Rotary-Paper-Trimmers-s/266.htm' class='vnav__link'>Rotary Paper Trimmers</a>
</li><li class='vnav__item'><a href='https://shop.factory-express.com/Slitter-Cutter-Creaser-s/2917.htm' class='vnav__link'>Slitter/Cutter/Creaser</a>
</li><li class='vnav__item'><a href='https://shop.factory-express.com/Specialty-Foam-Cutters-s/331.htm' class='vnav__link'>Specialty & Foam Cutters</a>
</li><li class='vnav__item'><a href='https://shop.factory-express.com/Stack-Paper-Cutters-s/2069.htm' class='vnav__link'>Stack Paper Cutters</a>
</li></ul>
</li>
<li class='vnav__item'><a href='https://shop.factory-express.com/Paper-Folders-s/244.htm' class='vnav__link'>Paper Folders</a>
<ul class='vnav vnav__subnav vnav--level2'>
<li class='vnav__item'><a href='https://shop.factory-express.com/Air-Feed-Paper-Folding-Machines-s/314.htm' class='vnav__link'>Air Feed Paper Folding Machines</a>
</li><li class='vnav__item'><a href='https://shop.factory-express.com/Automatic-Friction-Feed-Paper-Folding-Machines-s/272.htm' class='vnav__link'>Automatic Friction Feed Paper Folding Machines</a>
</li><li class='vnav__item'><a href='https://shop.factory-express.com/Folder-Inserters-s/333.htm' class='vnav__link'>Folder Inserters</a>
</li><li class='vnav__item'><a href='https://shop.factory-express.com/Letter-Folders-s/273.htm' class='vnav__link'>Letter Folders</a>
</li><li class='vnav__item'><a href='https://shop.factory-express.com/Made-in-USA-Paper-Folders-s/2076.htm' class='vnav__link'>Made in USA Paper Folders</a>
</li><li class='vnav__item'><a href='/category-s/243.html' class='vnav__link'>Paper Carts</a>
</li><li class='vnav__item'><a href='/category-s/297.html' class='vnav__link'>Paper Folder Supplies & Accessories</a>
</li><li class='vnav__item'><a href='https://shop.factory-express.com/Folder-Sealer-s/315.htm' class='vnav__link'>Pressure Sealer</a>
</li><li class='vnav__item'><a href='https://shop.factory-express.com/Right-Angle-Paper-Folders-s/313.htm' class='vnav__link'>Right Angle Paper Folders</a>
</li></ul>
</li>
<li class='vnav__item'><a href='https://shop.factory-express.com/Paper-Handling-s/242.htm' class='vnav__link'>Paper Handling</a>
<ul class='vnav vnav__subnav vnav--level2'>
<li class='vnav__item'><a href='https://shop.factory-express.com/All-Paper-Handling-Equipment-s/330.htm' class='vnav__link'>All Paper Handling Equipment</a>
</li><li class='vnav__item'><a href='https://shop.factory-express.com/Bursters-s/263.htm' class='vnav__link'>Bursters</a>
</li><li class='vnav__item'><a href='https://shop.factory-express.com/Collators-s/264.htm' class='vnav__link'>Collators</a>
</li><li class='vnav__item'><a href='https://shop.factory-express.com/Decollators-s/271.htm' class='vnav__link'>Decollators</a>
</li><li class='vnav__item'><a href='/category-s/308.html' class='vnav__link'>Envelope Openers</a>
</li><li class='vnav__item'><a href='https://shop.factory-express.com/Paper-Carts-s/243.htm' class='vnav__link'>Paper Carts</a>
</li><li class='vnav__item'><a href='/category-s/240.html' class='vnav__link'>Paper Drills</a>
</li><li class='vnav__item'><a href='/category-s/244.html' class='vnav__link'>Paper Folders</a>
</li><li class='vnav__item'><a href='https://shop.factory-express.com/Paper-Joggers-s/276.htm' class='vnav__link'>Paper Joggers</a>
</li></ul>
</li>
<li class='vnav__item'><a href='https://shop.factory-express.com/Paper-Punches-s/281.htm' class='vnav__link'>Paper Punches & Drills</a>
<ul class='vnav vnav__subnav vnav--level2'>
<li class='vnav__item'><a href='https://shop.factory-express.com/2-Hole-Paper-Punch-s/431.htm' class='vnav__link'>2 Hole Paper Punch</a>
</li><li class='vnav__item'><a href='https://shop.factory-express.com/3-Hole-Paper-Punch-s/430.htm' class='vnav__link'>3 Hole Paper Punch</a>
</li><li class='vnav__item'><a href='https://shop.factory-express.com/7-Hole-Paper-Punches-s/1932.htm' class='vnav__link'>7 Hole Paper Punches</a>
</li><li class='vnav__item'><a href='https://shop.factory-express.com/All-Paper-Punches-s/435.htm' class='vnav__link'>All Paper Punches</a>
</li><li class='vnav__item'><a href='https://shop.factory-express.com/Combo-Paper-Punch-s/433.htm' class='vnav__link'>Combo Paper Punch</a>
</li><li class='vnav__item'><a href='https://shop.factory-express.com/Electric-Paper-Punch-s/432.htm' class='vnav__link'>Electric Paper Punch</a>
</li><li class='vnav__item'><a href='/category-s/240.html' class='vnav__link'>Paper Drills</a>
</li></ul>
</li>
<li class='vnav__item'><a href='https://shop.factory-express.com/Paper-Shredders-s/282.htm' class='vnav__link'>Paper Shredders</a>
<ul class='vnav vnav__subnav vnav--level2'>
<li class='vnav__item'><a href='https://shop.factory-express.com/All-Paper-Shredders-s/324.htm' class='vnav__link'>All Paper Shredders</a>
</li><li class='vnav__item'><a href='https://shop.factory-express.com/Automatic-Feed-Shredders-s/2096.htm' class='vnav__link'>Automatic Feed Shredders</a>
</li><li class='vnav__item'><a href='https://shop.factory-express.com/Cardboard-Shredders-s/288.htm' class='vnav__link'>Cardboard Shredders</a>
</li><li class='vnav__item'><a href='https://shop.factory-express.com/CD-Shredders-s/318.htm' class='vnav__link'>CD Shredders</a>
</li><li class='vnav__item'><a href='https://shop.factory-express.com/Commercial-Shredders-s/286.htm' class='vnav__link'>Commercial Shredders</a>
</li><li class='vnav__item'><a href='https://shop.factory-express.com/Cross-Cut-Paper-Shredders-s/442.htm' class='vnav__link'>Cross Cut Paper Shredders</a>
</li><li class='vnav__item'><a href='https://shop.factory-express.com/Digital-Media-Destroyers-s/537.htm' class='vnav__link'>Digital Media Destroyers</a>
</li><li class='vnav__item'><a href='https://shop.factory-express.com/High-Security-Shredders-s/299.htm' class='vnav__link'>High Security Shredders</a>
</li><li class='vnav__item'><a href='https://shop.factory-express.com/Industrial-Shredders-s/287.htm' class='vnav__link'>Industrial / High Capacity Shredders</a>
</li><li class='vnav__item'><a href='https://shop.factory-express.com/Office-Paper-Shredders-s/283.htm' class='vnav__link'>Office Paper Shredders</a>
</li><li class='vnav__item'><a href='https://shop.factory-express.com/category-s/2910.htm' class='vnav__link'>Oil-Free Paper Shredders</a>
</li><li class='vnav__item'><a href='https://shop.factory-express.com/Personal-Paper-Shredders-s/284.htm' class='vnav__link'>Personal Paper Shredders</a>
</li><li class='vnav__item'><a href='https://shop.factory-express.com/Pharmacy-Shredders-s/497.htm' class='vnav__link'>Pharmacy Shredders</a>
</li><li class='vnav__item'><a href='https://shop.factory-express.com/Secure-Document-Containers-s/440.htm' class='vnav__link'>Secure Document Containers</a>
</li><li class='vnav__item'><a href='/category-s/2026.html' class='vnav__link'>Shredder Accessories</a>
</li><li class='vnav__item'><a href='/category-s/2025.html' class='vnav__link'>Shredder Bags & Oil</a>
</li><li class='vnav__item'><a href='https://shop.factory-express.com/Strip-Cut-Paper-Shredders-s/441.htm' class='vnav__link'>Strip Cut Paper Shredders</a>
</li></ul>
</li>
<li class='vnav__item'><a href='https://shop.factory-express.com/Presentation-Equipment-s/394.htm' class='vnav__link'>Presentation Equipment</a>
<ul class='vnav vnav__subnav vnav--level2'>
<li class='vnav__item'><a href='https://shop.factory-express.com/All-Presentation-Equipment-s/401.htm' class='vnav__link'>All Presentation Equipment</a>
</li><li class='vnav__item'><a href='https://shop.factory-express.com/Bulletin-Boards-s/530.htm' class='vnav__link'>Bulletin Boards</a>
</li><li class='vnav__item'><a href='https://shop.factory-express.com/Whiteboards-s/399.htm' class='vnav__link'>Whiteboards</a>
</li></ul>
</li>
<li class='vnav__item'><a href='https://shop.factory-express.com/Safes-s/452.htm' class='vnav__link'>Safes</a>
<ul class='vnav vnav__subnav vnav--level2'>
<li class='vnav__item'><a href='https://shop.factory-express.com/All-Safes-s/454.htm' class='vnav__link'>All Safes</a>
</li><li class='vnav__item'><a href='https://shop.factory-express.com/Biometric-Fingerprint-Safes-s/479.htm' class='vnav__link'>Biometric Fingerprint Safes</a>
</li><li class='vnav__item'><a href='https://shop.factory-express.com/Cash-Boxes-s/456.htm' class='vnav__link'>Cash Boxes</a>
</li><li class='vnav__item'><a href='https://shop.factory-express.com/Diversion-Safes-s/611.htm' class='vnav__link'>Diversion Safes</a>
</li><li class='vnav__item'><a href='https://shop.factory-express.com/Dorm-Safes-s/538.htm' class='vnav__link'>Dorm Safes</a>
</li><li class='vnav__item'><a href='https://shop.factory-express.com/Drop-Safes-s/574.htm' class='vnav__link'>Drop Safes</a>
</li><li class='vnav__item'><a href='https://shop.factory-express.com/File-Cabinets-s/2073.htm' class='vnav__link'>File Cabinets</a>
</li><li class='vnav__item'><a href='https://shop.factory-express.com/Filing-Accessories-s/2090.htm' class='vnav__link'>Filing Accessories</a>
</li><li class='vnav__item'><a href='https://shop.factory-express.com/Floor-Safes-s/464.htm' class='vnav__link'>Floor Safes</a>
</li><li class='vnav__item'><a href='https://shop.factory-express.com/Home-Safes-s/465.htm' class='vnav__link'>Home Safes</a>
</li><li class='vnav__item'><a href='https://shop.factory-express.com/Hotel-Safes-s/573.htm' class='vnav__link'>Hotel Safes</a>
</li><li class='vnav__item'><a href='https://shop.factory-express.com/Key-Boxes-s/461.htm' class='vnav__link'>Key Boxes</a>
</li><li class='vnav__item'><a href='https://shop.factory-express.com/Laptop-Safes-s/539.htm' class='vnav__link'>Laptop Safes</a>
</li><li class='vnav__item'><a href='https://shop.factory-express.com/Money-Safes-s/468.htm' class='vnav__link'>Money Safes</a>
</li><li class='vnav__item'><a href='https://shop.factory-express.com/Safe-Accessories-s/652.htm' class='vnav__link'>Safe Accessories</a>
</li><li class='vnav__item'><a href='https://shop.factory-express.com/Security-Boxes-s/462.htm' class='vnav__link'>Security Boxes</a>
</li><li class='vnav__item'><a href='https://shop.factory-express.com/Security-Safes-s/466.htm' class='vnav__link'>Security Safes</a>
</li><li class='vnav__item'><a href='https://shop.factory-express.com/Storage-Cabinets-s/2075.htm' class='vnav__link'>Storage Cabinets</a>
</li><li class='vnav__item'><a href='https://shop.factory-express.com/Wall-Safes-s/467.htm' class='vnav__link'>Wall Safes</a>
</li></ul>
</li>
<li class='vnav__item'><a href='https://shop.factory-express.com/Time-Clocks-s/449.htm' class='vnav__link'>Time Clocks</a>
<ul class='vnav vnav__subnav vnav--level2'>
<li class='vnav__item'><a href='https://shop.factory-express.com/All-Time-Clocks-s/509.htm' class='vnav__link'>All Time Clocks</a>
</li><li class='vnav__item'><a href='https://shop.factory-express.com/Biometric-Time-Clocks-s/510.htm' class='vnav__link'>Biometric Time Clocks</a>
</li><li class='vnav__item'><a href='https://shop.factory-express.com/Electronic-Time-Clocks-s/515.htm' class='vnav__link'>Electronic Time Clocks</a>
</li><li class='vnav__item'><a href='https://shop.factory-express.com/Employee-Time-Clocks-s/516.htm' class='vnav__link'>Employee Time Clocks</a>
</li><li class='vnav__item'><a href='https://shop.factory-express.com/Payroll-Time-Clocks-s/517.htm' class='vnav__link'>Payroll Time Clocks</a>
</li><li class='vnav__item'><a href='https://shop.factory-express.com/Punch-Card-Time-Clocks-s/519.htm' class='vnav__link'>Punch Card Time Clocks</a>
</li><li class='vnav__item'><a href='https://shop.factory-express.com/Time-Clock-Supplies-Accessories-s/523.htm' class='vnav__link'>Time Clock Supplies</a>
</li><li class='vnav__item'><a href='https://shop.factory-express.com/Time-Tracking-Software-s/520.htm' class='vnav__link'>Time Tracking Software</a>
</li></ul>
</li>
</ul>
</nav>
                                <!-- #display_menu_2 -->
                                <!-- ========== MENU 3 ========== -->
                                <div id="Menu3_Title" class="menu-title hidden">Special Offers</div>
                                <nav id="display_menu_3" class="menu" ><ul class='vnav vnav--vertical vnav--level1'>
<li class='vnav__item'><a href='https://shop.factory-express.com/Clearance-s/2116.htm' class='vnav__link'>Clearance</a>
</li>
<li class='vnav__item'><a href='https://shop.factory-express.com/Free-Shipping-s/2115.htm' class='vnav__link'>Free Shipping</a>
</li>
<li class='vnav__item'><a href='https://shop.factory-express.com/New-Arrivals-s/2131.htm' class='vnav__link'>New Arrivals</a>
</li>
<li class='vnav__item'><a href='https://shop.factory-express.com/Rebates-Coupons-s/2113.htm' class='vnav__link'>Rebates/Coupons</a>
</li>
</ul>
</nav>
                                <!-- #display_menu_3 -->
                                <!-- ========== MENU 4 ========== -->
                                <div id="Menu4_Title" class="menu-title hidden">Manufacturers</div>
                                <nav id="display_menu_4" class="menu" ><ul class='vnav vnav--vertical vnav--level1'>
<li class='vnav__item'><a href='https://shop.factory-express.com/Manufacturers-s/2779.htm' class='vnav__link'>Manufacturers</a>
<ul class='vnav vnav__subnav vnav--level2'>
<li class='vnav__item'><a href='https://shop.factory-express.com/Acroprint-s/2847.htm' class='vnav__link'>Acroprint</a>
</li><li class='vnav__item'><a href='https://shop.factory-express.com/Akiles-s/2783.htm' class='vnav__link'>Akiles</a>
</li><li class='vnav__item'><a href='https://shop.factory-express.com/Baum-Folder-s/2940.htm' class='vnav__link'>Baum</a>
</li><li class='vnav__item'><a href='https://shop.factory-express.com/Bryce-s/2806.htm' class='vnav__link'>Bryce</a>
</li><li class='vnav__item'><a href='https://shop.factory-express.com/Carl-s/2787.htm' class='vnav__link'>Carl</a>
</li><li class='vnav__item'><a href='https://shop.factory-express.com/Challenge-Machinery-s/2816.htm' class='vnav__link'>Challenge Machinery</a>
</li><li class='vnav__item'><a href='https://shop.factory-express.com/Minikote-s/2891.htm' class='vnav__link'>D & K Minikote</a>
</li><li class='vnav__item'><a href='https://shop.factory-express.com/Dahle-s/2784.htm' class='vnav__link'>Dahle</a>
</li><li class='vnav__item'><a href='https://shop.factory-express.com/DataBind-s/2923.htm' class='vnav__link'>DataBind</a>
</li><li class='vnav__item'><a href='https://shop.factory-express.com/Deluxe-Stitcher-s/2922.htm' class='vnav__link'>Deluxe Stitcher</a>
</li><li class='vnav__item'><a href='/category-s/2112.htm' class='vnav__link'>Digital Finishing Group</a>
</li><li class='vnav__item'><a href='https://shop.factory-express.com/DocuGem-s/2818.htm' class='vnav__link'>DocuGem</a>
</li><li class='vnav__item'><a href='https://shop.factory-express.com/Dri-Mark-s/2851.htm' class='vnav__link'>Dri Mark</a>
</li><li class='vnav__item'><a href='https://shop.factory-express.com/Duplo-s/2797.htm' class='vnav__link'>Duplo</a>
</li><li class='vnav__item'><a href='https://shop.factory-express.com/Dynafold-USA-s/2811.htm' class='vnav__link'>Dynafold USA</a>
</li><li class='vnav__item'><a href='/category-s/2934.htm' class='vnav__link'>Excel Packaging</a>
</li><li class='vnav__item'><a href='https://shop.factory-express.com/Formax-s/2799.htm' class='vnav__link'>Formax</a>
</li><li class='vnav__item'><a href='https://shop.factory-express.com/Foster-Mfg-s/2810.htm' class='vnav__link'>Foster Mfg</a>
</li><li class='vnav__item'><a href='https://shop.factory-express.com/GBC-s/2780.htm' class='vnav__link'>GBC</a>
</li><li class='vnav__item'><a href='https://shop.factory-express.com/Helix-USA-s/2861.htm' class='vnav__link'>Helix USA</a>
</li><li class='vnav__item'><a href='https://shop.factory-express.com/HSM-s/2793.htm' class='vnav__link'>HSM</a>
</li><li class='vnav__item'><a href='https://shop.factory-express.com/Intimus-s/2826.htm' class='vnav__link'>Intimus</a>
</li><li class='vnav__item'><a href='https://shop.factory-express.com/James-Burn-Intl-s/2796.htm' class='vnav__link'>James Burn Intl</a>
</li><li class='vnav__item'><a href='https://shop.factory-express.com/Klopp-International-s/2828.htm' class='vnav__link'>Klopp International</a>
</li><li class='vnav__item'><a href='https://shop.factory-express.com/Kobra-s/2792.htm' class='vnav__link'>Kobra</a>
</li><li class='vnav__item'><a href='https://shop.factory-express.com/Lassco-s/2788.htm' class='vnav__link'>Lassco</a>
</li><li class='vnav__item'><a href='https://shop.factory-express.com/Logan-Graphic-Products-Inc-s/2880.htm' class='vnav__link'>Logan Graphic Products, Inc</a>
</li><li class='vnav__item'><a href='https://shop.factory-express.com/Martin-Yale-s/2781.htm' class='vnav__link'>Martin Yale</a>
</li><li class='vnav__item'><a href='https://shop.factory-express.com/Master-s/2829.htm' class='vnav__link'>Master</a>
</li><li class='vnav__item'><a href='https://shop.factory-express.com/MBM-s/2785.htm' class='vnav__link'>MBM</a>
</li><li class='vnav__item'><a href='https://shop.factory-express.com/Minipack-s/2825.htm' class='vnav__link'>Minipack</a>
</li><li class='vnav__item'><a href='https://shop.factory-express.com/PDI-s/2782.htm' class='vnav__link'>PDI</a>
</li><li class='vnav__item'><a href='https://shop.factory-express.com/Powis-s/2939.htm' class='vnav__link'>Powis</a>
</li><li class='vnav__item'><a href='https://shop.factory-express.com/Premier-s/2827.htm' class='vnav__link'>Premier</a>
</li><li class='vnav__item'><a href='https://shop.factory-express.com/Pro-Pack-s/2859.htm' class='vnav__link'>Pro Pack</a>
</li><li class='vnav__item'><a href='https://shop.factory-express.com/Pro-Bind-s/2886.htm' class='vnav__link'>Pro-Bind</a>
</li><li class='vnav__item'><a href='https://shop.factory-express.com/Protex-Safe-Company-s/2858.htm' class='vnav__link'>Protex Safe Company</a>
</li><li class='vnav__item'><a href='https://shop.factory-express.com/PS-Mailers-s/2812.htm' class='vnav__link'>PS Mailers</a>
</li><li class='vnav__item'><a href='https://shop.factory-express.com/PVC-Spiral-Supply-s/2794.htm' class='vnav__link'>PVC Spiral Supply</a>
</li><li class='vnav__item'><a href='https://shop.factory-express.com/Pyramid-Technologies-s/2855.htm' class='vnav__link'>Pyramid Technologies</a>
</li><li class='vnav__item'><a href='https://shop.factory-express.com/RENZ-s/2795.htm' class='vnav__link'>RENZ</a>
</li><li class='vnav__item'><a href='https://shop.factory-express.com/Rhin-O-Tuff-s/2836.htm' class='vnav__link'>Rhin-O-Tuff</a>
</li><li class='vnav__item'><a href='https://shop.factory-express.com/Rotatrim-s/2786.htm' class='vnav__link'>Rotatrim</a>
</li><li class='vnav__item'><a href='https://shop.factory-express.com/Royal-Sovereign-s/2833.htm' class='vnav__link'>Royal Sovereign</a>
</li><li class='vnav__item'><a href='https://shop.factory-express.com/SEAL-s/2926.htm' class='vnav__link'>SEAL</a>
</li><li class='vnav__item'><a href='https://shop.factory-express.com/Semacon-s/2835.htm' class='vnav__link'>Semacon</a>
</li><li class='vnav__item'><a href='https://shop.factory-express.com/SW-Binding-Laminating-s/2921.htm' class='vnav__link'>Southwest</a>
</li><li class='vnav__item'><a href='https://shop.factory-express.com/Spiral-Binding-s/2808.htm' class='vnav__link'>Spiral Binding</a>
</li><li class='vnav__item'><a href='https://shop.factory-express.com/Staplex-s/2870.htm' class='vnav__link'>Staplex</a>
</li><li class='vnav__item'><a href='https://shop.factory-express.com/Swingline-Inc-s/2879.htm' class='vnav__link'>Swingline, Inc</a>
</li><li class='vnav__item'><a href='https://shop.factory-express.com/Tamerica-s/2853.htm' class='vnav__link'>Tamerica</a>
</li><li class='vnav__item'><a href='https://shop.factory-express.com/Tennsco-Corp-s/2882.htm' class='vnav__link'>Tennsco Corp</a>
</li><li class='vnav__item'><a href='https://shop.factory-express.com/Traco-Manufacturing-s/2822.htm' class='vnav__link'>Traco Manufacturing Inc.</a>
</li><li class='vnav__item'><a href='https://shop.factory-express.com/Widmer-s/2846.htm' class='vnav__link'>Widmer</a>
</li><li class='vnav__item'><a href='https://shop.factory-express.com/Wilmer-s/2924.htm' class='vnav__link'>Wilmer</a>
</li></ul>
</li>
<li class='vnav__item'><a href='https://shop.factory-express.com/category-s/2941.htm' class='vnav__link'>Manufacturers > Fastbind</a>
</li>
</ul>
</nav>
                                <!-- #display_menu_4 -->
                                <!-- ========== MENU 5 ========== -->
                                <div id="Menu5_Title" class="menu-title hidden">About</div>
                                <nav id="display_menu_5" class="menu" ><ul class='vnav vnav--vertical vnav--level1'>
<li class='vnav__item'><a href='https://shop.factory-express.com/Contact_Us_a/83.htm' class='vnav__link'><!A>Contact Us</a>
</li>
<li class='vnav__item'><a href='https://shop.factory-express.com/aboutus.asp' class='vnav__link'><!C>History</a>
</li>
<li class='vnav__item'><a href='https://shop.factory-express.com/Articles.asp?ID=259' class='vnav__link'><!E>Order Info</a>
</li>
<li class='vnav__item'><a href='https://shop.factory-express.com/Articles.asp?ID=257' class='vnav__link'><!F>Leasing Info</a>
</li>
<li class='vnav__item'><a href='https://shop.factory-express.com/Commitment-to-Schools-s/2128.htm' class='vnav__link'><!G>Commitment to Schools</a>
</li>
<li class='vnav__item'><a href='/ProductDetails.asp?ProductCode=SITEREVIEW' class='vnav__link'><!I>Reviews</a>
</li>
</ul>
</nav>
                                <!-- #display_menu_5 -->
                                <!-- ========== MENU 6 ========== -->
                                <div id="Menu6_Title" class="menu-title hidden">Nav Menu 6</div>
                                <nav id="display_menu_6" class="menu" ><ul class='vnav vnav--vertical vnav--level1'>
</ul>
</nav>
                                <!-- #display_menu_6 -->
                                <!-- ========== MENU 7 ========== -->
                                <div id="Menu7_Title" class="menu-title hidden">Nav Menu 7</div>
                                <nav id="display_menu_7" class="menu" ><ul class='vnav vnav--vertical vnav--level1'>
</ul>
</nav>
                                <!-- #display_menu_7 -->
                                <!-- ========== MENU 8 ========== -->
                                <div id="Menu8_Title" class="menu-title hidden">Nav Menu 8</div>
                                <nav id="display_menu_8" class="menu" ><ul class='vnav vnav--vertical vnav--level1'>
</ul>
</nav>
                                <!-- #display_menu_8 -->
                            </div>
                        </div>
                        <section class="content_area-wrapper col-xs-12 col-md-9" role="main">
                            <div id="content_area" class="clearfix">
      <table width="100%" border="0" cellspacing="0" cellpadding="0" align="center">
        <tr> 
		
          <td width="1%" valign="top">&nbsp;</td>
          <td width="96%" valign="top"> 
		<div id="div_articleid_2">
<!-- Banner Slider -->
    <link rel="stylesheet" href="/v/vspfiles/templates/189/css/nivo-slider.css" type="text/css" media="screen" />
    <script type="text/javascript" src="/v/vspfiles/templates/189/js/jquery.nivo.slider.pack.js"></script>

    <script type="text/javascript">
        $(window).load(function () {
            $('#slider').nivoSlider({
                animSpeed: 1500, // Slide transition speed
                pauseTime: 5500
            });
        });

    </script>

    <div class="banner">
        <div id="slider" class="nivoSlider">

 <!--<img src="/v/vspfiles/templates/189/images/FEI/new_bannersite.png" alt="New shop.factory-express.com website" data-transition="sliceDownRight" height="251" width="550" />-->
<!--<a href="http://shop.factory-express.com/"><img src="http://abqofficeproducts.com/coupon-bnr-bfcm.jpg" alt="Black Friday/Cyber Monday Sale" data-transition="sliceDownRight" height="251" width="550" /></a>-->

<!--<a href="https://shop.factory-express.com/All-Money-Handling-Equipment-s/416.htm?searching=Y&sort=9&cat=416&show=25&page=1&brand=Semacon"><img src="https://s3-us-west-1.amazonaws.com/feiimages/bnr-semacon3.png" alt="8% off all Semacon Machines" data-transition="sliceDownRight" height="251" width="550" /></a>-->

<!--<a href="https://shop.factory-express.com/SearchResults.asp?Search=semacon"><img src="https://s3-us-west-1.amazonaws.com/feiimages/Semacon2019.png" alt="Free Shipping on all Semacon Products in December" data-transition="sliceDownRight" height="251" width="550" /></a>-->

<!--<a href="http://shop.factory-express.com/Office-Supplies-s/235.htm"><img src="https://s3-us-west-1.amazonaws.com/feiimages/office15.png" alt="15% off Office Supplies" data-transition="sliceDownRight" height="251" width="550" /></a>-->

<!--<a href="https://shop.factory-express.com/Clearance-s/2116.htm?searching=Y&sort=5&cat=2116&f-All%20Laminators=326&show=10&page=1&brand=Royal%20Sovereign"><img src="https://feiimages.s3-us-west-1.amazonaws.com/Royal+Sovereign2.png" alt="Royal Sovereign Super Sale" data-transition="sliceDownRight" height="251" width="550" /></a>-->

<!--<a href="https://shop.factory-express.com/Digital-Finishing-Group-s/2112.htm"><img src="/v/vspfiles/assets/images/DFG.png" alt="Digital Finishing Group Introduction" data-transition="sliceDownRight" height="251" width="550" /></a>-->

<!--<a href="https://shop.factory-express.com/New-Arrivals-s/2131.htm?searching=Y&sort=5&cat=2131&brand=Dahle&show=30&page=1&f-All%20Paper%20Shredders=324"><img src="/v/vspfiles/photos/homepage/1643414845306.png" alt="New 2022 Dahle Shredders" data-transition="sliceDownRight" height="251" width="550" /></a>-->

<!--<a href="https://shop.factory-express.com/Web-Specials-s/2114.htm?searching=Y&sort=5&cat=2114&show=30&page=1&brand=Pyramid%20Technologies"><img src="/v/vspfiles/assets/images/PyramidPromotion.png" alt="Pyramid Promotional Sale" data-transition="sliceDownRight" height="251" width="550" /></a>-->

<!--<a href="https://shop.factory-express.com/ProductDetails.asp?ProductCode=E-FOLD9174"><img src="/v/vspfiles/photos/homepage/1651696897537.png" alt="Formax FD 1606 New Automatic Pressure Sealer" data-transition="sliceDownRight" height="270" width="555" /></a>-->

<!--a href="https://shop.factory-express.com/Contact_Us_a/83.htm"><img src="/v/vspfiles/photos/homepage/1674163514581.png" alt="Physical location moving notice" data-transition="sliceDownRight" height="270" width="555" /></a-->

<a href="https://shop.factory-express.com/Clearance-s/2116.htm"><img src="/v/vspfiles/photos/homepage/1653682706220.png" alt="Overstock Sale on Binding Supplies While Supplies Last" data-transition="sliceDownRight" height="270" width="555" /></a>
        </div>
        <div style="position: relative; top: -28px; left: -10px;">
            <img alt="" width="567" height="19" src="/v/vspfiles/templates/189/images/FEI/banner-shadow.png">
        </div>
    </div>
</div><!-- .vcb-article -->
<textarea style="display:none;" id="articleBody_2" readonly="true"></textarea>

			<br />
			<br />

            <img src="v/vspfiles/templates/269/images/HomePage/FeaturedProducts.gif" style="margin-left:5px"><br>
            <table width="100%" border="0" cellspacing="0" cellpadding="0">
              <tr> 
                <td background="/v/vspfiles/templates/269/images/Divider_Horizontal.gif" colspan="-1">
				<img src="v/vspfiles/templates/269/images/clear1x1.gif" width="3" height="9" alt=""></td>
              </tr>
            </table>
			<table width="100%" border="0" cellspacing="10" cellpadding="10" class="v65-productDisplay"> 
<tr><td>
<table width="100%" border="0" cellspacing="0" cellpadding="0" class="v65-productDisplay"> 
<tr> 
<td valign="top" width="33%" align="center"> 
<a href="https://shop.factory-express.com/Fastbind-Casematic-Back-Side-Guides-p/a-bind7311.htm" title="Fastbind Casematic Back/Side Guides" alt="Fastbind Casematic Back/Side Guides">
<img src="//cdn4.volusion.store/jufeh-wzsyy/v/vspfiles/photos/A-BIND7311-1.jpg" style="BORDER-RIGHT: #666666 1px solid; BORDER-TOP: #666666 1px solid; BORDER-LEFT: #666666 1px solid; BORDER-BOTTOM: #666666 1px solid"  border=0 alt="Fastbind Casematic Back/Side Guides" title="Fastbind Casematic Back/Side Guides"></a>
<script type="text/javascript">if(window.VCompare){VCompare('A-BIND7311', 5);}</script>
</td> 
<td rowspan="3" background="/v/vspfiles/templates/269/images/Grid_Divider_Vertical.gif"> 
<img src="/v/vspfiles/templates/269/images/clear1x1.gif" width="25" height="25" alt=""> 
</td> 
<td valign="top" width="33%" align="center"> 
<a href="https://shop.factory-express.com/Staplex-TBS-1-Tabster-Tabbing-Machine-p/e-tabb1000.htm" title="Staplex TBS-1 Tabster Tabbing Machine" alt="Staplex TBS-1 Tabster Tabbing Machine">
<img src="//cdn4.volusion.store/jufeh-wzsyy/v/vspfiles/photos/E-TABB1000-1.jpg?v-cache=1614274405" style="BORDER-RIGHT: #666666 1px solid; BORDER-TOP: #666666 1px solid; BORDER-LEFT: #666666 1px solid; BORDER-BOTTOM: #666666 1px solid"  border=0 alt="Staplex TBS-1 Tabster Tabbing Machine" title="Staplex TBS-1 Tabster Tabbing Machine"></a>
<script type="text/javascript">if(window.VCompare){VCompare('E-TABB1000', 5);}</script>
</td> 
<td rowspan="3" background="/v/vspfiles/templates/269/images/Grid_Divider_Vertical.gif"> 
<img src="/v/vspfiles/templates/269/images/clear1x1.gif" width="25" height="25" alt=""> 
</td> 
<td valign="top" width="33%" align="center"> 
<a href="https://shop.factory-express.com/Dahle-CleanTEC-51514-Department-Shredder-p/e-shre1256.htm" title="Dahle CleanTEC 51514 Department Shredder" alt="Dahle CleanTEC 51514 Department Shredder">
<img src="//cdn4.volusion.store/jufeh-wzsyy/v/vspfiles/photos/E-SHRE1256-1.jpg" style="BORDER-RIGHT: #666666 1px solid; BORDER-TOP: #666666 1px solid; BORDER-LEFT: #666666 1px solid; BORDER-BOTTOM: #666666 1px solid"  border=0 alt="Dahle CleanTEC 51514 Department Shredder" title="Dahle CleanTEC 51514 Department Shredder"></a>
<script type="text/javascript">if(window.VCompare){VCompare('E-SHRE1256', 5);}</script>
</td> 
</tr> 
<tr> 
<td valign="top" width="33%"> 
<div>

<a href="https://shop.factory-express.com/Fastbind-Casematic-Back-Side-Guides-p/a-bind7311.htm" class="productnamecolor colors_productname" title="Fastbind Casematic Back/Side Guides, A-BIND7311"> 
<span itemprop='name'>
Fastbind Casematic Back/Side Guides
</span>
</a>
<br />
<div>

<div>
<font class="pricecolor colors_productprice">    <div class="product_productprice">        <b><font class="text colors_text">Our Price:</font> $267.00 </b>    </div></font>
</div>
<img alt="Free Shipping" src="/v/vspfiles/templates/269/images/Icon_FreeShipping_Small.gif">
</div>
</td>
</td> 
<td valign="top" width="33%"> 
<div>

<a href="https://shop.factory-express.com/Staplex-TBS-1-Tabster-Tabbing-Machine-p/e-tabb1000.htm" class="productnamecolor colors_productname" title="Staplex TBS-1 Tabster Tabbing Machine, E-TABB1000"> 
<span itemprop='name'>
Staplex TBS-1 Tabster Tabbing Machine
</span>
</a>
<br />
<div>

<div>
<font class="text colors_text">    <div class="product_listprice"><b>List Price: $1,079.50</b>     </div></font><font class="pricecolor colors_productprice">    <div class="product_productprice">        <b><font class="text colors_text">Our Price:</font> $1,079.50 </b>    </div></font>
</div>
<br />
<div itemprop='aggregateRating'   itemscope itemtype='http://schema.org/AggregateRating'>
<meta itemprop='ratingValue' content='5'>
<img class='vCSS_img_star_avg_rating' src='/v/vspfiles/templates/269/images/star5.gif' alt='' style='position: relative; top: 2px;' />
<span style='font-size: 9px;'>(<span itemprop='reviewCount'>1</span>)</span>
</div>
</div>
</td>
</td> 
<td valign="top" width="33%"> 
<div>

<a href="https://shop.factory-express.com/Dahle-CleanTEC-51514-Department-Shredder-p/e-shre1256.htm" class="productnamecolor colors_productname" title="Dahle CleanTEC 51514 Department Shredder, E-SHRE1256"> 
<span itemprop='name'>
Dahle CleanTEC 51514 Department Shredder
</span>
</a>
<br />
<div>

<div>
<font class="text colors_text">    <div class="product_listprice"><b>List Price: $3,950.00</b>     </div></font><font class="pricecolor colors_productprice">    <div class="product_productprice">        <b><font class="text colors_text">Our Price:</font> $2,597.00 </b>    </div></font>
</div>
<img alt="Free Shipping" src="/v/vspfiles/templates/269/images/Icon_FreeShipping_Small.gif">
</div>
</td>
</td> 
</tr> 
<tr> 
<td valign="top" width="33%"> 
</td> 
<td valign="top" width="33%"> 
</td> 
<td valign="top" width="33%"> 
</td> 
</tr> 
<tr> 
<td background="/v/vspfiles/templates/269/images/Grid_Divider_Horizontal.gif" colspan="5"> 
<img src="/v/vspfiles/templates/269/images/clear1x1.gif" width="3" height="9" alt=""> 
</td> 
</tr> 
</table> 
</td></tr></table>
<br /><br />
<div id="div_articleid_71">
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>Untitled Document</title>
</head>

<body>

<div>
<div id="product-box">
		<div class="top-pro-bg">
           <table><tr><td><span class="top-pro-bg" style="color:#000; text-align:left;">NEW ARRIVALS</span></td>
			<td>
				&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
<span class="pro-link"><a href="/category-s/2131.htm">SEE ALL</a></span>
			</td>
</tr></table>
		</div>
<br/>
		<div>
			<div class="product" style="position: relative;">
				<div style="background: url(/v/vspfiles/templates/189/images/FEI/new.png) no-repeat; width: 86px; height: 35px; position: absolute; left: -4px; top: 5px;">
				</div>
				<div class="pro-top-round">
				</div>
				<div class="pro-middle-round" style="height: 195px; vertical-align: bottom;">
					<p style="text-align: center; height: 100px" class="pro-img">
						<a href="https://shop.factory-express.com/product-p/e-time3025.htm">
						<img border="0" style="cursor: pointer; max-height: 90px; max-width: 100px;" src="https://shop.factory-express.com/v/vspfiles/photos/E-TIME3025-2T.jpg" onerror="this.src = '/v/vspfiles/templates/189/images/FEI/nopictureicon.gif';" alt=""/></a>
					</p>
					<div class="pro-name">
						<a href="/product-p/e-time3025.htm"><strong>Pyramid 3800 Auto-Totaling Punch Card Time Clock</strong></a>
					</div>
					<div>
						<font class="text colors_text">
						<div class="product_listprice" style="margin: 0 0 0 10px;">
							<b><span class="PageText_L334n">List Price</span>: $399.99</b>
						</div>
						</font><font class="pricecolor colors_productprice">
						<div class="product_productprice" style="margin: 0 0 0 10px;">
							<b><font class="text colors_text"><span class="PageText_L335n">Our Price</span>:</font> $305.00 </b>
						</div>
						</font>
					</div>
				</div>
				<div class="pro-bottom-round">
				</div>
			</div>
		</div><br>
<div>
			<div class="product" style="position: relative;">
				<div style="background: url(/v/vspfiles/templates/189/images/FEI/new.png) no-repeat; width: 86px; height: 35px; position: absolute; left: -4px; top: 5px;">
				</div>
				<div class="pro-top-round">
				</div>
				<div class="pro-middle-round" style="height: 195px; vertical-align: bottom;">
					<p style="text-align: center; height:90px;"  class="pro-img">
						<a href="https://shop.factory-express.com/product-p/e-shre1535.htm">
						<img border="0" style="cursor: pointer; max-height: 100px; max-width: 100px;" src="https://shop.factory-express.com/v/vspfiles/photos/E-SHRE1535-2T.jpg" onerror="this.src = '/v/vspfiles/templates/189/images/FEI/nopictureicon.gif';" alt=""/></a>
					</p>
					<div class="pro-name">
						<a href="/product-p/e-shre1535.htm"><strong>Dahle PS 380 PaperSAFE 380 Deskside Shredder</strong></a>
					</div>
					<div>
						<font class="text colors_text">
						<div class="product_listprice" style="margin: 0 0 0 10px;">
							<b><span class="PageText_L334n">List Price</span>: $549.00</b>
						</div>
						</font><font class="pricecolor colors_productprice">
						<div class="product_productprice" style="margin: 0 0 0 10px;">
							<b><font class="text colors_text"><span class="PageText_L335n">Our Price</span>:</font> $274.50 </b>
						</div>
						</font>
					</div>
				</div>
				<div class="pro-bottom-round">
				</div>
			</div>
		</div><br>
		<div>
			<div class="product" style="position: relative;">
				<div style="background: url(/v/vspfiles/templates/189/images/FEI/new.png) no-repeat; width: 86px; height: 35px; position: absolute; left: -4px; top: 5px;">
				</div>
				<div class="pro-top-round">
				</div>
				<div class="pro-middle-round" style="height: 195px; vertical-align: bottom;">
					<p style="text-align: center; height: 100px" class="pro-img">
						<a href="https://shop.factory-express.com/product-p/e-fold9174.htm">
						<img border="0" style="cursor: pointer; max-height: 90px; max-width: 100px;" src="https://shop.factory-express.com/v/vspfiles/photos/E-FOLD9174-2T.png" onerror="this.src = '/v/vspfiles/templates/189/images/FEI/nopictureicon.gif';" alt=""/></a>
					</p>
					<div class="pro-name">
						<a href="/product-p/e-fold9174.htm"><strong>Formax AutoSeal FD 1606 Mid-Volume Pressure Sealer</strong></a>
					<div>
						<font class="text colors_text">
						<div class="product_listprice" style="margin: 0 0 0 10px;">
							<b><span class="PageText_L334n">List Price</span>: $7,965.00</b>
						</div>
						</font><font class="pricecolor colors_productprice">
						<div class="product_productprice" style="margin: 0 0 0 10px;">
							<b><font class="text colors_text"><span class="PageText_L335n">Our Price</span>:</font> $7,965.00 </b>
						</div>
				</div>
				<div class="pro-bottom-round">
&nbsp;<br />
				</div>
			</div>
		</div>
	</div>
		<div class="span">
		</div>

<div class="clear">
		</div>
</div>
<br/>
<!--  SEO TOPIC SECTION -->

<div id="SEOTopic">
        <script>
                    
            $("html").delegate("#moreclk", "click", function (e) {
                e.preventDefault();
                $("#div_more").show();
                $("#moreclk").hide();
            });

            $("html").delegate("#lessclk", "click", function (e) {
                e.preventDefault();
                $("#div_more").hide();
                $("#moreclk").show();
            });
                    
        </script>

<div id="div_Less">
            <h1 class="title1">Office Equipment & Supplies from Factory Express</h1>
                <div class="title2">Direct from the Manufacturer &mdash; ”New Office Machines &amp; Supplies at Low Prices!</div>
<p>
                    Shop Factory Express for quality service and discount prices on <a href="https://shop.factory-express.com/Office-Supplies-s/235.htm">office supplies</a>, <a href="https://shop.factory-express.com/Paper-Shredders-s/282.htm">paper shredders</a>, <a href="https://shop.factory-express.com/Laminators-s/277.htm">laminators</a>, <a href="https://shop.factory-express.com/Binding-Machines-s/251.htm">binding machines</a>, <a href="https://shop.factory-express.com/Paper-Cutters-s/265.htm">paper cutters</a>, <a href="https://shop.factory-express.com/Paper-Folders-s/244.htm">paper folding machines</a>, office furniture, shrink wrap, office mailing equipment, paper handling machines, office equipment, <a href="https://shop.factory-express.com/Office-Supplies-s/235.htm">office supplies</a>, office furniture, office technology solutions and a huge selection of binding and laminating supplies. We guarantee our prices and your satisfaction! <strong>If you see a better price, call us.</strong><br>
                    <br>
                    Our friendly knowledgeable experts are here to serve you with more than 40 years combined experience. At Factory Express our commitment to you is: "We will help you get the right business equipment at the right price for you to get the job done right."<br>
                    <br>
                    <strong>Call today and ask about our low price guarantee!<br>
                        1-800-399-2564 or 1-505-247-3232</strong><br>
    Our office equipment experts are available to serve you from 8:00 am to 4:30 pm, Mountain Standard Time (MST). Or use our easy on-line shopping cart 24 hours per day, 7 days a week for fast, convenient service.</p>

                    <span class="more" id="moreclk"><a href="#">More&nbsp;<img src="/v/vspfiles/templates/189/images/FEI/more-arrow.jpg"></a></span>
  </div>
        <div id="div_more" style="display: none;">
                    <br>
                    <a href="/category-s/282.htm"><strong>Paper Shredders:</strong> </a>We carry the best paper shredders to help keep your information confidential and safe in your home, office, or business. Choose from an enormous selection of home paper shredders, industrial paper shredders, government paper shredders, office paper shredders, multimedia shredders, heavy-duty shredders, and commercial paper shredders. We carry discount paper shredders from the best manufacturers in the industry: Fellowes, Intimus, GBC, SEM, Dahle, Kobra - just to name a few, as well as accessories, bags, and oil for all types of shredders.<br>
                    <br>
                    <a href="/category-s/452.htm"><strong>Safes:</strong></a> Protect cash,
                    valuables, guns and documents from fire, water, and theft with a safe
                    from the industries top manufacturers, such as Honeywell safes, Sentry safes,
                    Stack-On safes, Mesa Safes, among others. You will find home safes, money safes, gun safes, fireproof safes, waterproof safes, safety boxes, vaults and more!<br>
                    <br>
                    <a href="/category-s/265.htm"><strong>Paper Cutters:</strong></a> Top manual paper cutters and electric paper cutters, rotary trimmers, guillotine paper cutters, paper trimmers, business card cutters, corner rounders, perforators and scoring machines by Martin Yale, Premier, Dahle, Carl, Rotatrim, Keencut, Fellowes, Ledco, Akiles, DocuGem, MBM Kutrimmer®, Triumph and more!<br>
                    <br>
                    <a href="/category-s/277.htm"><strong>Laminators and Laminating Supplies:</strong></a> We offer the greatest selection
                    from the industry leaders: Fellowes laminating machines, GBC laminators, Royal Sovereign laminators, and Banner American laminators- to name a few first-rate brands. Read our <a href="/Articles.asp?ID=261">Laminator Buying Guide</a> for help in choosing a high-quality, affordable laminator from Factory Express' large inventory that will suit your needs.
                    <br>
                    <br>
                    Factory Express has a laminating machine for every application: cold laminators for heat-sensitive applications, hot laminators for all uses, home laminators for personal use, school laminators for educational institutes, wide-format laminating machines, roll laminators, and pouch laminators.<br>
                    <br>
                    We also offer an incredible selection of laminating accessories, including laminating pouches and pouch accessories, laminating film, mount boards, GBC SelfSeal™ Pouches, as well as cleaning supplies for you laminator to keep it at peak performance. If you need assistance with choosing the appropriate laminating supplies, please read our helpful article: <a href="/Articles.asp?ID=272">How To Choose The Right Laminating Film and Supplies</a>.<br>
                    <br>
                    <a href="/category-s/251.htm"><strong>Binding Machines and Supplies:</strong></a> Best prices for your binding solutions: Velobind®, thermal binding, coil binding, glue binding, tape binding, perfect binding and comb binding, plus booklet makers and binding supplies by GBC, DocuGem, ISP, Duplo, Martin Yale, MBM, Fellowes, Akiles,  Rhin-O-Tuff ® by PDI, Standard &amp; more. All major brand plastic coil or spiral binding, plastic comb binding, 19 ring, wire binding, VeloBindÂ® strips, thermal binding covers, Accubind™ strips and book binding tape.<br>
                    <br>
                    <a href="/category-s/235.htm"><strong>Discount Office Supplies:</strong></a> Find all the office supplies you need every day at low discount prices - paper, pens, staples, office storage, desktop accessories, folders, binders, labels, envelopes, forms, filing supplies &amp; more! Factory Express is excited to be able to bring you this complete line of top brand office supplies. And Yes! We still have the best selection of quality laminating pouches, laminating film, binding supplies, including binding combs, coil, spiral and wire binding, shrink wrap film and bags.<br>
                    <br>
                    <a href="#"><strong>Office Furniture:</strong> </a>Save on office furniture, including desks, chairs, bookcases, file cabinets, tables, carts &amp; stands, office decor, panel systems &amp; more!<br>
                    <br>
                    <a href="#"><strong>Office Technology:</strong></a> Factory Express is your one stop office technology supplier with a large selection of computer networking, communication, power &amp; backup, computer drives and media products, as well as a wide selection of computer accessories.<br>
                    <br>
                    <a href="/category-s/244.htm"><strong>Paper Folding Machines:</strong></a> The best letter folders, manual paper folders, automatic letter folding machines, air feed folders, right angle paper folding machines, folder inserters and folder sealers by Martin Yale, Formax, Dahle, MBM, Standard, Dynafold, Duplo &amp; more.
                    <br>
                    <br>
                    <a href="/category-s/366.htm"><strong>Packaging &amp; Shipping / Shrink Wrap:</strong></a> Package a wide variety of products like DVDs, CDs, gift baskets and vacuum seal food with quality shrink wrap film, shrink bags and quality shrink wrap machines like heat sealers, carton sealing equipment, bagging machines and more from Factory Express.<br>
                    <br>
                    <a href="/category-s/393.htm"><strong>Money Handling:</strong></a> Automate your currency handling- money counting, sorting, bagging processes with currency counters, bill counters, counterfeit detecters, coin scales, coin sorters and coin wrappers from Duplo, Formax, Royal Sovereign, Klopp, Ribao, and more.<br>
                    <br>
                    <a href="/category-s/449.htm"><strong>Time Clocks:</strong></a> Find top brand time clocks, biometric time clocks with fingerprint scanning and hand-geometry recognition; as well as electronic time clocks, employee time clocks and payroll time clocks.<br>
            <br>
            <span class="less" id="lessclk"><a href="#"><img src="/v/vspfiles/templates/189/images/FEI/less-arrow.png">&nbsp;Less</a></span>
        </div>
    </div>
<br/>
<script>(function(){function c(){var b=a.contentDocument||a.contentWindow.document;if(b){var d=b.createElement('script');d.innerHTML="window.__CF$cv$params={r:'a08f85dbf9822aa5',t:'MTc4MTAwMTY3Ng=='};var a=document.createElement('script');a.src='/cdn-cgi/challenge-platform/scripts/jsd/main.js';document.getElementsByTagName('head')[0].appendChild(a);";b.getElementsByTagName('head')[0].appendChild(d)}}if(document.body){var a=document.createElement('iframe');a.height=1;a.width=1;a.style.position='absolute';a.style.top=0;a.style.left=0;a.style.border='none';a.style.visibility='hidden';document.body.appendChild(a);if('loading'!==document.readyState)c();else if(window.addEventListener)document.addEventListener('DOMContentLoaded',c);else{var e=document.onreadystatechange||function(){};document.onreadystatechange=function(b){e(b);'loading'!==document.readyState&&(document.onreadystatechange=e,c())}}}})();</script></body>
</html>
</div><!-- .vcb-article -->
<textarea style="display:none;" id="articleBody_71" readonly="true"></textarea>

          </td>
          <td width="1%" valign="top"><img src="v/vspfiles/templates/269/images/clear1x1.gif" width="5" height="5" alt=""></td>
          <td width="2%" valign="top"> 
		  <img src="v/vspfiles/templates/269/images/clear1x1.gif" width="7" height="7" alt=""><br>
<div id="div_articleid_72">
<div align="center" style="position: relative; left: -5px; top: -10px;">
	<a href="/Articles.asp?ID=259" alt="Factory Express Order Information & Policies"><img src="/v/vspfiles/assets/images/Low Price4.png"/></a>
	<a href="/SearchResults.asp?Cat=2128" alt="Commitment to Schools"><img src="/v/vspfiles/assets/images/Schools.png"/></a>
</div>
<br/>
</div><!-- .vcb-article -->
<textarea style="display:none;" id="articleBody_72" readonly="true"></textarea>
<table cellSpacing=0 cellPadding=0 width=185 border=0>
<tbody>
  <tr>
	<td class="colors_background1" background="/v/vspfiles/templates/269/images/HomePage/FBox_Heading_Back.gif" colspan=3 height=23>
	<img height=5 src="/v/vspfiles/templates/269/images/clear1x1.gif" width=26 align=absMiddle border=0 alt="">
	<font color="#FFFFFF"><b>Today's Super Deal!</b></font></TD>
  </tr>
  <tr>
	<td width=3 class="colors_background1" background="/v/vspfiles/templates/269/images/HomePage/FBox_border_left.gif">
	<img height=1 src="/v/vspfiles/templates/269/images/clear1x1.gif" width=3 border=0 alt="">
	</td>
	<td valign=top width=180><img height=1 src="/v/vspfiles/templates/269/images/clear1x1.gif" width=181 border=0 alt=""><BR>
	<table cellSpacing=0 cellPadding=5 width=180 border=0>
	<tbody>
	  <tr>
		<td>
<table width="100%" border="0" cellspacing="0" cellpadding="0" class="v65-productDisplay"> 
<tr class="v65-productDisplay-row"> 
<td valign="top" class="v65-productDisplay-cell v65-productName" width="100%"> 
<a href="https://shop.factory-express.com/Tamerica-TPI-4900E-19-29-Programmable-Paper-Cutte-p/e-cutt7115.htm" class="productnamecolorsmall colors_productname" title="Tamerica TPI-4900E 19.29&quot; Programmable Paper Cutter, E-CUTT7115"> 
Tamerica TPI-4900E 19.29" Programmable Paper Cutte
</a>
</td> 
</tr> 
<tr class="v65-productDisplay-row"> 
<td valign="top" width="100%" class="v65-productDisplay-cell v65-productDetailInfo"> 
<div>

<table width="100%"cellpadding="0" cellspacing="0"><tr>
<td valign="top" class="v65-productDisplay-cell v65-productAvailability">
<div>
<font class="smalltext colors_text">    <div class="product_listprice"><b>List Price: $9,549.00</b>     </div></font><font class="pricecolorsmall colors_productprice">    <div class="product_productprice">        <b><font class="smalltext colors_text">Our Price:</font> $8,299.00 </b>    </div></font><font class="productnamecolorsmall colors_productname"><i><b>    <div class="product_yousave"><span style="font-family: Times New Roman, Times, serif; font-weight: bold; font-style: italic; color: red;">Savings: $1,250.00</span>    </div></b></i></font>
</div>
</td>
<BR>
<a href="https://shop.factory-express.com/Tamerica-TPI-4900E-19-29-Programmable-Paper-Cutte-p/e-cutt7115.htm" class="smalltext colors_text"> 
<img src="/v/vspfiles/templates/269/images/Bullet_MoreInfo.gif" border="0" alt="more info"></a>
</tr></table> 
</div>
</td> 
</tr> 
<tr class="v65-productDisplay-row"> 
<td valign="top" class="v65-productDisplay-cell v65-productPhoto" width="100%" align="center"> 
<a href="https://shop.factory-express.com/Tamerica-TPI-4900E-19-29-Programmable-Paper-Cutte-p/e-cutt7115.htm" title="Tamerica TPI-4900E 19.29&quot; Programmable Paper Cutter" alt="Tamerica TPI-4900E 19.29&quot; Programmable Paper Cutter">
<img src="//cdn4.volusion.store/jufeh-wzsyy/v/vspfiles/photos/E-CUTT7115-1.png" border=0 alt="Tamerica TPI-4900E 19.29&quot; Programmable Paper Cutter" title="Tamerica TPI-4900E 19.29&quot; Programmable Paper Cutter"></a>
<script type="text/javascript">if(window.VCompare){VCompare('E-CUTT7115', 2);}</script>
</td> 
</tr> 
<tr class="v65-productDisplay-row"> 
<td valign="top" width="100%"> 
<font class="smalltext colors_text">
<ul><li>19.29" cutting length</li><li>Cuts ups to 700 sheets at once (3.14" stack)</li><li>Can hold 100 programs, each with 96 settings</li></ul>
</font>
</td> 
</tr> 
</table> 
		</td>
	  </tr>
	  </tbody>
	  </table>
	</td>
	<TD width=1 class="colors_background1">
	<IMG height=1 src="/v/vspfiles/templates/269/images/clear1x1.gif" width=1 border=0 alt="">
	</TD>
  </TR>
  <TR>
	<TD colSpan=3 class="colors_background1"><IMG height=4 src="v/vspfiles/templates/269/images/HomePage/FBox_border_bottom.gif" width=185 border=0></TD>
  </TR>
</TBODY>
</TABLE>
<BR><img src="/v/vspfiles/templates/269/images/clear1x1.gif" width="7" height="7" alt=""><br>
<div id="div_articleid_73">
</div><!-- .vcb-article -->
<textarea style="display:none;" id="articleBody_73" readonly="true"></textarea>
<table cellSpacing=0 cellPadding=0 width=185 border=0>
<tbody>
  <tr>
	<td class="colors_background1" background="/v/vspfiles/templates/269/images/HomePage/FBox_Heading_Back.gif" colspan=3 height=23>
	<img height=5 src="/v/vspfiles/templates/269/images/clear1x1.gif" width=26 align=absMiddle border=0 alt="">
	<font color="#FFFFFF"><b>Top Sellers</b></font></TD>
  </tr>
  <tr>
	<td width=3 class="colors_background1" background="/v/vspfiles/templates/269/images/HomePage/FBox_border_left.gif">
	<img height=1 src="/v/vspfiles/templates/269/images/clear1x1.gif" width=3 border=0 alt="">
	</td>
	<td valign=top width=180><img height=1 src="/v/vspfiles/templates/269/images/clear1x1.gif" width=181 border=0 alt=""><BR>
	<table cellSpacing=0 cellPadding=5 width=180 border=0>
	<tbody>
	  <tr>
		<td>
<table width="100%" border="0" cellspacing="0" cellpadding="0" class="v65-productDisplay"> 
<tr class="v65-productDisplay-row"> 
<td valign="top" class="v65-productDisplay-cell v65-productName" width="100%"> 
<a href="https://shop.factory-express.com/Martin-Yale-400-Desktop-Paper-Jogger-p/e-jogg3000.htm" class="productnamecolorsmall colors_productname" title="Martin Yale 400 Desktop Paper Jogger, E-JOGG3000"> 
Martin Yale 400 Desktop Paper Jogger
</a>
</td> 
</tr> 
<tr class="v65-productDisplay-row"> 
<td valign="top" width="100%" class="v65-productDisplay-cell v65-productDetailInfo"> 
<div>
<meta itemprop='productID' content='011991400007'>
<table width="100%"cellpadding="0" cellspacing="0"><tr>
<td valign="top" class="v65-productDisplay-cell v65-productAvailability">
<div>
<font class="pricecolorsmall colors_productprice">    <div class="product_productprice">        <b><font class="smalltext colors_text">Our Price:</font> $1,241.43 </b>    </div></font>
</div>
</td>
</tr></table> 
</div>
</td> 
</tr> 
<tr> 
<td class="v65-productDisplay-cell v65-productRow-divider v65-product-colspan" background="/v/vspfiles/templates/269/images/Grid_Divider_Horizontal.gif" colspan="1"> 
<img src="/v/vspfiles/templates/269/images/clear1x1.gif" width="3" height="9" alt=""> 
</td> 
</tr> 
<tr class="v65-productDisplay-row"> 
<td valign="top" class="v65-productDisplay-cell v65-productName" width="100%"> 
<a href="https://shop.factory-express.com/Tamerica-TCC-2700i-27-Roll-Laminator-p/e-lam9010.htm" class="productnamecolorsmall colors_productname" title="Tamerica TCC-2700i 27&quot; Roll Laminator, E-LAM9010"> 
Tamerica  TCC-2700i 27" Roll Laminator
</a>
</td> 
</tr> 
<tr class="v65-productDisplay-row"> 
<td valign="top" width="100%" class="v65-productDisplay-cell v65-productDetailInfo"> 
<div>

<table width="100%"cellpadding="0" cellspacing="0"><tr>
<td valign="top" class="v65-productDisplay-cell v65-productAvailability">
<div>
<font class="pricecolorsmall colors_productprice">    <div class="product_productprice">        <b><font class="smalltext colors_text">Our Price:</font> $1,995.00 </b>    </div></font>
</div>
</td>
</tr></table> 
</div>
</td> 
</tr> 
<tr> 
<td class="v65-productDisplay-cell v65-productRow-divider v65-product-colspan" background="/v/vspfiles/templates/269/images/Grid_Divider_Horizontal.gif" colspan="1"> 
<img src="/v/vspfiles/templates/269/images/clear1x1.gif" width="3" height="9" alt=""> 
</td> 
</tr> 
<tr class="v65-productDisplay-row"> 
<td valign="top" class="v65-productDisplay-cell v65-productName" width="100%"> 
<a href="https://shop.factory-express.com/MBM-Triumph-4305-Manual-Paper-Cutter-p/e-cutt2200.htm" class="productnamecolorsmall colors_productname" title="MBM Triumph 4305 16-7/8&quot; Manual Paper Cutter, E-CUTT2200"> 
MBM Triumph 4305 Manual Paper Cutter
</a>
</td> 
</tr> 
<tr class="v65-productDisplay-row"> 
<td valign="top" width="100%" class="v65-productDisplay-cell v65-productDetailInfo"> 
<div>
<meta itemprop='productID' content='4019364205002'>
<table width="100%"cellpadding="0" cellspacing="0"><tr>
<td valign="top" class="v65-productDisplay-cell v65-productAvailability">
<div>
<font class="pricecolorsmall colors_productprice">    <div class="product_productprice">        <b><font class="smalltext colors_text">Our Price:</font> $2,499.00 </b>    </div></font>
</div>
</td>
</tr></table> 
</div>
</td> 
</tr> 
</table> 
		</td>
	  </tr>
	  </tbody>
	  </table>
	</td>
	<TD width=1 class="colors_background1">
	<IMG height=1 src="/v/vspfiles/templates/269/images/clear1x1.gif" width=1 border=0 alt="">
	</TD>
  </TR>
  <TR>
	<TD colSpan=3 class="colors_background1"><IMG height=4 src="v/vspfiles/templates/269/images/HomePage/FBox_border_bottom.gif" width=185 border=0></TD>
  </TR>
</TBODY>
</TABLE>
<BR><img src="/v/vspfiles/templates/269/images/clear1x1.gif" width="7" height="7" alt=""><br>
<div id="div_articleid_74">
</div><!-- .vcb-article -->
<textarea style="display:none;" id="articleBody_74" readonly="true"></textarea>
<table cellSpacing=0 cellPadding=0 width=185 border=0>
<tbody>
  <tr>
	<td class="colors_background1" background="/v/vspfiles/templates/269/images/HomePage/FBox_Heading_Back.gif" colspan=3 height=23>
	<img height=5 src="/v/vspfiles/templates/269/images/clear1x1.gif" width=26 align=absMiddle border=0 alt="">
	<font color="#FFFFFF"><b>New Products</b></font></TD>
  </tr>
  <tr>
	<td width=3 class="colors_background1" background="/v/vspfiles/templates/269/images/HomePage/FBox_border_left.gif">
	<img height=1 src="/v/vspfiles/templates/269/images/clear1x1.gif" width=3 border=0 alt="">
	</td>
	<td valign=top width=180><img height=1 src="/v/vspfiles/templates/269/images/clear1x1.gif" width=181 border=0 alt=""><BR>
	<table cellSpacing=0 cellPadding=5 width=180 border=0>
	<tbody>
	  <tr>
		<td>
		</td>
	  </tr>
	  </tbody>
	  </table>
	</td>
	<TD width=1 class="colors_background1">
	<IMG height=1 src="/v/vspfiles/templates/269/images/clear1x1.gif" width=1 border=0 alt="">
	</TD>
  </TR>
  <TR>
	<TD colSpan=3 class="colors_background1"><IMG height=4 src="v/vspfiles/templates/269/images/HomePage/FBox_border_bottom.gif" width=185 border=0></TD>
  </TR>
</TBODY>
</TABLE>
<BR><img src="/v/vspfiles/templates/269/images/clear1x1.gif" width="7" height="7" alt=""><br>
<div id="div_articleid_75">
</div><!-- .vcb-article -->
<textarea style="display:none;" id="articleBody_75" readonly="true"></textarea>

          </td>
        </tr>
      </table>

</div> <!-- #content_area -->
                            
                        </section>
                    </div> <!-- .row -->
                </div> <!-- .container -->
                <footer class="footer" data-ui-block="footer-1">
                    <div class="footer__top footer__section pt--base">
                        <div class="container">
                            <div class="row">
                                <div class="elist col-xs-12 col-md-4 col-md-push-8">
                                    <div class="elist__title text-center-sm-and-down" data-v-edit-region="Elist Title">
                                        <h3 class="v-center">STAY UPDATED</h3>
                                        <span class="v-center">with the latest news and deals.</span>
                                    </div>
                                    <section class="microblock">
                                        <div class="microblock__body">
                                            <label for="elistEmailAddress" class="sr-only">Enter your email address to sign up for our newsletter</label>
                                            <form class="elist__form" name="MailingList" method="post" action="/mailinglist_subscribe.asp">
                                                <div class="input-group">
                                                    <input  class="elist__input form-control" id="elistEmailAddress" type="text" name="emailaddress" value="" placeholder="Enter your email address..." />
                                                    <span class="input-group-btn">
                                                        <button type="submit" name="Submit" class="elist__submit btn">
                                                            SUBSCRIBE
                                                        </button>
                                                    </span>
                                                </div>
                                            </form>
                                        </div>
                                    </section>                </div>
                                <div class="col-xs-12 col-md-8 col-md-pull-4 no-pad">
                                    <div class="links-column col-xs-12 col-sm-4 col-md-3">
                                        <a class="footer__top-title accordion-toggle collapsed" data-toggle="collapse" data-parent="#footer-collapse" href="#link-col-1" rel="nofollow">
                                            <h2 class="footer__title" data-v-edit-region="footer-link-column-1-title">
                                                <span class="v-center-xs">COMPANY</span>
                                                <span class="v-center-xs hidden-sm hidden-md hidden-lg pull-right">
                                                    <i class="ion ionicon ion-android-add-circle"></i>
                                                    <i class="ion ionicon ion-android-remove-circle"></i>
                                                </span>
                                            </h2>
                                        </a>
                                        <div id="link-col-1" class="collapse" data-v-edit-region="footer-link-column-1">
                <ul class="link-column list-unstyled">
                        <li class="link-column__item">
                                                            <a href="/aboutus.asp" title="About Factory Express">About Us</a>
                        </li>
                        <li class="link-column__item">
                                                            <a href="/Contact_Us_a/83.htm" title="Contact Us">Contact Us</a>
                        </li>
                        <li class="link-column__item">
                                                            <a href="/terms_privacy.asp" title="Privacy Policy" rel="nofollow">Privacy Policy</a>
                        </li>
                        <li class="link-column__item">
                                                            <a href="/terms.asp" title="Terms &amp; Conditions" rel="nofollow">Terms &amp; Conditions</a>
                        </li>
                        <li class="link-column__item">
                        </li>
                </ul>                        </div>
                                    </div>
                                    <div class="links-column col-xs-12 col-sm-4 col-md-3">
                                        <a class="footer__top-title accordion-toggle collapsed" data-toggle="collapse" data-parent="#footer-collapse" href="#link-col-2" rel="nofollow">
                                            <h2 class="footer__title" data-v-edit-region="footer-link-column-2-title">
                                                <span class="v-center-xs">ACCOUNT</span>
                                                <span class="v-center-xs hidden-sm hidden-md hidden-lg pull-right">
                                                    <i class="ion ionicon ion-android-add-circle"></i>
                                                    <i class="ion ionicon ion-android-remove-circle"></i>
                                                </span>
                                            </h2>
                                        </a>
                                        <div id="link-col-2" class="collapse" data-v-edit-region="footer-link-column-2">
                <ul class="link-column list-unstyled">
                        <li class="link-column__item">
                                                            <a href="/myaccount.asp" title="My Account" rel="nofollow">My Account</a>
                        </li>
                        <li class="link-column__item">
                                                            <a href="/orders.asp" title="Order Status" rel="nofollow">Order Status</a>
                        </li>
                        <li class="link-column__item">
                                                            <a href="/wishlist.asp" title="Wishlist" rel="nofollow">Wishlist</a>
                        </li>
                        <li class="link-column__item">
                                                            <a href="/Shipping_Policy_a/57.htm" title="Shipping Info" rel="nofollow">Shipping Info</a>&nbsp;&amp;&nbsp;<a href="/returns.asp" title="Returns" rel="nofollow">Returns</a>
                        </li>
                        <li class="link-column__item">
                        </li>
                </ul>                        </div>
                                    </div>
                                    <div class="links-column col-xs-12 col-sm-4 col-md-3">
                                        <a class="footer__top-title accordion-toggle collapsed" data-toggle="collapse" data-parent="#footer-collapse" href="#link-col-3" rel="nofollow">
                                            <h2 class="footer__title" data-v-edit-region="footer-link-column-3-title">
                                                <span class="v-center-xs">SHOPPING</span>
                                                <span class="v-center-xs hidden-sm hidden-md hidden-lg pull-right">
                                                    <i class="ion ionicon ion-android-add-circle"></i>
                                                    <i class="ion ionicon ion-android-remove-circle"></i>
                                                </span>
                                            </h2>
                                        </a>
                                        <div id="link-col-3" class="collapse" data-v-edit-region="footer-link-column-3">
                <ul class="link-column list-unstyled">
                        <li class="link-column__item">
                                                            <a href="/productslist.asp" title="All Products" rel="nofollow">All Products</a>
                        </li>
                        <li class="link-column__item">
                                                            <a href="/cindex.asp" title="Category Index" rel="nofollow">Category Index</a>
                        </li>
                        <li class="link-column__item">
                        </li>
                        <li class="link-column__item">
                                                            <a href="/help.asp" title="FAQ/Help" rel="nofollow">FAQ/Help</a>
                        </li>
                        <li class="link-column__item">
                        </li>
                </ul>                        </div>
                                    </div>
                                    <div class="social-media col-xs-12 col-md-3">
                                        <h2 class="social__title footer__title" data-v-edit-region="Social Title">CONNECT</h2>
                                        <section class="microblock social" data-v-edit-region="Footer Social Media Links">
                                            <div class="microblock__body">
                                                <ul class="social__list list-unstyled">
                                                    <li class="social__item">
                                                        <a class="social__link facebook" href="//www.facebook.com/" target="_blank" title="Like Factory Express on Facebook">
                                                            <span class="v-center social__icon">
                                                                <i class="vol-theme-icon  vol-theme-icon--facebook"></i>
                                                            </span>
                                                            <span class="v-center social__link--text hidden-xs hidden-sm">Facebook</span>
                                                        </a>
                                                    </li>
                                                    <li class="social__item">
                                                        <a class="social__link twitter" href="//twitter.com/" target="_blank" title="Follow Factory Express on Twitter">
                                                            <span class="v-center social__icon">
                                                                <i class="vol-theme-icon  vol-theme-icon--twitter"></i>
                                                            </span>
                                                            <span class="v-center social__link--text hidden-xs hidden-sm">Twitter</span>
                                                        </a>
                                                    </li>
                                                    <li class="social__item">
                                                        <a class="social__link instagram" href="//instagram.com/" target="_blank" title="Follow Factory Express on Instagram">
                                                            <span class="v-center social__icon">
                                                                <i class="vol-theme-icon  vol-theme-icon--instagram"></i>
                                                            </span>
                                                            <span class="v-center social__link--text hidden-xs hidden-sm">Instagram</span>
                                                        </a>
                                                    </li>
                                                    <li class="social__item">
                                                        <a class="social__link pinterest" href="//www.pinterest.com/" target="_blank" title="Pin Factory Express to Pinterest">
                                                            <span class="v-center social__icon">
                                                                <i class="vol-theme-icon  vol-theme-icon--pinterest"></i>
                                                            </span>
                                                            <span class="v-center social__link--text hidden-xs hidden-sm">Pinterest</span>
                                                        </a>
                                                    </li>
                                                    <!--
                                                    <li class="social__item">
                                                        <a class="social__link rss" href="//www.blogspot.com/" target="_blank" title="Subscribe to Factory Express's Blog">
                                                            <span class="v-center social__icon">
                                                                <i class="vol-theme-icon  vol-theme-icon--rss"></i>
                                                            </span>
                                                            <span class="v-center social__link--text hidden-xs hidden-sm">RSS</span>
                                                        </a>
                                                    </li>
                                                    <li class="social__item">
                                                        <a class="social__link wordpress" href="//www.wordpress.com/" target="_blank" title="Subscribe to Factory Express's Blog">
                                                            <span class="v-center social__icon">
                                                                <i class="vol-theme-icon  vol-theme-icon--wordpress"></i>
                                                            </span>
                                                            <span class="v-center social__link--text hidden-xs hidden-sm">Wordpress</span>
                                                        </a>
                                                    </li>
                                                    <li class="social__item">
                                                        <a class="social__link youtube" href="//www.youtube.com/" target="_blank" title="Subscribe to Factory Express's YouTube Channel">
                                                            <span class="v-center social__icon">
                                                                <i class="vol-theme-icon  vol-theme-icon--youtube"></i>
                                                            </span>
                                                            <span class="v-center social__link--text hidden-xs hidden-sm">YouTube</span>
                                                        </a>
                                                    </li>
                                                    <li class="social__item">
                                                        <a class="social__link gplus" href="//plus.google.com/" target="_blank" title="Add Factory Express to Your Google+ Circle">
                                                            <span class="v-center social__icon">
                                                                <i class="vol-theme-icon  vol-theme-icon--googleplus"></i>
                                                            </span>
                                                            <span class="v-center social__link--text hidden-xs hidden-sm">Google+</span>
                                                        </a>
                                                    </li>
                                                    <li class="social__item">
                                                        <a class="social__link linked-in" href="//www.linkedin.com/" target="_blank" title="Connect with Factory Express on LinkedIn">
                                                            <span class="v-center social__icon">
                                                                <i class="vol-theme-icon  vol-theme-icon--linkedin"></i>
                                                            </span>
                                                            <span class="v-center social__link--text hidden-xs hidden-sm">Linkedin</span>
                                                        </a>
                                                    </li>
                                                    <li class="social__item">
                                                        <a class="social__link houzz" href="//www.houzz.com/" target="_blank" title="Follow Factory Express on Houzz">
                                                            <span class="v-center social__icon">
                                                                <i class="vol-theme-icon  vol-theme-icon--houzz"></i>
                                                            </span>
                                                            <span class="v-center social__link--text hidden-xs hidden-sm">Houzz</span>
                                                        </a>
                                                    </li>
                                                    <li class="social__item">
                                                        <a class="social__link yelp" href="//www.yelp.com/" target="_blank" title="View Factory Express on Yelp">
                                                            <span class="v-center social__icon">
                                                                <i class="vol-theme-icon  vol-theme-icon--yelp"></i>
                                                            </span>
                                                            <span class="v-center social__link--text hidden-xs hidden-sm">Yelp</span>
                                                        </a>
                                                    </li>
                                                    -->
                                                </ul>
                                            </div>
                                        </section>
                                    </div>
                                </div>
                            </div>
                        </div>
                    </div>
                    <div class="footer__bottom footer__section">
                        <div class="container">
                            <div class="row">
                                <div class="v-center col-xs-12 col-sm-6">
                                    <!-- Copyright -->
                                    <section class="copyright microblock">
                                        <a href="/terms.asp" title="Terms" rel="nofollow">&copy; Copyright  <span class="insertYear">20165</span>&nbsp;Factory Express.</a>
                                        <span class="copyright__line">
                                            All Rights Reserved.
                                            <a href="http://www.volusion.com" target="_blank" rel="nofollow">Built with Volusion</a><!---->
                                            <!-- #if_not_hompage -->
                                        </span>
                                    </section>
                                </div>
                                <div class="v-center col-xs-12 col-sm-6 text-right-sm-and-up">
                                    <span class="v-center"><!-- Credit Cards -->
                <div class="credit-cards microblock">
                    <i class="vol-theme-icon  vol-theme-icon--paypal"></i>
                    <i class="vol-theme-icon  vol-theme-icon--visa"></i>
                    <i class="vol-theme-icon  vol-theme-icon--discover"></i>
                    <i class="vol-theme-icon  vol-theme-icon--mastercard"></i>
                    <i class="vol-theme-icon  vol-theme-icon--amex"></i>
                </div></span>
                                    <span class="v-center"><!-- Volusion SSL -->
                <section class="ssl microblock">
                    <div class="microblock__body">
                        <a id="ssl__link" href="javascript:void(0);" rel="nofollow">
                        	<p class="sr-only">View our SSL</p>
                            <svg class="icon">
                                <use xlink:href="#svg-ssl-simple"></use>
                            </svg>
                        </a>
                    </div>
                </section>
                </span>
                                </div>
                            </div>
                        </div>
                    </div>
                </footer>
            </div> <!-- .page-wrap -->
        </div>
    </div>
    
                <script>
                $(document).ready(function(){
                /* detects if the slideshow is on */
                if($("div#vSlider")[0]) {
                // vSliderOptions.nav = true; // Uncomment both lines to enable both dots and nav arrows
                // vSliderOptions.dots = true; // Uncomment both lines to enable both dots and nav arrows
                vSliderOptions.navClass = ['btn-prev', 'btn-next'];
                vSliderOptions.navText = ['<svg class="icon arrow-left"><use xlink:href="#svg-arrow-left"/></svg><span class="text-hide">Previous</span>', '<svg class="icon arrow-right"><use xlink:href="#svg-arrow-right"/></svg><span class="text-hide">Next</span>'];
                }
                });
                </script>
    
    <!-- IE9 FIX - CATEGORY GRID LAYOUT -->
    <!--[if IE 9]><script>"searchresults.asp"===PageName()&&!function(e){e(document).ready(function(){var r,t=0,n=0,i=new Array,h=0;e(".v-product").each(function(){if(r=e(this),h=r.position().top,n!=h){for(currentDiv=0;currentDiv<i.length;currentDiv++)i[currentDiv].height(t);i.length=0,n=h,t=r.height(),i.push(r)}else i.push(r),t=t<r.height()?r.height():t;for(currentDiv=0;currentDiv<i.length;currentDiv++)i[currentDiv].height(t)})})}($jQueryModern);</script><![endif]-->
    <script src="/v/vspfiles/templates/269/js/min/template.min.js"></script>
    <aside class="push-cart" id="vol-push-cart" data-vol-cart="true"></aside>



<script type="text/javascript">function store_init(event){} AttachEvent(window, 'load', store_init);</script>

  <script>
     if (document.getElementsByName("MailingList")[0]) {
        var emailSubscribeForm = document.getElementsByName("MailingList")[0];
        disableSubscribeSubmit = function() {
          emailSubscribeButton.removeAttribute("type");
        }
        forwardToMailingList = function(e) {
            var subscribeEmail = emailSubscribeForm.querySelector("input").value;
          sessionStorage.setItem("subEmailAddress", subscribeEmail);
          emailSubscribeForm.submit();
        }

        if (emailSubscribeForm.querySelector("button")) {
            var emailSubscribeButton = emailSubscribeForm.querySelector("button");
            emailSubscribeButton.addEventListener("click", forwardToMailingList);
        }
    }
  </script>
<script src="/a/j/class-name-watcher.js" defer ></script>

    <script type="text/javascript">
        window.isUsingPpcp = true;
    </script>
    
        <script type="text/javascript">
            window.useNewCheckout = true;
        </script>
    
    <script src="/a/j/paypal-push-cart.js" defer ></script>

    <script src="/a/j/push-cart.js" defer ></script>

</body>
</html>