
/*
file : global.css
client : Drillwest
use : Global stylesheet, imports different css files used for each section of site
author : Karl B
date created: 10th January 2007
the song : Modest Mouse - The world at large
on this day : Apple announced the iPhone and it is amazing...i love apple
*/


@import "master.css"; /* contains shared styles for the site */
@import "navigation.css"; /* seperates navigation styles from master.css for easier editing */
@import "misc.css"; /* all the hacks and little amends belong here */
@import "enquiryform.css"; /* standard stylesheet for template enquiry form */