@charset "utf-8";
/* CSS Document */
a:visited {
	color: #FFFFFF;
}
a:link {
	text-decoration: none;
	color: #FFFFFF;
}
a:visited {
	text-decoration: none;
}
a:hover {
	text-decoration: none;
}
a:active {
	text-decoration: none;
}
body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #011522;
	background-image:url(images/bckgrd2.jpg);
	background-repeat:repeat-x;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 25px;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
}

.mtc #container {
	width: 900px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
}
.mtc #header {
	padding: 0px 0px 0 0px;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	background-image:url(images/header3.png);
	background-repeat:no-repeat;
}
.mtc #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 0px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
.mtc #menubar {
	padding: 0 0px;
}
.mtc #flashcontent {
	padding: 0 0px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
		
}
.mtc #mainContent {
	padding: 0 0px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background-image:url(images/maincontent1.png);
	background-repeat:no-repeat;
	
}
.mtc #mainContentaboutus {
	padding: 0 0px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background-image:url(images/maincontentaboutus.png);
	background-repeat:no-repeat;
	
}
.mtc #mainContentcontactus {
	padding: 0 0px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background-image:url(images/maincontent2.png);
	background-repeat:no-repeat;
	
}
.mtc #mainContentmachining {
	padding: 0 0px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background-image:url(images/maincontentmachining.png);
	background-repeat:no-repeat;
	
}
.mtc #mainContentrfq {
	padding: 0 0px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background-image:url(images/maincontent2.png);
	background-repeat:no-repeat;
	font-family: Helvetica, Arial, sans-serif; line-height: 135%; 
	text-align:center;
	
}

.mtc #affiliates {
	padding: 0 10px 0 10px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	
}
.mtc #footer {
	padding: 0 10px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	
}
.mtc #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}

.ihatehtml {
	color: #FFFFFF;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	padding: 4px 0px 10px 0px;
	margin-left: 6%;
	margin-right: 10%;
	border: none;
	width: 162px;
	height: 37px;
	text-shadow: 0 1px 0 rgba(0,0,0,0.2);
	cursor: pointer;
	background-color: midnightblue;
}

.style1 {
	font-size: 16px;
	line-height: 1.5rem;
	color: #ffffff;
	font-family: Geneva, Arial, Helvetica, sans-serif;
}
.style9 {
	font-size: medium;
	color: #ffffff;
	font-style: italic;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	text-align: center;
}
.style10 {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 14px;
    color: white;
}
.style11 {
	font-family:Geneva, Arial, Helvetica, sans-serif;
	font-size:x-small;
	color:#CCCCCC;
}

.style12 {
	font-family:Geneva, Arial, Helvetica, sans-serif;
	font-size:large;
	color:#CCCCCC;
    font-weight: bold;
    text-decoration: none;
}
.list1 {
    list-style-type: none;
}



/* Generated via www.cssmenubuilder.com */

.menu{margin:0 auto; padding:0; height:30px; width:100%; display:block; background:url(images/topMenuImages.png) repeat-x;}
.menu li{padding:0; margin:0; list-style:none; display: inline; text-align:center;}
.menu li a{float: left; padding-left:100px; display:block; color:rgb(255,255,255); text-decoration:none; font:12px Verdana, Arial, Helvetica, sans-serif; cursor:pointer; background:url(images/topMenuImages.png) 0px -30px no-repeat;}
.menu li a span{line-height:30px; float:left; display:block; padding-right:15px; background:url(images/topMenuImages.png) 100% -30px no-repeat;}
.menu li a:hover{background-position:0px -60px; color:rgb(255,255,255);}
.menu li a:hover span{background-position:100% -60px;}
.menu li a.active, .menu li a.active:hover{line-height:30px; font:12px Verdana, Arial, Helvetica, sans-serif; background:url(images/topMenuImages.png) 0px -90px no-repeat; color:rgb(255,255,255);}
.menu li a.active span, .menu li a.active:hover span{background:url(images/topMenuImages.png) 100% -90px no-repeat;}