I've already searched for answers to these, but although I found plenty of useful things, nobody seems to have addressed this before.

I want to:
  1. Change the colour of the breadcrumb box. I already altered the #navBreadCrumb entry (below) and it hasn't changed.
  2. Add padding to the left - I want the 'home' to be about 4px away from the edge of the box. I'd add non-breaking spaces in front of the entry if I could figure out where to put it.
The CSS entry:

#navBreadCrumb {
background-color: #f5f5f5;
padding-top: 2px;
padding-left: 6px;
border: 1px solid #ccc;}

Sorry if these are really obvious, I've been at this since about 8am and I do tend to start missing simple things after a while.

(The installation is over on a test server: http://avdirect.froztbyte.com/ - I'm in the middle of the second complete redesign - I hated the way I did it the first time round and have switched to 'barebones' to get the little niggly bits sorted before working on the template, so that's why it looks pretty awful!)

Edit: Forgot to add, you have to go to a different page to see the breadcrumbs because I've disabled them on the front page and replaced them with the welcome message!