/*
Author: Marc Spada
Company: United Tool & Machine
Created: March 1, 2010
GLOBAL HEADER
*/
* {
	margin: 0;
	padding: 0;
}
body {
	font-family: Arial, Veranda, Sans-serif;
	font-size: 100%;
	font-weight: normal;
	width: 100%;
	letter-spacing: .05em;
	background-color: #BFBFC1;
	color: #000066;
	background-image: url(../images/bkground.png);
	background-repeat: repeat-y;	
}
	a {
		text-decoration: none;
		color: #000066;
	}
	li {
		list-style: none;
		color: #000066;
	}
	img {
		border-style: none;
	}
#outer {
	width: 800px;
	margin: 0 auto;
	}
#head {
	position: relative;
	margin: 2px auto;
	}
	#ulogo {
		margin: 5px 0px 0px -5px;
	}
	#contact {
		position: absolute;
		top: 11px;
		right: 1px;
		width: 30%;
		text-align: right;
		font-weight: bold;
		font-size: 75%;
		}
		#contact a {
			color: #000066;
		}
			#contact a:hover {
				color: blue;
			}
#nav1 ul {
list-style-type: none;
background-image: url(../images/navsprite2.png);
background-repeat: no-repeat;
height: 22px;
width: 800px;
}	
#nav1 li {
	float: right;
	}
#nav1 ul a {
display: block;
text-decoration: none;
line-height: 22px;
font-size: 11px;
color: white;
width: 80px;
margin: 0 0 0 4px;
padding: 0 10px 0 10px;
text-align: center;
}
#a a:hover {
	background-image: url(../images/navsprite2.png);
	background-repeat: no-repeat;	
	background-position: -284px -78px;
}		
#b a:hover {
	background-image: url(../images/navsprite2.png);
	background-repeat: no-repeat;	
	background-position: -388px -78px;
}	
#c a:hover {
	background-image: url(../images/navsprite2.png);
	background-repeat: no-repeat;	
	background-position: -491px -78px;
}
#d a:hover {
	background-image: url(../images/navsprite2.png);
	background-repeat: no-repeat;	
	background-position: -596px -78px;
}		
#e a:hover {
	background-image: url(../images/navsprite2.png);
	background-repeat: no-repeat;	
	background-position: -700px -78px;
}	