<?php

$include_level_up = 0;
$g_public_page = true;

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

$g_page_title = "Tubular steel products";
$g_page_meta_description = "Manufactured from galvanised steel tube, our Australian steel products are available either in standard styles or they can also be custom designed to suit your requirements.";

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

    <div id="content-photo">
    	<img src="./photo/tubular-steel/white-two-storey-house-fence-lg.jpg" class="content-photo-image" />
    </div>	
    
    <h1>Tubular steel</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 Fencing for the residential property</p>
    <ul>
        <li>19mm diameter galvanised steel tube</li>
        <li>Face welded or punched tube</li>
        <li>Powder coated finish</li>
        <li>Many standard styles are available to choose from</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>

    <div class="page-bottom-photo-container">
        <?php
            $bottom_images = array(
                "./photo/tubular-steel/gray-two-storey-house-fence.jpg",
                "./photo/tubular-steel/black-pool-fence.jpg",
                "./photo/tubular-steel/green-steel-front-house-fence.jpg",
                "./photo/tubular-steel/beige-front-house-fence.jpg",
                "./photo/tubular-steel/black-steel-gate.jpg",
                "./photo/tubular-steel/white-two-storey-house-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');

?>
