<?php
$PAGE_TITLE = "Epoxy Tile Grout Calculator";
$HEAD_EXTRA = <<<'HTML'
<meta name="viewport" content="width=device-width, initial-scale=1"/>
<link rel="canonical" href="http://epoxy.com/epoxy_tile_grout_calculator.aspx" />
	<meta name="copyright" content="1994 -2018 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"/>
<meta name="keywords" content="epoxy tile grout calculator, tile grout, water cleanable Epoxy, water cleanable Epoxy Tile Grout, water cleanable epoxy tile adhesive, calculator, epoxy tile grout calculator, grout calculator, epoxy tile grout calculator, epoxy.com tile grout, epoxy.com water cleanable Epoxy, epoxy.com water cleanable Epoxy Tile Grout, epoxy.com water cleanable epoxy tile adhesive, epoxy.com calculator, epoxy.com epoxy tile grout calculator, epoxy.com grout calculator, epoxy.com epoxy tile grout calculator, epoxysystems' tile grout, water cleanable Epoxy, epoxysystems' water cleanable Epoxy Tile Grout, epoxysystems' water cleanable epoxy tile adhesive, epoxysystems' calculator, epoxysystems' epoxy tile grout calculator, epoxysystems' grout calculator, epoxysystems' epoxy tile grout calculator, industrial tile grout, industrial water cleanable Epoxy, heavy duty water cleanable Epoxy Tile Grout, heavy duty water cleanable epoxy tile adhesive, heavy duty epoxy.com calculator, heavy duty epoxy,"/>
	<style type="text/css">
        .style17 {
		margin-bottom: 30px;
	}
    </style>
HTML;

include $_SERVER['DOCUMENT_ROOT'].'/includes/header.php';
?>
<hr />
	<h1>Water Cleanable Epoxy Tile Grout Calculator</h1>
    <h2>Epoxy.com Product #225 &amp; #235</h2>  
    <hr />         
     <p>
                Area to be tiled in square feet:
                <asp:TextBox ID="sFootage" runat="server" Width="168px"></asp:TextBox>
                <asp:RequiredFieldValidator ID="RequiredFieldValidator1" runat="server" 
                    ControlToValidate="sFootage" ErrorMessage="SF Must be a number  1 or greater "></asp:RequiredFieldValidator>
                &nbsp;
                <asp:RangeValidator ID="RangeValidator1" runat="server" 
                    ControlToValidate="sFootage" ErrorMessage="SF must be a number 1 or greater" 
                    MaximumValue="1000000000" MinimumValue="1" Type="Double"></asp:RangeValidator>
            </p>
            <p>
                &nbsp;</p>
            <p>
                Tile Size in inches:&nbsp;&nbsp;&nbsp;&nbsp;
                <asp:TextBox ID="tileL" runat="server" ValidationGroup="one" Width="20px"></asp:TextBox>
                inches&nbsp;by
                <asp:TextBox ID="tileW" runat="server" Width="20px"></asp:TextBox>
                &nbsp;inches<asp:RequiredFieldValidator ID="RequiredFieldValidator3" runat="server" 
                    ControlToValidate="tileW" ErrorMessage="&lt;--Must be 1 or greater"></asp:RequiredFieldValidator>
            </p>
            <p>
                <asp:RequiredFieldValidator ID="RequiredFieldValidator2" runat="server" 
                    ControlToValidate="tileL" ErrorMessage="Sizes must be 1 or greater"></asp:RequiredFieldValidator>
                <asp:RangeValidator ID="RangeValidator2" runat="server" 
                    ControlToValidate="tileL" ErrorMessage="Sizes must be 1 or greater" 
                    MaximumValue="100" MinimumValue="0.1" Type="Double"></asp:RangeValidator>
                &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
                <asp:RangeValidator ID="RangeValidator3" runat="server" 
                    ControlToValidate="tileW" ErrorMessage="Sizes must be 1 or greater" 
                    MaximumValue="100" MinimumValue="0.1" Type="Double"></asp:RangeValidator>
            </p>
            <p>
                Width of grout line in decimal inches:&nbsp;&nbsp;
                <asp:TextBox ID="groutWidth" runat="server"></asp:TextBox>
                &nbsp;inch&nbsp;
                <asp:RequiredFieldValidator ID="RequiredFieldValidator4" runat="server" 
                    ControlToValidate="groutWidth" ErrorMessage="&lt;-- Required Field"></asp:RequiredFieldValidator>
                &nbsp;<asp:RangeValidator ID="RangeValidator4" runat="server" ControlToValidate="groutWidth" 
                    ErrorMessage="&lt;-- Must be a decimal number" MaximumValue="100" 
                    MinimumValue=".001" Type="Double"></asp:RangeValidator>
            </p>
            <p>
                Depth of grout line in decimal inches:&nbsp;
                <asp:TextBox ID="groutDepth" runat="server"></asp:TextBox>
                inch
                <asp:RequiredFieldValidator ID="RequiredFieldValidator5" runat="server" 
                    ControlToValidate="groutDepth" ErrorMessage="&lt;--  Required Field"></asp:RequiredFieldValidator>
                &nbsp;
                <asp:RangeValidator ID="RangeValidator5" runat="server" 
                    ControlToValidate="groutDepth" ErrorMessage="&lt;-- Must be a decimal number" 
                    MaximumValue="100" MinimumValue=".001" Type="Double"></asp:RangeValidator>
            </p>
            <p>
                <asp:Button ID="Button1" runat="server" Text="Calculate Requirement" />
            </p>
            <p>
                <asp:Literal ID="outPut" runat="server"></asp:Literal>
            </p>
            <p>
                &nbsp;</p>
            <p class="style17">
                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> 
 <!--<p>&nbsp;<asp:Menu ID="Menu1" runat="server" BackColor="#F7F6F3" 
            DataSourceID="SiteMapDataSource1" DynamicHorizontalOffset="2" 
            Font-Names="Verdana" Font-Size="0.8em" ForeColor="#7C6F57" 
            StaticSubMenuIndent="10px">
            <StaticSelectedStyle BackColor="#5D7B9D" />
            <StaticMenuItemStyle HorizontalPadding="5px" VerticalPadding="2px" />
            <DynamicHoverStyle BackColor="#7C6F57" ForeColor="White" />
            <DynamicMenuStyle BackColor="#F7F6F3" />
            <DynamicSelectedStyle BackColor="#5D7B9D" />
            <DynamicMenuItemStyle HorizontalPadding="5px" VerticalPadding="2px" />
            <StaticHoverStyle BackColor="#7C6F57" ForeColor="White" />
        </asp:Menu>
        <asp:SiteMapDataSource ID="SiteMapDataSource1" runat="server" /></p> -->
<?php include $_SERVER['DOCUMENT_ROOT'].'/includes/footer.php'; ?>
