﻿



<!DOCTYPE html>
<!--[if lt IE 7]>      <html class="no-js lt-ie9 lt-ie8 lt-ie7" lang="en"> <![endif]-->
<!--[if IE 7]>         <html class="no-js lt-ie9 lt-ie8" lang="en"> <![endif]-->
<!--[if IE 8]>         <html class="no-js lt-ie9" lang="en"> <![endif]-->
<!--[if gt IE 8]><!-->
<html class="no-js" lang="en">
 <!--<![endif]-->
<head>
    <meta charset="utf-8" />
    <meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1" />
    <title>
        500 Error page
    </title>
    <META NAME="ROBOTS" CONTENT="NOINDEX, NOFOLLOW">
    <meta name="description" />
    <meta name="language" content="english" />
    <link rel="canonical" href='https://www.microcenter.com/redirect.aspx' />

    <meta property="og:title" content="Micro Center - Computers and Electronics" />
    <meta property="og:type" content="company" />
    <meta property="og:image" content="https://www.microcenter.com/images/home_page/bg.head01.gif" />
    <meta property="og:url" content='https://www.microcenter.com/redirect.aspx' />
    <meta property="og:site_name" content="Micro Center" />
    <meta property="fb:admins" content="628384247" />
    <meta name="verify-v1" content="OtkSjNFP9wMBucWwXQBBSNMmRvOgOutGClQ/8BzpTXs=" />
    <meta name="google-site-verification" content="UU_EzQdrSyyH_I8nopkLtLxrBUPBJCZbH5Q5xfg083M" />
    <meta name="google-site-verification" content="Ehq3cBK8-f4uXGaaQ0rRp9TrdXmk7sEE75wtSYzx0oA" />
    <meta name="google-site-verification" content="nV7OFYoPqRs8pS6ee1ntwEfxhM2naa4Q8Qpvm5nBNXs" />
    <meta name="msvalidate.01" content="70DD5008C2BA020EBD0DF1427EA96FAC" />
    <link rel="shortcut icon" href="/favicon.ico" />
    <link rel="apple-touch-icon" href="/apple-touch-icon.png" />
    <link rel="apple-touch-icon" sizes="76x76" href="/MClogo76.png" />
    <link rel="apple-touch-icon" sizes="120x120" href="/MClogo120.png" />
    <link rel="apple-touch-icon" sizes="152x152" href="/MClogo152.png" />
    <link rel="stylesheet" type="text/css" href="/site/css/DesktopCss.compiled.css?r=9807BBA417D54C78DCC9CBA95E29CB8D" />
    <link rel="stylesheet" type="text/css" media="print" href="/site/css/PrintCss.compiled.css?r=69A0DC97FB09D48531E16E5191AC733D" />
    <script type="text/javascript" src="/site/compiledJS/DesktopJS.compiled.js?r=03E9502426456CD2658A192F9FB77563"></script>

    <!-- begin async ga tracking -->
    <script type="text/javascript">

        function ImgError(source) {
            source.src = "/assets/images/noimage.gif";
            source.onerror = "";
            return true;
        }

    </script>
    <!-- end async ga tracking -->


    <style type="text/css"></style>


    <!-– Oracle Maxymiser Script Start -->

    <script type="text/javascript" src="//service.maxymiser.net/api/us/microcenter.com/1aae9e/mmapi.js"></script>
    <!–- Oracle Maxymiser Script End -->


    <script type="text/javascript">


        //

        dataLayer = [{
            'page':'GeneralContent',
            'OAM':'False',
            'storeNum':'141',
            'closestStoreId':'0',
            'pageUrl':'/redirect.aspx',
            'isMobile':'False'
        }];

        var OAMLoggedIn = 'False';
        var RWOEnabled = '';

    </script>


    <script>
        var $A1Config = {
            key: "$2a$10$7znZzUgtaLK4PAwXbc7lI.QuTikYNtuHNz3gL/I7Drene7qHb9S6C",
            tenantId: 575,
            host: "//api6.agilone.com"
        };
    </script>

    <script src="https://scripts.agilone.com/latest/a1.js"></script>
    <script>
        var currentVisitor = $A1.Customer = {
            UUID: "",
            SourceCustomerNumber: "",
            c_lastStoreSelected: "141"

        };




    </script>
