Not a prob, thats why we're here.
The first priority should be to set an SPF record for your domain. This is a DNS entry that specifies which servers are allowed to send mail on behalf of your domain.
In the case of a hosted website this causes problems as mail from your site domain is being sent by your hosting co's mail servers, and thus looks like spam.
In your situation, an SPF record of
Code:
ashcycles.com IN TXT "v=spf1 a mx ~all"
should cover it.
If you obtained your domain separately from your hosting, you will probably have to add it yourself at your domain registrar. If not, shake the trees at your hosting company.
The SPF record is simply an additional text record, but some domain reg's require the quote marks, others not, so it is best to check.