Included in Your Lighting Plan plan:

Accent lights
Underwater lights
Path lights
Up Lighting
Grazing
Step lights
This comprehensive landscape design process is available starting as low as $2000.
Your lighting plan details the subtle, non-intrusive positioning of wires and fixtures that will illuminate your landscape in the evenings. Lighting will be designed for functionality, making pathways and driveways visible at night, and also for aesthetic appeal, highlighting features and creating atmosphere.
Wire sizing and voltage calculation charts are included to ensure ease of installation. Photos of each selected fixture are also inset into the design plan to help you keep track of your choices, and visualize your completed lighting scheme.
var movieArray= new Array();
var movieNameArray= new Array();
var index = 0;
var indexMax = 4;
movieArray[0] = '';
movieArray[1] = '';
movieArray[2] = '';
movieArray[3] = '';
movieArray[4] = '';
function prevImage(){
var targetDiv = document.getElementById("ccontentDiv");
var currentImageText = document.getElementById("currentImageText");
var currentImageName = document.getElementById("currentImageName");
if(index == indexMax){
index = 0;
}
else{
index++;
}
currentImageText.innerHTML = (index + 1);
targetDiv.innerHTML = movieArray[index];
}
function nextImage(){
var targetDiv = document.getElementById("ccontentDiv");
var currentImageText = document.getElementById("currentImageText");
var currentImageName = document.getElementById("currentImageName");
if(index == 0){
index = indexMax;
}
else{
index--;
}
currentImageText.innerHTML = (index + 1);
targetDiv.innerHTML = movieArray[index];
}
1 of 5
Previous Image | Next Image