@charset "utf-8";
/* CSS Document */

/**********************************************************************************

packyourbags Travel Store - Product Page // version 01 // October 2009

***********************************************************************************

CSS and Design by Richard Shepherd
All content & design (C) 2009 CTT Group Ltd & packyourbags Travel Store
All rights reserved 
http://shop.packyourbags.com/

***************************************************

IMPORT the IMPORTANT !!

Let's import our CSS
By keeping the main sections seperate it makes 
it both modular, and MUCH easier to edit

**************************************************/

@import "global.css";			/* Headings, universal typography and so on. Includes a global reset! */
@import "header.css";			/* The page header, including drop-down menus */
@import "footer.css";			/* The footer links and logos */

@import "splash.css";			/* Our scroller on the homepage, with the funky large slides */
@import "homepagev1.css";			/* Specific definitions for the homepage */
@import "shadowbox.css";		/* Our modal window for email sign ups */

