<?php include_once '../../includes/headertop.php'; ?>

<meta name="description" content="" />
<meta name="keywords" content="" />
<title>LightEnerG - Pro Light Bulb</title>

<?php include_once '../../includes/headerbtm.php'; ?>

<div class="container" id="main" role="main">
    <div class="col-sm-7">
        <div class="row">
            <img src="/images/products/accessories/bulb.jpg"  class="img-responsive center-block featured-img" width="100%" />
        </div>
    </div>
    <div class="col-sm-5">
        <h2 class="page-title">Pro Light Bulb</h2>
        <ol class="breadcrumb">
            <li><a href="/products/">Products</a></li>
            <li><a href="/products/accessories/">Parts & Accessories</a></li>
            <li class="active">Pro Light Bulb</li>
        </ol>
        <hr>
        <div class="post-content">
            <p>
                Pro Light T5 HO Bulbs are designed to be used with the Pro Light T5 HO Kit. They're ideal for starting plants from seeds or cuttings and can also be used to add extra light during the fruiting and flowering process at a minimal cost.	
            </p>
            <h6>Available In:</h6>
            <ul class="disc">
                <li>2"</li>
                <li>4"</li>					
            </ul>
        </div>
    </div>
</div>

<?php include_once '../../includes/footer.php'; ?>