
<!-- Protocol and Page Levels  -->

<!DOCTYPE html> 
<html lang="en">
	<head>
	
		<!-- GOOGLE ANALYTICS -->
		<script async src="https://www.googletagmanager.com/gtag/js?id=UA-48991070-5"></script>
		<script>
  			window.dataLayer = window.dataLayer || [];
  			function gtag(){dataLayer.push(arguments);}
  			gtag('js', new Date());

  			gtag('config', 'UA-48991070-5');
		</script>

		<!-- META TAGS -->
   		<meta charset="utf-8">
   		<meta name="robots" content="index,follow">
   		<meta name="viewport" content="width=device-width, initial-scale=1">
		<meta name="description" content="Best Enironmental Technologies">
		<meta name="keywords" content="Best Enironmental Technologies, Best Envirotech, Lawn, Garden, Lawn & Garden, Lawn and Garden, Lawn Maxxx, Root Activator, Grow Micro, Bloom, Bloom Micro, Bloom/Micro, O-Phlo, O-Phlo Water, Oxygenated Water, Sanitizers, Hand Sanitizers, Isoprobyl Alchol Soltion, Ice Melt, Liquid Ice Melt, Liquid Ice Melt Maxxx, Calcium Chlorid Solution, ">	
		<meta name="document-type" content="Public">
		<meta name="copyright" content="Best Enironmental Technologies Inc.">
		<meta name="author" content="TecStratus Inc.">
		<meta name="date" content="March 30, 2022">
		<title>Best Environmental Technologies</title>
		
		<!-- WEBSITE ICON -->
			<link rel="apple-touch-icon" sizes="57x57" href="/images/icons/favicon/apple-icon-57x57.png">
	<link rel="apple-touch-icon" sizes="60x60" href="/images/icons/favicon/apple-icon-60x60.png">
	<link rel="apple-touch-icon" sizes="72x72" href="/images/icons/favicon/apple-icon-72x72.png">
	<link rel="apple-touch-icon" sizes="76x76" href="/images/icons/favicon/apple-icon-76x76.png">
	<link rel="apple-touch-icon" sizes="114x114" href="/images/icons/favicon/apple-icon-114x114.png">
	<link rel="apple-touch-icon" sizes="120x120" href="/images/icons/favicon/apple-icon-120x120.png">
	<link rel="apple-touch-icon" sizes="144x144" href="/images/icons/favicon/apple-icon-144x144.png">
	<link rel="apple-touch-icon" sizes="152x152" href="/images/icons/favicon/apple-icon-152x152.png">
	<link rel="apple-touch-icon" sizes="180x180" href="/images/icons/favicon/apple-icon-180x180.png">
	<link rel="icon" type="image/png" sizes="144x144"  href="/images/icons/favicon/android-icon-144x144.png">
	<link rel="icon" type="image/png" sizes="192x192"  href="/images/icons/favicon/android-icon-192x192.png">
	<link rel="icon" type="image/png" sizes="32x32" href="/images/icons/favicon/favicon-32x32.png">
	<link rel="icon" type="image/png" sizes="96x96" href="/images/icons/favicon/favicon-96x96.png">
	<link rel="icon" type="image/png" sizes="16x16" href="/images/icons/favicon/favicon-16x16.png">
	<link rel="manifest" href="/images/icons/favicon/manifest.json">
	<meta name="msapplication-TileColor" content="#ffffff">
	<meta name="msapplication-TileImage" content="/images/icons/favicon/ms-icon-144x144.png">
	<meta name="theme-color" content="#ffffff">

		<!-- STYLE SHEETS -->
		<link rel="stylesheet" media="all" type="text/css" href="css/universal.css" />
		<link rel="stylesheet" media="all" type="text/css" href="css/home.css" />
		<link rel="stylesheet" media="all" type="text/css" href="css/universal-responsive.css" />
		
		<!-- JAVA SCRIPT -->
		
		<!-- AJAX -->
		<script type="text/javascript" src="js/ajax.js"></script>
		
		<!-- JQuery -->
		<script type="text/javascript" src="js/jquery/jquery-3.1.0.min.js"></script>
		<script type="text/javascript" src="js/jquery/jquery-ui.js"></script>
	
		<!-- Menu -->
		<script type="text/javascript" src="js/menu/menu.js"></script>
		
		<!-- Light Box -->
		<script type="text/javascript" src="js/lightbox/lightbox.js"></script>
				
		<!-- Image Rollover -->
		<script type="text/javascript" src="js/rollover/imagerollover.js"></script>
		
		<!-- Toggle -->
		<script type="text/javascript" src="js/toggle/toggle.js"></script>
		
		<!-- Navigation -->
		<script type="text/javascript" src="js/navigation/navigation.js"></script>
		
		<!-- Maps -->
		<script type='text/javascript'>
    		
    		function GetMap() {
    		
        		var navigationBarMode = Microsoft.Maps.NavigationBarMode;
        		var map = new Microsoft.Maps.Map('#div-contact-canvas-inner-right-visit-content-map', {
            	credentials: 'AnrXmx9IGCHRsap69Od_vh9W80CcJuij7NimhTAb6iiCwlCg3JjIZLU-5VIfitPW',
            	navigationBarMode: navigationBarMode.minified,
            	supportedMapTypes: [Microsoft.Maps.MapTypeId.road, Microsoft.Maps.MapTypeId.aerial, Microsoft.Maps.MapTypeId.grayscale, Microsoft.Maps.MapTypeId.canvasLight],
            	zoom: 14,
            	center: new Microsoft.Maps.Location(53.4745017, -113.4779815)
        		});

        		var center = map.getCenter();

        		//Create custom Pushpin
        		var pin = new Microsoft.Maps.Pushpin(center, {icon: '../images/contact/best_logo_50x20.png',title: '9610 39 Avenue',subTitle: 'Edmonton, Alberta, T6E 5T9'});
        		
        		//Add the pushpin to the map
       	 		map.entities.push(pin);
    		}
    		
    	</script>
    	<script type='text/javascript' src='https://www.bing.com/api/maps/mapcontrol?callback=GetMap' async defer></script>
    	<script type="text/javascript" src="/js/maps/maps.js"></script>

		<!-- CAPTCHA -->
		<script type="text/javascript" src="/js/captcha/captcha.js"></script>

		<!-- Forms -->
		<script type="text/javascript" src="/js/forms/forms.js"></script>
		
		<!-- Send Email -->
		<script type="text/javascript" src="/js/sendemail/sendemail.js"></script>

		<!-- Smooth Scrolling -->
		<script type="text/javascript">
					
			jQuery(document).ready(function($){
   				
   				var $root = $('html, body');
    			$('a[href^="#"]').click(function() {
       			var href = $.attr(this, 'href');
        		$root.animate({
            	scrollTop: $(href).offset().top - 80
            	}, 'slow', function () {
            
        			});
         
        			return false;
    			});
    			
    			// Detects when lightbox close button click event and allows additional code to be executed.
    			//$('.lv_Close').click(function() {
    			//	document.body.classList.remove('body-lightview-open-mobile');
    			//});
 
			});
					
		</script>
		
		<!-- Where to Buy -->
		<script type="text/javascript" src="/js/wheretobuy/wheretobuy.js"></script>

		
		<!-- No Script -->
		<noscript>Please enable JavaScript on your web browser to ensure that the bestenvirotech.com web pages load correctly.</noscript>

	</head>
	<body>
	
		<!-- SECTION: HEADER -->
		<div id="div-header">
	<div id="div-header-2">
		<div id="div-header-2-inner">
			<div id="div-header-2-inner-logo">
				<img alt="Best Environmental Technologies Logo Image" src="../images/logos/logo_best_header_100x50.png">
				<h1 class="invisible">Lawn and Garden, Oxygenated Water, Hand Sanitizers, Liquid Ice Melt</h1>
			</div>
			<div id="div-header-2-inner-menu-items">

							<a id="a-header-2-inner-menu-item-home-1" class="a-header-2-inner-menu-item" href="javascript:void(0)" onclick="navigateToAnchor('div-canvas','banner')">HOME</a><img alt="" src="/images/bullets/bullet_01_7x7.png">				

							<a id="a-header-2-inner-menu-item-home-2" class="a-header-2-inner-menu-item" href="javascript:void(0)" onclick="navigateToAnchor('div-canvas','about')">ABOUT</a><img alt="" src="/images/bullets/bullet_01_7x7.png">				

							<a id="a-header-2-inner-menu-item-home-3" class="a-header-2-inner-menu-item" href="javascript:void(0)" onclick="navigateToAnchor('div-canvas','lawnandgarden')">LAWN &AMP; GARDEN</a><img alt="" src="/images/bullets/bullet_01_7x7.png">				

							<a id="a-header-2-inner-menu-item-home-4" class="a-header-2-inner-menu-item" href="javascript:void(0)" onclick="navigateToAnchor('div-canvas','ophlo')">O-PHLO WATER</a><img alt="" src="/images/bullets/bullet_01_7x7.png">				

							<a id="a-header-2-inner-menu-item-home-5" class="a-header-2-inner-menu-item" href="javascript:void(0)" onclick="navigateToAnchor('div-canvas','sanitizers')">SANITIZERS</a><img alt="" src="/images/bullets/bullet_01_7x7.png">				

							<a id="a-header-2-inner-menu-item-home-6" class="a-header-2-inner-menu-item" href="javascript:void(0)" onclick="navigateToAnchor('div-canvas','icemelt')">ICE MELT</a><img alt="" src="/images/bullets/bullet_01_7x7.png">				

							<a id="a-header-2-inner-menu-item-home-7" class="a-header-2-inner-menu-item" href="javascript:void(0)" onclick="navigateToAnchor('contact','contact')">CONTACT US</a>				
			
			
			</div>		
		</div>
	</div>
	<div id="div-header-mobile">
		<div id="div-header-mobile-inner">
			<table id="table-header-mobile-inner">
				<tbody>
					<tr>
						<td id="td-header-mobile-inner-1">
							<img alt="Best Farming Logo" src="../images/logos/logo_best_header_white_100x50.png">
						</td>
						<td id="td-header-mobile-inner-2">
							<img alt="Menu" src="../images/buttons/menu/button_mobile_menu_transparent_55x43.png"><img id="img-header-mobile-menu-button" alt="Mobile Menu Drop Down" src="../images/buttons/menu/button_mobile_menu_close_43x43.png" onclick="showMobileDropMenu('true',this.src)">
						</td>
					</tr>
				</tbody>
			</table>
		</div>
		<div id="div-menu-drop-down-mobile" class="div-menu-drop-down-mobile">
			<table style="width:100%; border-collapse:collapse;">
				<tbody>

								<tr>
									<td class="td-menu-drop-down-mobile" onclick="navigateToMobileAnchor('div-canvas','banner')">
										Home
									</td>
								</tr>																				

								<tr>
									<td class="td-menu-drop-down-mobile" onclick="navigateToMobileAnchor('div-canvas','about')">
										About
									</td>
								</tr>																				

								<tr>
									<td class="td-menu-drop-down-mobile" onclick="navigateToMobileAnchor('div-canvas','lawnandgarden')">
										Lawn &amp; Garden
									</td>
								</tr>																				

								<tr>
									<td class="td-menu-drop-down-mobile" onclick="navigateToMobileAnchor('div-canvas','ophlo')">
										O-Phlo Water
									</td>
								</tr>																				

								<tr>
									<td class="td-menu-drop-down-mobile" onclick="navigateToMobileAnchor('div-canvas','sanitizers')">
										Sanitizers
									</td>
								</tr>																				

								<tr>
									<td class="td-menu-drop-down-mobile" onclick="navigateToMobileAnchor('div-canvas','icemelt')">
										Ice Melt
									</td>
								</tr>																				

								<tr>
									<td class="td-menu-drop-down-mobile" onclick="navigateToMobileAnchor('contact','contact')">
										Contact Us
									</td>
								</tr>																				

				</tbody>
			</table>
		</div>
	</div>
</div>
<!-- Section: Message -->
<div id="div-message">
	<table>
		<tbody>
			<tr>
				<td id="td-message-icon">
					<img id="img-message-icon" alt="Message Icon" src="/images/icons/messages/icon_error_36x36.png">
				</td>
				<td id="td-message-text">
					Text
				</td>
			</tr>
		</tbody>
	</table>
