<!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>
<script type="text/javascript" src="/a/j/milonic/milonic_src.js"></script>
<script	type="text/javascript">
if(ns4)_d.write("<scr"+"ipt src=/a/j/milonic/mmenuns4.js><\/scr"+"ipt>"); 
  else _d.write("<scr"+"ipt src=/a/j/milonic/mmenudom.js><\/scr"+"ipt>"); 
</script>
<script type="text/javascript">
var Config_CDN_URL = '/'
</script>
<script type="text/javascript" src="/v/vspfiles/templates/q_based/Menu_Popout_Styles.js"></script>
<script type="text/javascript" src="/v/vspfiles/templates/q_based/Menu_Popout_Data.js"></script>

<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
 <meta name="globalsign-domain-verification" content="O4Lq9nGoxCysYF0hQUhuGMX9xZPqfEjR0XJIAeakBy" /> 

<!-- Targetbay Script Begin -->
<script type="text/javascript">
    var tbCustomScript = window.setInterval(function () {
        var productId = productName = productImageUrl = productUrl = userMail = "";

        if (document.querySelector('meta[property~="og:title"]')) {
            productName = document.querySelector('meta[property~="og:title"]').content
        }

        if (typeof global_Current_ProductCode !== 'undefined') {
            productId = global_Current_ProductCode;
        }

        if (document.querySelector('meta[property~="og:image"]')) {
            productImageUrl = document.querySelector('meta[property~="og:image"]').content
        }

        if (document.querySelector('meta[property~="og:url"]')) {
            productUrl = document.querySelector('meta[property~="og:url"]').content
        }

        if (getCookie("tb_email")) {
            userMail = getCookie("tb_email");
        }

        window.tbConfig = {
            platform: 'vc',
            apiStatus: 'app',
            publicKey: 'X2E9ZTkwZjJmN2MtMzBkNi00ZDVmLThjMjEtYmJkOTJkYTRkYWFhJl9pPTFmYjFkZmRlLTMyMDAtNDFhOS1iYTBmLThjYmZhMTUxMmE3ZA==',
            apiKey: '1fb1dfde-3200-41a9-ba0f-8cbfa1512a7d',
            apiToken: 'e90f2f7c-30d6-4d5f-8c21-bbd92da4daaa',
            apiVersion: 'v1',
            trackingType: '1',
            productName: productName,
            productId: productId,
            productImageUrl: productImageUrl,
            productUrl: productUrl,
            productStockStatus: true,
            userId: userMail,
            userMail: userMail,
            userAvatar: '',
            pageUrl: 'page-visit',
            utmSources: '',
            utmToken: '',
            pageData: '',
            orderId: '',                    
            tbWooBulkReview : true,
            tbTrack: true,
            tbMessage: true,
            tbRecommendations: true,
            tbReview: {
                tbSiteReview: true,
                tbProductReview: true,
                tbBulkReview: true,
                tbQa: true,
                tbReviewBadge: true
            }
        };
        var urlCheck =  getParams(window.location.href);

        if (urlCheck.OrderID !== undefined && urlCheck.OrderID !== null) {
                tbConfig.orderId = urlCheck.OrderID;
            }

        if (getCookie("tb_firstname")) {
            tbConfig.userName = getCookie("tb_firstname") + " " + getCookie("tb_lastname");
        } else {
            tbConfig.userName = "anonymous";
        }

        var sNew = document.scripts[0], gNew;
        gNew = document.createElement('script');
        gNew.src = 'https://app.targetbay.com/js/tb-vc-events.js';
        gNew.type = 'text/javascript';
        gNew.async = true;
        sNew.parentNode.insertBefore(gNew, sNew);

        var sNew = document.scripts[0], gNew;
        gNew = document.createElement('script');
        gNew.src = 'https://app.targetbay.com/js/tb-volusion-sub.js';
        gNew.type = 'text/javascript';
        gNew.async = true;
        sNew.parentNode.insertBefore(gNew, sNew);

        function getCookie(cookieName) {
            var sourceCookie = cookieName + '=';
            var allCookies = document.cookie.split(';');

            for (var i = 0; i < allCookies.length; i++) {
                var currentCookie = allCookies[i];

                while (currentCookie.charAt(0) === ' ') {
                    currentCookie = currentCookie.substring(1);
                }

                if (currentCookie.indexOf(sourceCookie) === 0) {
                    return currentCookie.substring(sourceCookie.length, currentCookie.length);
                }
            }
            return '';
        }

        function getParams(url){
            var params = {};
            var parser = document.createElement('a');
            parser.href = url;
            var query = parser.search.substring(1);
            var vars = query.split('&');

            for (var i = 0; i < vars.length; i++) {
                var pair = vars[i].split('=');
                params[pair[0]] = decodeURIComponent(pair[1]);
            }

            return params;
        }
        var dta = document.getElementById('ProductDetail_ProductDetails_div2');

        if (dta !== null && dta !== undefined) {
            dta.insertAdjacentHTML('afterend', '<div id="targetbay_reviews"></div>');
        }
        
        // Create a new element
        /*var newNode = document.createElement('div');
        newNode.setAttribute("class", "tb_recommend");
        newNode.setAttribute("data-tb", "front_970");
        // Get the reference node
        var referenceNode = document.querySelector('main.container');

        // Insert the new node before the reference node

        if (referenceNode) {
            referenceNode.after(newNode);
        }
        var dta = document.querySelector('.tb_recommend');

        if (dta !== null && dta !== undefined) {
            dta.insertAdjacentHTML('beforebegin', '<div class="container"><div class="tb_review_carousel" data-review-id="carousel_4107"></div></div>');
        }*/

        var element = document.getElementsByClassName("colors_productname");

        if (element[0] !== undefined) {
            element[0].classList.add("product_name");
        }

        var customReviewShow = window.setInterval(function () {

            if (document.querySelector(".targetbay-reviews-count-field")) {
                document.querySelector(".targetbay-reviews-count-field").addEventListener("click", function() {
                    document.getElementById("Header_ProductDetail_Reviews").click();   
                    document.getElementById('tbProductReviews').scrollIntoView()
                });
            }
            clearInterval(customReviewShow);
        }, 3000);

/*Custom add to cart tracking code starts*/
    var accessToken = tbConfig.publicKey;
    var tbcustomerId = getCookie('targetbay_session_id');
    if (getCookie('tbUserID')) {
        tbcustomerId = getCookie('tbUserID');
    }
    var tbproductId = tbConfig.productId;
    var tbcustomerEmail = tbConfig.userMail;
    var tbcustomerName = tbConfig.userName;

     if (document.querySelector(".vCSS_input_addtocart") !== undefined && document.querySelector(".vCSS_input_addtocart") !== null) {
	        document.querySelector(".vCSS_input_addtocart").addEventListener("click", function() {
	        	var btnCustomCart = window.setInterval(function () {
	            	updateCartTokenlocal('btnCartTrack');
                    //cartEventTracking();
	            	var btnCartInsert = getCookie('btnCartTrack');

	                if (btnCartInsert) {
	                  	clearInterval(btnCustomCart);
	                }
	            }, 3000);
	        });
    	}

if (document.querySelectorAll("a[href*='/ShoppingCart.asp?ProductCode") !== undefined && document.querySelectorAll("a[href*='/ShoppingCart.asp?ProductCode") !== null) {
            var iBtn = 0;
            document.querySelectorAll("a[href*='/ShoppingCart.asp?ProductCode").forEach(function(element) {
                element.addEventListener("click", function() {
                    var btnSmallCustomCart = window.setInterval(function () {
                    iBtn ++;
                    updateCartTokenlocal('smallBtnTrack' + iBtn);
                    var smallCartInsert = getCookie('smallBtnTrack' + iBtn);

                        if (smallCartInsert) {
                            clearInterval(btnSmallCustomCart);
                        }
                    }, 3000);
                });
            });
        }

if (document.querySelector(".v65-cart-item-remove-image") !== undefined && document.querySelector(".v65-cart-item-remove-image") !== null){
            document.querySelectorAll(".v65-cart-item-remove-image").forEach(function(element) {
                element.addEventListener("click", function() {
                    tbEvents.setCookie('removeListTrack', true);
                });
            });
        }

        if (document.getElementById("btnRecalculate") !== undefined && document.getElementById("btnRecalculate") !== null){
            document.getElementById("btnRecalculate").addEventListener("click", function() {
                tbEvents.setCookie('recalCulateTrack', true);
            });
        }

       function updateCartTokenlocal(queryname) {
        tbEvents.setCookie(queryname, true);
        var cartList = [];
        var cartOldList = [];
        var tokenData = getCookie('targetbay_token');

        if(tokenData === undefined || tokenData === null || tokenData === ''){
            tokenData = getCookie('utm_token');
        }
        var tokenSource = getCookie('targetbay_utm_source');
        var tokenUtm = getCookie('utm_medium');
        var xhrToken = new XMLHttpRequest();
        xhrToken.open('POST', '/AjaxCart.asp');
        xhrToken.onload = function () {

            if (xhrToken.status === 200) {
                var cartJson = JSON.parse(xhrToken.responseText);
                var emailTrack = tbcustomerEmail;
                var oldCartData = getCookie('cartOldData');

                if (oldCartData !== '' && oldCartData !== null && oldCartData !== "undefined") {
                    oldCartData = JSON.parse(getCookie('cartOldData'));
                } else {
                    oldCartData = [];
                }
 
                if (cartJson['Products'] !== undefined && cartJson['Products'] !== null && cartJson['Products'] !== "") {
                	var cartListData = cartJson['Products'];

	                if(cartListData.length > 0) {

	                    //PhysicalItems
	                    for (var p = 0; p < cartListData.length; p++) {
	                        var tbdataCart = {
	                            action: 'submit_data',
	                            productId: cartListData[p].ProductID,
	                            sku: cartListData[p].ProductCode,
                                quantity: cartListData[p].Quantity,
	                        };

	                        var tbdataCartOld = {
	                            action: 'submit_data',
	                            productId: cartListData[p].ProductID,
                                quantity: cartListData[p].Quantity,
	                        };

                            if (cartListData[p].ProductPrice) {
                                tbdataCart.price = cartListData[p].ProductPrice.replace(/[^0-9.]/g, "");
                                tbdataCartOld.price = cartListData[p].ProductPrice.replace(/[^0-9.]/g, "");
                            }
	                        cartList.push(tbdataCart);
	                        cartOldList.push(tbdataCartOld);
	                    }
	                }
	            }

                var tbdatatrack = {
                    action: 'submit_data',
                    url: window.location.href,
                    tbcustomer_id: tbcustomerId,
                    tbcustomer_email: emailTrack,
                    tbcustomer_name: tbcustomerName,
                    utm_token: tokenData,
                    utm_medium: tokenUtm,
                    utm_source: tokenSource,
                    cart_data: cartList,
                    cart_old_data: oldCartData,
                    product_id: tbproductId
                };
                tbEvents.setCookie('cartTrack', false);
                insertDatalocal(JSON.stringify(tbdatatrack), 'add-to-cart', JSON.stringify(cartOldList));
            }
        };
        xhrToken.send();
    }

    function insertDatalocal(dataList, url, cartData) {
        var xhrinsertData = new XMLHttpRequest();
        xhrinsertData.open(
            'POST', tbVolusion.apiVcUrl + url + '?_t=' + accessToken
        );
        xhrinsertData.setRequestHeader('Content-Type', 'application/json');
        xhrinsertData.onreadystatechange = function (data) {

            if (xhrinsertData.readyState === 4 && xhrinsertData.status === 200) {
                tbEvents.setCookie('insertData', "");
                tbEvents.setCookie('insertUrl', "");

                if(cartData !== '' && cartData !== null){
                    tbEvents.setCookie('cartOldData', cartData);
                }
            }
        };
        xhrinsertData.send(dataList);
    }
/*Custom add to cart tracking code ends*/
        clearInterval(tbCustomScript);
    }, 3000);
