<?php
$PAGE_TITLE = "Epoxy Quartz Flooring Calculator";
$HEAD_EXTRA = <<<'HTML'
<meta name="viewport" content="width=device-width, initial-scale=1"/>
<link rel="canonical" href="https://www.epoxy.com/Epoxy_Quartz_Floor_Calc.aspx" />
<meta name="Author" content="Norman L. Lambert"/>
<meta name="description" content="Calculator for material to install Epoxy.com Product #15 two component seamless 100% solids epoxy flooring system and resurfacing system with High Chemical Resistance. A colored quartz sand for multi-colored Epoxy Seamless Flooring."/>

<meta name="keywords" content="epoxy floor calculator, epoxy resins floor calculator, resinous floor calculator, estimating resin floor, epoxy floor systems estimate, epoxyflooring systems, epoxy flooring system, seamless epoxy floor, seamless resinous floor, seamless resin floor, seamless epoxy floor, poymeric flooring, seamless polymeric floor, seamless polymeric flooring, epoxy.com polymeric flooring, epoxy garage floor system, garage floor system, chemical resistant flooring, chemical resistant floor system, "/>
<meta name="language" content="en"/>
<meta name="robots" content="ALL"/>
<meta name="distribution" content="GLOBAL"/>
<meta name="classification" content="Commercial"/>
<meta name="copyright" content="1994 -2019 Epoxy.com a division of 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"/>
<link rel="stylesheet" href="styles/phase2.css" type="text/css"/>

	<style type="text/css">
	.auto-style1 {
		margin-top: 21px;
	}
	</style>
HTML;

include $_SERVER['DOCUMENT_ROOT'].'/includes/header.php';
?>
<hr/>

<h1 style="font-size:medium">Epoxy Quartz Flooring Calculator </h1>

<h2 style="font-size:small">Seamless Resurfacing System - Epoxy.com Product #15</h2>
	
<h3 class="pheader" style="font-size:x-small" >For Colored Quartz Flooring Systems and for Sealing Acid Stained Concrete</h3>
<hr/>
<div style="border: thick; border:gray;" class="auto-style1">
	<p>Square feet to be covered in Epoxy Quartz overlay:&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>
                <asp:Literal ID="outPut" runat="server"></asp:Literal>
            </p>
    <asp:Button ID="Button1" runat="server" Text="Calculate Requirement" />
            <p>
                &nbsp;</p>

    <p>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'; ?>
