/* 

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  --------- */

	
#header {
		height:110px;
		line-height:80px;
		margin:0;
		padding-left:10px;
		background: #fff;
		}	
				
#footer {
		display: none;
		}
		
#logo {
		width: 350px;
		}
		
#navContainer {
		display: none;
		}
		
#slogon {
		position: absolute;
		top: 88px;
		width: 540px;
		padding: 10px 0 0 0;
		}
		
#printOnly {
		float: left;
		margin-bottom: 15px;
		}
		
#printOnly h3{
		padding: 0;
		margin: 0;
		font: normal .8em Verdana, Arial, sans-serif;
		}		
		
#signoff {
		display: none;
		}			
		
#searchPanel {
		display: none;
		}	
		
#progressBar {
		display: none;
		}			
		
/* ---------- 4. fonts ---------- */
		
#slogon {
		font: bold italic 1.4em Arial, sans-serif;
		color: #000000;
		}
		
#slogon em {
		color: #048141;
		}