</script>
<!-- Targetbay Script End -->
<meta name="Description" content="Q-Based Healthcare products treat a wide array of Human and Pet Skin ailments, as well as environmental cleaning products, with natural, eco-friendly ingredients. Q-Based is raising the Quality of Life Beyond Today's Medicine." />
<meta name="Keywords" content="q-based healthcare shopping cart, shop qbased, e commerce, q based, healthcare, health care, all stop, allstop, petsbestrx, pets bestrx, deadbedbugs, dead bed bugs, puracleenrx, dermatechrx, dermatech, skin care, ringworm, mange, bed bugs, bedbugs, scabies, lice, poison ivy, eczema, psoriasis, arthritis, carpal tunnel, ear mites, athletes foot, jock itch, staph, information, pictures, treatments, remedies, cures, medicines, relief" />
<title>Q-Based Solutions, Inc.</title>
<meta name="robots" content="index, follow" />
<meta name="GOOGLEBOT" content="INDEX, FOLLOW" />

<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" />





<script type="text/javascript" src="https://code.jquery.com/jquery-1.12.4.min.js"></script>
<script type="text/javascript" src="/a/j/min/jquery-migrate-1.4.1-modified.min.js"></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 = '3';
	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?7.227.0"></script>
<script type="text/javascript">
    (function ($) {
        volusion.ready(function () {
            if (volusion.cart.isObservingCount()) {
                var ts = new Date().getTime();
                $.getJSON('/ajaxcart.asp?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>

	<script type="text/javascript" src="/a/j/soft_add.js"></script>

	<!-- Support for multi-product add to soft cart missing from product details page and possibly others -->
	<script type="text/javascript" src="/a/j/soft_add_mult.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 = true;
</script>

<script type="text/javascript" src="/a/j/soft_add_mult.js"></script>
<script type="text/javascript" src="/a/j/javascripts.js?6_5_7.227.0"></script>

<script type="text/javascript">
	var Config_Search_Auto_Complete = false;
</script>

<script type="text/javascript" src="https://js-cdn.dynatrace.com/jstag/17052aca8bb/bf64226adg/f2c8c7e93216e073_complete.js" crossorigin="anonymous"></script>

    <script src="https://www.paypal.com/sdk/js?client-id=AeDWFs5RFH33pB3skuP1M57jTWgMHSuKFMxJtkMddpYsR7SSEBanfqI1RN7LlRaQ_Jmjxb8-L_1dbIJW&merchant-id=4K3NLND9NNQY2&currency=USD&commit=false&intent=capture&disable-funding=card&components=buttons,messages,hosted-fields&enable-funding=venmo,paylater"></script>


<script type="text/javascript">
if (location.protocol != 'https:')
{
 location.href = 'https:' + window.location.href.substring(window.location.protocol.length);
}
</script>
<!-- YOTPO TAG DEPRECATED - DCoots -->

  <!--
  DYNAMIC PAGE-SPECIFIC META TAGS WILL BE PLACED HERE
  DO NOT ADD YOUR OWN META TAGS
  ONLY PUT CSS/JAVSCRIPT INCLUDES IN YOUR HEAD TAG
  -->


 <meta id="v65-layout-mode" data-cart="storedot" data-checkout="storedot"> 
  <link href="/v/vspfiles/templates/q_based/css/imports.css" rel="stylesheet">
  <link href="/v/vspfiles/templates/q_based/css/homepage.css" rel="stylesheet"><link rel="stylesheet" href="/v/vspfiles/templates/q_based/css/fpslide.css" /><script type="text/javascript" src="/v/vspfiles/templates/q_based/js/fpslide.js"></script>
  <script src="/v/vspfiles/templates/q_based/js/design-toolkit_min.js"></script>
  <script>DTK.loadCSS("q_based");</script> <!-- FOR CHECKOUT -->
<!--ADDED SCRIPTS-->
 <script type="text/javascript" src="/v/vspfiles/js/showhide.js"></script>

<!-- Thumbnail Hover Script -->
 <script type="text/javascript" src="/v/vspfiles/js/jquery.thumbhover.js"></script>
 <script type="text/javascript">
$(function(){
  $("img[src*='_s.jpg']").thumbPopup({
    imgSmallFlag: "_s",
    imgLargeFlag: "_l"
  });
  });
 </script>
<!-- End Thumbnail Hover Script -->

<!-- [if lt IE 7.] 
<script defer type="text/javascript" src="/v/vspfiles/V4_Backup/pngfix.js"></script>
[endif]-->

<!-- ######### GOOGLE ANALYTICS ######### -->
<script type="text/javascript">

  var _gaq = _gaq || [];
  _gaq.push(['_setAccount', 'UA-657040-9']);
  _gaq.push(['_setDomainName', 'qbased.com']);
  _gaq.push(['_trackPageview']);

  (function() {
    var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true;
    ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js';
    var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s);
  })();

</script>

<!---ADDED META DATA-->
<meta name="alexaVerifyID" content="0mA60zBA1lRRKXTWQGsT0-lpfhg" />
<meta name="google-site-verification" content="Fw9Nifn0bxYmmEBvyAzoU6jvcgmQ9B_a5-uqxIo5eaQ" />
</head>

<!-- ======================== FILE INFO ========================
Company:  Q-Based Solutions Marketplace
Designer: WA
Developer:  ARH
Production: April 2013
======================== END INFO ======================== -->

<body id="body">
  <noscript id="no-js-notice">
    To take full advantage of this site, please enable your browser's JavaScript feature.
    <a href="http://launchpad.volusion.com/kb_results.asp?ID=42" target="_blank">Learn how</a>
  </noscript>

  <div id="pageWrapper">

    <!-- ======================== HEADER ======================== -->
    <div id="header">

      
        <h1 id="display_homepage_title"><span class="vol-logo vol-logo--graphic" itemscope itemtype='http://schema.org/Store'><meta itemprop='name' content='www.qbased.com'><a class="vol-logo__link" href="https://shop.qbased.com/default.asp" title="www.qbased.com">www.qbased.com</a></span></h1>
      <!--if_homepage-->

      <!--if_not_homepage-->
      <div class="header-inner fright">
        <div class="contact">
          <div class="phone fleft">
            <span>Need Assistance?</span>
            Call 866.314.8917
          </div>
          <div class="chat fright">
            <div id="LP_DIV_1367449098216" style="width: 137px; height: 65px; text-align: center;"></div>
          </div>
        </div>
        <div class="siteTools">
          <a class="first" href="/aboutus.asp" title="About Q-Based Solutions, Inc.">About Us</a>
          <a href="/myaccount.asp" title="My Account">My Account</a>
          <a href="/articles.asp?id=307" title="Contact Q-Based Solutions, Inc.">Contact Us</a>
        </div>
        <div class="cart-wrap fright" onclick="location.href='/shoppingcart.asp'">
                    <a href="/shoppingcart.asp" title="View Shopping Cart"></a>Cart
                    <div id="display_cart_summary"><div class="cartsummary_full">(0)&nbsp;<a href="/ShoppingCart.asp">View My Cart</a></div></div>
        </div>
      </div>

    </div><!-- #header -->


    <!-- ==================== UL LAYOUT ==================== -->
    <div id="topNav" class="clear">
      <div id="display_menu_1" class="menu">
<script type="text/javascript">var breadCrumb="||";</script>
<script type="text/javascript">display_menu_1();</script>
</div>
      <div id="displaySearch">
          <form action="https://shop.qbased.com/SearchResults.asp" method="get" name="SearchBoxForm">
              <input type="text" name="Search" class="searchInput transition" value="" placeholder="Search across our site..." />
              <input type="submit" name="Submit" class="searchSubmit" value=""/>
          </form>
      </div>
    </div><!-- #top_nav -->
    <div id="banner" onclick="location.href='/articles.asp?id=308'">
      <div class="fleft">
        <p class="free">
          Free<span>
            &amp; discreet
          </span>
        </p>
        <p class="days">
          2-5 day
        </p>
        <p class="amount">
          Standard Shipping <br/>
          On all Orders over $50 <br/> US only
        </p>
      </div>
      <div class="fright">
        <span class="same">SAME DAY SHIPPING</span>
        On All Orders Placed by 3:00 PM CST Mon-Fri
      </div>
    </div>

      <!-- ==================== CONTENT ==================== -->
      <div id="contentWrap" class="clear">
        <div id="content" class="clear">

            <!-- ==================== CONTENT AREA ==================== -->
          <div id="content_area">
      <table width="100%" border="0" cellspacing="0" cellpadding="0" align="center">
        <tr> 
		
		<td width="100%" valign="top"> 
		<div id="div_articleid_2">
<script>
    $(document).ready(function(){
      $('#slideshow').vslide({
            //pauseOnHover: true,
        speed: 5000
      });
    });
  </script>
<script type="text/javascript">
    $(document).ready(function() {
        $('#fpslider').fpslide({
            itemsPerPage: 4,            // the number of items per page to display
            itemsTotal: 32,             // the total number of items to display from the XML
            priceBefore: ' ', // the text to show before the price
            showSale: true,             // shows the product's Sale Price
            saleBefore: 'Sale Price: '  // the text to show before the sale price
        });
    });
</script>

<div id="homepage">
  <div id="slideshow">
    <a href="/Medicinal-Skin-Care-s/309.htm"><img src="/v/vspfiles/templates/q_based/images/homepage/slide1.jpg" alt="" class="currentPic slide"/></a>
    <a href="/pet-supplies-s/62.htm"><img src="/v/vspfiles/templates/q_based/images/homepage/slide2.jpg" alt="" class="slide" style="display:none;"/></a>
    <a href="/category-s/380.htm"><img src="/v/vspfiles/templates/q_based/images/homepage/slide3.jpg" alt="" class="slide" style="display:none;"/></a>
    <a href="/health-and-wellness-products-s/361.htm"><img src="/v/vspfiles/templates/q_based/images/homepage/slide4.jpg" alt="" class="slide" style="display:none;"/></a>

    
    <div id="btns_wrap">
      <a class="back_btn" href="#">&lt;</a><!--LEFT ARROW-->
   
      <a class="forward_btn" href="#">&gt;</a><!--RIGHT ARROW-->
    </div>
  </div> <!-- #slideshow -->
  <div id="slogan">
    <p class="top">Improving Life for You, Your Family and Your Pets</p>
    <p>Quality Based Products for a Quality Life</p>
  </div>
  <ul class="promos">
    <li class="p1">Medicinal Skin Care
      <a href="/Medicinal-Skin-Care-s/309.htm">Safe Skin Solutions <span>Shop Now</span></a>
    </li>
    <li class="p2">
      Health &amp; Beauty 
      <a href="/health-and-wellness-products-s/361.htm">It's All About You and Those You Love <span>Shop Now</span></a>
    </li>
    <li class="p3">
      Pet Care &amp; Pet Supplies
      <a href="/pet-supplies-s/62.htm">Veterinary Care <span>Shop Now</span></a>
    </li>
    <li class="p4">
      Home &amp; Garden
      <a href="/category-s/380.htm">Clean and Protected <span>Shop Now</span></a>
    </li>
  </ul>

<img class="fps-title" src="/v/vspfiles/templates/q_based/images/homepage/fps-title.gif" alt=""/>

<div id="fpslider">&nbsp;</div>


<div id="customers">
  <p class="title">The "Q" Stands for Quality Solutions, Quality Products</p>
  <p>You will receive affordable, quality solutions for you, your pets, and your living environment. Whatever it is that ails you, you can find  a proven remedy here that really works. </p>
 <p>We have the experience online shoppers demand and a strong team committed to providing the best service and quality for our customer's satisfaction. <a href="#">Learn more &raquo;</a></p>
 <p class="bottom">Guaranteed, Proven, Premium Personal Health, Pet and Skin Care Products</p>
</div>


</div><!-- END #homepage -->
</div><!-- .vcb-article -->
<textarea style="display:none;" id="articleBody_2" readonly="true"></textarea>

			<br />
			<br />
</td><td valign="top">
<div id="div_articleid_72">
</div><!-- .vcb-article -->
<textarea style="display:none;" id="articleBody_72" readonly="true"></textarea>
</td></tr></table>
</div><!-- #content_area -->
          <div class="leftnav-wrap">
             <img class="top shadow" src="/v/vspfiles/templates/q_based/images/template/shadow-top.png" alt=""/>
             <img class="bottom shadow" src="/v/vspfiles/templates/q_based/images/template/shadow-bottom.png" alt=""/>
          <div id="leftNav">

            <div id="categoryname"></div>
            <div id="display_menu_s">
<script type="text/javascript">var breadCrumb="||";</script>
<script type="text/javascript">
function mOvr1(src)
{ if (src.className != 'nav nav_hover nav_selected') src.className = 'nav nav_hover'; }
function mOut1(src)
{ if (src.className != 'nav nav_hover nav_selected') src.className = 'nav'; }
function mClk1(src, popup) 
{ if (!popup) {window.location=src.getElementsByTagName('A')[0].getAttribute('href');} else {window.open(src);} }
</script>
<ul>
<li class="nav" onmouseover="mOvr1(this);" onmouseout="mOut1(this);" onclick="mClk1(this);">
	<a href="https://shop.qbased.com/Medicinal-Skin-Care-s/309.htm" title="Medicinal Skin Care">Medicinal Skin Care</a>
</li>
<li class="nav" onmouseover="mOvr1(this);" onmouseout="mOut1(this);" onclick="mClk1(this);">
	<a href="https://shop.qbased.com/category-s/378.htm" title="">Health and Beauty</a>
</li>
<li class="nav" onmouseover="mOvr1(this);" onmouseout="mOut1(this);" onclick="mClk1(this);">
	<a href="https://shop.qbased.com/Pet-Care-s/379.htm" title="Pet Care">Pet Care</a>
</li>
<li class="nav" onmouseover="mOvr1(this);" onmouseout="mOut1(this);" onclick="mClk1(this);">
	<a href="https://shop.qbased.com/Home-and-Garden-s/380.htm" title="Home and Garden">Home and Garden</a>
</li>
</ul>
</div>
              <!-- ========== MENU 2 ========== -->
              <p id="Menu2_Title">Information</p>
              <div id="display_menu_2" class="menu">
<script type="text/javascript">var breadCrumb="||";</script>
<script type="text/javascript">
function mOvr2(src)
{ if (src.className != 'nav nav_hover nav_selected') src.className = 'nav nav_hover'; }
function mOut2(src)
{ if (src.className != 'nav nav_hover nav_selected') src.className = 'nav'; }
function mClk2(src, popup) 
{ if (!popup) {window.location=src.getElementsByTagName('A')[0].getAttribute('href');} else {window.open(src);} }
</script>
<ul>
<li class="nav" onmouseover="mOvr2(this);" onmouseout="mOut2(this);" onclick="mClk2(this);">
	<a href="https://shop.qbased.com/Ailment-Articles-s/122.htm" title="Ailment Articles">Ailment Articles</a>
</li>
</ul>
</div><!-- #display_menu_2 -->

            <div id="display_promotions_999" class="clear"><a href="/articles.asp?id=308" title="Free Shipping Policy">
<div class="shipping shipping1 promo">
                  <p class="free">Free<span>&amp; discreet</span></p>
                  <p class="days">2-5 day shipping</p>
                  <p class="amount">Standard Shipping
                  On all Orders over $50</p>
                </div>
Free Shipping Policy</a>
                 <div class="shipping shipping2 promo">
                  <p><span>Same Day <br />Shipping</span>
                 If placed by 3:00 PM CST Mon-Fri</p>
                </div>
                <div class="fb promo">
<div class="like-btn">
                  <iframe src="//www.facebook.com/plugins/like.php?href=https%3A%2F%2Fwww.facebook.com%2Fqbasedmarketplace%3Fref%3Dhl&amp;send=false&amp;layout=standard&amp;width=53&amp;show_faces=true&amp;font&amp;colorscheme=light&amp;action=like&amp;height=30&amp;appId=290651840949210" scrolling="no" frameborder="0" style="border:none; overflow:hidden; width:53px; height:30px;" allowTransparency="true"></iframe></div>
                </div>
                <div class="seals promo">
                  <a href="/returns.asp"><img class="seal1" src="/v/vspfiles/templates/q_based/images/template/money-back.png" alt=""/> </a>
                  <img class="seal2" src="/v/vspfiles/templates/q_based/images/template/cards.png" alt=""/>
                  <img class="seal3" src="/v/vspfiles/templates/q_based/images/template/paypal.png" alt=""/>
                  <img class="seal4" src="/v/vspfiles/templates/q_based/images/template/bill.png" alt=""/>
                </div></div>

          </div><!-- #leftNav -->
        </div>
        </div><!-- #content -->

      </div><!-- #contentWrap -->
      


    <!-- ==================== FOOTER ==================== -->
    <div id="footer" class="clear">
      <div id="footerTop" class="clear">
        <div class="col1 col">
          <div class="title">Blog Library</div>
            <div class="row">
              <a href="https://allstop.com/health-blog/" title="" target="_blank">AllStop</a> | <a href="https://deadbedbugs.com/blog/" title="" target="_blank">Dead Bed Bugs</a> | <a href="https://petsbestrx.com/pet-health/" title="" target="_blank">PetsBestRx</a> | <a href="https://petsbestrx.com/mange-news/" title="" target="_blank">Mange</a> | <a href="https://petsbestrx.com/pet-ringworm-news/" title="" target="_blank">Ringworm</a> 
            </div>
            <div class="row">
              <a href="https://petsbestrx.com/ear-mite-news/" title="EarMites" target="_blank">EarMites</a> | <a href="https://petsbestrx.com/pet-skin-repair-news/" title="Skin Repair" target="_blank">Skin Repair</a> | <a href="#" title="Staph" target="_blank">Staph</a> | <a href="https://petsbestrx.com/pet-health/" title="Pet Health Resources" target="_blank">Pet Health Resources</a> 
            </div><!--row-->
        </div><!--col1-->
        <div class="col2 col">
          <div class="title">FAQ Database</div>
          <div class="row">
              <a href="https://deadbedbugs.com/faq/" title="Bed Bugs" target="_blank">Bed Bugs</a> | <a href="https://allstop.com/faq/category/eczema/" title="Eczema" target="_blank">Eczema</a> | <a href="https://allstop.com/faq/category/head-lice/" title="Head Lice" target="_blank">Head Lice</a> | <a href="https://allstop.com/faq/category/scabies/" title="Scabies" target="_blank">Scabies</a> | <a href="https://allstop.com/faq/category/ringworm/" title="" target="_blank">Ringworm</a> 
            </div>
            <div class="row">
              <a href="https://www.qbased.com/faq-articles/" title="Q-Based" target="_blank">Q-Based</a> | <a href="https://petsbestrx.com/faq/category/mange/" title="Pet Mange" target="_blank">Pet Mange</a> | <a href="https://petsbestrx.com/faq/category/ear-mites/" title="Pet Ear Mites" target="_blank">Pet Ear Mites</a> | <a href="https://petsbestrx.com/faq/category/pet-ringworm/" title="Pet Ringworm" target="_blank">Pet Ringworm</a> 
            </div><!--row-->
        </div>
        <div class="col3 col">
          <div class="title">Connect</div>
            <a href="https://www.facebook.com/qbasedmarketplace?ref=hl" class="fb" target="_blank"></a>
            <a href="https://twitter.com/qbased" class="tw" target="_blank"></a>
            <a href="https://www.youtube.com/user/qbased" class="yt" target="_blank"></a>
        </div>
        
        
        </div>

      <div id="footerMiddle" class="clear">

        <ul class="col-1">
          <li class="title">About Us</li>
          <li><a href="/aboutus.asp" title="About Q-Based Solutions, Inc.">Company Info</a></li>
          <li><a href="/articles.asp?id=307" title="Contact Q-Based Solutions, Inc.">Contact Us</a></li>    
          <li><a href="/affiliate_info.asp" title="Become a Q-Based Solutions, Inc. Affliate">Become an Affiliate</a></li>
          <li><a href="/articles.asp?id=132" title="Q-Based Solutions, Inc.'s Policy">Company Policy</a></li>

        </ul>

        <ul class="col-2">
          <li class="title">My Account</li>
          <li><a href="/shoppingcart.asp" title="View My Shopping Cart">View Cart</a></li>
          <li><a href="https://shop.qbased.com/login.asp" title="Login to Your Account">Sign In</a></li>
           <li><a href="/orders.asp" title="View the Status of My Order">Order Status</a></li>
        
         
        </ul>

        <ul class="col-3">
          <li class="title" >Shopping</li>
          <li><a href="/cindex.asp" title="Q-Based Solutions, Inc.'s Category Index">Category Index</a></li>
          <li><a href="/pindex.asp" title="Q-Based Solutions, Inc.'s Product Index">Product Index</a></li>
          <li><a href="/articles.asp?id=134" title="Corporate Sitemap">Corporate Sitemap</a></li>
    
        </ul>

        <ul class="col-4">
          <li class="title">Helpful Info</li>
          <li><a href="/articles.asp?id=305" title="Shipping">Shipping Policy</a></li>
         <li><a href="/articles.asp?id=308" title="Free Shipping">Free Shipping Policy</a></li>
          <li><a href="/returns.asp" title="Returns">Returns Policy</a></li>
          <li><a href="/terms_privacy.asp" title="Privacy Policy">Privacy Policy</a></li>
          <li><a href="/terms.asp" title="Terms and Conditions">Terms &amp; Conditions</a></li>
        </ul>

        <div class="elist-wrap">
             
        <div class="title">Sign Up for our Newsletter:</div>
        <form name="MailingList" method="post" action="https://shop.qbased.com/MailingList_subscribe.asp">
          <input type="text" class="elistInput transition" name="emailaddress" value="" placeholder="Email Address" />
          <input type="submit" name="Submit" class="elistSubmit" value="GO" />
        </form>
      </div><!-- #eList -->
       

     

      </div>

  <!--
  ==========================================================================================
    VOLUSION LINK - BEGIN
  ==========================================================================================
    Customer has agreed per Volusion's Terms of Service (https://www.volusion.com/agreement_monthtomonth.asp)
    to maintain a text hyperlink to "https://www.volusion.com" in the footer of the website. The link must be
    standard html, contain no javascript, and be approved by Volusion. Removing this link breaches the Volusion agreement.
  ==========================================================================================
  -->

      <div id="footerBottom" class="clear">
        <div class="row top">
        <a class="first" href="javascript:void(0);" onclick="window.open('https://www.volusion.com/ssl.asp?url=shop.qbased.com', 'VolusionSSL', 'top=10,left=10,menubar=0,resizable=0,scrollbars=0,width=467,height=467')"><img src="/v/vspfiles/templates/q_based/images/template/vsecure.png" alt=""/></a>
        
        
        
<div class="AuthorizeNetSeal"><script type="text/javascript" language="javascript">var ANS_customer_id="bb24052d-4418-4b9f-9d95-4e854b1bed99";</script> <script type="text/javascript" language="javascript" src="//verify.authorize.net/anetseal/seal.js" ></script></div>
        
        <a href="https://www.securitymetrics.com/site_certificate.adp?s=209%2e216%2e112%2e76&amp;i=344334" target="_blank" class="security"><img src="https://www.securitymetrics.com/images/sm_tested1.gif" alt="SecurityMetrics for PCI Compliance, QSA, IDS, Penetration Testing, Forensics, and Vulnerability Assessment" border="0"></a>

        <a href="#"><img src="/v/vspfiles/templates/q_based/images/template/ssl.png"></a>
        </div>
        <div class="row">
        <a href="https://shop.qbased.com/terms.asp" title="Terms">Copyright &copy; <span class="insertYear">2013</span>&nbsp;Q-Based Solutions, Inc.. All Rights Reserved.</a>Built with <a href="https://www.volusion.com" target="_blank" rel="nofollow">Volusion</a></div>
      </div><!-- #footerBottom -->
    </div><!-- #footer -->
    </div><!-- #pageWrapper -->



<!-- LIVE PERSON DEPRECATED - DCoots -->
<!-- DOCTOR TRUSTED DEPRECATED - DCoots  -->





<script type="text/javascript">function store_init(event){} AttachEvent(window, 'load', store_init);</script>

<script type="text/javascript">
    if (!/\/shoppingcart\.asp/i.test(window.location.pathname)) {
        jQuery(document).ready(function() {
            jQuery('a').each(AddCartLink)
        });
    }
</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>