/* 

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 0 200px;
		}	
		
#content p.truck {
		float: right;
		margin: 10px 10px 0 10px;
		}
		
#content p.signature {
		float: right;
		margin: 10px 15px 0 0;
		}
		
#content p.title {
		margin: 5px 0 5px 0px;
		}
		
#errorMessage {
		margin: -10px 0 0 0;
		padding: 0;
		display: none;
		}
		
#errorMessage h1{
		margin: 5px 0 10px 35px;
		padding: 5px 0 0 0;
		}					
		
#errorMessage img {
		float: left;
		}
		
#map {
	clear: both;
	float: left;
	margin: 20px 0 20px 15px;
	}				
			
/* ---------- 3. links and navigation ---------- */

div.rollover80 a {
		display:block;
		margin: 2px 2px;
		width: 80px;
		padding: 6px 0px 7px 0px;
		font: bold 1.1em Verdana, Arial, sans-serif;
		color:#346E9F;
		background: url(../images/details_button_80.jpg) 50% 50% no-repeat;
		text-decoration: none;
		text-align: center;
		float: left;
		}
		
div.formAlign {
		margin: 10px 0 0 160px;
		}		
		
div.rollover80 a:hover { 
		color: #981C1C;
		}

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

#content p.title {
		font: bold 1.1em Verdana, Arial, Helvetica, sans-serif;
		color: #048141;
		}
		
#errorMessage h1{
		font: bold 1.1em Verdana, Arial, sans-serif;
		color: #A22C2C;
		}
		
#content span.underline {
		text-decoration:underline;
		}	
		
#content span.bold {
		font-weight:bolder;
		}				
		
#content h2 {
		font: 1.1em Verdana, Arial, sans-serif;
		font-style:italic;
		margin-bottom: 10px;
		}				
				
/* ---------- 5. images ---------- */


		
/* ---------- 6. hacks ---------- */



/* ------------- Contact Us Form ------------ */
		
#contact form fieldset div label {
  display: block;
  float: left;
  width: 150px;
  padding: 3px 5px;
  margin: 0 0 5px 0;
  text-align: right;
}

#contact form {
		  margin: 0;
		  padding: 0;
		  width: 100%;
		}

#contact form fieldset {
		  clear: both;
		  border-color: #999999;
		  border-width: 1px 0 0 0;
		  border-style: solid none none none;
		  padding: 10px;
		  margin: 0 0 0 0;
		}

#contact form fieldset legend {
		  margin: 0 0 0 0;
		  padding: 0 5px;
		}
		
#contact form fieldset div {
  clear: left;
  display: block;
  width: 550px;
  height: expression('1%');
  margin: 5px 0 0 0;
  padding: 1px 3px;
}

#contact form fieldset div label {
  display: block;
  float: left;
  width: 140px;
  padding: 3px 5px;
  margin: 0 0 5px 0;
  text-align: right;
}

#contact form fieldset div input, form fieldset div textarea {
		width: 250px;
		border: 1px solid #7F9DB9;
		padding: 2px 4px;
	}
	
#contact form fieldset div input:focus,  form fieldset div textarea:focus{
		border: 1px solid #f00;
		padding: 2px 4px;
	}	
	
#contact form fieldset legend {
		font-weight: bold;
		color: #048141;
		font-size: 150%;
		}		
		
#contact form fieldset div.optional label, label.optional {
  font-weight: normal;
}

#contact form fieldset div.required label, label.required {
  font-weight: bold;
}

#comments {
	width: 350px;
	height: 100px;
}

