<?php

$include_level_up = 0;
$g_public_page = true;

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

$g_page_title = "Contact Colorsteel Fencing";
$g_page_meta_description = "Please give us a call or send us an email if you would like any more information, require our services or are interested in any of our products.";


include('./ladybug_include/header_include.php');
include('./include/site_header.php'); # Header for this project
?>
	
    <div id="content-photo">
    	<img src="./photo/contact/green-footpath-fence-lg.jpg" class="content-photo-image" />
    </div>
    
    <div id="contact-us">
    
    <h1>For prompt reliable service call</h1>
    
    <h2>Linda</h2>
    <p>03 9728 3552</p>
    
    <h2>Office</h2>
    <p>Ph: 03 9728 3552<br />
    Fx: 03 9728 3552</p>
    
    <h2>Email</h2>
    <p><img src="image/email.gif" /> </p>
    
    <h2>Postal address</h2>
    <p>Colorsteel Fencing Pty Ltd<br />
	PO Box 359<br />
    Kilsyth 3137</p>

    <br />
    
    <p style="font-size: 10px;">ABN: 46 632 121 030&nbsp;&nbsp;|&nbsp;&nbsp;ACN: 632 121 030</p>
    
    </div>
    
    <div class="clear_both"></div>

    <div class="page-bottom-photo-container">
        <?php
            $bottom_images = array(
        "./photo/contact/white-gray-front-house-fence.jpg",
        "./photo/contact/gray-side-house-fence.jpg",
        "./photo/contact/gray-red-panels.jpg",
        "./photo/contact/green-footpath-fence.jpg",
        "./photo/contact/green-backyard-fence.jpg",
        "./photo/contact/green-wooden-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');

?>
