@charset "UTF-8";

/*------------------main styles---------------------*/
* {
	border: none;
	padding: none;
	margin: none;
}
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	background: #666666;
	margin: 0px;
	padding: 0px;
	border: none;
}
img {
	border: none;
	padding: 0px;
	margin: none;
}
h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	text-indent: 30px;
	line-height: 19px;
}
h2 {
	font-size: 23px;
	text-align: center;
	margin-right: 146px;
}
h3 {
	font-size: 18px;
	color: #FFFFFF;
	margin: 10px 0px 6px;
}
h4 {
	font-size: 20px;
	text-align: center;
}
#footer {
	background-image: url(images/bottom_bar.jpg);
	text-align: center;
	height: 21px;
	padding-top: 16px;
	background-repeat: no-repeat;
	clear: both;
}
#container {
	position: relative;
	background-color: #EEEEEE;
	border: 2px solid #000000;
	margin-top: 20px;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
	width: 900px;
}

/*------------------End products page styles-------------------*/


/*---------------Contact page styles---------------*/
#contact_div {
	font-size: 12px;
	width: 440px;
	background-color: EEEEEE;
	margin-left: 280px;
	padding: 20px 20px;
	text-align: center;
}
#content_index {
	width:680px;
	z-index:2;
	background-color: #EEEEEE;
	text-align: left;
	margin-top: 30px;
	margin-left: 220px;
	position: absolute;
	top: 145px;
	left: 0px;
	background-image: url(images/ghost_building_scaled.jpg);
	margin-bottom: 30px;
	background-repeat: no-repeat;
}

/*-------------------------products page styles------------------------*/

#content_products {
	width:620px;
	text-align: left;
	margin-left: 280px;
	position: absolute;
	top: 145px;
	left: 0px;
	overflow: hidden;
	background-image: url(images/background_tabs.jpg);
	height: 710px;
	margin-top: 40px;
}

/*-------------------Left column--------------------*/

#address {
	margin-left: 30px;
	margin-top: 40px;
	font-family: Arial, Helvetica, sans-serif;
}

/*-----------------Navigation------------------*/

#nav {
	text-align: left;
	height: 700px;
	width: 220px;
	z-index: 4;
	float: left;
	margin-top: 30px;
}
#home_but {
	background-image: url(images/welcome.jpg);
	height: 53px;
	width: 220px;
	background-repeat: no-repeat;
	background-color: #EEEEEE;
	z-index: 4;
}
#home_but:hover {
	background-image: url(images/welcome_over.jpg);
	background-repeat: no-repeat;
	background-color: #EEEEEE;
}
#product_but {
	background-image: url(images/products.jpg);
	height: 53px;
	width: 220px;
	background-repeat: no-repeat;
	background-color: #EEEEEE;
	z-index: 4;
}
#product_but:hover {
	background-image: url(images/products_over.jpg);
	background-repeat: no-repeat;
	background-color: #EEEEEE;
}
#contact_but {
	background-image: url(images/contact.jpg);
	height: 53px;
	width: 220px;
	background-repeat: no-repeat;
	background-color: #EEEEEE;
	z-index: 4;
}
#contact_but:hover {
	background-image: url(images/contact_over.jpg);
	background-repeat: no-repeat;
	background-color: #EEEEEE;
}
.text_links {
	font-size: 14px;
	color: #000000;
	text-decoration: underline;
	padding-left: 30px;
	line-height: 18px;
}

/*-----------------classes and other styles-------------*/

.assembly_text {
	width: 440px;
	position: absolute;
	height: 130px;
	left: 160px;
	top: 12px;
}
.tooling_text {
	width: 440px;
	position: absolute;
	height: 130px;
	left: 160px;
	top: 132px;
}
.fastening_text {
	width: 440px;
	position: absolute;
	height: 130px;
	left: 160px;
	top: 232px;
}
.aerospace_text {
	width: 440px;
	position: absolute;
	height: 130px;
	left: 160px;
	top: 340px;
}
.cutting_text {
	width: 440px;
	position: absolute;
	height: 130px;
	left: 160px;
	top: 466px;
}
.industrial_text {
	width: 440px;
	position: absolute;
	height: 130px;
	left: 160px;
	top: 572px;
}
.product_names {
	font-size: 10px;
	margin: 4px 0px 0px;
	text-align: justify;
}
.stamp_img {
	padding-left: 4px;
}
.info {
	font-size: 17px;
	font-weight: bold;
}
.tagbottom {font-size: 14px}



.clear {
	clear: both;
}
.bodytext {
	padding-left: 30px;
	padding-top: 10px;
	line-height: 20px;
	text-align: justify;
	padding-right: 30px;
	margin-right: 146px;
}
.float_left {
	float: left;
}
.floatright {
	float: right;
}
.red {
	color: #8B122B;
}

.fastred {
	font-style: italic;
	font-weight: bold;
	color: #8B122B;
	font-size: 1.3em;
}
.regred {
	font-weight: bold;
	color: #8B122B;
	font-size: 1.3em;
	text-align: justify;
}
.nobreak {
	white-space: nowrap;
}
