<?php

$include_level_up = 0;
$g_public_page = true;

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

$g_page_title = "Steel pickets &amp; Lattice";
#$g_page_meta_description = "";

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

    <div id="content-photo">
    	<img src="./photo/steel-pickets/white-front-house-fence-lg.jpg" class="content-photo-image" />
    </div>
    
    <h1 id="pickets">Steel pickets</h1>
    
    <p>Colorsteel Fencing<sup>&reg;</sup> has developed an excellent working relationship with our local manufacturers to fabricate tubular steel products to satisfy our customer's requirements.</p>
    
    <p class="list-header">Tubular steel pickets</p>
    <ul>
        <li>50mm and 75mm wide galvanised steel tube</li>
        <li>Various  styles available for the tops of pickets</li>
        <li>Face welded</li>
        <li>Powder coated finish</li>
        <li>Custom designed styles can be made to order</li>
    </ul>
    
    <p>All products are manufactured by local fabricators using Australian Steel and Steel that complies to Australian standards</p>
    
    
    <h1 id="lattice">Steel Lattice</h1>
    
    <p>Colorsteel Fencing<sup>&reg;</sup> provides a selection of two lattice products to choose from</p>
    
    <ul>
    	<li><strong>GramLat<sup>&reg;</sup>:</strong> a three dimensional lattice made from pre painted steel. It can be used as a fence & gate topper to provide a decorative boarder. GramLat<sup>&reg;</sup> is also used as a dividing panel to provide a partial screen. Gramlat<sup>&reg;</sup> is readily available in 300mm x 2400mm panels and can be ordered in larger sheets with a short waiting period</li>
    	<li><strong>Flat steel sheet lattice</strong>: it has a diamond cut pattern and is powder coated in the colour of your choice. It is also used as a decorative fence & gate topper available in 300mm high</li>
    </ul>
    
    <div class="page-bottom-photo-container">
        <?php
            $bottom_images = array(
                "./photo/steel-pickets/white-drive-way-gate.jpg",
                "./photo/steel-pickets/white-garden-fence.jpg",
                "./photo/steel-pickets/white-footpath-fence.jpg",
                "./photo/steel-lattice/green-lock-footpath-fence.jpg",
                "./photo/steel-lattice/light-green-front-house-fence.jpg",
                "./photo/steel-lattice/beige-brown-backyard-fence.jpg",
                "./photo/steel-pickets/white-top-gray-bottom-fence.jpg",
                "./photo/steel-pickets/white-gray-front-house-fence.jpg",
                "./photo/steel-pickets/white-green-footpath-fence.jpg",
                "./photo/steel-lattice/white-blue-parking-fence.jpg",
                "./photo/steel-lattice/green-backyard-fence-corner.jpg",
                "./photo/steel-lattice/beige-brown-drive-way-fence.jpg",
                );
            foreach ($bottom_images as $img) {
                echo'<div class="photo-item"><div><img src="'.$img.'" /></div></div>';
            }
        ?>
        <div class="clear_both"></div>
    </div>
<?php

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

?>
