@charset "UTF-8";
/* this is the text links of all the pages */

a:link {
	color: #999999;
	text-decoration: underline;
}
a:visited {
	color: #FFFFFF;
	text-decoration: underline;
}
a:hover {
	text-decoration: none;
	color: #999999;
}
a:active {
	text-decoration: underline;
	color: #999999;
}

/**/

body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #606060;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	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: #606060;
}
.oneColFixCtr #container {
	width: 800px;
	text-align: left; /* this overrides the text-align: center on the body element. */
	background-color: #606060;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	height: 485px;
}
.oneColFixCtr #empcontainer {
	width: 800px;
	text-align: left; /* this overrides the text-align: center on the body element. */
	background-color: #606060;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	height: 410px;
}
.title_image {
	float: left;
	left: 0px;
}
.maincontact {
	float: left;
	height: 86px;
	width: 269px;
	background-image: url(images/contact_main.png);
	top: 100px;
}
.rule {
	background-image: url(images/contact_rue.png);
	background-repeat: no-repeat;
	padding-left: 10px;
}
.oneColFixCtr #mainContent {
	background-image: url(images/contact_phone.png);
	background-repeat: no-repeat;
	background-position: right 120px;
	height: 485px;
	padding-top: 0;
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 0px;
}
.oneColFixCtr #employment {
	background-image: url(images/employment_valve.png);
	background-repeat: no-repeat;
	background-position: right 110px;
	height: 450px;
	padding-top: 0;
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 0px;
}
.oneColFixCtr #shopservices {
	background-image: url(images/shop_servicelathe.png);
	background-repeat: no-repeat;
	background-position: right 20px;
	height: 450px;
	padding-top: 0;
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 0px;
}
.oneColFixCtr #reconproducts {
	background-image: url(images/recon_welding.png);
	background-repeat: no-repeat;
	background-position: right -15px;
	height: 800px;
	padding-top: 0;
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 0px;
}
.oneColFixCtr #fieldservices {
	background-image: url(images/field_service_truck.png);
	background-repeat: no-repeat;
	background-position: right 120px;
	height: 450px;
	padding-top: 0;
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 0px;
}
.oneColFixCtr #fieldcontainer {
	width: 800px;
	text-align: left; /* this overrides the text-align: center on the body element. */
	background-color: #606060;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	height: 450px;
}
.style10 {
	font-size: 12px;
	line-height: 22px;
	color: #FFFFFF;
}
.oneColFixCtr #valveservices {
	background-image: url(images/valve_image.png);
	background-repeat: no-repeat;
	background-position: right 20px;
	height: 845px;
	padding-top: 0;
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 0px;
}
.oneColFixCtr #valvecontainer {
	width: 800px;
	text-align: left; /* this overrides the text-align: center on the body element. */
	background-color: #606060;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	height: 845px;
}

/* Text & Body Copy Elements. */

.subheadred {
	color: #e27667;
	font-weight: bold;
	font-size: 11pt;
	font-family: Arial, Helvetica, sans-serif;
}
.bodycopy {
	font-size: 12px;
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
}
.bodycopyleaded {
	font-size: 12px;
	line-height: 22px;
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
}
.subheadwhite {
	color: #FFFFFF;
	font-weight: bold;
	font-size: 11pt;
	font-family: Arial, Helvetica, sans-serif;
}
.shopleading {
	line-height: 22px;
	font-size: 11pt;
}
.reconleading {
	line-height: 22px;
	font-size: 11pt;
}