/* Shared  between SMP1 and SMP2 */
@import url('reset.css');			/* CSS reset, Typography */
@import url('globalHeader.css'); 	/* BT Global header - Skinny BT bar, Logo and strapline, global search */
@import url('navigation.css');		/* All navigation: Main navigation, Browse Categories bar, Search Help box, Footer Menu */
@import url('utility.css');			/* Utility styles, Gradients, Print style sheet */

/* 
SMP2 READ ME FIRST -  Some important notes about the SMP2 CSS
===================================================
Note to developers : these stylesheets should all be concatenated into a single sheet for production!!

	- A single baseline of 20px has been used for all elements across the site. Please refer to reset.css before making adjustments to code.
	- A base class of .col has been used for all column layout. Please refer to utility.css and columns.html for working examples of this
	- utility.css contains plenty of helper classes to keep CSS down to a minimum. 
	- The print style sheet is located in utility.css
*/