/* 

STYLE SHEET FOR SPRUCE INDUSTRIES WEB SITE
Created by Daniel Josephs

ToC

	1. defaults
	2. structure
	3. links and navigation
	4. fonts
	5. images
	6. hacks

Notes

*/



/* --------- 1. defaults  --------- */

		
/*  --------- 2. structure  --------- */

#content {
	margin: 0 10px;
	float: left;
}

#categoryColumn {
	margin: 0 10px 0 5px;
	width: 150px;
	float: left;
}

#sectionColumn {
	margin: 0 10px 0 5px;
	width: 200px;
	float: left;
	display: none;
}

#productColumn {
	margin: 0 0px 0 5px;
	width: 250px;
	float: left;
	display: none;	
}

#CAT_1 {
	display: none;
}
#CAT_2 {
	display: none;
}
#CAT_3 {
	display: none;
}
#CAT_4 {
	display: none;
}
#CAT_5 {
	display: none;
}

#staticPages {
	float: left;
	margin: 0 0 10px 5px;
}

#greenPages {
	margin: 0 10px 0 360px;
}

#commonPages {
	float: left;
}

#dynamicPages {
	clear:both;
	float: left;
	margin: 0 0 10px 0;
}
			
/* ---------- 3. links and navigation ---------- */
p.tree {
	margin: 5px 0 3px 0;
	padding: 0;
}

p.rightTree {
	padding: 0 0 0 20px;
	margin: 0 0 3px 0;
}

h2 {
	margin: 10px 0 0 0;
}

/* ---------- 4. fonts ---------- */

h2 {
	font: bold 1.2em Verdana, Arial, sans-serif;
	text-transform: uppercase;
	
}	
				
/* ---------- 5. images ---------- */


/* ---------- 6. Check Order Status ---------- */



