<?php

$include_level_up = 0;
$g_public_page = true;

include('./ladybug_include/generic_include.php');
include('./include/site_include.php');

$g_page_title = "Welded Mesh";
#$g_page_meta_description = "";

include('./ladybug_include/header_include.php');
include('./include/site_header.php'); # Header for this project
?>

    <h1>Welded mesh</h1>
    
    <p>Colorsteel Fencing<sup>&reg;</sup> has developed an excellent working relationship with <a href="http://www.arcfences.com.au/" target="_blank">ARC Fences</a> to supply welded mesh products to satisfy our customer's requirements.</p>
    
    <p class="list-header">ARC Fences welded mesh steel fencing</p>
    <ul>
        <li>5mm wire</li>
        <li>Various spacing</li>
        <li>Various styles to satisfy garden</li>
        <li>Banksia&trade;, Jacaranda&trade;, Garden&trade; and Acacia&trade;</li>
        <li>Various styles to satisfy Australian pool regulations</li>
        <li>Wattle&trade; & Willow&trade;</li>
    </ul>
	
    	<img src="./photo/welded-mesh/mesh-fence-1.jpg" height="220px" />
    	<img src="./photo/welded-mesh/mesh-fence-2.jpg" height="220px" />
    	<img src="./photo/welded-mesh/mesh-fence-4.jpg" height="220px" />
    	<img src="./photo/welded-mesh/mesh-fence-5.jpg" height="220px" />
    	<img src="./photo/welded-mesh/mesh-fence-6.jpg" height="220px" />
    	<img src="./photo/welded-mesh/mesh-fence-7.jpg" height="155px" />
    	<img src="./photo/welded-mesh/mesh-fence-8.jpg" height="155px" />
    	<img src="./photo/welded-mesh/mesh-fence-3.jpg" height="155px" />


	
        
<?php

include('./include/site_footer.php'); # Footer for this project
include('./ladybug_include/footer_include.php');

?>
