/*
Author: Marc Spada
Company: United Tool & Machine
Created: March 1, 2010
GLOBAL FOOTER&ROUNDED CORNERS
*/

#footer {
	margin: 0 auto;
	height: 200px;
	background: url('../images/footerfade4.png');
	background-repeat: no-repeat;
	font-size: 80%;
	}
	#footer hr {
		color: #000046;
		background-color: #000046;
		height: 3px;
		width: 100%		
	}
	#fnav ul {
		padding: 15px 0 10px 0;
		}
	#fnav li {
			float: left;
		}	
	#fnav a {
		color: #000066;
		padding: 5px 39px 0px 39px;
		font-weight: bold;
		font-size: 90%
		}
	#copy {
	text-align: center;
	margin: 5px auto;
	padding-bottom: 10px;
	font-size: 75%;
	}
		#copy p {
			padding: 2px 0;
			letter-spacing: 0px;
			}
/*Rounded Corners*/
#tlwg, #tlwg1, #tlwg2, #tlwg3, #tlwg4, #tlwg5, #tlwg6, #tlwg7, #tlwg8, #tlwg9, #tlwg10 {
	position: absolute;
	top: 0;
	left: 0;
}
#trwg, #trwg1, #trwg2, #trwg3, #trwg4, #trwg5, #trwg6, #trwg7, #trwg8, #trwg9, #trwg10 {
	position: absolute;
	top: 0;
	right: 0
}
/*End Rounded Corners*/	