</head>

<body id="cmscontent" class=" Store_Selected_141 DesktopFramework noside">



    <!-- Google Tag Manager -->
    <noscript><iframe src="//www.googletagmanager.com/ns.html?id=GTM-N7M8JZ" height="0" width="0" style="display:none;visibility:hidden" title="Google Tag Manager"></iframe></noscript>
    <script type="text/javascript">    (function (w, d, s, l, i) { w[l] = w[l] || []; w[l].push({ 'gtm.start': new Date().getTime(), event: 'gtm.js' }); var f = d.getElementsByTagName(s)[0], j = d.createElement(s), dl = l != 'dataLayer' ? '&l=' + l : ''; j.async = true; j.src = '//www.googletagmanager.com/gtm.js?id=' + i + dl; f.parentNode.insertBefore(j, f); })(window, document, 'script', 'dataLayer', 'GTM-N7M8JZ');</script>
    <!-- End Google Tag Manager -->









    <div class="ADANavigation" role="navigation">
        <a href="#content" class="jumpNav" id="skip-main-content">Skip to Main Content Area</a>

    </div>



    <!-- START HEADER -->
    <header class="scale-header">

        <!-- START UTILITY NAV -->
        <nav id="utility" aria-labelledby="utility-navigation">

            <div class="hdrRow1" id="siteSelections">
                <h2 class="hide-text" id="utility-navigation">Site Selections: Account Login, Store Selection, Cart Information</h2>
                <script type="text/javascript">
                    $(function () {
                        $.fn.ToggleSlide = function () {
                            return this.each(function () {
                                //$(this).css('position', 'absolute');

                                if (parseInt($(this).css('right')) == 0) {
                                    $(this).animate({ 'right': '-479px' }, 700, function () {
                                        //$(this).css('position', 'relative');
                                    });
                                }
                                else {
                                    $(this).animate({ 'right': '0px' }, 700, function () {
                                        //$(this).css('position', 'relative');
                                    });
                                }
                            });
                        };

                        //$('#lpButton').ToggleSlide();  triggers toggle on page load without click

                        $(".lpChatRight").bind("click", function () {
                            $('#lpButton').ToggleSlide();
                        });
                    });
                </script>

                <!-- Begin LP Custom Variables for Search-->
                <script type="text/javascript">

                </script>


                <ul class="myAccount inline">




                    <li class="title clickable"><a id="hypInsiderAcctHome" onclick="ga(&#39;mc.send&#39;,&#39;event&#39;,&#39;header&#39;, &#39;insider_account_click&#39;,&#39;account&#39;);" href="https://account.microcenter.com/members/account.aspx">Insider <strong>Account:</strong></a></li>

                    <li class="clear" style="padding:0px; margin:0px; border:0px;">
                        <ul style="padding:0px; margin:0px; border:0px;">
                            <li class="signin clear"><a id="hypSignIn" onclick="ga(&#39;mc.send&#39;,&#39;event&#39;,&#39;header&#39;, &#39;insider_sign_in_click&#39;,&#39;account&#39;);" href="https://account.microcenter.com/Login.aspx">Sign in</a></li>
                            <li class="register last"><a id="hypCreateAccount" onclick="ga(&#39;mc.send&#39;,&#39;event&#39;,&#39;header&#39;, &#39;insider_create_account_click&#39;,&#39;account&#39;);" href="https://account.microcenter.com/Registration.aspx">Create Account</a></li>
                        </ul>
                    </li>


                </ul>

                <ul class="myStore inline">
                    <li></li>
                  
                </ul>

                <ul class="myCart clickable inline" tabindex="0" onclick="ga('mc.send','event','header', 'cart','cart');">


                    <li>
                        <a href="https://cart.microcenter.com/cart.aspx" title="View My Cart" class="hide-text" onclick="ga('mc.send','event','header', 'cart','cart');">Cart</a>
                    </li>


                </ul>


                <ul class="siteSearch inline">
                    <li class="title replace">Search</li>
                    <li class="clear formBg">
                        <form id="searchForm2" class="clear" spellcheck="false" autocomplete="off" name="Product Search">
                            <input title="Product Search" id="productsearch" class="labelvalue" name="search" type="text" value="What can we help you find?" spellcheck="false" autocomplete="off" aria-label="Enter your search phrase" role="search">

                            <input class="submit btn" type="submit" value="Go">
                            <span class="hide-text">Begin Search</span>
                        </form>
                    </li>
                </ul>


            </div>
            <div class="clear"></div>
        </nav>
        <!-- END UTILITY NAV -->

        <div class="hdrRow2">
            <!-- START TOOLBAR NAV / SITE SEARCH -->
            <nav id="toolbar" aria-labelledby="general-navigation">
                <div id="headerSearch" class="clear" aria-labelledby="searchformlabel">
                    <h2 class="hide-text" id="searchformlabel">Product Search Form</h2>
                    <form role="search" id="searchForm" class="clear" method="GET" action="/search/search_results.aspx">
                        <label for="search-query" class="hide-text">Search for product</label>     <input id="search-query" class="labelvalue" name="Ntt" type="text" value="What can we help you find?" autocomplete="off">
                        <input class="submit btn" type="submit" value="" onclick="ga('mc.send','event','header', 'search_go_button','search');">
                    </form>
                </div>
                <div id="generalNavigation" class="clear">
                    <h2 class="hide-text" id="general-navigation">General Site Navigation</h2>
                    <p><a href="/site/customer-support/pickup.aspx" onclick="ga('mc.send','event','header', '18_minute_click','search_nav');">18 MINUTE IN-STORE PICKUP</a></p>

                    <ul class="toolNav inline">
                        <li class="first"><a href="/site/customer-support/help.aspx" onclick="ga('mc.send','event','header', 'customer_support','search_nav');">Customer Support</a></li>
                        <li><a href="/site/specials/catalog/catalog.aspx" onclick="ga('mc.send','event','header', 'online_catalog','search_nav');">Online Catalog</a></li>
                        <li class="last"><a href="/site/service/service.aspx" onclick="ga('mc.send','event','header', 'service_and_repair','search_nav');">Service &amp; Repair</a></li>
                    </ul>
                </div>


                <div class="typeAheadAjax" style="display:none;"></div>

            </nav>
            <!-- END TOOLBAR NAV / SITE SEARCH -->
            <!-- END PRIMARY NAV -->
            <nav id="primary" aria-labelledby="primary-navigation">
                <h2 class="hide-text" id="primary-navigation">Product category and brand navigation</h2>
                <div id="logo" class="replace clickable"><a href="/" title="Micro Center Home Page"><img src="https://90a1c75758623581b3f8-5c119c3de181c9857fcb2784776b17ef.ssl.cf2.rackcdn.com/images_sf_MC_logo.png" alt="Micro Center"></a></div>

                <!--JJ  navContainer div added -->
                <nav id="navContainer" role="application">
                    <div id="tabs" class="inline" style="height:30px;">


                      
                    

                    </div>
                </nav>


            </nav>
            <!-- END PRIMARY NAV -->

            <div class="clear"></div>

        </div>

    </header>
    <!-- END HEADER -->
    <!-- START CONTENT -->
    <main id="mainContent" class="c_489">





        <article id="content" class="inline">





            <style type="text/css"></style>










            <nav aria-labelledby="breadcrumb-label">
                <h2 id="breadcrumb-label" class="hide-text">Breadcrumbs</h2>
                <ul id="breadcrumbs" itemscope itemtype="http://schema.org/BreadcrumbList">
                    <li itemprop="itemListElement" itemscope itemtype="http://schema.org/ListItem"><meta itemprop="name" content="Home"><a href="/">Home<meta itemprop="item" content="https://www.microcenter.com/"></a><meta itemprop="position" content="1"></li>
                    <li itemprop="itemListElement" itemscope itemtype="http://schema.org/ListItem"> &gt; &nbsp;<a href="/site/customer-support/help.aspx"><meta itemprop="name" content="Customer Support">Customer Support<meta itemprop="item" content="https://www.microcenter.com/site/customer-support/help.aspx"></a> <meta itemprop="position" content="02"></li>
                    <li itemprop="itemListElement" itemscope itemtype="http://schema.org/ListItem"> &gt; &nbsp;<a href="#"><meta itemprop="name" content="500 Error Page">500 Error Page<meta itemprop="item" content="https://www.microcenter.com/site/support/404.aspx"></a> <meta itemprop="position" content="12"></li>
                </ul>
            </nav>

            <h1>
                Sorry, we have encountered an error.
            </h1>
            <div id="unitbox" class="brand" style="background-image:url(https://60a99bedadae98078522-a9b6cded92292ef3bace063619038eb1.ssl.cf2.rackcdn.com/images_tiles_tile.greys_appledeep.jpg);