</div>
		
		<!-- SECTION: CANVAS -->
		<div id="div-canvas" onclick="hideMobileDropMenu()">

						<!-- CANVAS SECTION: BANNER -->
						<div id="banner">
							<div id="div-banner-animation">					

								<!-- Standard Animation -->
								<img id="img-banner-animation-572x372" alt="Best Environmental Technologies" src="images/animations/best_envirotech_572x372.gif?datetime=2026-5-19-13-54">
								<!-- Mobile Animation -->
								<img id="img-banner-animation-343x222" alt="Best Environmental Technologies" src="images/animations/best_envirotech_343x222.gif?datetime=2026-5-19-13-54">								
							</div>
						</div>

						<!-- CANVAS SECTION: ABOUT -->
						<div id="about">
							<div id="div-about-header">
								<img alt="" src="images/banners/banner_about_1920x320.jpg" style="width:100%; margin:0; padding:0">				
							</div>
							<div id="div-about-content">
								<div class="div-about-content-text">
									<p id="p-about-content-statement">
										Best Environmental Technologies provides environmentally responsible products for: removing ice from walk and driveways; cleaning and disinfecting; 
										health; lawn maintenance; and gardening.  Green Chemical research is a cornerstone in our work.  We aim to provide products that replace harmful 
										chemicals found in traditional solutions while ensuring they are as effective.  Our products are used in household and commercial settings.  Commercial 
										industries that use our products include Agriculture, Property Management, Education, Energy, Food Services, Forestry, Health Care, Mining, Retail 
										Services and Transportation.
									</p>
								</div>
								<div class="div-about-content-collage">
									<img id="img-about-content-collage" alt="Best Envirotech Product Collage" src="images/about/product_collage_03_760x290.png">
								</div>
								<hr class="style-eight" />
							</div>
						</div>
		
						<!-- CANVAS SECTION: LAWN & GARDEN -->
						<div id="lawnandgarden">
							<div id="div-lawn-and-garden-header">
								<img alt="Lawn and Garden Banner Image" src="images/banners/banner_lawn_and_garden_img_txt_1920x320.jpg" style="width:100%; margin:0; padding:0">
							</div>
							<div id="div-lawn-and-garden-content">
							
								<!-- DESKTOP VERSION -->
								<div id="div-lawn-and-garden-content-text">
									Best Environmental Technologies provides a complete fertilizer system for lawn and garden care and maintenance which includes, in order of treatment:  
									Step 1 - <a class="a-product-link" href="javascript:void(0)" onclick="openProductDetail('div-lawn-and-garden-content-product-15-modal','div-lawn-and-garden-content-product-15-lightbox')">Lawn Maxxx</a>, 
									a liquid fertilizer developed to repair damaged grass caused by pets;
									Step 2 - <a class="a-product-link" href="javascript:void(0)" onclick="openProductDetail('div-lawn-and-garden-content-product-14-modal','div-lawn-and-garden-content-product-14-lightbox')">Root Activator</a>, 
									a high phosphorous based liquid that treats and nourishes seedlings to produce stronger, healthier plants;
									Step 3 - <a class="a-product-link" href="javascript:void(0)" onclick="openProductDetail('div-lawn-and-garden-content-product-16-modal','div-lawn-and-garden-content-product-16-lightbox')">Grow/Micro</a>, 
									a liquid fertilizer for garden plants that supplies macro and micronutrients to boost vegetable yields and growth;
									Step 4 - <a class="a-product-link" href="javascript:void(0)" onclick="openProductDetail('div-lawn-and-garden-content-product-17-modal','div-lawn-and-garden-content-product-17-lightbox')">Bloom Micro</a>, 
									a liquid fertilizer developed specifically for flowering plants that increases fruit yields, improves taste and fragrance. 
								</div>
								
								<div id="div-lawn-and-garden-content-products">
								
												<div id="div-lawn-and-garden-products-group-1">
					
												<div id="div-lawn-and-garden-product-15" class="div-lawn-and-garden-product" onclick="openProductDetail('div-lawn-and-garden-content-product-15-modal','div-lawn-and-garden-content-product-15-lightbox')">
													<img alt="" src="images/products/lawnandgarden/product_lawn_maxxx_180x200.png">
													<div class="div-lawn-and-garden-product-label-1">
														Lawn Maxxx
													</div>
													<div class="div-lawn-and-garden-product-label-2">
														Step 1
													</div>
												</div>
					
												<div id="div-lawn-and-garden-product-14" class="div-lawn-and-garden-product" onclick="openProductDetail('div-lawn-and-garden-content-product-14-modal','div-lawn-and-garden-content-product-14-lightbox')">
													<img alt="" src="images/products/lawnandgarden/product_root_activator_180x200.png">
													<div class="div-lawn-and-garden-product-label-1">
														Root Activator
													</div>
													<div class="div-lawn-and-garden-product-label-2">
														Step 2
													</div>
												</div>
					
												<div id="div-lawn-and-garden-product-16" class="div-lawn-and-garden-product" onclick="openProductDetail('div-lawn-and-garden-content-product-16-modal','div-lawn-and-garden-content-product-16-lightbox')">
													<img alt="" src="images/products/lawnandgarden/product_grow_micro_180x200.png">
													<div class="div-lawn-and-garden-product-label-1">
														Grow Micro
													</div>
													<div class="div-lawn-and-garden-product-label-2">
														Step 3
													</div>
												</div>
					
												<div id="div-lawn-and-garden-product-17" class="div-lawn-and-garden-product" onclick="openProductDetail('div-lawn-and-garden-content-product-17-modal','div-lawn-and-garden-content-product-17-lightbox')">
													<img alt="" src="images/products/lawnandgarden/product_bloom_micro_180x200.png">
													<div class="div-lawn-and-garden-product-label-1">
														Bloom/Micro
													</div>
													<div class="div-lawn-and-garden-product-label-2">
														Step 4
													</div>
												</div>

										</div>	<!-- Close the Product Group -->					
						
								
									<div id="div-lawn-and-garden-content-products-links">
										<div id="div-lawn-and-garden-content-product-text-where-to-buy">
											<img alt="" src="images/icons/documents/icon_location_marker_24x24.png" style="margin-right:5px;"><a class="a-light-link-green" href="javascript:void(0)" onclick="openAJAXLightbox('div-lawn-and-garden-content-product-where-to-buy-modal','div-lawn-and-garden-content-product-where-to-buy-lightbox','loadWhereToBuyLocations','950px','null','4^null')">Where to buy?</a>
										</div>
									</div>
								</div> <!-- Close div-lawn-and-garden-content-products -->
								

					
								<!-- MOBILE VERSION -->						
								<div id="div-lawn-and-garden-content-products-mobile">
									<div id="div-lawn-and-garden-content-text-mobile">
										Best Environmental Technologies provides a complete fertilizer system for lawn and garden care and maintenance which includes, in order of treatment:  
										Step 1 - <a class="a-product-link" href="javascript:void(0)" onclick="openProductDetailMobile('div-product-detail-mobile','information','4','15','2','Product Detail')">Lawn Maxxx</a>, 
										a lquid fertilizer developed to repair damaged grass caused by pets;
										Step 2 - <a class="a-product-link" href="javascript:void(0)" onclick="openProductDetailMobile('div-product-detail-mobile','information','4','14','2','Product Detail')">Root Activator</a>, 
										a high phospherous based liquid that treats and nurishes seedlings to produce stonger, healthier plants;
										Step 3 - <a class="a-product-link" href="javascript:void(0)" onclick="openProductDetailMobile('div-product-detail-mobile','information','4','16','2','Product Detail')">Grow/Micro</a>, 
										a liquid fertilizer for garden plants that supplies macro and micronutrients to boost vegatables yeilds and growth;
										Step 4 - <a class="a-product-link" href="javascript:void(0)" onclick="openProductDetailMobile('div-product-detail-mobile','information','4','17','2','Product Detail')">Bloom Micro</a>, 
										a liquid fertilizer developed specifically for flowering plants that increases fruit yields, improves taste and fragrance. 
									</div>
								
												<div id="div-lawn-and-garden-products-mobile-group-1">
					
													<div id="div-lawn-and-garden-products-mobile-15" class="div-lawn-and-garden-product" onclick="openProductDetailMobile('div-product-detail-mobile','information','4','15','2','Product Detail')">
														<img alt="" src="images/products/lawnandgarden/product_lawn_maxxx_180x200.png">
														<div class="div-lawn-and-garden-products-mobile-label-1">
															Lawn Maxxx
														</div>
														<div class="div-lawn-and-garden-products-mobile-label-2">
															Step 1
														</div>
													</div>
					
													<div id="div-lawn-and-garden-products-mobile-14" class="div-lawn-and-garden-product" onclick="openProductDetailMobile('div-product-detail-mobile','information','4','14','2','Product Detail')">
														<img alt="" src="images/products/lawnandgarden/product_root_activator_180x200.png">
														<div class="div-lawn-and-garden-products-mobile-label-1">
															Root Activator
														</div>
														<div class="div-lawn-and-garden-products-mobile-label-2">
															Step 2
														</div>
													</div>
					
													<div id="div-lawn-and-garden-products-mobile-16" class="div-lawn-and-garden-product" onclick="openProductDetailMobile('div-product-detail-mobile','information','4','16','2','Product Detail')">
														<img alt="" src="images/products/lawnandgarden/product_grow_micro_180x200.png">
														<div class="div-lawn-and-garden-products-mobile-label-1">
															Grow Micro
														</div>
														<div class="div-lawn-and-garden-products-mobile-label-2">
															Step 3
														</div>
													</div>
					
													<div id="div-lawn-and-garden-products-mobile-17" class="div-lawn-and-garden-product" onclick="openProductDetailMobile('div-product-detail-mobile','information','4','17','2','Product Detail')">
														<img alt="" src="images/products/lawnandgarden/product_bloom_micro_180x200.png">
														<div class="div-lawn-and-garden-products-mobile-label-1">
															Bloom/Micro
														</div>
														<div class="div-lawn-and-garden-products-mobile-label-2">
															Step 4
														</div>
													</div>

												</div>	<!-- Close the Product Group -->					

								
									<div style="text-align:left; margin:20px 0px 20px 10px;">
										<div id="div-lawn-and-garden-content-product-text-where-to-buy-mobile">
											<img alt="" src="images/icons/documents/icon_location_marker_24x24.png" style="margin-right:5px;"><a class="a-light-link" href="javascript:void(0)" onclick="openProductDetailMobile('div-product-detail-mobile','wheretobuy','4','null','null')">Where to buy?</a>
										</div>
									</div>
								</div> <!-- Close div-lawn-and-garden-content-products-mobile -->
					
								<!-- LIGHTBOXES -->
						
								<!-- Lawn and Garden: Products -->
									
										<!-- LIGHTBOX - LAWN AND GARDEN - PRODUCT 15 - START -->
										<div id="div-lawn-and-garden-content-product-15-modal" class="lb-overlay">
											<div id="div-lawn-and-garden-content-product-15-lightbox" class="div-product-lightbox">
									
												<!-- HEADER SECTION -->
												<div id="div-lawn-and-garden-content-product-15-lightbox-add-header" class="div-product-lightbox-header">
													<div id="div-lawn-and-garden-content-product-15-lightbox-add-header-title" class="div-product-lightbox-header-title">
														Fertilizers
													</div>
													<div id="div-lawn-and-garden-content-product-15-lightbox-add-header-close" class="div-product-lightbox-header-close">
														<a href="javascript:void(0)" onclick="closeProductDetail('div-lawn-and-garden-content-product-15-modal','div-lawn-and-garden-content-product-15-lightbox')"><img alt="" src="images/lightbox/close_small.png"></a>
													</div>
												</div>
								
												<!-- CONTENT SECTION -->
												<div id="div-lawn-and-garden-content-product-15-lightbox-content" class="div-product-lightbox-content">
													<span class="title">Lawn Maxxx Liquid Fertilizer</span> <hr /><img alt="Lawn Maxxx Liquid Fertilizer" src="images/products/lawnandgarden/lawnmaxxxx_demo_880x146.png" style="width:800px; height: 132px"> <div class="div-product-lightbox-content-description"><p>Lawn Maxxx is a liquid fertilizer developed to repair damaged grass caused by pets. Lawn Maxxx not only promotes regrowth in damaged areas, however also delivers micronutrients to the soil resulting in a lucious green lawn. Our product is safe for use on lawns where children and/or animals play. By treating the soil Lawn Maxxx increases organic matter and nutrients within. This enables greater water absorption, reduced erosion and runoff and creates a more mellow soil that does not become compacted or hard, is drought and frost resistant. </p><p>Unhealthy and compacted soil produces weak grass that is susceptible to disease and pests. Fulvic acid contains some of the best natural biostimulants, which are additives that improve the uptake of nutrients in both hydroponics and soil. Fulvic acid is an intermediate chelator – chela means “claw” so these chelates are organic molecules that attach to mineral ions like a claw. They hold just tight enough to avoide becoming locked up in the soil, however loose enough so that they are available to the grass on demand. </p><p>In soil, fulvic acid helps with the uptake of iron. Iron is one	of the limiting factors in soils since it is easily oxidized and turns to rust. Once oxidize, iron becomes unavailable to plants. Fulvic acid counters this by keeping iron soluble. It also stimulates cell membranes to take up iron more efficiently. Iron is an important catalyst for the production of chlorophyll. The more iron absorbed, the more green pigment can be produced, used to harvest light energy to produce sugars. Some of these sugars are used for energy to grow and reproduce, some are leached from the roots to feed microbes that promote plant growth in the root zone. The NPK (nitrogen, phosphorus, potassium) for Lawn Maxxx is 6-4-2, which promotes thick, healthy grass without overstimulation reducing the number of times lawn maintenance (mowing) is required. </p></div><div class="div-product-lightbox-content-package-options">PACKAGE OPTIONS<br /><ul><li>4.55 Litres (1 IMP Gallon)</li></ul></div>
												</div>	
											</div>
										</div>
										<!-- LIGHTBOX - LAWN AND GARDEN - PRODUCT 15 - END -->
									
										<!-- LIGHTBOX - LAWN AND GARDEN - PRODUCT 14 - START -->
										<div id="div-lawn-and-garden-content-product-14-modal" class="lb-overlay">
											<div id="div-lawn-and-garden-content-product-14-lightbox" class="div-product-lightbox">
									
												<!-- HEADER SECTION -->
												<div id="div-lawn-and-garden-content-product-14-lightbox-add-header" class="div-product-lightbox-header">
													<div id="div-lawn-and-garden-content-product-14-lightbox-add-header-title" class="div-product-lightbox-header-title">
														Fertilizers
													</div>
													<div id="div-lawn-and-garden-content-product-14-lightbox-add-header-close" class="div-product-lightbox-header-close">
														<a href="javascript:void(0)" onclick="closeProductDetail('div-lawn-and-garden-content-product-14-modal','div-lawn-and-garden-content-product-14-lightbox')"><img alt="" src="images/lightbox/close_small.png"></a>
													</div>
												</div>
								
												<!-- CONTENT SECTION -->
												<div id="div-lawn-and-garden-content-product-14-lightbox-content" class="div-product-lightbox-content">
													<span class="title">Root Activator</span> <hr /><img class="div-product-lightbox-content-image" alt="Root Activator" src="images/products/lawnandgarden/product_root_activator_300x350.png"> <div class="div-product-lightbox-content-description"><p>Works well in all growing mediums (garden vegetables, flower beds, lawns). Best Envirotech Root Activator uses a high phosphorus base that helps crack the seed once planted and treated. The phosphorus acts as a readily available source of nutrition for young seedlings which boosts growth during the infancy stage, producing healthier and more vibrant plants. </p><p>DIRECTIONS<br /><ul><li>Add 125 mil (4.2 fl oz) of Root Activator to 4.6 Litres (1 IMP Gallon) of water; <li>Apply directly to seed row.</li><li>Will treat up to 47 m<sup>2</sup> (500 square feet), with 6 inch row spacing</li></ul></p></div><div class="div-product-lightbox-content-package-options">PACKAGE OPTIONS<br /><ul><li>4.55 Litres (1 IMP Gallon)</li></ul><br /><br /></div>
												</div>	
											</div>
										</div>
										<!-- LIGHTBOX - LAWN AND GARDEN - PRODUCT 14 - END -->
									
										<!-- LIGHTBOX - LAWN AND GARDEN - PRODUCT 16 - START -->
										<div id="div-lawn-and-garden-content-product-16-modal" class="lb-overlay">
											<div id="div-lawn-and-garden-content-product-16-lightbox" class="div-product-lightbox">
									
												<!-- HEADER SECTION -->
												<div id="div-lawn-and-garden-content-product-16-lightbox-add-header" class="div-product-lightbox-header">
													<div id="div-lawn-and-garden-content-product-16-lightbox-add-header-title" class="div-product-lightbox-header-title">
														Fertilizers
													</div>
													<div id="div-lawn-and-garden-content-product-16-lightbox-add-header-close" class="div-product-lightbox-header-close">
														<a href="javascript:void(0)" onclick="closeProductDetail('div-lawn-and-garden-content-product-16-modal','div-lawn-and-garden-content-product-16-lightbox')"><img alt="" src="images/lightbox/close_small.png"></a>
													</div>
												</div>
								
												<!-- CONTENT SECTION -->
												<div id="div-lawn-and-garden-content-product-16-lightbox-content" class="div-product-lightbox-content">
													<span class="title">Best Environmental Grow/Micro Foliar Fertilizer</span> <hr /><img class="div-product-lightbox-content-image" alt="Root Activator" src="images/products/lawnandgarden/product_grow_micro_300x350.png"> <div class="div-product-lightbox-content-description"><p>Works well in all growing mediums. Best Environmental Grow/Micro Foliar Fertilizer uses only the highest quality materials to provide both Macro and Micronutrients. Our Grow formula has been designed to give plants the boost they need during the growth cycle, helping them reach full maturity. </p><p>DIRECTIONS<br /><ul><li>Seedlings or 4 Leaf Stage - use 50 ml (1.7 fl oz) per 4.6 Litres (1 IMP Gallon) of water; treats up to 47 m<sup>2</sup> (500 square feet).</li><li>General Purpose Fertilizing - use 150 ml (5.1 fl oz) per 4.6 Litres (1 IMP Gallon) of water; treats up to 47 m<sup>2</sup> (500 square feet).</li><li>Aggressive Vegetable Growth Folia Feeding - use 250 ml (8.5 fl oz) in 4.6 Litres (1 IMP Gallon) of water; treats up to 47 m<sup>2</sup> (500 square feet).</li><li>Transition from Best Environmental Grow/Micro Foliar Fertilizer to Best Environmental Bloom/Micro Foliar Fertilizer once plan starts to flower or fruit.</li></ul></p></div><div class="div-product-lightbox-content-package-options">PACKAGE OPTIONS<br /><ul><li>4.55 Litres (1 IMP Gallon)</li></ul><br /><br /></div>
												</div>	
											</div>
										</div>
										<!-- LIGHTBOX - LAWN AND GARDEN - PRODUCT 16 - END -->
									
										<!-- LIGHTBOX - LAWN AND GARDEN - PRODUCT 17 - START -->
										<div id="div-lawn-and-garden-content-product-17-modal" class="lb-overlay">
											<div id="div-lawn-and-garden-content-product-17-lightbox" class="div-product-lightbox">
									
												<!-- HEADER SECTION -->
												<div id="div-lawn-and-garden-content-product-17-lightbox-add-header" class="div-product-lightbox-header">
													<div id="div-lawn-and-garden-content-product-17-lightbox-add-header-title" class="div-product-lightbox-header-title">
														Fertilizers
													</div>
													<div id="div-lawn-and-garden-content-product-17-lightbox-add-header-close" class="div-product-lightbox-header-close">
														<a href="javascript:void(0)" onclick="closeProductDetail('div-lawn-and-garden-content-product-17-modal','div-lawn-and-garden-content-product-17-lightbox')"><img alt="" src="images/lightbox/close_small.png"></a>
													</div>
												</div>
								
												<!-- CONTENT SECTION -->
												<div id="div-lawn-and-garden-content-product-17-lightbox-content" class="div-product-lightbox-content">
													<span class="title">Bloom/Micro</span> <hr /><img class="div-product-lightbox-content-image" alt="Root Activator" src="images/products/lawnandgarden/product_bloom_micro_300x350.png"> <div class="div-product-lightbox-content-description"><p>Works well in all growing mediums (garden vegetables, flower beds, lawns). Best Envirotech Bloom Foliar Fertilizers uses only the highest quality materials to provide both Macro and Micro nutrients. Our Bloom formula has been designed to give your plants the boost they need while fruiting/flowering increasing yield, taste/smell as well as the health of your plants. </p><p>DIRECTIONS<br /><ul><li>DO NOT FERTILIZE PLANTS 2 WEEKS PRIOR TO CONSUMPTION.</li><li>General Purpose Fertilizing - use 150 ml (5.1 fl oz) per 4.6 Litres (1 IMP Gallon) of water; treats up to 47 m<sup>2</sup> (500 square feet).</li><li>Aggressive Bloom Foliar Feeding - use 250 ml *8.4 fl oz) per 4.6 Litres (1 IMP Gallon) of water; treats up to 47 m<sup>2</sup> (500 square feet).(</li></ul></p></div><div class="div-product-lightbox-content-package-options">PACKAGE OPTIONS<br /><ul><li>4.55 Litres (1 IMP Gallon)</li></ul></div>
												</div>	
											</div>
										</div>
										<!-- LIGHTBOX - LAWN AND GARDEN - PRODUCT 17 - END -->
				
								<!-- LIGHTBOX - LAWN AND GARDEN - WHERE TO BUY - START -->
								<div id="div-lawn-and-garden-content-product-where-to-buy-modal" class="lb-overlay">
									<div id="div-lawn-and-garden-content-product-where-to-buy-lightbox" class="div-product-lightbox">
							
									</div>
								</div>
								<!-- LIGHTBOX - O-PHLO - WHERE TO BUY - END -->

				
				
							</div> <!-- Close div-lawn-and-garden-content -->
				
						</div> <!-- Close div-lawn-and-garden -->
	
						<!-- CANVAS SECTION: O-PHLO WATER -->
						<div id="ophlo">
							<div id="div-ophlo-header">
								<img alt="O-Phlo Water Banner Image" src="images/banners/banner_ophlo_water_img_txt_1920x320.jpg" style="width:100%; margin:0; padding:0">
							</div>
							<div id="div-ophlo-content">
				
								<!-- DESKTOP VERSION -->
								<div id="div-ophlo-content-products">
								
												<div id="div-ophlo-content-products-group-1">
					
													<div id="div-ophlo-content-product-22" class="div-ophlo-content-product" onclick="openProductDetail('div-ophlo-content-product-1-modal','div-ophlo-content-product-1-lightbox')">
														<img alt="" src="images/products/ophlowater/product_ophlo_4L_125x200.png">
														<div class="div-ophlo-content-product-label-1">
															O-PHLO 4L Bottle
														</div>
														<div class="div-ophlo-content-product-label-2">
															
													</div>
												</div>
					
													<div id="div-ophlo-content-product-20" class="div-ophlo-content-product" onclick="openProductDetail('div-ophlo-content-product-1-modal','div-ophlo-content-product-1-lightbox')">
														<img alt="" src="images/products/ophlowater/product_ophlo_500ml_12pack_145x200.png">
														<div class="div-ophlo-content-product-label-1">
															O-PHLO 500ml 12 Pack
														</div>
														<div class="div-ophlo-content-product-label-2">
															
													</div>
												</div>
					
													<div id="div-ophlo-content-product-21" class="div-ophlo-content-product" onclick="openProductDetail('div-ophlo-content-product-1-modal','div-ophlo-content-product-1-lightbox')">
														<img alt="" src="images/products/ophlowater/product_ophlo_500ml_24pack_200x200.png">
														<div class="div-ophlo-content-product-label-1">
															O-PHLO 500ml 24 Pack
														</div>
														<div class="div-ophlo-content-product-label-2">
															
													</div>
												</div>

												</div> <!-- Close the Product Group -->

									<div id="div-ophlo-content-products-text">
										<h2 class="centered">Why Oxygenated Water is a better choice for consumers?</h2>
										<p>
											Water is essential to personal health.  Oxygen is essential to life.
										</p>  
										<p>
											O-Phlo water is made using diffusion.  The Oxygen is made by an Oxygen generator and is introduced into the water through a venturi system and then 
											pressurized.  This method allows the oxygen to penetrate the molecular structure of the water which allows the oxygen to stay in the water without 
											dissipating for extended periods of time. Most other oxygenated waters use injection of oxygen gas which is introduced to the water by Venturi or 
											electrolysis using the pressure from the vessel to penetrate the water. Because of these methods the oxygen never breaks through the molecular 
											structure and therefore dissipates from the water almost immediately.
										</p>
										<p>
											We all want to feel better, to have higher levels of energy and an overall sense of vitality.  Water is our body's most important nutrient; it is 
											integral to every bodily function and makes up almost 75% of our body's weight.  
										</p>
										<p>
											O-Phlo is available in 500 ml and 4 Litre sizes.
										</p>
										<div id="div-ophlo-content-product-text-where-to-buy">
											<img alt="" src="images/icons/documents/icon_location_marker_24x24.png" style="margin-right:5px;"><a class="a-light-link-green" href="javascript:void(0)" onclick="openAJAXLightbox('div-ophlo-content-product-where-to-buy-modal','div-ophlo-content-product-where-to-buy-lightbox','loadWhereToBuyLocations','950px','null','1^null')">Where to buy?</a>
										</div>
										<div id="div-ophlo-content-product-text-faq">
											<img alt="" src="images/icons/documents/icon_html_document_24x24.png" style="margin-right:5px;"><a class="a-light-link-green" href="javascript:void(0)" onclick="openProductDetail('div-ophlo-content-product-faq-modal','div-ophlo-content-product-faq-lightbox')">Frequently Asked Questions (FAQ)</a>
										</div>
									</div> <!-- Close div-ophlo-content-product-text -->
								
								</div> <!-- Close div-ophlo-content-products -->
					
								<!-- MOBILE VERSION -->
								<div id="div-ophlo-content-products-mobile">
								
												<div id="div-ophlo-content-products-group-1">
					
													<div id="div-ophlo-content-product-22" class="div-ophlo-content-product" onclick="openProductDetailMobile('div-product-detail-mobile','information','1','22','2','Product Detail')">
														<img alt="" src="images/products/ophlowater/product_ophlo_4L_125x200.png">
														<div class="div-ophlo-content-product-label-1">
															O-PHLO 4L Bottle
														</div>
														<div class="div-ophlo-content-product-label-2">
															
													</div>
												</div>
					
													<div id="div-ophlo-content-product-20" class="div-ophlo-content-product" onclick="openProductDetailMobile('div-product-detail-mobile','information','1','20','2','Product Detail')">
														<img alt="" src="images/products/ophlowater/product_ophlo_500ml_12pack_145x200.png">
														<div class="div-ophlo-content-product-label-1">
															O-PHLO 500ml 12 Pack
														</div>
														<div class="div-ophlo-content-product-label-2">
															
													</div>
												</div>
					
													<div id="div-ophlo-content-product-21" class="div-ophlo-content-product" onclick="openProductDetailMobile('div-product-detail-mobile','information','1','21','2','Product Detail')">
														<img alt="" src="images/products/ophlowater/product_ophlo_500ml_24pack_200x200.png">
														<div class="div-ophlo-content-product-label-1">
															O-PHLO 500ml 24 Pack
														</div>
														<div class="div-ophlo-content-product-label-2">
															
													</div>
												</div>

												</div> <!-- Close the Product Group -->


									<div id="div-ophlo-content-products-text-mobile">
										<h2 class="centered">Why Oxygenated Water is a better choice for consumers?</h2>
										<p>
											Water is essential to personal health.  Oxygen is essential to life.
										</p>  
										<p>
											O-Phlo water is made using diffusion.  The Oxygen is made by an Oxygen generator and is introduced into the water through a venturi system and then 
											pressurized.  This method allows the oxygen to penetrate the molecular structure of the water which allows the oxygen to stay in the water without 
											dissipating for extended periods of time. Most other oxygenated waters use injection of oxygen gas which is introduced to the water by Venturi or 
											electrolysis using the pressure from the vessel to penetrate the water. Because of these methods the oxygen never breaks through the molecular 
											structure and therefore dissipates from the water almost immediately.
										</p>
										<p>
											We all want to feel better, to have higher levels of energy and an overall sense of vitality.  Water is our body's most important nutrient; it is 
											integral to every bodily function and makes up almost 75% of our body's weight.  
										</p>
										<p>
											O-Phlo is available in 500 ml and 4 Litre sizes.
										</p>
										<div id="div-ophlo-content-product-text-where-to-buy">
											<img alt="" src="images/icons/documents/icon_location_marker_24x24.png" style="margin-right:5px;"><a class="a-light-link-green" href="javascript:void(0)" onclick="openProductDetailMobile('div-product-detail-mobile','wheretobuy','1','null','null')">Where to buy?</a>
										</div>
										<div id="div-ophlo-content-product-text-faq">
											<img alt="" src="images/icons/documents/icon_html_document_24x24.png" style="margin-right:5px;"><a class="a-light-link-green" href="javascript:void(0)" onclick="openProductDetailMobile('div-product-detail-mobile','faq','1','null','null')">Frequently Asked Questions (FAQ)</a>
										</div>
									</div> <!-- Close div-ophlo-content-product-text -->
								</div> <!-- Close div-ophlo-content-products-mobile -->
							</div> <!-- Close div-ophlo-content -->
					
							<!-- LIGHTBOXES -->
				
							<!-- LIGHTBOX - OPHLO - INFORMATION - START -->
							<div id="div-ophlo-content-product-1-modal" class="lb-overlay">
								<div id="div-ophlo-content-product-1-lightbox" class="div-product-lightbox">
								
									<!-- HEADER SECTION -->
									<div id="div-ophlo-content-product-1-lightbox-add-header" class="div-product-lightbox-header">
										<div id="div-ophlo-content-product-1-lightbox-add-header-title" class="div-product-lightbox-header-title">
											O-Phlo Water
										</div>
										<div id="div-ophlo-content-product-1-lightbox-add-header-close" class="div-product-lightbox-header-close">
											<a href="javascript:void(0)" onclick="closeProductDetail('div-ophlo-content-product-1-modal','div-ophlo-content-product-1-lightbox')"><img alt="" src="images/lightbox/close_small.png"></a>
										</div>
									</div>
								
									<!-- CONTENT SECTION -->
									<div id="div-ophlo-content-product-1-lightbox-content" class="div-product-lightbox-content">
										<span class="title">O-Phlo Water</span> 
										<hr />
										<img alt="O-Phlo 500ml bottle" src="images/products/ophlowater/product_ophlo 500ml_bottle_180x200.png" class="img-product-lightbox-content-image">
										<div class="div-product-lightbox-content-description">
											<p>
												Water is critical to cell function, energy levels, detoxification and many other processes that occur in the body. Drinking O-Phlo water is 
												the right thing to do as increased oxygen levels are good for the mind, body and spirit.
											</p>
											<p>
												The water the O-Phlo system creates has a fresher taste and has higher levels of oxygen. Water plus oxygen equals O-Phlo.
											</p>
											<p>
												Oxygen enriched water serves many purposes, all-focusing on the health and wellness of the body and mind. Water is a vital component of personal 
												wellness. The quality of the water is equally important as the amount we consume. If the water contains chlorine and other chemicals, it has 
												less ability to carry toxins out of the body. If we drink water that contains trace synthetic chemicals, our kidneys and liver have to work to 
												remove the chemicals. Drinking O-phlo water we provide the body with pure, oxygenated water.
											</p>
										</div>
										<div class="div-product-lightbox-content-package-options">PACKAGE OPTIONS<br />
											<ul>
												<li>500 ml</li>
												<li>4 Litre</li>
											</ul>
										</div>
									</div>	
								</div>
							</div>
							<!-- LIGHTBOX - OPHLO - INFORMATION - END -->
					
					
							<!-- LIGHTBOX - O-PHLO - WHERE TO BUY - START -->
							<div id="div-ophlo-content-product-where-to-buy-modal" class="lb-overlay">
								<div id="div-ophlo-content-product-where-to-buy-lightbox" class="div-product-lightbox">
							
								</div>
							</div>
							<!-- LIGHTBOX - O-PHLO - WHERE TO BUY - END -->
					
				
							<!-- LIGHTBOX - O-PHLO - FREQUENTLY ASKED QUESTIONS - START -->
							<div id="div-ophlo-content-product-faq-modal" class="lb-overlay">
								<div id="div-ophlo-content-product-faq-lightbox" class="div-product-lightbox">
								
									<!-- HEADER SECTION -->
									<div id="div-ophlo-content-product-faq-lightbox-add-header" class="div-product-lightbox-header">
										<div id="div-ophlo-content-product-faq-lightbox-add-header-title" class="div-product-lightbox-header-title">
											O-Phlo - Frequently Asked Questions 
										</div>
										<div id="div-ophlo-content-product-faq-lightbox-add-header-close" class="div-product-lightbox-header-close">
											<a href="javascript:void(0)" onclick="closeProductDetail('div-ophlo-content-product-faq-modal','div-ophlo-content-product-faq-lightbox')"><img alt="" src="images/lightbox/close_small.png"></a>
										</div>
									</div>
								
									<!-- CONTENT SECTION -->
									<div id="div-ophlo-content-product-faq-lightbox-content" class="div-product-lightbox-content">
	
												<div id="div-ophlo-content-product-faq-lightbox-content-question-3" class="div-faq-question">
													<table>
														<tbody>
															<tr>
																<td style="vertical-align:top; width:30px;">
																	<input id="checkbox-faq-question-3" class="bigtoggle" type="checkbox" onchange="toggleFAQ(this.id,'div-ophlo-content-product-faq-lightbox-content-answer-')" />
																	<label id="label-faq-question-3" for="checkbox-faq-question-3"></label>
																</td>
																<td>
																	<h2 style="display:inline-block; margin:0px 0px 0px 0px;">What makes O-phlo different from other Oxygenated water products?</h2>
																</td>
															</tr>
														</tbody>
													</table>																	
												</div>
												<div id="div-ophlo-content-product-faq-lightbox-content-answer-3" class="div-faq-answer">
													<table>
														<tbody>
															<tr>
																<td style="vertical-align:top; width:30px;">
																	&nbsp;
																</td>
																<td>
																	<p>Most other oxygenated waters are created using an oxygen injection method. Oxygen gas is introduced to the water by electrolysis, using the pressure from the vessel. Injection methods unfortunately, never break through the molecular structure of water and consequently dissipates from the water almost immediately upon opening.</p><p>O-PHLO water is made using diffusion. The oxygen is made by an oxygen generator. Oxygen from the generator is introduced into the water using a Venturi system. The water is then pressurized and sealed. This process allows the oxygen to penetrate the molecular structure of the water. Our diffusion process also ensures the oxygen stays in the water and does not dissipate even over an extended period of time.</p>
																</td>
															</tr>
														</tbody>
													</table>																	
												</div>
	
												<div id="div-ophlo-content-product-faq-lightbox-content-question-4" class="div-faq-question">
													<table>
														<tbody>
															<tr>
																<td style="vertical-align:top; width:30px;">
																	<input id="checkbox-faq-question-4" class="bigtoggle" type="checkbox" onchange="toggleFAQ(this.id,'div-ophlo-content-product-faq-lightbox-content-answer-')" />
																	<label id="label-faq-question-4" for="checkbox-faq-question-4"></label>
																</td>
																<td>
																	<h2 style="display:inline-block; margin:0px 0px 0px 0px;">What is diffusion?</h2>
																</td>
															</tr>
														</tbody>
													</table>																	
												</div>
												<div id="div-ophlo-content-product-faq-lightbox-content-answer-4" class="div-faq-answer">
													<table>
														<tbody>
															<tr>
																<td style="vertical-align:top; width:30px;">
																	&nbsp;
																</td>
																<td>
																	<img alt="O-Phlo Water High Resolution Image" src="images/products/product_ophlo_single_500ml_top_156x196.png"><p>If you look closely you can see the Oxygen (O<sub>2</sub>) molecules inside a bottle of O-Phlo Water.  Diffusion is a process whereby molecules (O<sub>2</sub>) are moved from a place of high concentration (Oxygen Generator) to a place of low concentration (Water).  The motion of the molecules (O<sub>2</sub>) creates Kinetic Energy which penetrates the molecular structure of water.  Examine the high-resolution image to see the oxygen molecules in the water.</p>
																</td>
															</tr>
														</tbody>
													</table>																	
												</div>
	
												<div id="div-ophlo-content-product-faq-lightbox-content-question-5" class="div-faq-question">
													<table>
														<tbody>
															<tr>
																<td style="vertical-align:top; width:30px;">
																	<input id="checkbox-faq-question-5" class="bigtoggle" type="checkbox" onchange="toggleFAQ(this.id,'div-ophlo-content-product-faq-lightbox-content-answer-')" />
																	<label id="label-faq-question-5" for="checkbox-faq-question-5"></label>
																</td>
																<td>
																	<h2 style="display:inline-block; margin:0px 0px 0px 0px;">How does oxygen increase energy?</h2>
																</td>
															</tr>
														</tbody>
													</table>																	
												</div>
												<div id="div-ophlo-content-product-faq-lightbox-content-answer-5" class="div-faq-answer">
													<table>
														<tbody>
															<tr>
																<td style="vertical-align:top; width:30px;">
																	&nbsp;
																</td>
																<td>
																	<p>Oxygen is essential to the metabolic processes that occur within our bodies. For example when someone is running, respiration increases.  Increased respiration is required to supply the body with more Oxygen and in turn more energy. Having a higher concentration of Oxygen, enables our body's functions to perform at a higher rate.</p>
																</td>
															</tr>
														</tbody>
													</table>																	
												</div>
	
												<div id="div-ophlo-content-product-faq-lightbox-content-question-6" class="div-faq-question">
													<table>
														<tbody>
															<tr>
																<td style="vertical-align:top; width:30px;">
																	<input id="checkbox-faq-question-6" class="bigtoggle" type="checkbox" onchange="toggleFAQ(this.id,'div-ophlo-content-product-faq-lightbox-content-answer-')" />
																	<label id="label-faq-question-6" for="checkbox-faq-question-6"></label>
																</td>
																<td>
																	<h2 style="display:inline-block; margin:0px 0px 0px 0px;">How does oxygen improve health?</h2>
																</td>
															</tr>
														</tbody>
													</table>																	
												</div>
												<div id="div-ophlo-content-product-faq-lightbox-content-answer-6" class="div-faq-answer">
													<table>
														<tbody>
															<tr>
																<td style="vertical-align:top; width:30px;">
																	&nbsp;
																</td>
																<td>
																	<p>Oxygen is also essential to our detoxification processes.  A principal function of Red Blood Cells is to transport oxygen to our tissues. This including excretory organs such as the lungs, liver and kidneys. Having an oxygen rich blood stream is essential to the removal of toxins from our body.</p>
																</td>
															</tr>
														</tbody>
													</table>																	
												</div>
	
												<div id="div-ophlo-content-product-faq-lightbox-content-question-7" class="div-faq-question">
													<table>
														<tbody>
															<tr>
																<td style="vertical-align:top; width:30px;">
																	<input id="checkbox-faq-question-7" class="bigtoggle" type="checkbox" onchange="toggleFAQ(this.id,'div-ophlo-content-product-faq-lightbox-content-answer-')" />
																	<label id="label-faq-question-7" for="checkbox-faq-question-7"></label>
																</td>
																<td>
																	<h2 style="display:inline-block; margin:0px 0px 0px 0px;">How does oxygen enable better performance?</h2>
																</td>
															</tr>
														</tbody>
													</table>																	
												</div>
												<div id="div-ophlo-content-product-faq-lightbox-content-answer-7" class="div-faq-answer">
													<table>
														<tbody>
															<tr>
																<td style="vertical-align:top; width:30px;">
																	&nbsp;
																</td>
																<td>
																	<p>The benefits of increased energy and improved health enable better performance, both physically and mentally. Physically muscle tissue obtains energy from a chemical energy molecule called ATP (Adenosine Triphosphate). ATP cannot be produced without Oxygen. With increased oxygen available in the bloodstream, the more efficiently your body is able to produce ATP, and thus physical tasks.</p><p>The human brain requires a constant supply of glucose and oxygen to function. Both glucose and oxygen are vital to ensuring proper neural synapse functions. Like muscle tissue, increased oxygen in the blood stream enables the brain to perform mental tasks with greater efficiency and effectiveness, and for longer durations.</p>
																</td>
															</tr>
														</tbody>
													</table>																	
												</div>
									
									</div> <!-- Close div-ophlo-content-product-faq-lightbox-content -->
								</div> <!-- Close div-ophlo-content-product-faq-lightbox -->
							</div> <!-- Close div-ophlo-content-product-faq-modal -->

							<!-- LIGHTBOX - OPHLO - FAQ - END -->
				
						</div> <!-- Close ophlo -->
			
						<!-- CANVAS SECTION: CLEANING AND DISINFECTING -->
						<div id="sanitizers">
							<div id="div-sanitizers-header">
								<img alt="Sanitizers Banner Image" src="images/banners/banner_sanitizers_1920x320.jpg" style="width:100%; margin:0; padding:0">
							</div>
							<div id="div-sanitizers-content">
					
								<!-- Sub Section:  Cleaning and Disinfecting - Products -->
								<div id="div-sanitizers-content-products">

									<div id="div-sanitizers-content-products-text">
										<p>
											Best provides environmentally responsible, made in Canada hand sanitizers for personal use.  Approved by Health Canada, Best Hand Sanitizers
											kill up to 99.9% of harmful germs and bacteria.  Using Best hand sanitizers for personal hygiene helps to reduce the transfer and spread
											of harmful germs and bacteria.  Best hand sanitizers also follow the World Health organization's (WHO) standard for alcohol hand sanitizers,
											using a 70% isopropyl alcohol solution, combined with essential oils to prevent skin dryness.
										</p>
										<p>
											Best hand sanitizers (gel/liquid) are available in 60 ml, 250 ml, 296 ml, 300 ml and 1 Litre bottles.						
										</p>
									</div>
						
									<!-- DESKTOP VERSION -->
									<div id="div-sanitizers-content-products-personal-use">
								
													<div id="div-sanitizers-products-personal-use-group-1">
					
												<div id="div-sanitizers-product-personal-use-12" class="div-sanitizers-product" onclick="openProductDetail('div-sanitizers-content-product-12-modal','div-sanitizers-content-product-12-lightbox')">
													<img alt="" src="images/products/cleaninganddisinfecting/product_gel_hand_sanitizer_180x200.png">
													<div class="div-sanitizers-product-label-1">
														Gel Hand Sanitizer
													</div>
													<div class="div-sanitizers-product-label-2">
														
													</div>
												</div>
					
												<div id="div-sanitizers-product-personal-use-13" class="div-sanitizers-product" onclick="openProductDetail('div-sanitizers-content-product-13-modal','div-sanitizers-content-product-13-lightbox')">
													<img alt="" src="images/products/cleaninganddisinfecting/product_liquid_hand_sanitizer_180x200.png">
													<div class="div-sanitizers-product-label-1">
														Liquid Hand Sanitizer
													</div>
													<div class="div-sanitizers-product-label-2">
														
													</div>
												</div>

											</div>	<!-- Close the Product Group -->				

									
										<div id="div-sanitizers-content-products-links">
											<div id="div-sanitizers-content-product-text-where-to-buy">
												<img alt="" src="images/icons/documents/icon_location_marker_24x24.png" style="margin-right:5px;"><a class="a-light-link-green" href="javascript:void(0)" onclick="openAJAXLightbox('div-sanitizers-content-product-where-to-buy-modal','div-sanitizers-content-product-where-to-buy-lightbox','loadWhereToBuyLocations','950px','null','3^null')">Where to buy?</a>
											</div>
										</div>
									</div> <!-- Close div-sanitizers-content-products-personal-use -->
						
						
									<!-- MOBILE VERSION -->
									<div id="div-sanitizers-content-products-personal-use-mobile">
								
													<div id="div-sanitizers-products-personal-use-mobile-group-1">
					
												<div id="div-sanitizers-products-personal-use-mobile-12" class="div-sanitizers-product" onclick="openProductDetailMobile('div-product-detail-mobile','information','3','12','2','Product Detail')">
													<img alt="" src="images/products/cleaninganddisinfecting/product_gel_hand_sanitizer_180x200.png">
													<div class="div-sanitizers-products-mobile-label-1">
														Gel Hand Sanitizer
													</div>
													<div class="div-sanitizers-products-mobile-label-2">
														
													</div>
												</div>
					
												<div id="div-sanitizers-products-personal-use-mobile-13" class="div-sanitizers-product" onclick="openProductDetailMobile('div-product-detail-mobile','information','3','13','2','Product Detail')">
													<img alt="" src="images/products/cleaninganddisinfecting/product_liquid_hand_sanitizer_180x200.png">
													<div class="div-sanitizers-products-mobile-label-1">
														Liquid Hand Sanitizer
													</div>
													<div class="div-sanitizers-products-mobile-label-2">
														
													</div>
												</div>

											</div>	<!-- Close the Product Group -->				

										<div id="div-sanitizers-content-products-links">
											<div id="div-sanitizers-content-product-text-where-to-buy">
												<img alt="" src="images/icons/documents/icon_location_marker_24x24.png" style="margin-right:5px;"><a class="a-light-link-green" href="javascript:void(0)" onclick="openProductDetailMobile('div-product-detail-mobile','wheretobuy','3','null','null')">Where to buy?</a>
											</div>
										</div>
										

									</div> <!-- Close div-sanitizers-content-products-personal-use-mobile -->
				
								</div> <!-- Close div-sanitizers-content-products -->
				
								<!-- LIGHTBOXES -->
					
								<!-- LIGHTBOX - SANITIZERS - WHERE TO BUY - START -->
								<div id="div-sanitizers-content-product-where-to-buy-modal" class="lb-overlay">
									<div id="div-sanitizers-content-product-where-to-buy-lightbox" class="div-product-lightbox">
									
							
									</div>
								</div>
								<!-- LIGHTBOX - SANITIZERS - WHERE TO BUY - END -->

						
								<!-- Cleaning and Disinfecting: Personal Use Products -->
									
										<!-- LIGHTBOX - CLEANING AND DISINFECTING - PRODUCT 12 - START -->
										<div id="div-sanitizers-content-product-12-modal" class="lb-overlay">
											<div id="div-sanitizers-content-product-12-lightbox" class="div-product-lightbox">
									
												<!-- HEADER SECTION -->
												<div id="div-sanitizers-content-product-12-lightbox-add-header" class="div-product-lightbox-header">
													<div id="div-sanitizers-content-product-12-lightbox-add-header-title" class="div-product-lightbox-header-title">
														Hand Sanitizers
													</div>
													<div id="div-sanitizers-content-product-12-lightbox-add-header-close" class="div-product-lightbox-header-close">
														<a href="javascript:void(0)" onclick="closeProductDetail('div-sanitizers-content-product-12-modal','div-sanitizers-content-product-12-lightbox')"><img alt="" src="images/lightbox/close_small.png"></a>
													</div>
												</div>
								
												<!-- CONTENT SECTION -->
												<div id="div-sanitizers-content-product-12-lightbox-content" class="div-product-lightbox-content">
													<span class="title">Best Gel Hand Sanitizer</span> <hr /><img class="div-product-lightbox-content-image" alt="Best Gel Hand Sanitizer" src="images/products/cleaninganddisinfecting/product_gel_hand_sanitizer_180x200.png" title="Best Gel Hand Sanitizer"> <div class="div-product-lightbox-content-description"><p>NATURAL PRODUCT NUMBER (NPN) REGISTERED with Health Canada. Best Gel Hand Sanitizer is a 70% isopropyl alcohol solution that follows the World Health Organization (WHO) standard for alcohol hand sanitizer. The product contains essential oils to help prevent the drying of hands due to repeated use. The solution consistency allows for total coverage, including cuticles as well as around and under jewelry. The Best Gel Hand Sanitizer will kill up to 99.9% of harmful germs and bacteria. Suitable for personal hygiene to help prevent the spread of bacteria. </p></div><div class="div-product-lightbox-content-package-options">PACKAGE OPTIONS<br /><ul><li>60 ml</li><li>250 ml</li><li>296 ml</li><li>300 ml</li><li>1 Litre</li></ul></div><div class="div-product-lightbox-content-standards">STANDARDS<br /><br /><img alt="Health Canada Approved" src="images/standards/standard_health_canada_approved_36x36.jpg" title="Health Canada Approved"></div>
												</div>	
											</div>
										</div>
										<!-- LIGHTBOX - CLEARNING AND DISINFECTING - PRODUCT 12 - END -->
									
										<!-- LIGHTBOX - CLEANING AND DISINFECTING - PRODUCT 13 - START -->
										<div id="div-sanitizers-content-product-13-modal" class="lb-overlay">
											<div id="div-sanitizers-content-product-13-lightbox" class="div-product-lightbox">
									
												<!-- HEADER SECTION -->
												<div id="div-sanitizers-content-product-13-lightbox-add-header" class="div-product-lightbox-header">
													<div id="div-sanitizers-content-product-13-lightbox-add-header-title" class="div-product-lightbox-header-title">
														Hand Sanitizers
													</div>
													<div id="div-sanitizers-content-product-13-lightbox-add-header-close" class="div-product-lightbox-header-close">
														<a href="javascript:void(0)" onclick="closeProductDetail('div-sanitizers-content-product-13-modal','div-sanitizers-content-product-13-lightbox')"><img alt="" src="images/lightbox/close_small.png"></a>
													</div>
												</div>
								
												<!-- CONTENT SECTION -->
												<div id="div-sanitizers-content-product-13-lightbox-content" class="div-product-lightbox-content">
													<span class="title">Best Liquid Hand Sanitizer</span> <hr /><img class="div-product-lightbox-content-image" alt="Best Liquid Hand Sanitizer" src="images/products/cleaninganddisinfecting/product_liquid_hand_sanitizer_180x200.png" title="Best Liquid Hand Sanitizer"> <div class="div-product-lightbox-content-description"><p>NATURAL PRODUCT NUMBER (NPN) REGISTERED with Health Canada. Best Liquid Hand Sanitizer is a 70% isopropyl alcohol solution that follows the World Health Organization (WHO) standard for alcohol hand sanitizer. The product contains essential oils to help prevent the drying of hands due to repeated use. The solution consistency allows for total coverage, including cuticles as well as around and under jewelry. The Best Liquid Hand Sanitizer will kill up to 99.9% of harmful germs and bacteria. Suitable for personal hygiene to help prevent the spread of bacteria. </p></div><div class="div-product-lightbox-content-package-options">PACKAGE OPTIONS<br /><ul><li>60 ml</li><li>250 ml</li><li>296 ml</li><li>300 ml</li><li>1 Litre</li></ul></div><div class="div-product-lightbox-content-standards">STANDARDS<br /><br /><img alt="Health Canada Approved" src="images/standards/standard_health_canada_approved_36x36.jpg" title="Health Canada Approved"></div>
												</div>	
											</div>
										</div>
										<!-- LIGHTBOX - CLEARNING AND DISINFECTING - PRODUCT 13 - END -->
			
							</div> <!-- Close div-sanitizers-content -->
			
						</div> <!-- Close div-sanitizers -->
			
						<!-- CANVAS SECTION: ICE MELT -->
						<div id="icemelt">
							<div id="div-ice-melt-header">
								<img alt="Ice Melt Banner Image" src="images/banners/banner_ice_melt_img_txt_col_mod_1920x320.jpg" style="width:100%; margin:0; padding:0">			
							</div>
							<div id="div-ice-melt-content">
					
								<!-- DESKTOP VERSION -->
								<div id="div-ice-melt-content-products">				
								
												<div id="div-ice-melt-content-products-group-1">
					
											<div id="div-ice-melt-content-product-18" class="div-ice-melt-content-product" onclick="openProductDetail('div-ice-melt-content-product-1-modal','div-ice-melt-content-product-1-lightbox')">
												<img alt="" src="images/products/icemelt/product_ice_melt_10L_4L_180x200.png">
												<div class="div-ice-melt-content-product-label-1">
													Liquid Ice Melt Maxxx
												</div>
												<div class="div-ice-melt-content-product-label-2">
													
												</div>
											</div>

										</div> <!-- Close the Product Group -->

								</div> <!-- Close div-ice-melt-content-products -->
					
								<!-- MOBILE VERSION -->
					
								<div id="div-ice-melt-content-products-mobile">			
								
												<div id="div-ice-melt-content-products-mobile-group-1">
					
													<div id="div-ice-melt-content-product-mobile-18" class="div-ice-melt-content-products-mobile" onclick="openProductDetailMobile('div-product-detail-mobile','information','5','18','2','Product Detail')">
														<img alt="" src="images/products/icemelt/product_ice_melt_10L_4L_180x200.png">
														<div class="div-ice-melt-content-product-mobile-label-1">
															Liquid Ice Melt Maxxx
														</div>
														<div class="div-ice-melt-content-product-mobile-label-2">
															
														</div>
													</div>

										</div> <!-- Close the Product Group -->

								</div> <!-- Close div-ice-melt-content-products-mobile -->
						
								<!-- DESKTOP VERSION -->
								<div id="div-ice-melt-content-product-text">
									<p>
										Best Environmental Technologies offers <a class="a-product-link" href="javascript:void(0)" onclick="openProductDetail('div-ice-melt-content-product-1-modal','div-ice-melt-content-product-1-lightbox')">Liquid Ice Melt Maxxx</a>, 
										for ice prevention and anti-icing.  Liquid Ice Melt Maxxx is a calcium chloride	solution which includes an inhibitor in the formulation.  This 
										inhibitor significantly reduces corrosion common to rock salt.  Liquid Ice Melt Maxxx is 90 times less corrosive and 25 times more effective 
										than rock salt.  It is safe to use on concrete, pavement and metal surfaces; safe for vegetation, children and pets.
									</p>
									<p>
										Liquid Ice Melt Maxx works fantastic in winter because of its low freezing point.  Our product is concentrated to make sure it has the power to get the job 
										done!  Whether using proactively, applying 48 hours prior to snow fall or reactively, applying to ice once the snow has been removed, Liquid Ice Melt Maxxx 
										ensures you have a safer, less icy surface.     
									</p>
									<p>
										Liquid Ice Melt Maxx is available in 10 and 4 litre sizes.
										<br />
									</p>
									<div id="div-ice-melt-content-product-text-where-to-buy">
										<img alt="" src="images/icons/documents/icon_location_marker_24x24.png" style="margin-right:5px;"><a class="a-light-link-green" href="javascript:void(0)" onclick="openAJAXLightbox('div-ice-melt-content-product-where-to-buy-modal','div-ice-melt-content-product-where-to-buy-lightbox','loadWhereToBuyLocations','950px','null','5^null')">Where to buy?</a>
									</div>
									<div id="div-ice-melt-content-product-text-application-instructions">
										<img alt="" src="images/icons/documents/icon_html_document_24x24.png" style="margin-right:5px;"><a class="a-light-link-green" href="javascript:void(0)" onclick="openProductDetail('div-ice-melt-content-product-application-instructions-modal','div-ice-melt-content-product-application-instructions-lightbox')">Application Instructions</a>
									</div>
									<div id="div-ice-melt-content-product-text-product-sheet">
										<img alt="" src="images/icons/documents/icon_pdf_document_24x24.png" style="margin-right:5px;"><a class="a-light-link-green" href="documents/liquid_ice_melt_maxxx_product_sheet_optimized.pdf" download="Liquid-Ice-Melt-Maxxx-Product-Sheet.pdf">Product Sheet</a>
									</div>
									<div id="div-ice-melt-content-product-text-information-sheet">
										<img alt="" src="images/icons/documents/icon_pdf_document_24x24.png" style="margin-right:5px;"><a class="a-light-link-green" href="documents/liquid_ice_melt_maxxx_information_sheet_optimized.pdf" download="Liquid-Ice-Melt-Maxxx-Information-Sheet.pdf">Information Sheet</a>
									</div>				
								</div>
					
								<!-- MOBILE VERSION -->
								<div id="div-ice-melt-content-product-text-mobile">
									<p>
										Best Environmental Technologies offers <a class="a-product-link" href="javascript:void(0)" onclick="openProductDetailMobile('div-product-detail-mobile','information','5','18','2','Product Detail')">Liquid Ice Melt Maxxx</a>, 
										for ice prevention and anti-icing.  Liquid Ice Melt Maxxx is a calcium chloride	solution which includes an inhibitor in the formulation.  This 
										inhibitor significantly reduces corrossion common to rock salt.  Liquid Ice Melt Maxxx is 90 times less corrosive and 25 times more effective 
										than rock salt.  It is safe to use on concrete, pavement and metal sufaces; safe for vegitation, children and pets.
									</p>
									<p>
										Liquid Ice Melt Maxx works fantastic in winter because of its low freesing point.  Our product is concentrated to make sure it has the power to get the job 
										done!  Whether using proactively, applying 48 hours prior to snow fall or reactively, applying to ice once the snow has been removed, Liquid Ice Melt Maxxx 
										ensures you have a safer, less icy surface.     
									</p>
									<p>
										Liquid Ice Melt Maxx is available in 10 and 4 litre sizes.
									</p>
									<div id="div-ice-melt-content-product-text-where-to-buy-mobile">
										<img alt="" src="images/icons/documents/icon_location_marker_24x24.png" style="margin-right:5px;"><a class="a-light-link" href="javascript:void(0)" onclick="openProductDetailMobile('div-product-detail-mobile','wheretobuy','5','null','null')">Where to buy?</a>
									</div>
									<div id="div-ice-melt-content-product-text-application-instructions-mobile">
										<a class="a-light-link" href="javascript:void(0)" onclick="openProductDetailMobile('div-ice-melt-content-product-1-application-instructions-mobile','div-ice-melt-content-product-1-application-instructions-mobile')">Application Instructions</a>
									</div>
								</div>
					
								<!-- LIGHTBOX - ICE MELT - INFORMATION - START -->
								<div id="div-ice-melt-content-product-1-modal" class="lb-overlay">
									<div id="div-ice-melt-content-product-1-lightbox" class="div-product-lightbox">
								
										<!-- HEADER SECTION -->
										<div id="div-ice-melt-content-product-1-lightbox-add-header" class="div-product-lightbox-header">
											<div id="div-ice-melt-content-product-1-lightbox-add-header-title" class="div-product-lightbox-header-title">
												Liquid Ice Melt Maxxx
											</div>
											<div id="div-ice-melt-content-product-1-lightbox-add-header-close" class="div-product-lightbox-header-close">
												<a href="javascript:void(0)" onclick="closeProductDetail('div-ice-melt-content-product-1-modal','div-ice-melt-content-product-1-lightbox')"><img alt="" src="images/lightbox/close_small.png"></a>
											</div>
										</div>
								
										<!-- CONTENT SECTION -->
										<div id="div-ice-melt-content-product-1-lightbox-content" class="div-product-lightbox-content">
											<span class="title">Liquid Ice Melt Maxxx</span> 
											<hr />
											<img alt="" src="images/products/icemelt/product_ice_melt_10L_4L_180x200.png" class="img-product-lightbox-content-image">
											<div class="div-product-lightbox-content-description">
												<p>
													Best Liquid Ice Melt Maxxx is a non-toxic liquid, made from the highest quality Calcium Chloride.  It melts snow and ice faster than any 
													granular product.  Eliminates tracking salt and sand inside and does not leave white stains caused by traditional salting methods. This 
													product protects against re-freezing and black ice.
												</p>
												<p>
													The fast-acting liquid product starts working immediately, and melts snow and ice in as little as 30 seconds. It is more than 25 times 
													more effective than salt. It penetrates ice and snow on contact for pre and post treatments on concrete, sidewalks, driveways, wheelchair 
													ramps and other outdoor surfaces. Quickly creating safer surfaces by protecting against slips, freezing, refreezing and black ice. No more 
													salt and sand, no more mess.  Best Liquid Ice Melt Maxxx is a much safer alternative for children, pets, vehicles and concrete surfaces.
												</p>
											</div>
											<div class="div-product-lightbox-content-package-options">PACKAGE OPTIONS<br />
												<ul>
													<li>4 Litre</li>
													<li>10 Litre</li>
												</ul>
											</div>
										</div>	
									</div>
								</div>
								<!-- LIGHTBOX - ICE MELT - INFORMATION - END -->
					
					
								<!-- LIGHTBOX - ICE MELT - WHERE TO BUY - START -->
								<div id="div-ice-melt-content-product-where-to-buy-modal" class="lb-overlay">
									<div id="div-ice-melt-content-product-where-to-buy-lightbox" class="div-product-lightbox">
								
								
									</div>
								</div>
								<!-- LIGHTBOX - ICE MELT - WHERE TO BUY - END -->
					
								<!-- LIGHTBOX - ICE MELT - APPLICATION INSTRUCTIONS - START -->
								<div id="div-ice-melt-content-product-application-instructions-modal" class="lb-overlay">
									<div id="div-ice-melt-content-product-application-instructions-lightbox" class="div-product-lightbox">
								
										<!-- HEADER SECTION -->
										<div id="div-ice-melt-content-product-application-instructions-lightbox-add-header" class="div-product-lightbox-header">
											<div id="div-ice-melt-content-product-application-instructions-lightbox-add-header-title" class="div-product-lightbox-header-title">
												Liquid Ice Melt Maxxx - Application Instructions
											</div>
											<div id="div-ice-melt-content-product-application-instructions-lightbox-add-header-close" class="div-product-lightbox-header-close">
												<a href="javascript:void(0)" onclick="closeProductDetail('div-ice-melt-content-product-application-instructions-modal','div-ice-melt-content-product-application-instructions-lightbox')"><img alt="" src="images/lightbox/close_small.png"></a>
											</div>
										</div>
								
										<!-- CONTENT SECTION -->
										<div id="div-ice-melt-content-product-application-instructions-lightbox-content" class="div-product-lightbox-content">
											<img alt="" src="images/products/icemelt/product_liquid_ice_melt_application_01_900x200.jpg" style="width:860px; height:190px;">
											<p>
												<span class="title">How it Works</span><br />
												By breaking the hydrogen bridges that are formed when water freezes and breaking down ice molecules.  It lowers the freezing point of water
												to a temperature of -52&deg;C (-63&deg;F), quickly removing thin layers of ice, preventing the accumulation of new snow and ice.  This makes
												Liquid Ice Melt Maxx an excellent product to use to prevent refreezing and black ice formation.  It works best when it is cold (below 0&deg;C)
												on dry snow.
											</p>
											<p>
												Do NOT use on ice or a snowpack that is greater than 3.2 mm (1/8") think.  If the snow and ice needing to be melted is thicker than a piece of 
												cardboard, it is recommended that a granular product be used.  Do NOT use on wet snow and do NOT apply during blowing snow / blizzard conditions.
											</p>
											<p>
												Before application, remove as much snow and ice as possible.  Best Liquid Ice Melt Maxxx can be used to pre-treat but since it is designed to break
												through the ice lattice, its performance as a pre-treat de-icer will compare with but not exceed other pre-treatment alternatives.  The best 
												application method is to shovel snow, spray, shovel snow again, and spray again.
											</p>
											<p>
												<span class="title">Post-Treatment</span><br />
												Apply at a minimum rate of 3 Litres per 93 square metres (3/4 US gallons per 1000 square feet).  If temperatures are below -17&deg;C (0&deg;F),
												increase to a rate of 4 Litres per 93 square metres (1 US gallon per 1000 square feet) and allow 1-2 minutes to work.  Spot treat any areas 
												that were not melted or mechanically removed.  It provides a lower cost per application compared to granular products.  Granular salts have
												limitations, as some cannot prevent refreezing, resulting in multiple re-applications over and over.  
											</p>
											<p>
												<span class="title">Pre-Treatment</span><br />
												Best Liquid Ice Melt Maxxx is recommended to use as a post-treatment, however pre-treatment is only recommended if temperatures are below 
												-17&deg;C (0&deg;F).  It may be applied up to 6 hours before frozen precipitation begins falling.  Treat surface area completely to assist in
												preventing adhesion and accumulation of snow and ice.  Apply at a minimum rate of 3 Litres per 93 square metres (3/4 US gallons per 1000 square feet).
											</p>
										</div>	
									</div>
								</div>
								<!-- LIGHTBOX - ICE MELT - APPLICATION INSTRUCTIONS - END -->
					
							</div>
						</div>
			
		</div> <!-- Close div-canvas -->
		

		<!-- CANVAS SECTION: CONTACT -->
		<!-- Canvas: Contact -->
		<div id="contact" onclick="hideMobileDropMenu()">
			<div id="div-contact-canvas-inner">
				<div id="div-contact-canvas-inner-left">
					<div id="div-contact-canvas-inner-left-email">

						<div id="div-contact-canvas-inner-left-email-header">
							<span id="span-contact-canvas-inner-left-email-header">Email</span>
						</div>
						<div id="div-contact-canvas-inner-left-email-instruction">
							Please complete the form to send an email message. If you would like to schedule an appointment please provide details in the message. 
							* Indicates required.
						</div>
						<div id="div-contact-canvas-inner-left-email-name">
							<input id="text-name" class="text-contact" type="text" placeholder="Your Name" onclick="resetForm()" /> *
						</div>
						<div id="div-contact-canvas-inner-left-email-address">
							<input id="text-email" class="text-contact" type="text" placeholder="Your Email Address" onclick="resetForm()" /> *
						</div>
						<div id="div-contact-canvas-inner-left-email-subject">
							<input id="text-subject" class="text-contact" type="text" placeholder="Your Subject" onclick="resetForm()" /> *
						</div>
						<div id="div-contact-canvas-inner-left-email-products">
							<div id="div-contact-canvas-inner-left-email-products-text">
								If you have interest in specific Best products please indicate to aid our response.
							</div>
							<div id="div-contact-canvas-inner-left-email-products-items">

										<div style="display:inline-block; min-width:220px;">
											<input id="checkbox-product-17" class="checkbox-products" type="checkbox" value="17" /> Bloom Micro	
										</div>								

										<div style="display:inline-block; min-width:220px;">
											<input id="checkbox-product-12" class="checkbox-products" type="checkbox" value="12" /> Gel Hand Sanitizer	
										</div>								

										<div style="display:inline-block; min-width:220px;">
											<input id="checkbox-product-16" class="checkbox-products" type="checkbox" value="16" /> Grow Micro	
										</div>								

										<div style="display:inline-block; min-width:220px;">
											<input id="checkbox-product-15" class="checkbox-products" type="checkbox" value="15" /> Lawn Maxxx	
										</div>								

										<div style="display:inline-block; min-width:220px;">
											<input id="checkbox-product-13" class="checkbox-products" type="checkbox" value="13" /> Liquid Hand Sanitizer	
										</div>								

										<div style="display:inline-block; min-width:220px;">
											<input id="checkbox-product-18" class="checkbox-products" type="checkbox" value="18" /> Liquid Ice Melt Maxxx	
										</div>								

										<div style="display:inline-block; min-width:220px;">
											<input id="checkbox-product-22" class="checkbox-products" type="checkbox" value="22" /> O-PHLO 4L Bottle	
										</div>								

										<div style="display:inline-block; min-width:220px;">
											<input id="checkbox-product-20" class="checkbox-products" type="checkbox" value="20" /> O-PHLO 500ml 12 Pack	
										</div>								

										<div style="display:inline-block; min-width:220px;">
											<input id="checkbox-product-21" class="checkbox-products" type="checkbox" value="21" /> O-PHLO 500ml 24 Pack	
										</div>								

										<div style="display:inline-block; min-width:220px;">
											<input id="checkbox-product-14" class="checkbox-products" type="checkbox" value="14" /> Root Activator	
										</div>								
						
							</div>
						</div>
						<div id="div-contact-canvas-inner-left-email-message">
							<textarea id="text-message" class="text-contact" placeholder="Your Message" onclick="resetForm()"></textarea> *
						</div>
						<div id="div-contact-canvas-inner-left-email-captcha-answer" style="margin: 10px 0px 0px 0px;">
							<h3>Captcha SPAM Protection</h3>
							<img alt="Captcha" src="captcha/captcha.asp?code=XOVAOP6" id="imgCaptcha" />
							<div>
								<a href="javascript:void(0)" class="a-light-link-green-small" onclick="requestCAPTCHAChallenge('','text-captcha-answer')">Request a new challenge</a>
							</div>
						</div>
						<div id="div-contact-canvas-inner-left-email-captcha-response" style="margin: 10px 0px 0px 0px;">
							<div id="div-contact-canvas-inner-left-email-captcha-response-inner" style="margin: 0px 0px 10px 0px; font-family:Verdana, Geneva, Tahoma, sans-serif; font-size:0.9em;">
								Please type the characters you see in the image above.
							</div>
							<input id="text-captcha-response" name="txtCaptchaResponse" class="text-contact" size="22" type="text" onclick="resetForm()" />
							<input id="text-captcha-answer" name="txtCaptchaAnswer" type="hidden" value="XOVAOP6" />*<br />
						</div>
						<div id="div-contact-canvas-inner-left-email-send" style="margin: 10px 0px 20px 0px; font-family:Verdana, Geneva, Tahoma, sans-serif; font-size:0.9em;">
							<a href="javascript:void(0)" class="a-light-link-green" onclick="sendEmail()">Send Message &raquo;</a>	
						</div>
					</div>
				</div>
				<div id="div-contact-canvas-inner-right">
					<div id="div-contact-canvas-inner-right-call">
						<div id="div-contact-canvas-inner-right-call-header">
							<span id="span-contact-canvas-inner-right-call-header">Call</span>
						</div>
						<div id="div-contact-canvas-inner-right-call-content">
							<div id="div-contact-canvas-inner-right-call-content-toll-free">
								<div id="div-contact-canvas-inner-right-call-content-toll-free-number">
									<a id="a-contact-canvas-inner-right-call-content-toll-free-number" href="tel:+18883924021">1-888-392-4021</a>
								</div>
								<div id="div-contact-canvas-inner-right-call-content-toll-free-text">
									Toll Free
								</div>
							</div>
							<div id="div-contact-canvas-inner-right-call-content-local">
								<div id="div-contact-canvas-inner-right-call-content-local-number">
									<a id="a-contact-canvas-inner-right-call-content-local-number" href="tel:+17804699066">1-780-469-9066</a>
								</div>
								<div id="div-contact-canvas-inner-right-call-content-local-text">
									Local (Edmonton, AB)
								</div>
							</div>
							<div  id="div-contact-canvas-inner-right-call-content-hours">
								Open Monday - Friday 8:00 am to 4:00 pm<br />
								Closed Weekends &amp; Statutory Holidays
							</div>
							<div id="div-contact-canvas-inner-right-call-content-logo">
								Best <img id="img-contact-canvas-inner-right-call-content-logo" alt="" src="images/logos/logo_best_leaf_green_20x43.png"> Farming
							</div>
						</div>
					</div>
					<div id="div-contact-canvas-inner-right-visit">
						<div id="div-contact-canvas-inner-right-visit-header">
							<span id="span-contact-canvas-inner-right-visit-header">Visit</span>
						</div>
						<div id="div-contact-canvas-inner-right-visit-content">
							<div id="div-contact-canvas-inner-right-visit-content-map"></div>
							<div id="div-contact-canvas-inner-right-visit-content-enlarge-print">
								<table>
									<tbody>
										<tr>
											<td>
												<img alt="" src="../images/buttons/map/button_enlarge_grey_16x1632.png">
											</td>
											<td>
												<a href="javascript:void(0)" class="a-contact-canvas" onclick="openMap('Best Canadian Head Office',810,530)">Enlarge / Print</a>
											</td>
										</tr>
									</tbody>
								</table>   						
   							</div>
   							<div id="div-contact-canvas-inner-right-visit-content-directions">
   								<table>
   									<tbody>
   										<tr>
   											<td colspan="2">Enter an address to obtain directions.</td>
   										</tr>
   										<tr>
   											<td>
   												<input id="text-directions" class="text-contact" type="text" placeholder="5810 62 St, Taber, AB" />
   											</td>
   											<td>
   												<img id="img-get-directions-button" alt="" src="../images/buttons/map/button_directions_18x18.png" onclick="getDirections('Best Canadian Head Office Directions',820,530)">
   											</td>
   										</tr>
   									</tbody>
   								</table>
   							</div>
						</div>
					</div>
				</div>
			</div>
		</div>
		
		
		<!-- MOBILE LIGHTBOX SUBSTITUTES -->
		
		<!-- WHERE TO BUY (ALL PRODUCTS) -->
		
		<div id="div-where-to-buy-mobile" class="div-product-lightbox-substitute">
		
		</div>
		
		<!-- PRODUCT LINE DETAIL (ALL PRODUCTS) -->
		
		<div id="div-product-line-detail-mobile" class="div-product-lightbox-substitute">
		
		</div>

		
		<!-- PRODUCT DETAIL (ALL PRODUCTS) -->
		
		<div id="div-product-detail-mobile" class="div-product-lightbox-substitute">
		
		</div>


				
		<!-- ICE MELT -->
		
		<!-- ICE MELT - PRODUCT 1 -->
						
		<div id="div-ice-melt-content-product-1-mobile" class="div-product-lightbox-substitute div-product-lightbox-content">
								
			<!-- HEADER SECTION -->
			<!--
			<div id="div-ice-melt-content-product-1-mobile-header" class="div-product-mobile-header">
				<div id="div-ice-melt-content-product-1-mobile-header-title" class="div-product-mobile-header-title">
					Liquid Ice Melt Maxxx
				</div>
				<div id="div-ice-melt-content-product-1-mobile-header-close" class="div-product-mobile-header-close">
					<a href="javascript:void(0)" onclick="closeProductDetail('div-ice-melt-content-product-1-modal','div-ice-melt-content-product-1-lightbox')"><img alt="" src="images/lightbox/close_small.png"></a>
				</div>
			</div>
			-->
						
			<!-- CONTENT SECTION -->
			<div id="div-ice-melt-content-product-1-mobile-content">
				<div id="div-ice-melt-content-product-1-mobile-image">
					<img alt="" src="images/products/icemelt/product_ice_melt_10L_4L_180x200.png">
				</div>
				<div id="div-ice-melt-content-product-1-mobile-text">
					<p>
						Best Liquid Ice Melt Maxxx is a non-toxic liquid, made from the highest quality Calcium Chloride.  It melts snow and ice faster than any 
						granular product.  Eliminates tracking salt and sand inside and does not leave white stains caused by traditional salting methods. This 
						product protects against re-freezing and black ice.
					</p>
					<p>
						The fast-acting liquid product starts working immediately, and melts snow and ice in as little as 30 seconds. It is more than 25 times 
						more effective than salt. It penetrates ice and snow on contact for pre and post treatments on concrete, sidewalks, driveways, wheelchair 
						ramps and other outdoor surfaces. Quickly creating safer surfaces by protecting against slips, freezing, refreezing and black ice. No more 
						salt and sand, no more mess.  Best Liquid Ice Melt Maxxx is a much safer alternative for children, pets, vehicles and concrete surfaces.
					</p>
				</div>
				<div id="div-ice-melt-content-product-1-mobile-link">
					<img alt="" src="images/buttons/navigation/button_back_18x18.png">
					<a class="a-light-link" href="javascript:void(0)" onclick="navigateToMobileAnchor('div-canvas','div-ice-melt')">Back</a>
				</div>
			</div>				
		</div>
		
		<!-- ICE MELT - PRODUCT 1 - WHERE TO BUY -->
		
		<div id="div-ice-melt-content-product-1-where-to-buy-mobile" class="div-product-lightbox-substitute div-product-lightbox-content">
		
		</div>
		
		<!-- ICE MELT - PRODUCT 1 - APPLICATION INSTRUCTIONS -->
		
		<div id="div-ice-melt-content-product-1-application-instructions-mobile" class="div-product-lightbox-substitute div-product-lightbox-content">
			<p>
				<span class="title">How it Works</span><br />
				By breaking the hydrogen bridges that are formed when water freezes and breaking down ice molecules.  It lowers the freezing point of water
				to a temperature of -52&deg;C (-63&deg;F), quickly removing thin layers of ice and preventing new snow an ice from accummulating.  This makes
				Liquid Ice Melt Maxx an excellent product to use to prevent refresszing and black ice formation.  It works best when it is cold (below 0&deg;C)
				on dry snow.
			</p>
			<p>
				Do NOT use on ice or a snowpack that is greater than 3.2 mm (1/8") think.  If the snow and ice needing to be melted is thicker than a piece of 
				cardboard, it is recommended that a granular product be used.  Do NOT use in wet snow and in blowing snow / blizzard condistions.
			</p>
			<p>
				Before application, remove as much snow and ice as possible.  Best Liquid Ice Melt Maxxx can be used to pre-treat but since it is designed to break
				through the ice lattice, its performance as a pre-treat de-icer will compare with but not exceed other pre-treatment alternatives.  The best 
				application method is to shovel snow, spray, shovel snow again, and spray again.
			</p>
			<p>
				<span class="title">Post-Treatment</span><br />
				Apply at a minimum rate of 3 Litres per 93 square metres (3/4 US gallons per 1000 square feet).  If temperatures are below -17&deg;C (0&deg;F),
				increase to a rate of 4 Litres per 93 square metres (1 US gallon per 1000 square feet) and allow 1-2 minutes to work.  Spot treat any areas 
				that were not melted or mechanically removed.  It provides a lower cost per application compared to granular products.  Granular salts have
				limitations, as some cannot prevent refreezing, resulting in multiple re-applicaitons over and over.  
			</p>
			<p>
				<span class="title">Pre-Treatment</span><br />
				Best Liquid Ice Melt Maxxx is recommended to use as a post-treatment, however pre-treatment is only recommended if temperatures are below 
				-17&deg;C (0&deg;F).  It may be applied up to 6 hours before frozen precipitation begins falling.  Treat surface area completely to assist in
				preventing adhesion and accumulation of snow and ice.  Apply at a minimum rate of 3 Litres per 93 square metres (3/4 US gallons per 1000 square feet).
			</p>
			<div id="div-ice-melt-content-product-1-application-instructions-mobile-link">
				<img alt="" src="images/buttons/navigation/button_back_18x18.png">
				<a class="a-light-link" href="javascript:void(0)" onclick="navigateToMobileAnchor('div-canvas','div-ice-melt')">Back</a>
			</div>

		</div>
		
		<!-- CLEANING AND DISINFECTING -->
		
		<!-- Personal Use Products -->

				<!-- CLEANING AND DISINFECTING - PRODUCT 12 -->
				<div id="div-sanitizers-content-product-12-mobile" class="div-product-lightbox-substitute div-product-lightbox-content">
					<span class="title">Best Gel Hand Sanitizer</span> <hr /><img class="div-product-lightbox-content-image" alt="Best Gel Hand Sanitizer" src="images/products/cleaninganddisinfecting/product_gel_hand_sanitizer_180x200.png" title="Best Gel Hand Sanitizer"> <div class="div-product-lightbox-content-description"><p>NATURAL PRODUCT NUMBER (NPN) REGISTERED with Health Canada. Best Gel Hand Sanitizer is a 70% isopropyl alcohol solution that follows the World Health Organization (WHO) standard for alcohol hand sanitizer. The product contains essential oils to help prevent the drying of hands due to repeated use. The solution consistency allows for total coverage, including cuticles as well as around and under jewelry. The Best Gel Hand Sanitizer will kill up to 99.9% of harmful germs and bacteria. Suitable for personal hygiene to help prevent the spread of bacteria. </p></div><div class="div-product-lightbox-content-package-options">PACKAGE OPTIONS<br /><ul><li>60 ml</li><li>250 ml</li><li>296 ml</li><li>300 ml</li><li>1 Litre</li></ul></div><div class="div-product-lightbox-content-standards">STANDARDS<br /><br /><img alt="Health Canada Approved" src="images/standards/standard_health_canada_approved_36x36.jpg" title="Health Canada Approved"></div>
					<div id="div-sanitizers-content-product-12-mobile-link">
						<img alt="" src="images/buttons/navigation/button_back_18x18.png">
						<a class="a-light-link" href="javascript:void(0)" onclick="navigateToMobileAnchor('div-canvas','div-sanitizers-products-personal-use-mobile-12')">Back</a>
					</div>
				</div>			

				<!-- CLEANING AND DISINFECTING - PRODUCT 13 -->
				<div id="div-sanitizers-content-product-13-mobile" class="div-product-lightbox-substitute div-product-lightbox-content">
					<span class="title">Best Liquid Hand Sanitizer</span> <hr /><img class="div-product-lightbox-content-image" alt="Best Liquid Hand Sanitizer" src="images/products/cleaninganddisinfecting/product_liquid_hand_sanitizer_180x200.png" title="Best Liquid Hand Sanitizer"> <div class="div-product-lightbox-content-description"><p>NATURAL PRODUCT NUMBER (NPN) REGISTERED with Health Canada. Best Liquid Hand Sanitizer is a 70% isopropyl alcohol solution that follows the World Health Organization (WHO) standard for alcohol hand sanitizer. The product contains essential oils to help prevent the drying of hands due to repeated use. The solution consistency allows for total coverage, including cuticles as well as around and under jewelry. The Best Liquid Hand Sanitizer will kill up to 99.9% of harmful germs and bacteria. Suitable for personal hygiene to help prevent the spread of bacteria. </p></div><div class="div-product-lightbox-content-package-options">PACKAGE OPTIONS<br /><ul><li>60 ml</li><li>250 ml</li><li>296 ml</li><li>300 ml</li><li>1 Litre</li></ul></div><div class="div-product-lightbox-content-standards">STANDARDS<br /><br /><img alt="Health Canada Approved" src="images/standards/standard_health_canada_approved_36x36.jpg" title="Health Canada Approved"></div>
					<div id="div-sanitizers-content-product-13-mobile-link">
						<img alt="" src="images/buttons/navigation/button_back_18x18.png">
						<a class="a-light-link" href="javascript:void(0)" onclick="navigateToMobileAnchor('div-canvas','div-sanitizers-products-personal-use-mobile-13')">Back</a>
					</div>
				</div>			

		<!-- LAWN AND GARDEN -->

				<!-- LAWN AND GARDEN - PRODUCT 15 -->
				<div id="div-lawn-and-garden-content-product-15-mobile" class="div-product-lightbox-substitute div-product-lightbox-content">
					<span class="title">Lawn Maxxx Liquid Fertilizer</span> <hr /><img alt="Lawn Maxxx Liquid Fertilizer" src="images/products/lawnandgarden/lawnmaxxxx_demo_880x146.png" style="width:800px; height: 132px"> <div class="div-product-lightbox-content-description"><p>Lawn Maxxx is a liquid fertilizer developed to repair damaged grass caused by pets. Lawn Maxxx not only promotes regrowth in damaged areas, however also delivers micronutrients to the soil resulting in a lucious green lawn. Our product is safe for use on lawns where children and/or animals play. By treating the soil Lawn Maxxx increases organic matter and nutrients within. This enables greater water absorption, reduced erosion and runoff and creates a more mellow soil that does not become compacted or hard, is drought and frost resistant. </p><p>Unhealthy and compacted soil produces weak grass that is susceptible to disease and pests. Fulvic acid contains some of the best natural biostimulants, which are additives that improve the uptake of nutrients in both hydroponics and soil. Fulvic acid is an intermediate chelator – chela means “claw” so these chelates are organic molecules that attach to mineral ions like a claw. They hold just tight enough to avoide becoming locked up in the soil, however loose enough so that they are available to the grass on demand. </p><p>In soil, fulvic acid helps with the uptake of iron. Iron is one	of the limiting factors in soils since it is easily oxidized and turns to rust. Once oxidize, iron becomes unavailable to plants. Fulvic acid counters this by keeping iron soluble. It also stimulates cell membranes to take up iron more efficiently. Iron is an important catalyst for the production of chlorophyll. The more iron absorbed, the more green pigment can be produced, used to harvest light energy to produce sugars. Some of these sugars are used for energy to grow and reproduce, some are leached from the roots to feed microbes that promote plant growth in the root zone. The NPK (nitrogen, phosphorus, potassium) for Lawn Maxxx is 6-4-2, which promotes thick, healthy grass without overstimulation reducing the number of times lawn maintenance (mowing) is required. </p></div><div class="div-product-lightbox-content-package-options">PACKAGE OPTIONS<br /><ul><li>4.55 Litres (1 IMP Gallon)</li></ul></div>
					<div id="div-lawn-and-garden-content-product-15-mobile-link">
						<img alt="" src="images/buttons/navigation/button_back_18x18.png">
						<a class="a-light-link" href="javascript:void(0)" onclick="navigateToMobileAnchor('div-canvas','div-lawn-and-garden-products-mobile-15')">Back</a>
					</div>
				</div>				

				<!-- LAWN AND GARDEN - PRODUCT 14 -->
				<div id="div-lawn-and-garden-content-product-14-mobile" class="div-product-lightbox-substitute div-product-lightbox-content">
					<span class="title">Root Activator</span> <hr /><img class="div-product-lightbox-content-image" alt="Root Activator" src="images/products/lawnandgarden/product_root_activator_300x350.png"> <div class="div-product-lightbox-content-description"><p>Works well in all growing mediums (garden vegetables, flower beds, lawns). Best Envirotech Root Activator uses a high phosphorus base that helps crack the seed once planted and treated. The phosphorus acts as a readily available source of nutrition for young seedlings which boosts growth during the infancy stage, producing healthier and more vibrant plants. </p><p>DIRECTIONS<br /><ul><li>Add 125 mil (4.2 fl oz) of Root Activator to 4.6 Litres (1 IMP Gallon) of water; <li>Apply directly to seed row.</li><li>Will treat up to 47 m<sup>2</sup> (500 square feet), with 6 inch row spacing</li></ul></p></div><div class="div-product-lightbox-content-package-options">PACKAGE OPTIONS<br /><ul><li>4.55 Litres (1 IMP Gallon)</li></ul><br /><br /></div>
					<div id="div-lawn-and-garden-content-product-14-mobile-link">
						<img alt="" src="images/buttons/navigation/button_back_18x18.png">
						<a class="a-light-link" href="javascript:void(0)" onclick="navigateToMobileAnchor('div-canvas','div-lawn-and-garden-products-mobile-14')">Back</a>
					</div>
				</div>				

				<!-- LAWN AND GARDEN - PRODUCT 16 -->
				<div id="div-lawn-and-garden-content-product-16-mobile" class="div-product-lightbox-substitute div-product-lightbox-content">
					<span class="title">Best Environmental Grow/Micro Foliar Fertilizer</span> <hr /><img class="div-product-lightbox-content-image" alt="Root Activator" src="images/products/lawnandgarden/product_grow_micro_300x350.png"> <div class="div-product-lightbox-content-description"><p>Works well in all growing mediums. Best Environmental Grow/Micro Foliar Fertilizer uses only the highest quality materials to provide both Macro and Micronutrients. Our Grow formula has been designed to give plants the boost they need during the growth cycle, helping them reach full maturity. </p><p>DIRECTIONS<br /><ul><li>Seedlings or 4 Leaf Stage - use 50 ml (1.7 fl oz) per 4.6 Litres (1 IMP Gallon) of water; treats up to 47 m<sup>2</sup> (500 square feet).</li><li>General Purpose Fertilizing - use 150 ml (5.1 fl oz) per 4.6 Litres (1 IMP Gallon) of water; treats up to 47 m<sup>2</sup> (500 square feet).</li><li>Aggressive Vegetable Growth Folia Feeding - use 250 ml (8.5 fl oz) in 4.6 Litres (1 IMP Gallon) of water; treats up to 47 m<sup>2</sup> (500 square feet).</li><li>Transition from Best Environmental Grow/Micro Foliar Fertilizer to Best Environmental Bloom/Micro Foliar Fertilizer once plan starts to flower or fruit.</li></ul></p></div><div class="div-product-lightbox-content-package-options">PACKAGE OPTIONS<br /><ul><li>4.55 Litres (1 IMP Gallon)</li></ul><br /><br /></div>
					<div id="div-lawn-and-garden-content-product-16-mobile-link">
						<img alt="" src="images/buttons/navigation/button_back_18x18.png">
						<a class="a-light-link" href="javascript:void(0)" onclick="navigateToMobileAnchor('div-canvas','div-lawn-and-garden-products-mobile-16')">Back</a>
					</div>
				</div>				

				<!-- LAWN AND GARDEN - PRODUCT 17 -->
				<div id="div-lawn-and-garden-content-product-17-mobile" class="div-product-lightbox-substitute div-product-lightbox-content">
					<span class="title">Bloom/Micro</span> <hr /><img class="div-product-lightbox-content-image" alt="Root Activator" src="images/products/lawnandgarden/product_bloom_micro_300x350.png"> <div class="div-product-lightbox-content-description"><p>Works well in all growing mediums (garden vegetables, flower beds, lawns). Best Envirotech Bloom Foliar Fertilizers uses only the highest quality materials to provide both Macro and Micro nutrients. Our Bloom formula has been designed to give your plants the boost they need while fruiting/flowering increasing yield, taste/smell as well as the health of your plants. </p><p>DIRECTIONS<br /><ul><li>DO NOT FERTILIZE PLANTS 2 WEEKS PRIOR TO CONSUMPTION.</li><li>General Purpose Fertilizing - use 150 ml (5.1 fl oz) per 4.6 Litres (1 IMP Gallon) of water; treats up to 47 m<sup>2</sup> (500 square feet).</li><li>Aggressive Bloom Foliar Feeding - use 250 ml *8.4 fl oz) per 4.6 Litres (1 IMP Gallon) of water; treats up to 47 m<sup>2</sup> (500 square feet).(</li></ul></p></div><div class="div-product-lightbox-content-package-options">PACKAGE OPTIONS<br /><ul><li>4.55 Litres (1 IMP Gallon)</li></ul></div>
					<div id="div-lawn-and-garden-content-product-17-mobile-link">
						<img alt="" src="images/buttons/navigation/button_back_18x18.png">
						<a class="a-light-link" href="javascript:void(0)" onclick="navigateToMobileAnchor('div-canvas','div-lawn-and-garden-products-mobile-17')">Back</a>
					</div>
				</div>				

			
		<!-- Section: Footer -->
				<div id="div-footer" onclick="hideMobileDropMenu()">
			<div id="div-footer-1">
				<div id="div-footer-1-inner">
					<div id="div-footer-1-inner-site">
						<table style="width:100%;">
							<tbody>
								<tr>
									<td><h2>Site</h2></td>
									<td>&nbsp;</td>
								</tr>
								<tr>
									<td><a id="a-footer-1-inner-menu-item-home" class="a-footer-1-inner-menu-item" href="javascript:void(0)" onclick="navigateToAnchor('div-canvas','banner')">Home</a></td>
									<td><a id="a-footer-1-inner-menu-item-video" class="a-footer-1-inner-menu-item" href="javascript:void(0)" onclick="navigateToAnchor('div-canvas','ophlo')">O-Phlo Water</a></td>
								</tr>
								<tr>
									<td><a id="a-footer-1-inner-menu-item-about" class="a-footer-1-inner-menu-item" href="javascript:void(0)" onclick="navigateToAnchor('div-canvas','about')">About</a></td>
									<td><a id="a-footer-1-inner-menu-item-faq" class="a-footer-1-inner-menu-item" href="javascript:void(0)" onclick="navigateToAnchor('div-canvas','lawnandgarden')">Lawn &amp; Garden</a></td>
								</tr>
								<tr>
									<td><a id="a-footer-1-inner-menu-item-products" class="a-footer-1-inner-menu-item" href="javascript:void(0)" onclick="navigateToAnchor('div-canvas','icemelt')">Ice Melt</a></td>
									<td><a id="a-footer-1-inner-menu-item-contact" class="a-footer-1-inner-menu-item" href="javascript:void(0)" onclick="navigateToAnchor('div-contact','contact')">Contact Us</a></td>
								</tr>
								<tr>
									<td><a id="a-footer-1-inner-menu-item-crop-protocols" class="a-footer-1-inner-menu-item" href="javascript:void(0)" onclick="navigateToAnchor('div-canvas','sanitizers')">Sanitizers</a></td>
									<td><!--<a id="a-footer-1-inner-menu-item-my-account" class="a-footer-1-inner-menu-item" href="javascript:void(0)" onclick="navigateToAnchor('div-canvas','div-accounts')">My Account</a>--></td>
								</tr>
							</tbody>
						</table>
					</div>
					<div id="div-footer-1-inner-purchase">
						<table style="width:100%;">
							<tbody>
								<tr>
									<td><h2>Buy / Purchase</h2></td>
								</tr>
								<tr>
									<td style="height: 23px"><a id="a-footer-1-contact-order-by-email" class="a-footer-1-inner-menu-item" href="javascript:void(0)" onclick="navigateOrderByEmail('div-contact-canvas','0','NA')">Where to buy</a></td>
								</tr>
								<tr>
									<td><a id="a-footer-1-return-policy" class="a-footer-1-inner-menu-item" href="../documents/best_return_policy.pdf" download="best_return_policy.pdf">Return Policy</a></td>
								</tr>
							</tbody>
						</table>
					</div>
					<div id="div-footer-1-inner-connect">
						<table style="width:100%;">
							<tbody>
								<tr>
									<td><h2>Connect</h2></td>
								</tr>
								<tr>
									<td>
										<img id="img-footer-1-inner-connect-email" class="img-footer-1-inner-connect" alt="" src="../images/icons/communication/icon_communication_email_greyscale_30x30.jpg" onmouseover="imageRollOver(this.id)" onmouseout="imageRollOut(this.id)" onclick="navigateToAnchor('contact','contact')"> 
										<a href="https://www.facebook.com/bestfarmingsystems/" target="_blank" rel="noopener noreferrer">
										<img id="img-footer-1-inner-connect-facebook" class="img-footer-1-inner-connect" alt="" src="../images/icons/communication/icon_communication_facebook_greyscale_30x30.jpg" onmouseover="imageRollOver(this.id)" onmouseout="imageRollOut(this.id)"></a>
										<a href="https://www.youtube.com/channel/UCpaS4X622HczzQKrWuIdTSQ" target="_blank" rel="noopener noreferrer">
										<img id="img-footer-1-inner-connect-youtube" class="img-footer-1-inner-connect" alt="" src="../images/icons/communication/icon_social_media_you_tube_grey_30x30.jpg" onmouseover="imageRollOver(this.id)" onmouseout="imageRollOut(this.id)"></a>
									</td>
								</tr>
								<tr>
									<td>&nbsp;</td>
								</tr>
								<tr>
									<td>&nbsp;</td>
								</tr>
							</tbody>
						</table>
					</div>
					<div id="div-footer-1-inner-standards">
						<table style="width:100%;">
							<tbody>
								<tr>
									<td>&nbsp;</td>
								</tr>
								<tr>
									<td style="text-align:center;">
										<a href="https://www.bbb.org/ca/ab/edmonton/profile/ecological-services/best-farming-systems-0117-115254/#sealclick" target="_blank" rel="nofollow"><img id="img-footer-1-inner-standards-bbb" class="img-footer-1-inner-standards" alt="Best Farming Systems BBB Business Review" title="Better Business Bureau" src="../images/standards/bbb/standard-bbb-grey-seal-square-aplus-193x51.png" onmouseover="imageRollOver(this.id)" onmouseout="imageRollOut(this.id)"></a>
										<a href="https://www.thecbrb.ca/directory/agricultural-and-farming-services/best-businesses-in-canada-2021-best-farming-systems" target="_blank" rel="nofollow"><img id="img-footer-1-inner-standards-cbrb" class="img-footer-1-inner-standards" alt="Canadian Business Review Board" title="Canadian Business Review Board" src="../images/standards/cbrb/standard-cbrb-grey-seal-88x51.png" onmouseover="imageRollOver(this.id)" onmouseout="imageRollOut(this.id)">	</a>
									</td>
								</tr>
								<tr>
									<td>&nbsp;</td>
								</tr>
							</tbody>
						</table>
					</div>
				</div>
				<div id="div-footer-1-inner-1230">
					<div id="div-footer-1-inner-1230-1">
						<div id="div-footer-1-inner-1230-1-site">
							<table style="width:100%;">
								<tbody>
									<tr>
										<td class="td-footer-1-inner-1230-1-site"><h2>Site</h2></td>
										<td class="td-footer-1-inner-1230-1-site">&nbsp;</td>
									</tr>
									<tr>
										<td class="td-footer-1-inner-1230-1-site"><a id="a-footer-1-inner-menu-item-home" class="a-footer-1-inner-menu-item" href="javascript:void(0)" onclick="navigateToMobileAnchor('div-canvas','banner')">Home</a></td>
										<td class="td-footer-1-inner-1230-1-site"><a id="a-footer-1-inner-menu-item-video" class="a-footer-1-inner-menu-item" href="javascript:void(0)" onclick="navigateToMobileAnchor('div-canvas','ophlo')">O-Phlo Water</a></td>
									</tr>
									<tr>
										<td class="td-footer-1-inner-1230-1-site"><a id="a-footer-1-inner-menu-item-about" class="a-footer-1-inner-menu-item" href="javascript:void(0)" onclick="navigateToMobileAnchor('div-canvas','about')">About</a></td>
										<td class="td-footer-1-inner-1230-1-site"><a id="a-footer-1-inner-menu-item-faq" class="a-footer-1-inner-menu-item"  href="javascript:void(0)" onclick="navigateToMobileAnchor('div-canvas','lawnandgarden')">Lawn &amp; Garden</a></td>
									</tr>
									<tr>
										<td class="td-footer-1-inner-1230-1-site"><a id="a-footer-1-inner-menu-item-products" class="a-footer-1-inner-menu-item" href="javascript:void(0)" onclick="navigateToMobileAnchor('div-canvas','icemelt')">Ice Melt</a></td>
										<td class="td-footer-1-inner-1230-1-site"><a id="a-footer-1-inner-menu-item-contact" class="a-footer-1-inner-menu-item" href="javascript:void(0)" onclick="navigateToMobileAnchor('div-contact','contact')">Contact Us</a></td>
									</tr>
									<tr>
										<td class="td-footer-1-inner-1230-1-site"><a id="a-footer-1-inner-menu-item-crop-protocols" class="a-footer-1-inner-menu-item" href="javascript:void(0)" onclick="navigateToMobileAnchor('div-canvas','sanitizers')">Sanitizers</a></td>
										<td class="td-footer-1-inner-1230-1-site"><!--<a id="a-footer-1-inner-menu-item-my-account" class="a-footer-1-inner-menu-item" href="javascript:void(0)" onclick="navigateToAnchor('div-accounts-canvas','div-accounts-canvas')">My Account</a>--></td>
									</tr>
									
								</tbody>
							</table>
						</div>
					</div>
					<div id="div-footer-1-inner-1230-2">
						<div id="div-footer-1-inner-1230-2-purchase">
							<table style="width:100%;">
								<tbody>
									<tr>
										<td class="td-footer-1-inner-1230-2-purchase"><h2>Buy / Purchase</h2></td>
									</tr>
									<tr>
										<td class="td-footer-1-inner-1230-2-purchase"><a id="a-footer-1-contact-order-by-email" class="a-footer-1-inner-menu-item" href="javascript:void(0)" onclick="navigateOrderByEmail('div-contact-canvas','0','NA')">Where to Buy</a></td>
									</tr>
									<tr>
										<td class="td-footer-1-inner-1230-2-purchase"><a id="a-footer-1-return-policy" class="a-footer-1-inner-menu-item" href="../documents/best_return_policy.pdf" download="best_return_policy.pdf">Return Policy</a></td>
									</tr>
								</tbody>
							</table>
						</div>
						<div id="div-footer-1-inner-1230-2-connect">
							<table style="width:100%;">
								<tbody>
									<tr>
										<td class="td-footer-1-inner-1230-2-connect"><h2>Connect</h2></td>
									</tr>
									<tr>
										<td class="td-footer-1-inner-1230-2-connect">
											<img id="img-footer-1-inner-1230-connect-email" class="img-footer-1-inner-connect" alt="" src="../images/icons/communication/icon_communication_email_greyscale_30x30.jpg" onmouseover="imageRollOver(this.id)" onmouseout="imageRollOut(this.id)" onclick="navigateToAnchor('contact','contact')"> 
											<a href="https://www.facebook.com/bestfarmingsystems/" target="_blank" rel="noopener noreferrer">
											<img id="img-footer-1-inner-1230-connect-facebook" class="img-footer-1-inner-connect" alt="" src="../images/icons/communication/icon_communication_facebook_greyscale_30x30.jpg" onmouseover="imageRollOver(this.id)" onmouseout="imageRollOut(this.id)"></a>
											<a href="https://www.youtube.com/channel/UCpaS4X622HczzQKrWuIdTSQ" target="_blank" rel="noopener noreferrer">
											<img id="img-footer-1-inner-1230-connect-youtube" class="img-footer-1-inner-connect" alt="" src="../images/icons/communication/icon_social_media_you_tube_grey_30x30.jpg" onmouseover="imageRollOver(this.id)" onmouseout="imageRollOut(this.id)"></a>
										</td>
									</tr>
									<tr>
										<td class="td-footer-1-inner-1230-2-connect">&nbsp;</td>
									</tr>
									<tr>
										<td class="td-footer-1-inner-1230-2-connect">&nbsp;</td>
									</tr>
								</tbody>
							</table>
						</div>
						<div id="div-footer-1-inner-1230-2-standards">
							<table style="width:100%;">
								<tbody>
									<tr>
										<td>&nbsp;</td>
									</tr>
									<tr>
										<td style="text-align:center;">
											<a href="https://www.bbb.org/ca/ab/edmonton/profile/ecological-services/best-farming-systems-0117-115254/#sealclick" target="_blank" rel="nofollow"><img id="img-footer-1-inner-1230-standards-bbb" class="img-footer-1-inner-standards" alt="Best Farming Systems BBB Business Review" title="Better Business Bureau" src="../images/standards/bbb/standard-bbb-grey-seal-square-aplus-193x51.png" onmouseover="imageRollOver(this.id)" onmouseout="imageRollOut(this.id)"></a>
											<a href="https://www.thecbrb.ca/directory/agricultural-and-farming-services/best-businesses-in-canada-2021-best-farming-systems" target="_blank" rel="nofollow"><img id="img-footer-1-inner-1230-standards-cbrb" class="img-footer-1-inner-standards" alt="Canadian Business Review Board" title="Canadian Business Review Board" src="../images/standards/cbrb/standard-cbrb-grey-seal-88x51.png" onmouseover="imageRollOver(this.id)" onmouseout="imageRollOut(this.id)">	</a>
										</td>
									</tr>
									<tr>
										<td>&nbsp;</td>
									</tr>
								</tbody>
							</table>
						</div>
					</div>
				</div>
			</div>
			
			<div id="div-footer-2">
				<div id="div-footer-2-inner">
					<table id="table-footer-2-inner">
						<tbody>
							<tr>
								<td id="td-footer-2-inner-left"><a href="javascript:void(0)" class="a-footer-2-inner-menu-item" onclick="openLightbox('div-privacy-policy-modal','div-privacy-policy-lightbox','400px','400px')">Privacy</a></td>
								<td id="td-footer-2-inner-center">Best <img style="margin-right:3px;" alt="" src="/images/logos/logo_best_envitortech_leaf_9x18.png">Envirotech</td>
								<td id="td-footer-2-inner-right">&copy; 1999 - 2026</td>
							</tr>
						</tbody>
					</table>
				</div>
			</div>
			
			<!-- LIGHTBOX - PRIVACY POLICY - START -->
			<div id="div-privacy-policy-modal" class="lb-overlay">
				<div id="div-privacy-policy-lightbox" class="div-product-lightbox">
				
					<!-- HEADER SECTION -->
					<div id="div-privacy-policy-lightbox-header" class="div-product-lightbox-header">
						<div id="div-privacy-policy-lightbox-header-title" class="div-product-lightbox-header-title">
							Privacy Policy
						</div>
						<div id="div-privacy-policy-lightbox-header-close" class="div-product-lightbox-header-close">
							<a href="javascript:void(0)" onclick="closeProductDetail('div-privacy-policy-modal','div-privacy-policy-lightbox')"><img alt="" src="/images/lightbox/close_small.png"></a>
						</div>
					</div>
								
					<!-- CONTENT SECTION -->
					<div id="div-privacy-policy-lightbox-content" class="div-product-lightbox-content">
						<div style="text-align:center;">
							<h2>Use of Personal Information</h2>
							<div style="font-family:Verdana, Geneva, Tahoma, sans-serif; font-size:0.9em;">
								We respect your right to privacy. Information requested by forms on this web site are not used for any purpose of redistribution or 
								sale.  Contact information collected on this site is used only to facilitate communication between Best Environmental Technologies and its customers 
								- and only with your consent. 
							</div>
							<div style="text-align:center; margin: 10px 0px 10px 0px;">
								<img alt="Bes Logo" src="../images/logos/logo_best_header_100x50.png">
							</div>	
						</div>
					</div>			
							
				</div>
			</div>
			<!-- LIGHTBOX - PRIVACY POLICY - END -->

		</div>
 
	</body>

</html>
