/*----------------------------------------------------------------------
[General Stylesheet] 
Desc: imports all screen stylesheets. The order of the these imports may be important.

Copyright:		Great Fridays 2011
Client:			x
Project:		x
Created by:		x
Date created:	x			
-----------------------------------------------------------------------*/

/* GLOBAL STYLES ------------------------------------------------------*/

@import url("Master.css");
/* header, footer, calculator, */


/* SECTION STYLES -----------------------------------------------------*/

@import url("Product.css");


/* SHARED STYLES ------------------------------------------------------*/

@import url("Shared.css");


/* LANDING PAGE STYLES ------------------------------------------------*/

@import url("Homepages.css");