<?php
$PAGE_TITLE = "Chip Flooring Material Calculator";
$HEAD_EXTRA = <<<'HTML'
<meta name="viewport" content="width=device-width, initial-scale=1"/>
<link rel="canonical" href="https://www.epoxy.com/chip_floor_calc.aspx" />
<meta name="Author" content="Norm Lambert"/>
<meta name="description" content="Material Calculator Epoxy Systems' Product #315 Polymeric Multi-Colored Flake Floor Resurfacing System - Choosing the right seamless flooring system colors, and install the system."/>
<meta name="keywords" content="material calculator epoxy chip flooring, epoxy calculator flake flooring, epoxy flake coating calculator, epoxy chemical resistant flake flooring calculator, seamless flooring system calculator, epoxy seamless flooring system, polymer seamless flooring system, epoxy seamless chip flooring system, epoxy quantity calculator seamless flake flooring system, epoxy chip garage flooring, epoxy garage flake flooring, epoxy garage flake coating, epoxy garage chemical resistant flake flooring, seamless garage flooring system, epoxy garage seamless flooring system, polymer garage seamless flooring system, epoxy garage seamless chip flooring system, epoxy garage seamless flake flooring system, industrial epoxy chip flooring, industrial epoxy flake flooring"/>
<meta name="language" content="en" />
<meta name="robots" content="index, follow, archive"/>
<meta name="rating" content="SAFE FOR KIDS" />
<meta name="distribution" content="GLOBAL" />
<meta name="classification" content="Commercial" />	
<meta name="copyright" content="1994 -2013 Epoxy Systems, Inc." />
<meta http-equiv="reply-to" content="info@epoxy.com" />
<meta name="contactname" content="Norm Lambert" />
<meta name="contactorganization" content="Epoxy Systems, Inc."/>
<meta name="contactstreetaddress1" content="20774 West Pennsylvania Ave."/>
<meta name="contactcity" content="Dunnellon"/>
<meta name="contactstate" content="Florida"/>
<meta name="contactzipcode" content="34431"/>
<meta name="contactphonenumber" content="352-489-1666"/>
<meta name="contactfaxnumber" content="352-489-1625"/>
HTML;

include $_SERVER['DOCUMENT_ROOT'].'/includes/header.php';
?>
<div style="border: thick; border:gray;" class="auto-style1">
<hr />
        <h1 style="font-size:large; margin:0; padding:0;">
            Material Calculator for
            Epoxy.com Seamless Chip Flooring</h1>
            <h2 style="font-size:small; margin:0; padding:0;">Durable, Economical and Attractive Seamless Flooring System</h2>
            <h3 style="font-size:x-small; margin:0; padding:0; text-align:center;">Typically Uses All 100% Solids Material Making it a Zero (0) 
			VOC Material<br />
			No VOCs Means it Meets the Toughest Low VOC Requirements</h3>

        <hr />

	<p class="leftAlign">Square feet to be covered in&nbsp; Chip Flooring:&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
        <asp:TextBox ID="sqFootage" 
            runat="server"></asp:TextBox>
        &nbsp;
        <asp:RangeValidator ID="RangeValidator1" runat="server" 
            ErrorMessage="&lt;- Must be a number 1 or larger" MaximumValue="9999999999" 
            Type="Double" ControlToValidate="sqFootage" MinimumValue="1" 
            ToolTip="Must be a number 1 or larger"></asp:RangeValidator>
        </p>
       
    <p style="text-align:left">
                <asp:Literal ID="outPut" runat="server"></asp:Literal> </p>
           
    <p style="text-align:left"><asp:Button ID="Button1" runat="server" Text="Calculate Requirement" /> </p>
           <h2>Related Products</h2>
           <p class="leftAlign"><a href="/techdata/315resin.pdf">315 Chip Flooring Resin</a></p>
    <p class="leftAlign"><a href="/techdata/315topcoat.pdf">315 Flooring Top Coat Resin</a></p>
            <p class="leftAlign">
                Epoxy.com <a href="703.aspx">Product #703</a></p>

    <p class="leftAlign">This calculator is for estimating and double checking your own estimates. 
        Although Epoxy.com believes these calculators are accurate, we offer it as is 
        and do not guarantee its accuracy.&nbsp;&nbsp;The quantities shown are based on 
        theoretical coverage.&nbsp; Your job and site conditions may require more material. 
        As always contact Epoxy.com Technical Support with your questions.
        </p></div>
<?php include $_SERVER['DOCUMENT_ROOT'].'/includes/footer.php'; ?>
