/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
/*

		Brady Starr's.css
		for Golfsmith.com
		
		* main.css				- All CSS files should be imported here. To remove a CSS file just comment it out.

		* This is the master file which build the CSS Framework
		* Below is a TOC for Golfsmith.com CSS
		* For a "Strict XTML 1.0" HTML doctype
		
	== General CSS Guidelines ==

		* When listing xHTML elements or their style attributes list them in alphabetical order.
		
*/
/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */


/* NO CSS STYLING SHOULD BE IN THIS FILE */
/* @ Import All Files */

@import url("/css/old_css/main_classes.css");
/* This is the original css file used on the old site (minus invodo and video contest css) */

@import url("/css/reset.css?version=062810");
/* Resets all global html elements to default values to create a consistent look and feel across all browsers. NO SITE STYLING. */

@import url("/css/global.css?version=072610");
/* All CSS controlling site-wide elements */

@import url("/css/color.css?version=062810");
/* All CSS controlled site coloration is found within this file. COLORATION CSS ONLY (color, background, border-color). */

@import url("/css/text.css?version=062810");
/* Controls root HTML elements only (size, wieght, font, 'spacing' etc.). NO CLASSES OR ID's. */

@import url("/css/form.css?version=062810");
/* All CSS controlling forms and form elements, including Classes and ID's. */

@import url("/css/table.css?version=100710");
/* All CSS controlling tables and table elements, including Classes and ID's. */

@import url("/css/classes.css?version=072610");
/* All CSS classes used across the site */

@import url("/css/php_productCalls.css?version=062810");
/* All CSS used to style php generated product call-ins across the site */

@import url("/css/header.css?version=091510");
/* All CSS producing the header area above the navigation */

@import url("/css/navigation.css?version=010312");
/* All CSS producing the core navigation drop-downs or fly-outs should be included here. Basic 'a' link styling should be here too. */

@import url("/css/flexslider.css?version=101411");
/* All CSS producing the "Homepage" look and feel */

@import url("/css/home_page.css?version=112211");
/* All CSS producing the "Homepage" look and feel */

@import url("/css/search_results.css?version=062810");
/* All CSS producing the "Search Result" page look and feel */

@import url("/css/category_page.css?version=111611");
/* All CSS producing the "Category Page" look and feel */

@import url("/css/landing_pages.css?version=101810");
/* All CSS producing the "Landing Page" look and feel */

@import url("/css/product_page.css?version=082410");
/* All CSS producing the "Product Page" look and feel */

@import url("/css/brand_store.css?version=062810");
/* All CSS producing the "Brand Store" page look and feel */

@import url("/css/error.css?version=062810");
/* All CSS producing the "Error" page look and feel - 401 and 404 */

@import url("/css/footer.css?version=111111");
/* -All CSS producing the footer of the site */

@import url("/css/new_shopping_cart.css?version=082410");
/* -All CSS producing the shopping cart of the site */

@import url("/css/php_pages.css?version=062810");
/* -All CSS producing the PHP Pages of the site */


/*
@import url("/css/warnings.css");
*/
