The people already mentioned Altera and Xilinx. That are the two big players in FPGA market. But depending on what you want to do I could also recommend, that you look at Actel (esp. their Igloo). They have the advantage that they do NOT need an additional extra rom/flash/whatever holding the bitstream, in case you want to make an application that should be later as small as possible (also their power saving mode is very good). So it maybe better for some hobbyist (or very low-power) application (also they have an ARM softcore licences included - the others have also softcores, but maybe you alredy used to ARM coding).
Btw. coding hardware in a HDL (VHDL or Verilog HDL) is very different from normal programming. So maybe its for the beginning enough for you to just check out the HDL compilers and simulators (usually you always simulate your code before you bring it onto hardware, so its not different from the real hardware developing process).