/*-----------------------------------------------------------------------------
milltechcnc.com Style Sheet

version:   1.0
author:    Jason Luther
email:     jluther@bluefilamentdesign.com
website:   http://www.bluefilamentdesign.com/
-----------------------------------------------------------------------------*/

/* Remove padding and margin */
* {
  	margin: 0;
	padding: 0;
}

/* Center document */
body {
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
}

#wrapper {
	margin: 0 auto;
	text-align: left;
	width: 760px;
}


/* Home page Header --------------------------------------------------------*/
#header {
	height: 135px;
	width: 760px;
}
#header img {
	float: left;
	padding: 10px 10px 0 0;
}


/* Intro styles -------------------------------------------------------------*/
#intro {
	height: 195px;
	background: url(images/intro-bkgrd.jpg) no-repeat top left;
	margin-right: -55px;
	padding: 20px 10px;
	color: #FFF;
}
.intro {
	float: left;
	font-size: 13px;
	width: 475px;
}
#contactmill {
	float: right;
	font-size: 12px;
	padding-right: 155px;
}
#contactmill h2 {
	font-size: 14px;
	font-weight: normal;
}
#contactmill li {
	list-style-type: none;
	margin-bottom: 12px;
}
#contactmill li li {
	margin: 0;
}
#contactmill a {
	text-decoration: none;
	color: #FFF;
}
#contectmill a:hover {
	color: #999;
	border-bottom: 1px solid #999;
}



/* Home page Navigation ---------------------------------------------*/
#nav {
	clear: both;
	font-size: 14px;
	margin-top: -30px;
}
#nav li {
	list-style-type: none;
}
#nav h3 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 24px;
	font-weight: normal;
	text-align: center;
	color: #FFF;
	background: #999;
	border-top: 2px solid #666;
}
#horizontal h3 {
	text-align: left;
	padding-left: 2px;
}
#nav img {
	border-top: 2px solid #666;
	border-bottom: 2px solid #666;
}
#mill, #horizontal, #turning {
	float: left;
	width: 240px;
	height: 270px;
	margin: 0 0 10px 9px !important; /* to hide from IE6*/
	margin: 0 0 10px 7px;
	border-left: 1px solid #999;
	border-right: 1px solid #999;
	background: url(images/stripe.jpg) no-repeat bottom left;
	color: #333;
}
#nav li li {
	padding: 10px 0 2px 5px;
}
h4 {
	float: left;
	font-size: 14px;
	padding-right: 4px;
}
#nav a {
	text-decoration: none;
	color: #333;
	border-bottom: 1px dotted #333;
}
*html #nav a {
	border-bottom: 1px solid #333;
}
#nav a:hover {
	font-weight: bold;	
}
#horizontal p {
	padding-left: 68px;
}
#turning p {
	padding-left: 83px;
}


/* Footer -----------------------------------------------------------*/
#footer {
	clear: left;
	width: 730px;
	height: 17px;
	padding: 13px 15px 0;
	background: #999;
	border-top: 2px solid #666;
	border-bottom: 2px solid #666;
	font-size:10px;
	color: #FFF;
	margin-bottom: 10px;
	margin-top: 30px;
}	
#copy {
	float: left;
}
#credit {
	float: right;
}
