html, body {
	font-family: "Arial", "Helvetica", "sans-serif";
	background-color: #ffc; 

}

body {
  min-width: 730px;      /* 2x LC width + RC width */
} 

#header  {
/*	border: 4px solid orange;  */
	height: 100px;
	background-image: url(../Images/BegleyHeader_ver4.jpg);
	background-repeat: no-repeat;
	width: 100%;
	}



/*  ------  MAIN CONTAINER -------- */
#wrapper {
	width:935px;
	margin-right:2%;
	margin-left: 2%;
	margin-top:10px;
	padding:0px;
	height:auto;
	border: 3px solid black;  
	}
		
		
		
/* -----------------Customer Contact Form on Inventory Page ----------------------*/
#left_user_contact input {
	display: block;
	width: 260px;
	float: left;
	margin-bottom: 5px;
	background-color: #FBFFE1;

}
#left_user_contact {
	float: left;

	width: 380px;
	}
#left_user_contact label {
	float: left;
	text-align: right;
	width: 85px;
	padding-right: 1px;
}
#left_user_contact br {
	clear: left;
}





#right_user_contact input {
	width: 272px;
	margin-bottom: 0px;
	margin-top: 0px;
	background-color: #FBFFE1;
}
#right_user_contact label {
	width: 20px;
	}	
#right_user_contact {
	float: right;
	width: 335px;
	}
	
#right_user_contact textarea {
	margin-top: 0px;
	float: right;
	background-color: #FBFFE1;
	}



/*  ----------  Left Navigation Bar ---------- */
	#left {
	height: 640px;
	width: 140px;
	margin-top: 0px;
	padding-top:15px;
	padding-left: 0px;
	padding-right: 25px;
	float:left;
	background-color: #cc9;
/*		border: 2px solid red; */
	}
#left ul  {
	list-style: none;
	font-family: "verdana", "ariel", "sans serif";
	font-size: 12pt;
	line-height: 2.5em;
	margin-left: 25px;
		}
		
#left li  {
		text-align: left;
		}
	
#left a:link{
		text-decoration: none;
		color: #074607;
		border-bottom: 1px dashed #074607;
/*		line-height: 2.5em;  */
		}

#left a:visited  {
		color: #074607;
		text-decoration: none;
 		border-bottom: 1px dashed #074607;  
/*		line-height: 2.5em;  */
		}
		
#left a:hover  {
	width: 90px;
	color: #630;
	border-bottom: none;
	text-decoration: underline;
		}
		
#left a:active  {
		color: #074607;
		border-bottom: none;  
		text-decoration: underline;
		}

	
		
		
		
		
/* ----------  CENTER CONTENT BOX ---------- */
#center {
		position: relative;
		float: left;
		width:81%;
		height: auto;
		padding-left: 10px;
		font-family: "verdana";
		font-size: 1em;
		color: #630;
/*		border: 2px solid yellow;  */
		}
		
#center p  {
		padding-left: 5px;
		padding-right: 5px;
		text-indent: 20px;
		}
				
	#center img {
/*		border-left: 10px;
		border-right: 10px;  */
		margin-top: 10px;
		border: 4px solid black;
		}
	#center a  {
		text-decoration: none; 
		}
	#center a:link, a:active, a:visited  {
		color: #990;
		}
	#center a:hover  {
		color: #003366;
		}
	#center th {
		border: 1px solid green;
		}
	#data_row td {
		font-size:12px;
		border: 1px solid green;
		padding-top: 10px;
		padding-bottom: 2px;
		}
	#center table {
		border: solid .2em green;
		margin-left: 2em;
		border-collapse:collapse;
		}
	#center legend {
		color: #FF0000;
		font-size: .7em;
		}
	#center select {
		padding-left: 0px;
		}
	#data_row input {
	width: 16px;
	height: 13px;
	position: relative;
	margin-top: -15px;
	margin-left: 3px;
		}
	td.product {
		width: 8em;
		}
	td.grade {
		width: 12em;
		padding-left: 1em;
		padding-right: 1em;
		}
	td.thickness {
		width: 14em;
		padding-left: 2em;
		}	
	td.surface  {
		width: 12em;
		padding-left: 2em;
		
	}
		
	#center table {
	width: 600px;
	margin-left: 74px;
	
	
	}



	
/*  RIGHT BOX FOR CALLOUTS 
	#right {
		width:115px;
		height: 600px;
		padding:0px;
		margin-left: 5px;
		float:right;
		border: 2px solid yellow;
		}
 */




/*=======================FOOTER======================  */
#footer {
	position:relative;
	clear:both;
	color: #074607;
	background-color: #CC9;
	margin-top: 0px; 
 	width: auto;
	text-align: center;
	margin-left: 0px;
	padding-left: 100px;
/*	display: block; */
/* 	border: 2px solid orange;  */

	}

#footer a  {
	text-decoration: none; 
	}
#footer a:link, a:active, a:visited  {
	color: #630;
	}
#footer a:hover  {
	text-decoration: underline;
	color: #630;
	background-color: #FFC;
	}
address  {
	font-size: .8em;
	}
.figure1 {
	width: 30%;
	margin-right: 5px;
	margin-bottom: 10px;
	padding-right: 15px;
	float: left;
}
.figure1 p {
	font-family: "Arial", "Helvetica", "sans-serif";
	font-size: 12px;
	margin-top: -10px;
	text-align: center;
}
.woods {
	padding-right: 0px;
	float: left;
	margin-left: 0px;
	margin-right: 0px;
	padding-left: 0px;
	min-width: 200px;
	margin-top: 10px;
	padding-top: 5px;
}
.woods p {
	font-size: 14px;
	margin-top: -15px;
	text-align: center;
}
