<?php

$include_level_up = 0;
$g_public_page = true;

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

$g_page_title = "About Colorsteel Fencing";
//$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/about-us/garden-fence-lg.jpg" class="content-photo-image" />
    </div>	

	<h1>Who is Colorsteel Fencing<sup>&reg;</sup>?</h1>

	<p>We are a family business that has been trading since 1997.</p>
	
	<p>Linda is a qualified Industrial Designer responsible for the smooth running of the quotations, administration, scheduling and all other business matters.</p>
	
	<p>Mark has a trade background in carpentry, plumbing and roofing and has been installing steel fences made from <a href="http://colorbond.com/products/fencing" target="_blank">Colorbond</a><sup>&reg;</sup> steel since 1996.</p>
	
	<p>Mark has developed a very efficient system for installing prepainted <a href="fencing">steel fencing</a> and can have your new Colorsteel fence erected in a very short time, to minimize any inconvenience to you.</p>
	
	<p>Colorsteel Fencing<sup>&reg;</sup> provides a range of steel products to suit your fencing requirements.</p>

	<p>Our pull down and installation of your fencing is prompt and swift, and the end result will be a straight, strong good looking fence that will last more than 20 years.</p>

	<p>Colorsteel fences and gates look very smart and are an asset to your house and garden, complimenting your home.</p>

	<p>Colorsteel Fencing<sup>&reg;</sup> uses products and equipment of excellent quality meeting our customers' demands and expectations.</p>

	<p>Diversifying our equipment and skills to keep up with the community's demands we have expanded our equipment range to include a Kanga loader with many attachments to suit many small <a href="excavation">excavation</a> and construction jobs in and around the home.</p>

	<p class="list-header">Colorsteel Fencing<sup>&reg;</sup> provides</p>
		<ul>
			<li>Free measure and written quotations</li>
			<li>Sample panels of the different profiles available</li>
			<li>Colour brochures and photo albums of completed fencing projects</li>
			<li>Referral sites in your area for inspection</li>
		</ul>
	</p>
    
    <div class="page-bottom-photo-container">
        <?php
            $bottom_images = array(
                    "./photo/about-us/gray-garden-fence.jpg",
                    "./photo/about-us/beige-drive-way-fence.jpg",
                    "./photo/about-us/colorsteel-fencing-truck.jpg",
                    "./photo/about-us/green-garden-fence.jpg",
                    "./photo/about-us/green-and-beige-front-house-fence.jpg",
                    "./photo/about-us/beige-front-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');

?>
