/* 

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 form fieldset div label {
  display: block;
  float: left;
  width: 150px;
  padding: 3px 5px;
  margin: 0 0 5px 0;
  text-align: right;
}

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

#content 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;
		}

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

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

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

#content form fieldset div.required label, label.required {
  font-weight: bold;
}
	
#content form h2 {
		font-style:italic;
		font-size: 1.1em;
		padding-bottom: 5px;
}


#content form p.submitButton{
		margin: 10px 0 0 0;
}	

#preference {

}	

#preference p {
			display: block;
			float: left;
			width: 140px;
			padding: 3px 5px 3px 5px;
			margin: 0px 5px 5px 0;
			text-align: right;
			font: bold 1em Verdana, Arial, sans-serif;
		}
		
#preference input.inputRadio{
	display: inline;
	width: auto;
	margin: 5px 0px -2px 0;	
	border: 0;	
}

#preference label.labelRadio {
	float: none;
	display: inline;
	width: 25px;
	padding: 0 0 0 0;
	margin: 5px 8px 0 5px;
}	

#errorMessage p{
	color: #A22C2C;
	font-weight: bold;
}

#errorMessage {
		margin: -10px 0 0 0;
		padding: 0;
		display: none;
		}
		
#errorMessage h1{
		margin: 5px 0 10px 35px;
		padding: 5px 0 0 0;
		}		
		
#errorMessage h1{
		font: bold 1.1em Verdana, Arial, sans-serif;
		color: #A22C2C;
		}					
		
#errorMessage img {
		float: left;
		}
		

			
/* ---------- 3. links and navigation ---------- */

div.rollover80 a {
		display:block;
		margin: 2px 2px 10px 0;
		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.rollover80 a:hover { 
		color: #981C1C;
		}

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

			
				
/* ---------- 5. images ---------- */

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

