@charset "utf-8";
/* CSS Document */
* {
	padding: 0px;
	margin: 0px;
	font-family: Arial, Helvetica, sans-serif;
}
body#HomePage #MainNav #Home {
	color: #c80000;
	background-image: url(../Images/HomeBTN_BG.png);
	background-repeat: no-repeat;
	background-position: 0px -39px;
}
body#AboutUsPage #MainNav #About {
	color: #c80000;
	background-image: url(../Images/AboutBTN_BG.png);
	background-repeat: no-repeat;
	background-position: 0px -39px;
}
body#NewToolingPage #MainNav #New {
	color: #c80000;
	background-image: url(../Images/NewToolingBTN_BG.png);
	background-repeat: no-repeat;
	background-position: 0px -39px;
}
body#UsedToolingPage #MainNav #Used {
	color: #c80000;
	background-image: url(../Images/UsedToolingBTN_BG.png);
	background-repeat: no-repeat;
	background-position: 0px -39px;
}
body#OffersPage #MainNav #Offers {
	color: #c80000;
	background-image: url(../Images/OffersBTN_BG.png);
	background-repeat: no-repeat;
	background-position: 0px -39px;
}
body#ContactUsPage #MainNav #Contact {
	color: #c80000;
	background-image: url(../Images/ContactBTN_BG.png);
	background-repeat: no-repeat;
	background-position: 0px -39px;
}
h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.5em;
	color: #000000;
	position: relative;
	padding-left: 20px;
	padding-top: 20px;
	width: 900px;
	margin: auto;
}
h1 span {
	position: absolute;
	left: 0px;
	top: 20px;
}
h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.2em;
	font-weight: bold;
	color: #000000;
	padding-top: 10px;
}
p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: .8em;
	padding-left: 5px;
}
.Header {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.2em;
	font-weight: bold;
	color: #FFFFFF;
	position: absolute;
	left: 500px;
}
.SubTitle {
	padding-left: 0px;
	font-weight: bold;
}
.FooterHeading {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	font-weight: bold;
	color: #FFFFFF;
	padding-top: 8px;
	padding-left: 25px;
}
.ViewRange {
	font-size: 1.2em;
	font-weight: bold;
	color: #000000;
}
.WeStock {
	color: #c80000;
	font-weight: bold;
}
.Bold {
	font-weight: bold;
}
.ToolHeader {
	font-size: 1em;
	font-weight: bold;
	margin-top: 30px;
	display: block;
	width: 100%;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #c5c5c5;
}
.Errors {
	font-size: 0.9em;
	font-weight: bold;
	color: #c80000;
}
.Red {
	color: #c80000;
}
#PageHolder {
	position: relative;
}
#Header {
	background-color: #c80000;
	height: 150px;
	border-bottom-width: 15px;
	border-bottom-style: solid;
	border-bottom-color: #000000;
}
#HeaderContainer {
	width: 900px;
	margin: auto;
	position: relative;
}
#MainNav {
	height: 40px;
	background-color: #8b8b8b;
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #FFFFFF;
}
#MainNav ol {
	list-style: none;
	text-align: center;
	padding-top: 9px;
	padding-bottom: 10px;
}
#MainNav li {
	display: inline;
}
#MainNav li a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	color: #FFFFFF;
	text-decoration: none;
	padding-left: 1.5em;
	padding-right: 1.5em;
	font-weight: bold;
	padding-bottom: 10px;
	padding-top: 10px;
}
#DropShadow {
	height: 20px;
	background-image: url(../Images/MainNavDropShadow.png);
	background-repeat: repeat-x;
}
#MainContent {
	width: 850px;
	margin: auto;
	display: block;
}
#ContentLeft {
	width: 500px;
	float: left;
	margin-right: 15px;
}
#ContentRight {
	width: 330px;
	float: left;
}
#ContentRight ol {
	list-style: none;
	padding-top: 10px;
}
#ContentRight li {
	padding-left: 15px;
	padding-top: 5px;
}
#ContentRight a {
	text-decoration: none;
	font-size: 1em;
	font-weight: bold;
	color: #c80000;
}
#ContentRight a:hover {
	color: #8b8b8b;
}
#OrderSequence {
	width: 850px;
	margin: auto;
	padding-bottom: 20px;
	clear: both;
	padding-top: 40px;
}
#FooterBG {
	background-image: url(../Images/FooterBG.png);
	background-repeat: repeat-x;
	height: 353px;
	width: 100%;
}
#FooterBox {
	background-image: url(../Images/FooterBoxBG.png);
	background-repeat: no-repeat;
	width: 850px;
	height: 232px;
	margin: auto;
}
#FooterBox ol {
	list-style: none;
	width: 850px;
	text-align: center;
	padding-top: 35px;
}
#FooterBox li {
	display: inline;
}
#FooterBox a {
	display: inline;
	padding-left: 25px;
	padding-right: 25px;
}
#FooterBox  img {
	border: none;
}
#FooterDetails {
	width: 850px;
	margin: auto;
	text-align: center;
	font-weight: bold;
}
#FooterDetails span {
	padding-left: 25px;
	padding-right: 25px;
}
#FooterDetails a {
	color: #000000;
	text-decoration: none;
}
#FooterDetails a:hover {
	color: #CCCCCC;
	text-decoration: none;
}
#NewToolingNav {
	padding-top: 20px;
}
#NewToolingNav ol {
	list-style: none;
	text-align: center;
	padding-bottom: 20px;
}
#NewToolingNav li {
	display: inline;
}
#NewToolingNav a {
	font-size: 0.8em;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
	padding: 10px;
	background-color: #c5c5c5;
	border: 2px dashed #000000;
}
#NewToolingNav a:hover {
	color: #FFFFFF;
	background-color: #000000;
}
#NewToolingNav #IndexableTools #Indexable,
#NewToolingNav #MillingTools #Milling,
#NewToolingNav #HoldingTools #Holding,
#NewToolingNav #SpindleTools #Spindle,
#NewToolingNav #ThreadingTools #Threading,
#NewToolingNav #InspectionTools #Inspection {
	color: #FFFFFF;
	background-color: #000000;
}
.ToolSection {
	clear: both;
	height: 127px;
	margin-top: 10px;
	padding-left: 25px;
}
.ItemIMG {
	width: 180px;
	height: 127px;
	float: left;
	margin-right: 10px;
}
#Form {
	font-size: .8em;
	color: #000000;
}
#Form ol {
	list-style: none;
	margin-left: 10px;
}
#Form li {
	margin-bottom: 10px;
}
#Form label {
	display: block;
	margin-bottom: 2px;
	font-weight: bold;
}
#Form input {
	width: 350px;
	padding: 2px;
	border: 1px solid #c5c5c5;
	background-color: #FFFFFF;
	background-image: url(../Images/InputBG.png);
	background-repeat: repeat;
}
#Form textarea {
	width: 350px;
	padding: 2px;
	height: 150px;
	font-size: 1em;
	border: 1px solid #c5c5c5;
}
#Form input[type=submit] {
	padding: 2px;
	border: 1px solid #c5c5c5;
	width: 60px;
	font-size: 1em;
	font-weight: bold;
	background-color: #8b8b8b;
	color: #8b8b8b;
}
#Form input[type=submit]:hover {
	background-color: #000000;
	color: #c80000;
}
.Purchase {
	font-size: 1.2em;
	font-weight: bold;
	color: #c80000;
}
.Download a {
	font-size: 1.5em;
	font-weight: bold;
	color: #c80000;
	text-decoration: none;
}
.Download a:hover {
	color: #000000;
}
#Home {
	color: #c80000;
	background-image: url(../Images/HomeBTN_BG.png);
	background-repeat: no-repeat;
}
#Home:hover          {
	color: #c80000;
	background-image: url(../Images/HomeBTN_BG.png);
	background-repeat: no-repeat;
	background-position: 0px -39px;
}
#About:hover {
	color: #c80000;
	background-image: url(../Images/AboutBTN_BG.png);
	background-repeat: no-repeat;
	background-position: 0px -39px;
}
#About {
	color: #c80000;
	background-image: url(../Images/AboutBTN_BG.png);
	background-repeat: no-repeat;
}
#New {
	color: #c80000;
	background-image: url(../Images/NewToolingBTN_BG.png);
	background-repeat: no-repeat;
}
#New:hover {
	color: #c80000;
	background-image: url(../Images/NewToolingBTN_BG.png);
	background-repeat: no-repeat;
	background-position: 0px -39px;
}
#Used {
	color: #c80000;
	background-image: url(../Images/UsedToolingBTN_BG.png);
	background-repeat: no-repeat;
}
#Used:hover {
	color: #c80000;
	background-image: url(../Images/UsedToolingBTN_BG.png);
	background-repeat: no-repeat;
	background-position: 0px -39px;
}
#Offers {
	color: #c80000;
	background-image: url(../Images/OffersBTN_BG.png);
	background-repeat: no-repeat;
}
#Offers:hover {
	color: #c80000;
	background-image: url(../Images/OffersBTN_BG.png);
	background-repeat: no-repeat;
	background-position: 0px -39px;
}
#Contact {
	color: #c80000;
	background-image: url(../Images/ContactBTN_BG.png);
	background-repeat: no-repeat;
}
#Contact:hover {
	color: #c80000;
	background-image: url(../Images/ContactBTN_BG.png);
	background-repeat: no-repeat;
	background-position: 0px -39px;
}
h3 {
	font-size: 1em;
	font-weight: bold;
	margin-top: 30px;
	display: block;
	width: 100%;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #c5c5c5;
}