background-repeat:repeat-x;">
                <ul>
                    <h2 id="headline" class="info2">We're sorry for the inconvenience. Here are some suggestions for what to try next:</h2>
                    <li id="brand2_left">
                        <ul style="line-height: 2em;">
                            <li>
                                <a href="/" style="text-decoration: none;"><strong>Our Homepage</strong></a><br />
                                Check out some of our hottest deals, specials and more
                            </li>
                            <li>
                                <a href="/site/customer-support/contact-us.aspx" style="text-decoration: none;">
                                    <strong>Customer Support</strong>
                                </a><br />
                                How to get in touch plus shopping help and site FAQs
                            </li>
                            <li>
                                <a href="/site/products/ink-toner.aspx" style="text-decoration: none;"><strong>PrintIt Ink &amp; Toner Finder</strong></a><br />
                                Find just the right ink or toner for your printer
                            </li>
                            <li>
                                <a href="/site/customer-support/sitemap.aspx" style="text-decoration: none;">
                                    <strong>
                                        Site
                                        Map
                                    </strong>
                                </a><br />
                                Where you can find every page on our site
                            </li>
                        </ul>
                        <h3 id="headline" class="info2">Find some of our Best Bargains in the Clearance Center</h3>
                        <ul style="line-height: 2em;">
                            <li><a href="/site/products/refurbished.aspx" style="text-decoration: none;"><strong>Refurbished</strong></a> - Amazing Opportunities</li>
                            <li><a href="/site/products/closeout.aspx" style="text-decoration: none;"><strong>Closeouts</strong></a> - Products priced to move!</li>
                            <li><a href="/site/products/open-box.aspx" style="text-decoration: none;"><strong>Open Box</strong></a> - Great Deals at reduced prices</li>
                        </ul>
                    </li>
                    <!--start column 2 -->
                    <li id="brand2_left">
                        <h3 id="headline" class="info2" style="margin-top: -8px;">Shop our Hottest Categories</h3>
                        <ul style="line-height: 2em;">
                            <li><a href="/site/products/computers.aspx" style="text-decoration: none;"><strong>Computers</strong></a> - Desktops, Laptops, Accessories</li>
                            <li><a href="/site/products/computer-parts.aspx" style="text-decoration: none;"><strong>Computer Parts</strong></a> - Core Components, Cases</li>
                            <li><a href="/site/products/electronics.aspx" style="text-decoration: none;"><strong>Electronics</strong></a> - Media Devices, Cameras, Personal Electronics</li>
                            <li><a href="/site/products/networking.aspx" style="text-decoration: none;"><strong>Networking</strong></a> - Wired and Wireless</li>
                            <li><a href="/site/products/accessories.aspx" style="text-decoration: none;"><strong>Accessories</strong></a> - Power Tools, Cables &amp; Adapters, Supplies</li>
                            <li><a href="/site/products/gaming.aspx" style="text-decoration: none;"><strong>PC / Console Gaming</strong></a> - Consoles, Handhelds, Games</li>
                            <li><a href="/site/products/software.aspx" style="text-decoration: none;"><strong>Software</strong></a> - OS software, Utilities, Anti-virus, Security, Programming</li>
                            <li><a href="/site/products/books.aspx" style="text-decoration: none;"><strong>Books</strong></a> - Our monthly Bestsellers</li>
                        </ul>
                    </li>
                </ul>
            </div>






















        </article>



        <!--AdExchange-->

    </main>
    <!-- END CONTENT -->
    <div class="clear"></div>

    <footer id="footer" tabindex="-1" aria-labelledby="footer-label">
        <h2 class="hide-text" id="footer-label">Footer</h2>
        <div id="pnlPrefooter">

            <!-- START PRE-FOOTER -->
            <section id="prefooter">

                <div class="callouts">



                    <div class="callout signup">
                        <h2>Sign Up for Special Offers</h2>
                        <p>As an email subscriber, you'll have <b>premier access</b> to our best offers, exclusive deals and more.</p>
                        <a href="https://microcenterinsider.com/pub/sf/ResponseForm?_ri_=X0Gzc2X%3DYQpglLjHJlTQGkl772mPMhzeRiEOkyymAS93pzfPzfq54YMVXMtX%3DYQpglLjHJlTQGs3CBDdgThyszbEzeeUHhc4WbWf0tfIzcNk&_ei_=EjZkf3VQ8hcGRJUvjM7wzUY">
                            <div class="btnSignUp" id="SignUp">SIGN ME UP</div>
                        </a>
                    </div>
                    <nav aria-labelledby="satisfactionguaranteed-label">
                        <a id="hypRegistration" title="Login" class="callout guarantee" href="https://account.microcenter.com/Login.aspx">

                            <h2 id="satisfactionguaranteed-label">Satisfaction Guaranteed</h2>
                            <p>We guarantee your satisfaction on every product we sell with a full refund - no receipt needed if you have a  Micro Center Insider Account.</p>

                        </a>
                    </nav>
                    <nav aria-labelledby="serviceandrepair-label">
                        <a href="/site/service/service.aspx" class="callout service">
                            <h2 id="serviceandrepair-label">Service &amp; Repair</h2>
                            <p>
                                We're your trusted local service and repair professionals.<br>
                                <strong>How can we help?</strong>
                            </p>

                        </a>
                    </nav>

                </div>

            </section>
            <!-- END PRE-FOOTER -->

        </div>
        <!-- START FOOTER -->


        <div id="footerContainer">

            <!-- START FOOTERNAV -->
            <nav id="footerNav" aria-labelledby="footer-navigation">
                <h2 class="hide-text" id="footer-navigation">Footer Navigation</h2>
                <ul class="ftrNavContainer">




                    <li class="inline topLvl first customer service ">

                        <h2 tabindex="-1">Customer Service </h2>
                        <ul class="subLvl">

                            <li class="">

                                <a href="/site/customer-support/check-status.aspx" onclick="ga('mc.send',  { 'hitType': 'event', 'eventCategory': 'footer_nav', 'eventAction': 'F_order_status', 'eventLabel': 'customer_service', 'eventValue': 4 } );">Check Order Status</a>

                            </li>


                            <li class="">

                                <a href="/site/customer-support/returns.aspx" onclick="ga('mc.send',  { 'hitType': 'event', 'eventCategory': 'footer_nav', 'eventAction': 'F_returns', 'eventLabel': 'customer_service', 'eventValue': 4 } );">How To Return Merchandise</a>

                            </li>


                            <li class="">

                                <a href="/site/service/service.aspx" onclick="ga('mc.send',  { 'hitType': 'event', 'eventCategory': 'footer_nav', 'eventAction': 'F_repair', 'eventLabel': 'customer_service', 'eventValue': 4 } );">Service &amp; Repair</a>

                            </li>


                            <li class="">

                                <a href="/site/customer-support/faqs.aspx" onclick="ga('mc.send',  { 'hitType': 'event', 'eventCategory': 'footer_nav', 'eventAction': 'F_faqs', 'eventLabel': 'customer_service', 'eventValue': 4 } );">Frequently Asked Questions</a>

                            </li>


                            <li class="">

                                <a href="/site/customer-support/security.aspx" onclick="ga('mc.send',  { 'hitType': 'event', 'eventCategory': 'footer_nav', 'eventAction': 'F_safe_shopping', 'eventLabel': 'customer_service', 'eventValue': 4 } );">Safe Shopping Promise</a>

                            </li>


                            <li class="">

                                <a href="/site/customer-support/recycling.aspx" onclick="ga('mc.send',  { 'hitType': 'event', 'eventCategory': 'footer_nav', 'eventAction': 'F_recycle', 'eventLabel': 'customer_service', 'eventValue': 4 } );">Recycling</a>

                            </li>


                            <li class="">

                                <a href="/site/customer-support/protection-plans/protection-plans-master.aspx">Protection Plans </a>

                            </li>

                        </ul>

                    </li>

                    <li class="inline topLvl  shopping ">

                        <h2 tabindex="-1">Shopping </h2>
                        <ul class="subLvl">

                            <li class="">

                                <a href="/site/stores/default.aspx" onclick="ga('mc.send',  { 'hitType': 'event', 'eventCategory': 'footer_nav', 'eventAction': 'F_store_locations', 'eventLabel': 'shopping', 'eventValue': 4 } );">Store Locations</a>

                            </li>


                            <li class="">

                                <a href="/site/customer-support/pickup.aspx" onclick="ga('mc.send',  { 'hitType': 'event', 'eventCategory': 'footer_nav', 'eventAction': 'F_instore_pickup', 'eventLabel': 'shopping', 'eventValue': 4 } );">In-Store Pickup</a>

                            </li>


                            <li class="">

                                <a href="/site/customer-support/availability.aspx" onclick="ga('mc.send',  { 'hitType': 'event', 'eventCategory': 'footer_nav', 'eventAction': 'F_availability', 'eventLabel': 'shopping', 'eventValue': 4 } );">Product Availability</a>

                            </li>


                            <li class="">

                                <a href="/site/customer-support/order-restrictions.aspx" onclick="ga('mc.send',  { 'hitType': 'event', 'eventCategory': 'footer_nav', 'eventAction': 'F_shop_exceptions', 'eventLabel': 'shopping', 'eventValue': 4 } );">Online Order Restrictions</a>

                            </li>


                            <li class="">

                                <a href="/site/customer-support/return-policy.aspx" onclick="ga('mc.send',  { 'hitType': 'event', 'eventCategory': 'footer_nav', 'eventAction': 'F_return_policy', 'eventLabel': 'shopping', 'eventValue': 4 } );">Return Policy</a>

                            </li>


                            <li class="">

                                <a href="/site/customer-support/credit-cards.aspx" onclick="ga('mc.send',  { 'hitType': 'event', 'eventCategory': 'footer_nav', 'eventAction': 'F_credit_cards', 'eventLabel': 'shopping', 'eventValue': 4 } );">Credit Cards Accepted</a>

                            </li>


                            <li class="">

                                <a href="/site/customer-support/shipping-options.aspx" onclick="ga('mc.send',  { 'hitType': 'event', 'eventCategory': 'footer_nav', 'eventAction': 'F_shipping', 'eventLabel': 'shopping', 'eventValue': 4 } );">Shipping Options</a>

                            </li>

                        </ul>

                    </li>

                    <li class="inline topLvl  resources & tools ">

                        <h2 tabindex="-1">Resources &amp; Tools </h2>
                        <ul class="subLvl">

                            <li class="">

                                <a href="/site/rebate-center/default.aspx" onclick="ga('mc.send',  { 'hitType': 'event', 'eventCategory': 'footer_nav', 'eventAction': 'F_rebate_center', 'eventLabel': 'resources', 'eventValue': 4 } );">Rebate Center</a>

                            </li>


                            <li class="">

                                <a href="/site/products/ink-toner.aspx" onclick="ga('mc.send',  { 'hitType': 'event', 'eventCategory': 'footer_nav', 'eventAction': 'printit', 'eventLabel': 'resources', 'eventValue': 4 } );">Ink &amp; Toner Finder</a>

                            </li>


                            <li class="">

                                <a href="/site/stores/employment.aspx" onclick="ga('mc.send',  { 'hitType': 'event', 'eventCategory': 'footer_nav', 'eventAction': 'F_jobs', 'eventLabel': 'resources', 'eventValue': 4 } );">Careers</a>

                            </li>


                            <li class="">

                                <a href="/site/content/micro-center-media-kit.aspx" onclick="ga('mc.send',  { 'hitType': 'event', 'eventCategory': 'footer_nav', 'eventAction': 'F_sell_to_us', 'eventLabel': 'resources', 'eventValue': 4 } );">Sell to Micro Center</a>

                            </li>


                            <li class="">

                                <a href="/site/customer-support/sitemap.aspx" onclick="ga('mc.send',  { 'hitType': 'event', 'eventCategory': 'footer_nav', 'eventAction': 'F_sitemap', 'eventLabel': 'resources', 'eventValue': 4 } );">Site Map</a>

                            </li>

                        </ul>

                    </li>

                    <li class="inline topLvl  in-demand & tech">

                        <h2 tabindex="-1">In-Demand &amp; Tech</h2>
                        <ul class="subLvl">

                            <li class="">

                                <a href="/site/products/refurbished.aspx" onclick="ga('mc.send',  { 'hitType': 'event', 'eventCategory': 'footer_nav', 'eventAction': 'F_refurbished', 'eventLabel': 'in_demand', 'eventValue': 4 } );">Refurbished Deals</a>

                            </li>


                            <li class="">

                                <a href="/site/products/closeout.aspx" onclick="ga('mc.send',  { 'hitType': 'event', 'eventCategory': 'footer_nav', 'eventAction': 'F_closeouts', 'eventLabel': 'in_demand', 'eventValue': 4 } );">Closeouts</a>

                            </li>


                            <li class="">

                                <a href="/site/products/open-box.aspx" onclick="ga('mc.send',  { 'hitType': 'event', 'eventCategory': 'footer_nav', 'eventAction': 'F_openbox', 'eventLabel': 'in_demand', 'eventValue': 4 } );">Open Box</a>

                            </li>


                            <li class="">

                                <a href="/site/content/tech-support.aspx" onclick="ga('mc.send',  { 'hitType': 'event', 'eventCategory': 'footer_nav', 'eventAction': 'F_tech_support', 'eventLabel': 'in_demand', 'eventValue': 4 } );">Tech Support</a>

                            </li>


                            <li class="">

                                <a href="/site/support/tech-center.aspx" onclick="ga('mc.send',  { 'hitType': 'event', 'eventCategory': 'footer_nav', 'eventAction': 'F_tech_center', 'eventLabel': 'in_demand', 'eventValue': 4 } );">Tech Center</a>

                            </li>


                            <li class="">

                                <a href="/site/stores/instore-clinics.aspx" onclick="ga('mc.send',  { 'hitType': 'event', 'eventCategory': 'footer_nav', 'eventAction': 'F_clinics', 'eventLabel': 'in_demand', 'eventValue': 4 } );">In-Store Clinics</a>

                            </li>

                        </ul>

                    </li>

                    <li class="careersCallout" aria-labelledby="careers-label">
                        <a href="/site/stores/employment.aspx">
                            <p><strong>Work with the latest in computer and digital technology.</strong> Search the Micro Center Job Access site to review our latest openings.</p>
                            <div class="btn grey" id="careers-label">Careers</div>
                        </a>
                    </li>
                    <li class="social" aria-labelledby="social-links">


                        <div itemscope="" itemtype="http://schema.org/WebSite">
                            <meta itemprop="name" content="Micro Center" />
                            <meta itemprop="url" content="https://www.microcenter.com/" />
                        </div>
                        <span itemscope="" itemtype="http://schema.org/Organization">
                            <meta itemprop="name" content="Micro Center" />
                            <link itemprop="url" href="https://www.microcenter.com/" />
                            <meta itemprop="logo" content="https://90a1c75758623581b3f8-5c119c3de181c9857fcb2784776b17ef.ssl.cf2.rackcdn.com/images_sf_MC_logo.png" alt="" />
                            <span itemprop="contactPoint" itemscope="" itemtype="http://schema.org/ContactPoint">
                                <meta itemprop="telephone" content="+1-614-850-3675" />
                                <meta itemprop="contactType" content="customer service" />
                            </span>
                            <span itemprop="contactPoint" itemscope="" itemtype="http://schema.org/ContactPoint">
                                <meta itemprop="telephone" content="+1-614-850-3670" />
                                <meta itemprop="contactType" content="technical support" />
                            </span>









                            <h2 class="hide-text" id="social-links">Social Media Links</h2>
                            <ul>
                                <li class="fb"><a itemprop="sameAs" href="https://www.facebook.com/MicroCenter" rel="external">Facebook</a></li>
                                <li class="tw"><a itemprop="sameAs" href="https://twitter.com/Microcenter" rel="external">Twitter</a></li>
                                <li class="yt"><a itemprop="sameAs" href="http://www.youtube.com/MicroCenter" rel="external">YouTube</a></li>
                                <li class="pn"><a itemprop="sameAs" href="http://pinterest.com/microcenter" rel="external">Pinterest</a></li>
                                <li class="gp"><a itemprop="sameAs" href="https://plus.google.com/100174343219485482094" rel="external">Google+</a></li>
                            </ul>
                        </span>
                    </li>

                </ul>

                <ul id="copyright" class="inline">
                    <li>&copy; 2019 Micro Electronics, Inc.</li>


                    <li class="clear">

                        <a href="/site/content/about_microcenter.aspx" onclick="ga('mc.send',  { 'hitType': 'event', 'eventCategory': 'brand_dropdown', 'eventAction': 'F_about_us', 'eventLabel': 'Legal', 'eventValue': 4 } );">About Micro Center</a>

                    </li>

                    <li class="">

                        <a href="/site/customer-support/privacy_policy.aspx" onclick="ga('mc.send',  { 'hitType': 'event', 'eventCategory': 'brand_dropdown', 'eventAction': 'privacy_policy', 'eventLabel': 'legal', 'eventValue': 4 } );">Privacy Policy</a>

                    </li>

                    <li class="">

                        <a href="/site/customer-support/terms-conditions-site.aspx" onclick="ga('mc.send',  { 'hitType': 'event', 'eventCategory': 'brand_dropdown', 'eventAction': 'tc_site', 'eventLabel': 'legal', 'eventValue': 4 } );">Terms and Conditions: Site</a>

                    </li>

                    <li class="">

                        <a href="/site/customer-support/terms-conditions-sale.aspx" onclick="ga('mc.send',  { 'hitType': 'event', 'eventCategory': 'brand_dropdown', 'eventAction': 'tc_sale', 'eventLabel': 'legal', 'eventValue': 4 } );">Terms and Conditions: Sale</a>

                    </li>

                    <li class="">

                        <a href="/site/customer-support/copyrights-trademarks.aspx" onclick="ga('mc.send',  { 'hitType': 'event', 'eventCategory': 'brand_dropdown', 'eventAction': 'copytrade', 'eventLabel': 'legal', 'eventValue': 4 } );">Copyrights &amp; Trademarks</a>

                    </li>

                    <li class="">

                        <a href="https://account.microcenter.com/members/account.aspx" onclick="ga('mc.send',  { 'hitType': 'event', 'eventCategory': 'brand_dropdown', 'eventAction': 'F_sign_in', 'eventLabel': 'Legal', 'eventValue': 4 } );">Account Sign In</a>

                    </li>


                </ul>
                <!-- Begin DigiCert site seal HTML and JavaScript -->
                <div id="DigiCertClickID_TpT_SmJ5" data-language="en">
                    <a href="https://seal.digicert.com/seals/popup/?tag=TpT_SmJ5&url=www.qa.microcenter.com&lang=en&cbr=1520019393909">EV SSL Certificate</a>
                </div>
                <script type="text/javascript">
                    var __dcid = __dcid || []; __dcid.push(["DigiCertClickID_TpT_SmJ5", "13", "s", "white", "TpT_SmJ5"]); (function () { var cid = document.createElement("script"); cid.async = true; cid.src = "//seal.digicert.com/seals/cascade/seal.min.js"; var s = document.getElementsByTagName("script"); var ls = s[(s.length - 1)]; ls.parentNode.insertBefore(cid, ls.nextSibling); }());
                </script>
                <!-- End DigiCert site seal HTML and JavaScript -->


            </nav>
            <!-- END FOOTERNAV -->



            <div class="inline secure">

            </div>


        </div>


    </footer>


    <div class="hide-text" id="Aria-Announcements"></div>
    <!-- END FOOTER -->
    <!-- Used to override the canonical link generated from cached content  -->


</body>
</html>
