can this be used to do what I want?
You didn't mention whether you want control over each LED independently, or not, so it's not possible to answer this question.
I understand each light can not be independent, I want each strip independent.
Can one Arduino handle that much power or do I have to use relays?
No and no. Notice down the right side of the page are the components used in the project, including the LED strips and MOSFETS. The MOSFET is turned on and off by the Arduino. It switches the large amount of current that the LEDs need. Like a relay, but much faster, quieter, and cheaper.[/quote]
thanks for that, Once i started to read waht your wrote I facepalmed... simple idea that I forgot about
If relays are required can the Arduino outputs switch relays?
They aren't, but if they were the answer is "it depends". Typically, no, the Arduino toggles a transistor which toggles the relay.
[/quote]
thanks for the help so far!