@charset "utf-8";
img, object, embed,  {
	max-width: 100%;
}
/* IE 6 does not support max-width so default to width 100% */
.ie6 img {
	width:100%;
}


/* Mobile */
@media only screen and (min-width: 300px) {
.gridContainer {
	margin-left: auto;
	margin-right: auto;
	width: 100%;
	padding-left: 0%;
	padding-right: 0%;
	max-width: 599px;
	min-width: 300px;
	z-index: 2;
	background:none;
    -webkit-transition: all .8s ease-in-out;
    -moz-transition: all .8s ease-in-out;
    -o-transition: all .8s ease-in-out;
    transition: all .8s ease-in-out;
}

#sticky {
    width: 100%;
	margin-left:0%;
	margin-right:0%;
    color: #fff;
	font-size:100%;
    z-index: 90000000;
	background-color: rgba(0,0,0,1);
	
}
#sticky.stick {
	width:100%;
	margin-left:0%;
	margin-right:0%;
    position: fixed;
    top: 0;
    z-index: 9000000;
	font-size:100%;
	background-color: rgba(0,0,0,.2);
}
#StickySpace{
	height:40px;
	background-color: transparent;
	
}
#StickySpace.stick{
	background-color: transparent;
	
}
#sticky2 {
    width: 30%;
	margin-left:35%;
	margin-right:35%;
    color: #fff;
	font-size:100%;
    z-index: 90000000;
	
}
#sticky2.stick2 {
	width:20%;
	margin-left:40%;
	margin-right:40%;
    position: fixed;
    top: 0;
    z-index: 9000000;
	font-size:80%;
}
#StickySpace2{
	height:350px;
	
}
#TopSpace{
	height:100px;
}
#Navbar {
	float: left;
	font-size: 250%;
	display: block;
	width: 100%;
	margin-left: 0;
	margin-top: 0;
	position: relative;
	background-color:#FFF;
	top: -50;
	left: 0;
	z-index: 100;
	overflow: visible;
	-moz-box-shadow: 0px 0px 5px #000000;
	-webkit-box-shadow: 0px 0px 5px #000000;
	box-shadow: 0px 0px 5px #000000;
}
#NavbarPhone {
	float: left;
	margin-right: 0%;
	margin-left: 0%;
	margin-top:11px;
	font-weight: bold;
	width: 100%;
	font-size: 50%;
	display: none;
	height:60px;
	overflow:hidden;
	background-image:url(../Graphics/Backgrounds/RiverSalvagePittsburghPa.jpg);
	background-size:cover;
	background-repeat:no-repeat;
	-webkit-transition: all 1s ease-in-out 0s;
	-moz-transition: all 1s ease-in-out 0s;
	-ms-transition: all 1s ease-in-out 0s;
	-o-transition: all 1s ease-in-out 0s;
	transition: all 1s ease-in-out 0s;
}
#NavbarPhone:hover {
	height: auto;
	width:100%;
	background:rgba(0,0,0,0.1);
	margin-right: 0%;
	margin-left: 0%;
	font-size: 100%;
}
#MainBody {
	float: left;
	margin-left:10%;
	margin-right:10%;
	width: 80%;
	padding-bottom:200px;
	display: block;
	position:absolute;
	font-size:100%;
	top:150px;
	opacity:1;
	z-index:10000;
	left:0;
	-webkit-animation:mainbod ease-in 2s;
	-moz-animation:mainbod ease-in 2s;
    -o-animation:mainbod ease-in 2s;
  	 animation:mainbod ease-in 2s;
  	 -webkit-animation-fill-mode:forwards;
  	 -moz-animation-fill-mode:forwards;
  	 -o-animation-fill-mode:forwards;
  	 animation-fill-mode:forwards;
}
@-webkit-keyframes mainbod { 
	0% { opacity:0;} 
	100% { opacity:1;}
}
@-moz-keyframes mainbod { 
	0% { opacity:0;} 
	100% { opacity:1;}   
}
@-o-keyframes mainbod { 
	0% { opacity:0;} 
	100% { opacity:1;} 
}
@keyframes mainbod { 
	0% { opacity:0;} 
	100% { opacity:1;}
}
#MainTableBody {
	background-color:rgba(255,255,255,0.7);
	-moz-box-shadow:0px 0px 10px #40FF40;
	-webkit-box-shadow:0px 0px 10px #40FF40;
	box-shadow:0px 0px 10px #40FF40;
}
#BodyLeft {
	float: left;
	margin-left: 1%;
	margin-right:1%;
	width: 98%;
	display: block;
	font-size:80%;
}
#BodyRight {
	float: right;
	margin-left: 1%;
	margin-right:1%;
	width: 98%;
	display: block;
	font-size:80%;
}
#BodyLeftFull {
	float: left;
	margin-left: 0%;
	margin-right:0%;
	width: 100%;
	display: block;
	font-size:80%;
}
#BodyRightFull {
	float: right;
	margin-left: 0%;
	margin-right:0%;
	width: 100%;
	display: block;
	font-size:80%;
}
#BodyLeftFull2 {
	float: left;
	margin-left: 0%;
	margin-right:0%;
	width: 100%;
	display: block;
	font-size:80%;
}
#BodyRightFull2 {
	float: right;
	margin-left: 0%;
	margin-right:0%;
	width: 100%;
	display: block;
	font-size:80%;
}
#BodyLeftSec {
	float: left;
	margin-left: 1%;
	margin-right:1%;
	width: 98%;
	display: block;
	font-size:80%;
	z-index:5;
}
#BodyRightSec {
	float: right;
	margin-left: 1%;
	margin-right:1%;
	width: 98%;
	display: block;
	font-size:80%;
	z-index:5;
}
#BodyCenter {
	float: left;
	margin-left: 5%;
	margin-right: 5%;
	margin-top:0px;
	width: 90%;
	display: block;
	font-size:80%;
}
#ContactForm {
	float: left;
	margin-left: 20%;
	margin-right:20%;
	width: 60%;
	display: block;
	font-size:100%;
	blend-mode:multiply;
	background:rgba(0,0,0,0.1);
	-moz-box-shadow: 1px 1px 0 #111111, 0 2px 0 #777777;
    -webkit-box-shadow: 1px 1px 0 #111111, 0 2px 0 #777777;
    box-shadow: 1px 1px 0 #111111, 0 2px 0 #777777;
}
#Footer {
	display: block;
	float: left;
	position: relative;
	bottom: 0;
	left: 0;
	font-size: 100%;
	margin-left: 0%;
	margin-right: 0%;
	width: 100%;
	z-index: 110;
	background-color:#FFF;
}
#Footer2 {
	display: none;
	float: left;
	position: relative;
	bottom: 0;
	left: 0;
	font-size: 100%;
	margin-left: 0%;
	margin-right: 0%;
	width: 100%;
	z-index: 110;
	background-color: transparent;
}
#PhoneFooter {
	display: block;
	float: left;
	position: relative;
	bottom:0;
	left:0;
	font-size: 80%;
	margin-left: 0%;
	margin-right: 0%;
	width: 100%;
	background-color:#0552AF;	
}
.MainBodyWhite {
	color: #FFF;
	font-size: 150%;
	font-family: KlavReg, Tahoma, Geneva, sans-serif;
	padding:10px;
	margin:0px;
	text-shadow:0px 0px 10px #000000;
}
.MainBodyWhite2 {
	color: #FFF;
	font-size: 200%;
	font-family: KlavReg, Tahoma, Geneva, sans-serif;
	padding:10px;
	margin:0px;
	text-shadow:0px 0px 10px #000000;
}


#CrimpForceMonitors {
	height:1px;
	overflow:hidden;
	position:absolute;
	bottom:0;
	font-size:100%;
	font-weight:bolder;
	width:100%;
}
#WireHarnessManufacturing{
	display:block;
	position:absolute;
	height: auto;
	width:100%;
	font-size:90%;
	z-index:1000;
}
#WireHarnessManufacturing1 {
	position:relative;
	float: left;
	margin-left: 2%;
	margin-right: 2%;
	width: 96%;
	display: block;
	margin-bottom:20px;
	background-color:transparent;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	box-shadow: none;
	font-size:90%;
}
#WireHarnessManufacturing1:hover {
	-moz-box-shadow: 0px 0px 10px #000;
	-webkit-box-shadow: 0px 0px 10px #000;
	box-shadow: 0px 0px 10px #000;
	background-color: #8F8D92;
}
#WireHarnessManufacturing2 {
	position:relative;
	float: left;
	margin-left: 2%;
	margin-right: 2%;
	width: 96%;
	display: block;
	margin-bottom:20px;
	background-color:transparent;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	box-shadow: none;
	font-size:90%;
}
#WireHarnessManufacturing2:hover {
	-moz-box-shadow: 0px 0px 10px #000;
	-webkit-box-shadow: 0px 0px 10px #000;
	box-shadow: 0px 0px 10px #000;
	background-color: #8F8D92;
}
#WireHarnessManufacturing3 {
	position:relative;
	float: left;
	margin-left: 2%;
	margin-right: 2%;
	width: 96%;
	display: block;
	margin-bottom:0px;
	background-color:transparent;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	box-shadow: none;
	font-size:90%;
}
#WireHarnessManufacturing3:hover {
	-moz-box-shadow: 0px 0px 10px #000;
	-webkit-box-shadow: 0px 0px 10px #000;
	box-shadow: 0px 0px 10px #000;
	background-color: #8F8D92;
}
#CrimpForceMonitors1 {
	position:relative;
	float: left;
	margin-left: 5%;
	margin-right: 5%;
	width: 90%;
	display: block;
	margin-bottom:0px;
	font-size:90%;
}
#CrimpForceMonitors2 {
	position:relative;
	float: left;
	margin-left: 5%;
	margin-right: 5%;
	width: 90%;
	display: block;
	margin-bottom:0px;
	font-size:90%;
}
#CrimpForceMonitors3 {
	position:relative;
	float: left;
	margin-left: 5%;
	margin-right: 5%;
	width: 90%;
	display: block;
	margin-bottom:0px;
	font-size:90%;
}
#CrimpForceMonitors11 {
	position:relative;
	float: left;
	margin-left: 2%;
	margin-right: 2%;
	width: 96%;
	display: block;
	margin-bottom:0px;
	font-size:90%;
}
#CrimpForceMonitors22 {
	position:relative;
	float: left;
	margin-left: 2%;
	margin-right: 2%;
	width: 96%;
	display: block;
	margin-bottom:0px;
	font-size:90%;
}
#CrimpForceMonitors33 {
	position:relative;
	float: left;
	margin-left: 2%;
	margin-right: 2%;
	width: 96%;
	display: block;
	margin-bottom:0px;
	font-size:90%;
}
#CrossSectioningPhone{
	z-index:1000000;
	font-size:100%;
	margin-right:0%;
	width:17%;
	margin-left:83%;
	display:none;
	position: fixed;
	top: 50px;
	-webkit-transition: all 1s ease-in-out 0s;
	-moz-transition: all 1s ease-in-out 0s;
	-ms-transition: all 1s ease-in-out 0s;
	-o-transition: all 1s ease-in-out 0s;
	transition: all 1s ease-in-out 0s;
}
#CrossSectioningPhone.stick{
	z-index:1000000;
	font-size:100%;
	margin-right:0%;
	width:17%;
	margin-left:83%;
	display:none;
	position: fixed;
	top: 17px;
	-webkit-transition: all 1s ease-in-out 0s;
	-moz-transition: all 1s ease-in-out 0s;
	-ms-transition: all 1s ease-in-out 0s;
	-o-transition: all 1s ease-in-out 0s;
	transition: all 1s ease-in-out 0s;
}
#CrimpForceMonitorsMenu{
	display: none;
	width: 80%;
	margin-right:0%;
	margin-left:20%;
	position: fixed;
	top: 30px;
	z-index: 90000000;
	font-size: 100%;
	-webkit-transition: all 1s ease-in-out 0s;
	-moz-transition: all 1s ease-in-out 0s;
	-ms-transition: all 1s ease-in-out 0s;
	-o-transition: all 1s ease-in-out 0s;
	transition: all 1s ease-in-out 0s;
	background-color: transparent;
}
#CrimpForceMonitorsMenu.stick{
	display: none;
	width: 80%;
	margin-right:0%;
	margin-left:20%;
	position: fixed;
	top: 5px;
	z-index: 900000000;
	font-size: 100%;
	-webkit-transition: all 1s ease-in-out 0s;
	-moz-transition: all 1s ease-in-out 0s;
	-ms-transition: all 1s ease-in-out 0s;
	-o-transition: all 1s ease-in-out 0s;
	transition: all 1s ease-in-out 0s;
	background-color: transparent;
}
#CrimpForceMonitorsLogo{
	display: block;
	width: 35%;
	margin-left: 1%;
	margin-right: 64%;
	position: fixed;
	top: 1px;
	z-index: 900000;
	font-size: 100%;
	-webkit-transition: all 1s ease-in-out 0s;
	-moz-transition: all 1s ease-in-out 0s;
	-ms-transition: all 1s ease-in-out 0s;
	-o-transition: all 1s ease-in-out 0s;
	transition: all 1s ease-in-out 0s;
	background-image:url(../images/C&STechnologies.png);
	background-position:top left;
	background-size:contain;
	background-repeat:no-repeat;
	height:170px;
}
#CrimpForceMonitorsLogo.stick{
	display: block;
	width: 35%;
	margin-left: 1%;
	margin-right: 64%;
	position: fixed;
	top: 1px;
	z-index: 900000;
	font-size: 100%;
	-webkit-transition: all 1s ease-in-out 0s;
	-moz-transition: all 1s ease-in-out 0s;
	-ms-transition: all 1s ease-in-out 0s;
	-o-transition: all 1s ease-in-out 0s;
	transition: all 1s ease-in-out 0s;
	height:125px;
}
#CrimpForceMonitorsbg{
	background-color: transparent;
	display: none;
	width: 100%;
	height: 150px;
	position: absolute;
	z-index: 1000;
	top: 0;
	z-index: 0;
	-webkit-transition: all 1s ease-in-out 0s;
	-moz-transition: all 1s ease-in-out 0s;
	-ms-transition: all 1s ease-in-out 0s;
	-o-transition: all 1s ease-in-out 0s;
	transition: all 1s ease-in-out 0s;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	box-shadow: none;
}
#CrimpForceMonitorsbg.stick{
	background-color: #85848a;
	display: none;
	width: 100%;
	height: 125px;
	position: fixed;
	z-index: 1000;
	top: 0;
	z-index: 0;
	-webkit-transition: all 1s ease-in-out 0s;
	-moz-transition: all 1s ease-in-out 0s;
	-ms-transition: all 1s ease-in-out 0s;
	-o-transition: all 1s ease-in-out 0s;
	transition: all 1s ease-in-out 0s;
	-moz-box-shadow:0px 0px 10px #000;
	-webkit-box-shadow:0px 0px 10px #000;
	box-shadow:0px 0px 10px #000;
}
#CrossSectioningScroll{
	z-index:10;
	font-size:100%;
	margin-right:5%;
	width:10%;
	margin-left:85%;
	display: none;
	position: absolute;
	bottom: 75px;
	-webkit-transition: all 1s ease-in-out 0s;
	-moz-transition: all 1s ease-in-out 0s;
	-ms-transition: all 1s ease-in-out 0s;
	-o-transition: all 1s ease-in-out 0s;
	transition: all 1s ease-in-out 0s;
}
#WireHarnessManufacturingNav{
	width: 100%;
	display: none;
	font-size:60%;
	padding-top:80px;
	background-color: rgba(9,85,176,0.9);
	z-index: 2000;
	position: fixed;
	-moz-box-shadow:0px 0px 10px #000;
	-webkit-box-shadow:0px 0px 10px #000;
	box-shadow:0px 0px 10px #000;	
}
#WireHarnessManufacturingheadertab{
	position: fixed;
	z-index:5000;
	top: 0%;
	margin-right:0%;
	width:100%;
	margin-left:0%;
	display: block;
	background-color:#85848a;
	font-size:90%;	
}


.slide{
	background-attachment: fixed;
	width:100%;
	height:100%;
	position: relative;
	box-shadow:inset 0px 10px 10px rgba(0,0,0,0.3);
}
.wrapper{
	width:960px;
	height:200px;
	margin:0 auto;
	position:relative;
}

/******************************
 SLIDE 1 
*******************************/
#slide1{
	width: 100%;
	background-image: url(../images/LogCabins/LogDwellingsEastCoast.jpg);
	background-size: cover;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-repeat: no-repeat;
}
#WireHarnessManufacturingMon{
	display: block;
}
#WireHarnessManufacturingTab{
	display: none;
}
.AnchorMarg{
	display: block; 
	position: relative; 
	top: -100px; 
	visibility: hidden;
}
#WireHarnessManufacturingTint{
	background-color: rgba(0,0,0,.3);
	width:100%;
	position: fixed;
	z-index:5;
	height:120%;
}
.WireHarnessManufacturingCompany{
	width:98%;
	margin-left:1%;
	margin-right:1%;
}
.WireHarnessManufacturingCompanyProducts{
	width:100%;
	margin-left:0%;
	margin-right:0%;
	font-size:100%;
}
#WireHarnessManufacturingCompanyLeft{
	width:90%;
	margin-left:5%;
	margin-right:5%;
}
#WireHarnessManufacturingBtn{
	width: 30%;
	margin-left: 35%;
	margin-right: 35%;
	background-color: rgba(17,80,144,0.5);
	border: #0A53AD medium solid;
	padding-top: 15px;
	padding-bottom: 15px;
	padding-right: 15px;
	padding-left: 15px;
	font-family: KlavReg, Tahoma, Geneva, sans-serif;
	font-size: 250%;
	color: #FFF !important;
}
#WireHarnessManufacturingBtn:hover{
	background-color: #FFF;
	color:#0A53AD !important;
}
#CrimpForceMonitorsHt{
	width:100%;
	height:100px;
}
.PressAnalyzerTable{
	width:80%;
	margin-left:20%;
	margin-right:0%;
	font-size:100%;
}
#StampingCompanyVid{
	display:block;
	z-index:0;
	position: fixed;
}
#CrimpingStamping1{
	width:100%;
	margin-left:0%;
	margin-right:0%;
	display:block;
	position:relative;
	float: left;
	height: 300px;
	background-color: transparent;
	-moz-box-shadow:none;
	-webkit-box-shadow:none;
	box-shadow: none;
	z-index:0;
}
#CrimpingStamping1 .CrimpingStamping{
	height:300px;
}
#CrimpingStamping1:hover .CrimpingStamping{
	height:auto;
}
#CrimpingStamping1:hover .info{
  visibility: visible;
  opacity: 1;
}
#CrimpingStamping1:hover .info2{
  visibility: visible;
  opacity: 1;
}
#CrimpingStamping2{
	width: 100%;
	margin-left: 0%;
	margin-right: 0%;
	display: block;
	font-size: 100%;
	background-image: url(../images/CrimpingStampingProducts/Crimp_Force_Monitors/CFM-Lite/P4100082.JPG);
	background-position: center center;
	background-size: 150% 150%;
	height: 300px;
	position: relative;
	float: left;
	background-color: transparent;
	-webkit-transition: all 1s ease; /* Safari and Chrome */
	-moz-transition: all 1s ease; /* Firefox */
	-ms-transition: all 1s ease; /* IE 9 */
	-o-transition: all 1s ease; /* Opera */
	transition: all 1s ease;
}
#CrimpingStamping2:hover{
	background-size: 100% 100%;
}
#CrimpingStamping3{
	width:100%;
	margin-left:0%;
	margin-right:0%;
	display: none;
	position:relative;
	float: right;
	height: 300px;
	background-color: transparent;
	-moz-box-shadow:none;
	-webkit-box-shadow:none;
	box-shadow: none;
	z-index:0;
}
#CrimpingStamping3 .CrimpingStamping{
	height:300px;
}
#CrimpingStamping3:hover .CrimpingStamping{
	height:auto;
}
#CrimpingStamping3:hover .info{
  visibility: visible;
  opacity: 1;
}
#CrimpingStamping3:hover .info2{
  visibility: visible;
  opacity: 1;
}
#CrimpingStamping4{
	width: 25%;
	margin-left: 0%;
	margin-right: 0%;
	display: none;
	font-size: 100%;
	background-image: url(../images/CrimpingStampingProducts/Cross_Sectioning/Epoxy_Samples/EpoxySample.JPG);
	background-position: center center;
	background-size: 150% 150%;
	height: 300px;
	position: relative;
	float: left;
	background-color: transparent;
	-webkit-transition: all 1s ease; /* Safari and Chrome */
	-moz-transition: all 1s ease; /* Firefox */
	-ms-transition: all 1s ease; /* IE 9 */
	-o-transition: all 1s ease; /* Opera */
	transition: all 1s ease;
}
#CrimpingStamping4:hover{
	background-size: 100% 100%;
}
#CrimpingStamping5{
	width: 50%;
	margin-left: 0%;
	margin-right: 0%;
	display: none;
	font-size: 100%;
	position: relative;
	float: left;
	background-image: url(../images/CrimpingStampingProducts/Manual_Press/ManualPressNetwork.png);
	background-position: center center;
	background-size: 150% 150%;
	height: 300px;
	background-color: transparent;
	-webkit-transition: all 1s ease; /* Safari and Chrome */
	-moz-transition: all 1s ease; /* Firefox */
	-ms-transition: all 1s ease; /* IE 9 */
	-o-transition: all 1s ease; /* Opera */
	transition: all 1s ease;
}
#CrimpingStamping5:hover{
	background-size: 100% 100%;
}
#CrimpingStamping6{
	width:100%;
	margin-left:0%;
	margin-right:0%;
	display:block;
	position:relative;
	float: left;
	height: 300px;
	background-color: transparent;
	-moz-box-shadow:none;
	-webkit-box-shadow:none;
	box-shadow: none;
	z-index:0;
}
#CrimpingStamping6 .CrimpingStamping{
	height:300px;
}
#CrimpingStamping6:hover .CrimpingStamping{
	height:auto;
}
#CrimpingStamping6:hover .info{
  visibility: visible;
  opacity: 1;
}
#CrimpingStamping6:hover .info2{
  visibility: visible;
  opacity: 1;
}
#CrimpingStamping7{
	width: 100%;
	margin-left: 0%;
	margin-right: 0%;
	display: block;
	font-size: 100%;
	position: relative;
	float: left;
	background-image: url(../images/CrimpingStampingProducts/Pull_Testers/Pull_Tester_APT1000/APT1000_HOMEPAGE.jpg);
	background-position: center center;
	background-size: 150% 150%;
	height: 300px;
	background-color: transparent;
	-webkit-transition: all 1s ease; /* Safari and Chrome */
	-moz-transition: all 1s ease; /* Firefox */
	-ms-transition: all 1s ease; /* IE 9 */
	-o-transition: all 1s ease; /* Opera */
	transition: all 1s ease;
}
#CrimpingStamping7:hover{
	background-size: 100% 100%;
}
#CrimpingStamping8{
	width:25%;
	margin-left:0%;
	margin-right:0%;
	display:none;
	position:relative;
	float: left;
	color: #FFF;
	height: 300px;
	background-color: transparent;
	-moz-box-shadow:none;
	-webkit-box-shadow:none;
	box-shadow: none;
	z-index:0;
}
#CrimpingStamping8 .CrimpingStamping{
	height:300px;
}
#CrimpingStamping8:hover .CrimpingStamping{
	height:auto;
}
#CrimpingStamping8:hover .info{
  visibility: visible;
  opacity: 1;
}
#CrimpingStamping8:hover .info2{
  visibility: visible;
  opacity: 1;
}
#CrimpingStamping9{
	width:50%;
	margin-left:0%;
	margin-right:0%;
	display:none;
	position:relative;
	float: right;
	color: #FFF;
	height: 300px;
	background-color: transparent;
	-moz-box-shadow:none;
	-webkit-box-shadow:none;
	box-shadow: none;
	z-index:0;
}
#CrimpingStamping9 .CrimpingStamping{
	height:300px;
}
#CrimpingStamping9:hover .CrimpingStamping{
	height:auto;
}
#CrimpingStamping9:hover .info{
  visibility: visible;
  opacity: 1;
}
#CrimpingStamping9:hover .info2{
  visibility: visible;
  opacity: 1;
}
#CrimpingStamping10{
	width: 50%;
	margin-left: 0%;
	margin-right: 0%;
	display: none;
	font-size: 100%;
	background-image: url(../images/CrimpingStampingProducts/Fuse_Inspection/FuseInspection.JPG);
	background-position: center center;
	background-size: 150% 150%;
	height: 300px;
	position: relative;
	float: left;
	background-color: transparent;
	-webkit-transition: all 1s ease; /* Safari and Chrome */
	-moz-transition: all 1s ease; /* Firefox */
	-ms-transition: all 1s ease; /* IE 9 */
	-o-transition: all 1s ease; /* Opera */
	transition: all 1s ease;
}
#CrimpingStamping10:hover{
	background-size: 100% 100%;
}
#CrimpingStamping11{
	width:50%;
	margin-left:0%;
	margin-right:0%;
	display:none;
	position:relative;
	float: left;
	color: #FFF;
	height: 300px;
	background-color: transparent;
	-moz-box-shadow:none;
	-webkit-box-shadow:none;
	box-shadow: none;
	z-index:0;
}
#CrimpingStamping11 .CrimpingStamping{
	height:300px;
}
#CrimpingStamping11:hover .CrimpingStamping{
	height:auto;
}
#CrimpingStamping11:hover .info{
  visibility: visible;
  opacity: 1;
}
#CrimpingStamping11:hover .info2{
  visibility: visible;
  opacity: 1;
}
#CrimpingStamping12{
	width: 25%;
	margin-left: 0%;
	margin-right: 0%;
	display: none;
	font-size: 100%;
	background-image: url(../images/CrimpingStampingProducts/Cross_Sectioning/X-Scan_Software/XScanSoftware.JPG);
	background-position: center center;
	background-size: 150% 150%;
	height: 300px;
	position: relative;
	float: left;
	background-color: transparent;
	-webkit-transition: all 1s ease; /* Safari and Chrome */
	-moz-transition: all 1s ease; /* Firefox */
	-ms-transition: all 1s ease; /* IE 9 */
	-o-transition: all 1s ease; /* Opera */
	transition: all 1s ease;
}
#CrimpingStamping12:hover{
	background-size: 100% 100%;
}
.CrimpingStampingTXT{
	margin-top:25%;
}
#CrimpingStampingTechnologiesContact{
	width:1000px;
	margin-left: auto;
	margin-right:-910px;
	display:none;
	background-color:#000;
	position:fixed;
	right:0;
	top:20%;
	-moz-box-shadow: 0px 0px 10px #000000;
	-webkit-box-shadow: 0px 0px 10px #000000;
	box-shadow: 0px 0px 10px #000000;
	z-index: 1000;
	opacity:1;
	-webkit-transition: all 1s ease; /* Safari and Chrome */
	-moz-transition: all 1s ease; /* Firefox */
	-ms-transition: all 1s ease; /* IE 9 */
	-o-transition: all 1s ease; /* Opera */
	transition: all 1s ease;
  	-webkit-animation:fadeIn ease-in 3s;
	-moz-animation:fadeIn ease-in 3s;
    -o-animation:fadeIn ease-in 3s;
    animation:fadeIn ease-in 3s;
}
#CrimpingStampingTechnologiesContactForm{
	width:100%;
	margin-left:0%;
	margin-right:0%;
}

#WireHarnessManufacturingProcess{
	width:98%;
	margin-left:1%;
	margin-right:1%;
	font-size:50%;
	margin-top:70px;
}
.CrossSectioningProducts{
	height:auto;
	width:80%;
	opacity:1;
	max-width:none;
}
.CrossSectioningProducts:hover{
	opacity:.75;
}
.RequestQuoteCrimpingHt{
	height:1700px;
	width:100%;
}
}

/* Tablet */

@media only screen and (min-width: 600px) {
.gridContainer {
	width: 100%;
	padding-left: 0%;
	padding-right: 0%;
	max-width: 900px;
	min-width: 600px;
	z-index: 2;
	background:none;
    -webkit-transition: all .8s ease-in-out;
    -moz-transition: all .8s ease-in-out;
    -o-transition: all .8s ease-in-out;
    transition: all .8s ease-in-out;
}
#sticky {
    width: 100%;
	margin-left:0%;
	margin-right:0%;
    color: #fff;
	font-size:100%;
    z-index: 90000000;
	background-color: rgba(0,0,0,1);
	
}
#sticky.stick {
	width:100%;
	margin-left:0%;
	margin-right:0%;
    position: fixed;
    top: 0;
    z-index: 9000000;
	font-size:100%;
	background-color: rgba(0,0,0,.2);
}
#StickySpace{
	height:50px;
	background-color: transparent;
	
}
#StickySpace.stick{
	background-color: transparent;
	
}
#sticky2 {
    width: 30%;
	margin-left:35%;
	margin-right:35%;
    color: #fff;
	font-size:100%;
    z-index: 90000000;
	
}
#sticky2.stick2 {
	width:20%;
	margin-left:40%;
	margin-right:40%;
    position: fixed;
    top: 0;
    z-index: 9000000;
	font-size:80%;
}
#StickySpace2{
	height:350px;
	
}
#TopSpace{
	height:100px;
}
#Navbar {
	float: left;
	font-size: 250%;
	display: block;
	width: 100%;
	margin-left: 0;
	margin-top: 0;
	position: relative;
	background-color:#FFF;
	top: -50;
	left: 0;
	z-index: 100;
	overflow: visible;
	-moz-box-shadow: 0px 0px 5px #000000;
	-webkit-box-shadow: 0px 0px 5px #000000;
	box-shadow: 0px 0px 5px #000000;
}
#NavbarPhone {
	float: left;
	margin-right: 0%;
	margin-left: 0%;
	margin-top:11px;
	font-weight: bold;
	width: 100%;
	font-size: 50%;
	display: none;
	height:60px;
	overflow:hidden;
	background-image:url(../Graphics/Backgrounds/RiverSalvagePittsburghPa.jpg);
	background-size:cover;
	background-repeat:no-repeat;
	-webkit-transition: all 1s ease-in-out 0s;
	-moz-transition: all 1s ease-in-out 0s;
	-ms-transition: all 1s ease-in-out 0s;
	-o-transition: all 1s ease-in-out 0s;
	transition: all 1s ease-in-out 0s;
}
#NavbarPhone:hover {
	height: auto;
	width:100%;
	background:rgba(0,0,0,0.1);
	margin-right: 0%;
	margin-left: 0%;
	font-size: 100%;
}
#MainBody {
	float: left;
	margin-left:10%;
	margin-right:10%;
	width: 80%;
	padding-bottom:200px;
	display: block;
	position:absolute;
	font-size:100%;
	top:150px;
	opacity:1;
	z-index:10000;
	left:0;
	-webkit-animation:mainbod ease-in 2s;
	-moz-animation:mainbod ease-in 2s;
    -o-animation:mainbod ease-in 2s;
  	 animation:mainbod ease-in 2s;
  	 -webkit-animation-fill-mode:forwards;
  	 -moz-animation-fill-mode:forwards;
  	 -o-animation-fill-mode:forwards;
  	 animation-fill-mode:forwards;
}
@-webkit-keyframes mainbod { 
	0% { opacity:0;} 
	100% { opacity:1;}
}
@-moz-keyframes mainbod { 
	0% { opacity:0;} 
	100% { opacity:1;}   
}
@-o-keyframes mainbod { 
	0% { opacity:0;} 
	100% { opacity:1;} 
}
@keyframes mainbod { 
	0% { opacity:0;} 
	100% { opacity:1;}
}
#MainTableBody {
	background-color:rgba(255,255,255,0.7);
	-moz-box-shadow:0px 0px 10px #40FF40;
	-webkit-box-shadow:0px 0px 10px #40FF40;
	box-shadow:0px 0px 10px #40FF40;
}
#BodyLeft {
	float: left;
	margin-left: 1%;
	margin-right:1%;
	width: 98%;
	display: block;
	font-size:100%;
}
#BodyRight {
	float: right;
	margin-left: 1%;
	margin-right:1%;
	width: 98%;
	display: block;
	font-size:100%;
}
#BodyLeftFull {
	float: left;
	margin-left: 0%;
	margin-right:0%;
	width: 100%;
	display: block;
	font-size:100%;
}
#BodyRightFull {
	float: right;
	margin-left: 0%;
	margin-right:0%;
	width: 100%;
	display: block;
	font-size:100%;
}
#BodyLeftFull2 {
	float: left;
	margin-left: 0%;
	margin-right:0%;
	width: 100%;
	display: block;
	font-size:100%;
}
#BodyRightFull2 {
	float: right;
	margin-left: 0%;
	margin-right:0%;
	width: 100%;
	display: block;
	font-size:100%;
}
#BodyLeftSec {
	float: left;
	margin-left: 1%;
	margin-right:1%;
	width: 98%;
	display: block;
	font-size:100%;
	z-index:5;
}
#BodyRightSec {
	float: right;
	margin-left: 1%;
	margin-right:1%;
	width: 98%;
	display: block;
	font-size:100%;
	z-index:5;
}
#BodyCenter {
	float: left;
	margin-left: 10%;
	margin-right: 10%;
	margin-top:0px;
	width: 80%;
	display: block;
	font-size:80%;
}
#ContactForm {
	float: left;
	margin-left: 20%;
	margin-right:20%;
	width: 60%;
	display: block;
	font-size:100%;
	blend-mode:multiply;
	background:rgba(0,0,0,0.1);
	-moz-box-shadow: 1px 1px 0 #111111, 0 2px 0 #777777;
    -webkit-box-shadow: 1px 1px 0 #111111, 0 2px 0 #777777;
    box-shadow: 1px 1px 0 #111111, 0 2px 0 #777777;
}
#Footer {
	display: block;
	float: left;
	position: relative;
	bottom: 0;
	left: 0;
	font-size: 100%;
	margin-left: 0%;
	margin-right: 0%;
	width: 100%;
	z-index: 110;
	background-color:#FFF;
}
#Footer2 {
	display: none;
	float: left;
	position: relative;
	bottom: 0;
	left: 0;
	font-size: 100%;
	margin-left: 0%;
	margin-right: 0%;
	width: 100%;
	z-index: 110;
	background-color: transparent;
}
#PhoneFooter {
	display: block;
	float: left;
	position: relative;
	bottom: 0;
	left: 0;
	font-size: 80%;
	margin-left: 0%;
	margin-right: 0%;
	width: 100%;
	background-color: #0552AF;
}
.MainBodyWhite {
	color: #FFF;
	font-size: 200%;
	font-family: KlavReg, Tahoma, Geneva, sans-serif;
	padding:10px;
	margin:0px;
	text-shadow:0px 0px 10px #000000;
}
.MainBodyWhite2 {
	color: #FFF;
	font-size: 200%;
	font-family: KlavReg, Tahoma, Geneva, sans-serif;
	padding:10px;
	margin:0px;
	text-shadow:0px 0px 10px #000000;
}


#CrimpForceMonitors {
	height:1px;
	overflow:hidden;
	position:absolute;
	bottom:0;
	font-size:100%;
	font-weight:bolder;
	width:100%;
}
#WireHarnessManufacturing{
	display:block;
	position:absolute;
	height: auto;
	width:100%;
	font-size:90%;
	z-index:1000;
}
#WireHarnessManufacturing1 {
	position:relative;
	float: left;
	margin-left: 2%;
	margin-right: 1%;
	width: 47%;
	display: block;
	margin-bottom:20px;
	background-color:transparent;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	box-shadow: none;
	font-size:90%;
}
#WireHarnessManufacturing1:hover {
	-moz-box-shadow: 0px 0px 10px #000;
	-webkit-box-shadow: 0px 0px 10px #000;
	box-shadow: 0px 0px 10px #000;
	background-color: #8F8D92;
}
#WireHarnessManufacturing2 {
	position:relative;
	float: left;
	margin-left: 1%;
	margin-right: 2%;
	width: 47%;
	display: block;
	margin-bottom:20px;
	background-color:transparent;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	box-shadow: none;
	font-size:90%;
}
#WireHarnessManufacturing2:hover {
	-moz-box-shadow: 0px 0px 10px #000;
	-webkit-box-shadow: 0px 0px 10px #000;
	box-shadow: 0px 0px 10px #000;
	background-color: #8F8D92;
}
#WireHarnessManufacturing3 {
	position:relative;
	float: left;
	margin-left: 26%;
	margin-right: 26%;
	width: 48%;
	display: block;
	margin-bottom:0px;
	background-color:transparent;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	box-shadow: none;
	font-size:90%;
}
#WireHarnessManufacturing3:hover {
	-moz-box-shadow: 0px 0px 10px #000;
	-webkit-box-shadow: 0px 0px 10px #000;
	box-shadow: 0px 0px 10px #000;
	background-color: #8F8D92;
}
#CrimpForceMonitors1 {
	position:relative;
	float: left;
	margin-left: 2%;
	margin-right: 2%;
	width: 46%;
	display: block;
	margin-bottom:0px;
	font-size:90%;
}
#CrimpForceMonitors2 {
	position:relative;
	float: left;
	margin-left: 2%;
	margin-right: 2%;
	width: 46%;
	display: block;
	margin-bottom:0px;
	font-size:90%;
}
#CrimpForceMonitors3 {
	position:relative;
	float: left;
	margin-left: 2%;
	margin-right: 2%;
	width: 46%;
	display: block;
	margin-bottom:0px;
	font-size:90%;
}
#CrimpForceMonitors11 {
	position:relative;
	float: left;
	margin-left: 2%;
	margin-right: 1%;
	width: 47%;
	display: block;
	margin-bottom:0px;
	font-size:80%;
}
#CrimpForceMonitors22 {
	position:relative;
	float: right;
	margin-left: 1%;
	margin-right: 2%;
	width: 47%;
	display: block;
	margin-bottom:0px;
	font-size:80%;
}
#CrimpForceMonitors33 {
	position:relative;
	float: right;
	margin-left: 1%;
	margin-right: 2%;
	width: 47%;
	display: block;
	margin-bottom:0px;
	font-size:80%;
}
#CrossSectioningPhone{
	z-index:1000000;
	font-size:100%;
	margin-right:0%;
	width:17%;
	margin-left:83%;
	display:none;
	position: fixed;
	top: 50px;
	-webkit-transition: all 1s ease-in-out 0s;
	-moz-transition: all 1s ease-in-out 0s;
	-ms-transition: all 1s ease-in-out 0s;
	-o-transition: all 1s ease-in-out 0s;
	transition: all 1s ease-in-out 0s;
}
#CrossSectioningPhone.stick{
	z-index:1000000;
	font-size:100%;
	margin-right:0%;
	width:17%;
	margin-left:83%;
	display:none;
	position: fixed;
	top: 17px;
	-webkit-transition: all 1s ease-in-out 0s;
	-moz-transition: all 1s ease-in-out 0s;
	-ms-transition: all 1s ease-in-out 0s;
	-o-transition: all 1s ease-in-out 0s;
	transition: all 1s ease-in-out 0s;
}
#CrimpForceMonitorsMenu{
	display: none;
	width: 80%;
	margin-right:0%;
	margin-left:20%;
	position: fixed;
	top: 30px;
	z-index: 90000000;
	font-size: 100%;
	-webkit-transition: all 1s ease-in-out 0s;
	-moz-transition: all 1s ease-in-out 0s;
	-ms-transition: all 1s ease-in-out 0s;
	-o-transition: all 1s ease-in-out 0s;
	transition: all 1s ease-in-out 0s;
	background-color: transparent;
}
#CrimpForceMonitorsMenu.stick{
	display: none;
	width: 80%;
	margin-right:0%;
	margin-left:20%;
	position: fixed;
	top: 5px;
	z-index: 900000000;
	font-size: 100%;
	-webkit-transition: all 1s ease-in-out 0s;
	-moz-transition: all 1s ease-in-out 0s;
	-ms-transition: all 1s ease-in-out 0s;
	-o-transition: all 1s ease-in-out 0s;
	transition: all 1s ease-in-out 0s;
	background-color: transparent;
}
#CrimpForceMonitorsLogo{
	display: block;
	width: 28%;
	margin-left: 1%;
	margin-right: 71%;
	position: fixed;
	top: 1px;
	z-index: 900000;
	font-size: 100%;
	-webkit-transition: all 1s ease-in-out 0s;
	-moz-transition: all 1s ease-in-out 0s;
	-ms-transition: all 1s ease-in-out 0s;
	-o-transition: all 1s ease-in-out 0s;
	transition: all 1s ease-in-out 0s;
	background-image:url(../images/C&STechnologies.png);
	background-position:top left;
	background-size:contain;
	background-repeat:no-repeat;
	height:170px;
}
#CrimpForceMonitorsLogo.stick{
	display: block;
	width: 28%;
	margin-left: 1%;
	margin-right: 71%;
	position: fixed;
	top: 1px;
	z-index: 900000;
	font-size: 100%;
	-webkit-transition: all 1s ease-in-out 0s;
	-moz-transition: all 1s ease-in-out 0s;
	-ms-transition: all 1s ease-in-out 0s;
	-o-transition: all 1s ease-in-out 0s;
	transition: all 1s ease-in-out 0s;
	height:125px;
}
#CrimpForceMonitorsbg{
	background-color: transparent;
	display: none;
	width: 100%;
	height: 150px;
	position: absolute;
	z-index: 1000;
	top: 0;
	z-index: 0;
	-webkit-transition: all 1s ease-in-out 0s;
	-moz-transition: all 1s ease-in-out 0s;
	-ms-transition: all 1s ease-in-out 0s;
	-o-transition: all 1s ease-in-out 0s;
	transition: all 1s ease-in-out 0s;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	box-shadow: none;
}
#CrimpForceMonitorsbg.stick{
	background-color: #85848a;
	display: none;
	width: 100%;
	height: 125px;
	position: fixed;
	z-index: 1000;
	top: 0;
	z-index: 0;
	-webkit-transition: all 1s ease-in-out 0s;
	-moz-transition: all 1s ease-in-out 0s;
	-ms-transition: all 1s ease-in-out 0s;
	-o-transition: all 1s ease-in-out 0s;
	transition: all 1s ease-in-out 0s;
	-moz-box-shadow:0px 0px 10px #000;
	-webkit-box-shadow:0px 0px 10px #000;
	box-shadow:0px 0px 10px #000;
}
#CrossSectioningScroll{
	z-index:10;
	font-size:100%;
	margin-right:5%;
	width:10%;
	margin-left:85%;
	display: none;
	position: absolute;
	bottom: 75px;
	-webkit-transition: all 1s ease-in-out 0s;
	-moz-transition: all 1s ease-in-out 0s;
	-ms-transition: all 1s ease-in-out 0s;
	-o-transition: all 1s ease-in-out 0s;
	transition: all 1s ease-in-out 0s;
}
#WireHarnessManufacturingNav{
	width: 100%;
	display: none;
	font-size:70%;
	padding-top:100px;
	background-color: rgba(9,85,176,0.9);
	z-index: 2000;
	position: fixed;
	-moz-box-shadow:0px 0px 10px #000;
	-webkit-box-shadow:0px 0px 10px #000;
	box-shadow:0px 0px 10px #000;	
}
#WireHarnessManufacturingheadertab{
	position: fixed;
	z-index:5000;
	top: 0%;
	margin-right:0%;
	width:100%;
	margin-left:0%;
	display: block;
	background-color:#85848a;
	font-size:100%;		
}


.slide{
	background-attachment: fixed;
	width:100%;
	height:100%;
	position: relative;
	box-shadow:inset 0px 10px 10px rgba(0,0,0,0.3);
}
.wrapper{
	width:960px;
	height:200px;
	margin:0 auto;
	position:relative;
}

/******************************
 SLIDE 1 
*******************************/
#slide1{
	width: 100%;
	background-image: url(../images/LogCabins/LogDwellingsEastCoast.jpg);
	background-size: cover;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-repeat: no-repeat;
}
#WireHarnessManufacturingMon{
	display: block;
}
#WireHarnessManufacturingTab{
	display: none;
}
.AnchorMarg{
	display: block; 
	position: relative; 
	top: -100px; 
	visibility: hidden;
}
#WireHarnessManufacturingTint{
	background-color: rgba(0,0,0,.3);
	width:100%;
	position: fixed;
	z-index:5;
	height:120%;
}
.WireHarnessManufacturingCompany{
	width:96%;
	margin-left:2%;
	margin-right:2%;
}
.WireHarnessManufacturingCompanyProducts{
	width:100%;
	margin-left:0%;
	margin-right:0%;
	font-size:90%;
}
#WireHarnessManufacturingCompanyLeft{
	width:60%;
	margin-left:3%;
	margin-right:37%;
}
#WireHarnessManufacturingBtn{
	width: 20%;
	margin-left: 40%;
	margin-right: 40%;
	background-color: rgba(17,80,144,0.5);
	border: #0A53AD medium solid;
	padding-top: 15px;
	padding-bottom: 15px;
	padding-right: 15px;
	padding-left: 15px;
	font-family: KlavReg, Tahoma, Geneva, sans-serif;
	font-size: 200%;
	color: #FFF !important;
}
#WireHarnessManufacturingBtn:hover{
	background-color: #FFF;
	color:#0A53AD !important;
}
#CrimpForceMonitorsHt{
	width:100%;
	height:100px;
}
.PressAnalyzerTable{
	width:80%;
	margin-left:20%;
	margin-right:0%;
	font-size:100%;
}
#StampingCompanyVid{
	display:block;
	z-index:0;
	position: fixed;
}
#CrimpingStamping1{
	width:50%;
	margin-left:0%;
	margin-right:0%;
	display:block;
	position:relative;
	float: left;
	height: 300px;
	background-color: transparent;
	-moz-box-shadow:none;
	-webkit-box-shadow:none;
	box-shadow: none;
	z-index:0;
}
#CrimpingStamping1 .CrimpingStamping{
	height:300px;
}
#CrimpingStamping1:hover .CrimpingStamping{
	height:auto;
}
#CrimpingStamping1:hover .info{
  visibility: visible;
  opacity: 1;
}
#CrimpingStamping1:hover .info2{
  visibility: visible;
  opacity: 1;
}
#CrimpingStamping2{
	width: 50%;
	margin-left: 0%;
	margin-right: 0%;
	display: block;
	font-size: 100%;
	background-image: url(../images/CrimpingStampingProducts/Crimp_Force_Monitors/CFM-Lite/P4100082.JPG);
	background-position: center center;
	background-size: 150% 150%;
	height: 300px;
	position: relative;
	float: left;
	background-color: transparent;
	-webkit-transition: all 1s ease; /* Safari and Chrome */
	-moz-transition: all 1s ease; /* Firefox */
	-ms-transition: all 1s ease; /* IE 9 */
	-o-transition: all 1s ease; /* Opera */
	transition: all 1s ease;
}
#CrimpingStamping2:hover{
	background-size: 100% 100%;
}
#CrimpingStamping3{
	width:50%;
	margin-left:0%;
	margin-right:0%;
	display:block;
	position:relative;
	float: right;
	height: 300px;
	background-color: transparent;
	-moz-box-shadow:none;
	-webkit-box-shadow:none;
	box-shadow: none;
	z-index:0;
}
#CrimpingStamping3 .CrimpingStamping{
	height:300px;
}
#CrimpingStamping3:hover .CrimpingStamping{
	height:auto;
}
#CrimpingStamping3:hover .info{
  visibility: visible;
  opacity: 1;
}
#CrimpingStamping3:hover .info2{
  visibility: visible;
  opacity: 1;
}
#CrimpingStamping4{
	width: 25%;
	margin-left: 0%;
	margin-right: 0%;
	display: none;
	font-size: 100%;
	background-image: url(../images/CrimpingStampingProducts/Cross_Sectioning/Epoxy_Samples/EpoxySample.JPG);
	background-position: center center;
	background-size: 150% 150%;
	height: 300px;
	position: relative;
	float: left;
	background-color: transparent;
	-webkit-transition: all 1s ease; /* Safari and Chrome */
	-moz-transition: all 1s ease; /* Firefox */
	-ms-transition: all 1s ease; /* IE 9 */
	-o-transition: all 1s ease; /* Opera */
	transition: all 1s ease;
}
#CrimpingStamping4:hover{
	background-size: 100% 100%;
}
#CrimpingStamping5{
	width: 50%;
	margin-left: 0%;
	margin-right: 0%;
	display: block;
	font-size: 100%;
	position: relative;
	float: left;
	background-image: url(../images/CrimpingStampingProducts/Manual_Press/ManualPressNetwork.png);
	background-position: center center;
	background-size: 150% 150%;
	height: 300px;
	background-color: transparent;
	-webkit-transition: all 1s ease; /* Safari and Chrome */
	-moz-transition: all 1s ease; /* Firefox */
	-ms-transition: all 1s ease; /* IE 9 */
	-o-transition: all 1s ease; /* Opera */
	transition: all 1s ease;
}
#CrimpingStamping5:hover{
	background-size: 100% 100%;
}
#CrimpingStamping6{
	width:50%;
	margin-left:0%;
	margin-right:0%;
	display:block;
	position:relative;
	float: left;
	height: 300px;
	background-color: transparent;
	-moz-box-shadow:none;
	-webkit-box-shadow:none;
	box-shadow: none;
	z-index:0;
}
#CrimpingStamping6 .CrimpingStamping{
	height:300px;
}
#CrimpingStamping6:hover .CrimpingStamping{
	height:auto;
}
#CrimpingStamping6:hover .info{
  visibility: visible;
  opacity: 1;
}
#CrimpingStamping6:hover .info2{
  visibility: visible;
  opacity: 1;
}
#CrimpingStamping7{
	width: 50%;
	margin-left: 0%;
	margin-right: 0%;
	display: block;
	font-size: 100%;
	position: relative;
	float: left;
	background-image: url(../images/CrimpingStampingProducts/Pull_Testers/Pull_Tester_APT1000/APT1000_HOMEPAGE.jpg);
	background-position: center center;
	background-size: 150% 150%;
	height: 300px;
	background-color: transparent;
	-webkit-transition: all 1s ease; /* Safari and Chrome */
	-moz-transition: all 1s ease; /* Firefox */
	-ms-transition: all 1s ease; /* IE 9 */
	-o-transition: all 1s ease; /* Opera */
	transition: all 1s ease;
}
#CrimpingStamping7:hover{
	background-size: 100% 100%;
}
#CrimpingStamping8{
	width:25%;
	margin-left:0%;
	margin-right:0%;
	display:none;
	position:relative;
	float: left;
	color: #FFF;
	height: 300px;
	background-color: transparent;
	-moz-box-shadow:none;
	-webkit-box-shadow:none;
	box-shadow: none;
	z-index:0;
}
#CrimpingStamping8 .CrimpingStamping{
	height:300px;
}
#CrimpingStamping8:hover .CrimpingStamping{
	height:auto;
}
#CrimpingStamping8:hover .info{
  visibility: visible;
  opacity: 1;
}
#CrimpingStamping8:hover .info2{
  visibility: visible;
  opacity: 1;
}
#CrimpingStamping9{
	width:50%;
	margin-left:0%;
	margin-right:0%;
	display:block;
	position:relative;
	float: right;
	color: #FFF;
	height: 300px;
	background-color: transparent;
	-moz-box-shadow:none;
	-webkit-box-shadow:none;
	box-shadow: none;
	z-index:0;
}
#CrimpingStamping9 .CrimpingStamping{
	height:300px;
}
#CrimpingStamping9:hover .CrimpingStamping{
	height:auto;
}
#CrimpingStamping9:hover .info{
  visibility: visible;
  opacity: 1;
}
#CrimpingStamping9:hover .info2{
  visibility: visible;
  opacity: 1;
}
#CrimpingStamping10{
	width: 50%;
	margin-left: 0%;
	margin-right: 0%;
	display: block;
	font-size: 100%;
	background-image: url(../images/CrimpingStampingProducts/Fuse_Inspection/FuseInspection.JPG);
	background-position: center center;
	background-size: 150% 150%;
	height: 300px;
	position: relative;
	float: left;
	background-color: transparent;
	-webkit-transition: all 1s ease; /* Safari and Chrome */
	-moz-transition: all 1s ease; /* Firefox */
	-ms-transition: all 1s ease; /* IE 9 */
	-o-transition: all 1s ease; /* Opera */
	transition: all 1s ease;
}
#CrimpingStamping10:hover{
	background-size: 100% 100%;
}
#CrimpingStamping11{
	width:50%;
	margin-left:0%;
	margin-right:0%;
	display:none;
	position:relative;
	float: left;
	color: #FFF;
	height: 300px;
	background-color: transparent;
	-moz-box-shadow:none;
	-webkit-box-shadow:none;
	box-shadow: none;
	z-index:0;
}
#CrimpingStamping11 .CrimpingStamping{
	height:300px;
}
#CrimpingStamping11:hover .CrimpingStamping{
	height:auto;
}
#CrimpingStamping11:hover .info{
  visibility: visible;
  opacity: 1;
}
#CrimpingStamping11:hover .info2{
  visibility: visible;
  opacity: 1;
}
#CrimpingStamping12{
	width: 25%;
	margin-left: 0%;
	margin-right: 0%;
	display: none;
	font-size: 100%;
	background-image: url(../images/CrimpingStampingProducts/Cross_Sectioning/X-Scan_Software/XScanSoftware.JPG);
	background-position: center center;
	background-size: 150% 150%;
	height: 300px;
	position: relative;
	float: left;
	background-color: transparent;
	-webkit-transition: all 1s ease; /* Safari and Chrome */
	-moz-transition: all 1s ease; /* Firefox */
	-ms-transition: all 1s ease; /* IE 9 */
	-o-transition: all 1s ease; /* Opera */
	transition: all 1s ease;
}
#CrimpingStamping12:hover{
	background-size: 100% 100%;
}
.CrimpingStampingTXT{
	margin-top:25%;
}
#CrimpingStampingTechnologiesContact{
	width:1000px;
	margin-left: auto;
	margin-right:-910px;
	display:  none;
	background-color:#000;
	position:fixed;
	right:0;
	top:20%;
	-moz-box-shadow: 0px 0px 10px #000000;
	-webkit-box-shadow: 0px 0px 10px #000000;
	box-shadow: 0px 0px 10px #000000;
	z-index: 1000;
	opacity:1;
	-webkit-transition: all 1s ease; /* Safari and Chrome */
	-moz-transition: all 1s ease; /* Firefox */
	-ms-transition: all 1s ease; /* IE 9 */
	-o-transition: all 1s ease; /* Opera */
	transition: all 1s ease;
  	-webkit-animation:fadeIn ease-in 3s;
	-moz-animation:fadeIn ease-in 3s;
    -o-animation:fadeIn ease-in 3s;
    animation:fadeIn ease-in 3s;
}
#CrimpingStampingTechnologiesContactForm{
	width:100%;
	margin-left:0%;
	margin-right:0%;
}

#WireHarnessManufacturingProcess{
	width:90%;
	margin-left:5%;
	margin-right:5%;
	font-size:80%;
	margin-top:75px;
}
.CrossSectioningProducts{
	height:200px;
	width:auto;
	opacity:1;
	max-width:100%;
}
.CrossSectioningProducts:hover{
	opacity:.75;
}
.RequestQuoteCrimpingHt{
	height:1300px;
	width:100%;
}
}


/* Small Desktop */

@media only screen and (min-width: 900px) {
.gridContainer {
	float:left;
	width: 100%;
	min-width: 900px;
	max-width: 1200px;
	padding-left: 0%;
	padding-right: 0%;
	margin: auto;
	z-index: 2;
	background:none;
    -webkit-transition: all .8s ease-in-out;
    -moz-transition: all .8s ease-in-out;
    -o-transition: all .8s ease-in-out;
    transition: all .8s ease-in-out;
}
#sticky {
    width: 100%;
	margin-left:0%;
	margin-right:0%;
    color: #fff;
	font-size:100%;
    z-index: 90000000;
	background-color: rgba(0,0,0,1);
	
}
#sticky.stick {
	width:100%;
	margin-left:0%;
	margin-right:0%;
    position: fixed;
    top: 0;
    z-index: 9000000;
	font-size:100%;
	background-color: rgba(0,0,0,.2);
}
#StickySpace{
	height:150px;
	background-color: transparent;
	
}
#StickySpace.stick{
	background-color: transparent;
	
}
#sticky2 {
    width: 30%;
	margin-left:35%;
	margin-right:35%;
    color: #fff;
	font-size:100%;
    z-index: 90000000;
	
}
#sticky2.stick2 {
	width:20%;
	margin-left:40%;
	margin-right:40%;
    position: fixed;
    top: 0;
    z-index: 9000000;
	font-size:100%;
}
#StickySpace2{
	height:350px;
	
}
#TopSpace{
	height:100px;
}

#Navbar {
	float: left;
	font-size: 250%;
	display: block;
	width: 100%;
	margin-left: 0;
	margin-top: 0;
	position: relative;
	background-color:#FFF;
	top: -50;
	left: 0;
	z-index: 100;
	overflow: visible;
	-moz-box-shadow: 0px 0px 5px #000000;
	-webkit-box-shadow: 0px 0px 5px #000000;
	box-shadow: 0px 0px 5px #000000;
}
#NavbarPhone {
	float: left;
	margin-right: 0%;
	margin-left: 0%;
	margin-top:11px;
	font-weight: bold;
	width: 100%;
	font-size: 50%;
	display: none;
	height:60px;
	overflow:hidden;
	background-image:url(../Graphics/Backgrounds/RiverSalvagePittsburghPa.jpg);
	background-size:cover;
	background-repeat:no-repeat;
	-webkit-transition: all 1s ease-in-out 0s;
	-moz-transition: all 1s ease-in-out 0s;
	-ms-transition: all 1s ease-in-out 0s;
	-o-transition: all 1s ease-in-out 0s;
	transition: all 1s ease-in-out 0s;
}
#NavbarPhone:hover {
	height: auto;
	width:100%;
	background:rgba(0,0,0,0.1);
	margin-right: 0%;
	margin-left: 0%;
	font-size: 100%;
}
#MainBody {
	float: left;
	margin-left:10%;
	margin-right:10%;
	width: 80%;
	padding-bottom:200px;
	display: block;
	position:absolute;
	font-size:100%;
	top:150px;
	opacity:1;
	z-index:10000;
	left:0;
	-webkit-animation:mainbod ease-in 2s;
	-moz-animation:mainbod ease-in 2s;
    -o-animation:mainbod ease-in 2s;
  	 animation:mainbod ease-in 2s;
  	 -webkit-animation-fill-mode:forwards;
  	 -moz-animation-fill-mode:forwards;
  	 -o-animation-fill-mode:forwards;
  	 animation-fill-mode:forwards;
}
@-webkit-keyframes mainbod { 
	0% { opacity:0;} 
	100% { opacity:1;}
}
@-moz-keyframes mainbod { 
	0% { opacity:0;} 
	100% { opacity:1;}   
}
@-o-keyframes mainbod { 
	0% { opacity:0;} 
	100% { opacity:1;} 
}
@keyframes mainbod { 
	0% { opacity:0;} 
	100% { opacity:1;}
}
#MainTableBody {
	background-color:rgba(255,255,255,0.7);
	-moz-box-shadow:0px 0px 10px #40FF40;
	-webkit-box-shadow:0px 0px 10px #40FF40;
	box-shadow:0px 0px 10px #40FF40;
}
#BodyLeft {
	float: left;
	margin-left: 2%;
	margin-right:1%;
	width: 57%;
	display: block;
	font-size:100%;
}
#BodyRight {
	float: right;
	margin-left: 1%;
	margin-right:2%;
	width: 37%;
	display: block;
	font-size:100%;
}
#BodyLeftFull {
	float: left;
	margin-left: 0%;
	margin-right:0%;
	width: 60%;
	display: block;
	font-size:100%;
}
#BodyRightFull {
	float: right;
	margin-left: 0%;
	margin-right:0%;
	width: 40%;
	display: block;
	font-size:100%;
}
#BodyLeftFull2 {
	float: left;
	margin-left: 0%;
	margin-right:0%;
	width: 40%;
	display: block;
	font-size:100%;
}
#BodyRightFull2 {
	float: right;
	margin-left: 0%;
	margin-right:0%;
	width: 60%;
	display: block;
	font-size:100%;
}
#BodyLeftSec {
	float: left;
	margin-left: 1%;
	margin-right:1%;
	width: 47%;
	display: block;
	font-size:100%;
	z-index:5;
}
#BodyRightSec {
	float: right;
	margin-left: 1%;
	margin-right:1%;
	width: 47%;
	display: block;
	font-size:100%;
	z-index:5;
}
#BodyCenter {
	float: left;
	margin-left: 15%;
	margin-right: 15%;
	margin-top:0px;
	width: 70%;
	display: block;
	font-size:100%;
}
#ContactForm {
	float: left;
	margin-left: 20%;
	margin-right:20%;
	width: 60%;
	display: block;
	font-size:100%;
	blend-mode:multiply;
	background:rgba(0,0,0,0.1);
	-moz-box-shadow: 1px 1px 0 #111111, 0 2px 0 #777777;
    -webkit-box-shadow: 1px 1px 0 #111111, 0 2px 0 #777777;
    box-shadow: 1px 1px 0 #111111, 0 2px 0 #777777;
}
#Footer {
	display: block;
	float: left;
	position: relative;
	bottom: 0;
	left: 0;
	font-size: 100%;
	margin-left: 0%;
	margin-right: 0%;
	width: 100%;
	z-index: 110;
	background-color:#FFF;
}
#Footer2 {
	display: block;
	float: left;
	position: relative;
	bottom: 0;
	left: 0;
	font-size: 100%;
	margin-left: 2%;
	margin-right: 2%;
	width: 96%;
	z-index: 110;
	background-color: transparent;
}
#PhoneFooter {
	display: none;
	float: left;
	position: absolute;
	bottom:0;
	left:0;
	font-size: 50%;
	margin-left: 0%;
	margin-right: 0%;
	width: 100%;
	background-color:#000;	
}
.MainBodyWhite {
	color: #FFF;
	font-size: 250%;
	font-family: KlavReg, Tahoma, Geneva, sans-serif;
	padding:10px;
	margin:0px;
	text-shadow:0px 0px 10px #000000;
}
.MainBodyWhite2 {
	color: #FFF;
	font-size: 200%;
	font-family: KlavReg, Tahoma, Geneva, sans-serif;
	padding:10px;
	margin:0px;
	text-shadow:0px 0px 10px #000000;
}


#CrimpForceMonitors {
	height:1px;
	overflow:hidden;
	position:absolute;
	bottom:0;
	font-size:100%;
	font-weight:bolder;
	width:100%;
}
#WireHarnessManufacturing{
	display:block;
	position:absolute;
	height: auto;
	width:100%;
	font-size:90%;
	z-index:1000;	
}
#WireHarnessManufacturing1 {
	position:relative;
	float: left;
	margin-left: 2%;
	margin-right: 1%;
	width: 30%;
	display: block;
	margin-bottom:0px;
	background-color:transparent;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	box-shadow: none;
	font-size:90%;
}
#WireHarnessManufacturing1:hover {
	-moz-box-shadow: 0px 0px 10px #000;
	-webkit-box-shadow: 0px 0px 10px #000;
	box-shadow: 0px 0px 10px #000;
	background-color: #8F8D92;
}
#WireHarnessManufacturing2 {
	position:relative;
	float: left;
	margin-left: 2%;
	margin-right: 2%;
	width: 30%;
	display: block;
	margin-bottom:0px;
	background-color:transparent;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	box-shadow: none;
	font-size:90%;
}
#WireHarnessManufacturing2:hover {
	-moz-box-shadow: 0px 0px 10px #000;
	-webkit-box-shadow: 0px 0px 10px #000;
	box-shadow: 0px 0px 10px #000;
	background-color: #8F8D92;
}
#WireHarnessManufacturing3 {
	position:relative;
	float: left;
	margin-left: 1%;
	margin-right: 2%;
	width: 30%;
	display: block;
	margin-bottom:0px;
	background-color:transparent;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	box-shadow: none;
	font-size:90%;
}
#WireHarnessManufacturing3:hover {
	-moz-box-shadow: 0px 0px 10px #000;
	-webkit-box-shadow: 0px 0px 10px #000;
	box-shadow: 0px 0px 10px #000;
	background-color: #8F8D92;
}
#CrimpForceMonitors1 {
	position:relative;
	float: left;
	margin-left: 2%;
	margin-right: 1%;
	width: 30%;
	display: block;
	margin-bottom:0px;
	font-size:90%;
}
#CrimpForceMonitors2 {
	position:relative;
	float: left;
	margin-left: 2%;
	margin-right: 2%;
	width: 30%;
	display: block;
	margin-bottom:0px;
	font-size:90%;
}
#CrimpForceMonitors3 {
	position:relative;
	float: left;
	margin-left: 2%;
	margin-right: 1%;
	width: 30%;
	display: block;
	margin-bottom:0px;
	font-size:90%;
}
#CrimpForceMonitors11 {
	position:relative;
	float: left;
	margin-left: 2%;
	margin-right: 1%;
	width: 47%;
	display: block;
	margin-bottom:0px;
	font-size:90%;
}
#CrimpForceMonitors22 {
	position:relative;
	float: right;
	margin-left: 1%;
	margin-right: 2%;
	width: 47%;
	display: block;
	margin-bottom:0px;
	font-size:90%;
}
#CrimpForceMonitors33 {
	position:relative;
	float: right;
	margin-left: 1%;
	margin-right: 2%;
	width: 47%;
	display: block;
	margin-bottom:0px;
	font-size:90%;
}
#CrossSectioningPhone{
	z-index:1000000;
	font-size:100%;
	margin-right:0%;
	width:17%;
	margin-left:83%;
	display:none;
	position: fixed;
	top: 50px;
	-webkit-transition: all 1s ease-in-out 0s;
	-moz-transition: all 1s ease-in-out 0s;
	-ms-transition: all 1s ease-in-out 0s;
	-o-transition: all 1s ease-in-out 0s;
	transition: all 1s ease-in-out 0s;
}
#CrossSectioningPhone.stick{
	z-index:1000000;
	font-size:100%;
	margin-right:0%;
	width:17%;
	margin-left:83%;
	display:none;
	position: fixed;
	top: 17px;
	-webkit-transition: all 1s ease-in-out 0s;
	-moz-transition: all 1s ease-in-out 0s;
	-ms-transition: all 1s ease-in-out 0s;
	-o-transition: all 1s ease-in-out 0s;
	transition: all 1s ease-in-out 0s;
}
#CrimpForceMonitorsMenu{
	display: block;
	width: 80%;
	margin-right:0%;
	margin-left:20%;
	position: fixed;
	top: 30px;
	z-index: 90000000;
	font-size: 100%;
	-webkit-transition: all 1s ease-in-out 0s;
	-moz-transition: all 1s ease-in-out 0s;
	-ms-transition: all 1s ease-in-out 0s;
	-o-transition: all 1s ease-in-out 0s;
	transition: all 1s ease-in-out 0s;
	background-color: transparent;
}
#CrimpForceMonitorsMenu.stick{
	display: block;
	width: 80%;
	margin-right:0%;
	margin-left:20%;
	position: fixed;
	top: 5px;
	z-index: 900000000;
	font-size: 100%;
	-webkit-transition: all 1s ease-in-out 0s;
	-moz-transition: all 1s ease-in-out 0s;
	-ms-transition: all 1s ease-in-out 0s;
	-o-transition: all 1s ease-in-out 0s;
	transition: all 1s ease-in-out 0s;
	background-color: transparent;
}
#CrimpForceMonitorsLogo{
	display: block;
	width: 18%;
	margin-left: 1%;
	margin-right: 81%;
	position: fixed;
	top: 1px;
	z-index: 900000;
	font-size: 100%;
	-webkit-transition: all 1s ease-in-out 0s;
	-moz-transition: all 1s ease-in-out 0s;
	-ms-transition: all 1s ease-in-out 0s;
	-o-transition: all 1s ease-in-out 0s;
	transition: all 1s ease-in-out 0s;
	background-image:url(../images/C&STechnologies.png);
	background-position:center left;
	background-size:contain;
	background-repeat:no-repeat;
	height:170px;
}
#CrimpForceMonitorsLogo.stick{
	display: block;
	width: 18%;
	margin-left: 1%;
	margin-right: 81%;
	position: fixed;
	top: 0px;
	z-index: 900000;
	font-size: 100%;
	-webkit-transition: all 1s ease-in-out 0s;
	-moz-transition: all 1s ease-in-out 0s;
	-ms-transition: all 1s ease-in-out 0s;
	-o-transition: all 1s ease-in-out 0s;
	transition: all 1s ease-in-out 0s;
	height:125px;
}
#CrimpForceMonitorsbg{
	background-color: transparent;
	display: block;
	width: 100%;
	height: 150px;
	position: absolute;
	z-index: 1000;
	top: 0;
	z-index: 0;
	-webkit-transition: all 1s ease-in-out 0s;
	-moz-transition: all 1s ease-in-out 0s;
	-ms-transition: all 1s ease-in-out 0s;
	-o-transition: all 1s ease-in-out 0s;
	transition: all 1s ease-in-out 0s;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	box-shadow: none;
}
#CrimpForceMonitorsbg.stick{
	background-color: #85848a;
	display: block;
	width: 100%;
	height: 125px;
	position: fixed;
	z-index: 1000;
	top: 0;
	z-index: 0;
	-webkit-transition: all 1s ease-in-out 0s;
	-moz-transition: all 1s ease-in-out 0s;
	-ms-transition: all 1s ease-in-out 0s;
	-o-transition: all 1s ease-in-out 0s;
	transition: all 1s ease-in-out 0s;
	-moz-box-shadow:0px 0px 10px #000;
	-webkit-box-shadow:0px 0px 10px #000;
	box-shadow:0px 0px 10px #000;
}
#CrossSectioningScroll{
	z-index:10;
	font-size:100%;
	margin-right:5%;
	width:10%;
	margin-left:85%;
	display: block;
	position: absolute;
	bottom: 75px;
	-webkit-transition: all 1s ease-in-out 0s;
	-moz-transition: all 1s ease-in-out 0s;
	-ms-transition: all 1s ease-in-out 0s;
	-o-transition: all 1s ease-in-out 0s;
	transition: all 1s ease-in-out 0s;
}
#WireHarnessManufacturingNav{
	width: 100%;
	display: none;
	background-color: rgba(166,192,206,.9);
	z-index: 100000;	
	
}
#WireHarnessManufacturingheadertab{
	position: relative;
	z-index:10000;
	top: 0%;
	margin-right:0%;
	width:100%;
	margin-left:0%;
	display:none;
	
}


.slide{
	background-attachment: fixed;
	width:100%;
	height:100%;
	position: relative;
	box-shadow:inset 0px 10px 10px rgba(0,0,0,0.3);
}
.wrapper{
	width:960px;
	height:200px;
	margin:0 auto;
	position:relative;
}

/******************************
 SLIDE 1 
*******************************/
#slide1{
	width: 100%;
	background-image: url(../images/LogCabins/LogDwellingsEastCoast.jpg);
	background-size: cover;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-repeat: no-repeat;
}
#WireHarnessManufacturingMon{
	display: block;
}
#WireHarnessManufacturingTab{
	display: none;
}
.AnchorMarg{
	display: block; 
	position: relative; 
	top: -100px; 
	visibility: hidden;
}
#WireHarnessManufacturingTint{
	background-color: rgba(0,0,0,.3);
	width:100%;
	position: fixed;
	z-index:5;
	height:120%;
}
.WireHarnessManufacturingCompany{
	width:90%;
	margin-left:5%;
	margin-right:5%;
}
.WireHarnessManufacturingCompanyProducts{
	width:100%;
	margin-left:0%;
	margin-right:0%;
	font-size:90%;
}
#WireHarnessManufacturingCompanyLeft{
	width:50%;
	margin-left:3%;
	margin-right:47%;
}
#WireHarnessManufacturingBtn{
	width: 20%;
	margin-left: 40%;
	margin-right: 40%;
	background-color: rgba(17,80,144,0.5);
	border: #0A53AD medium solid;
	padding-top: 15px;
	padding-bottom: 15px;
	padding-right: 15px;
	padding-left: 15px;
	font-family: KlavReg, Tahoma, Geneva, sans-serif;
	font-size: 200%;
	color: #FFF !important;
}
#WireHarnessManufacturingBtn:hover{
	background-color: #FFF;
	color:#0A53AD !important;
}
#CrimpForceMonitorsHt{
	width:100%;
	height:100px;
}
.PressAnalyzerTable{
	width:80%;
	margin-left:20%;
	margin-right:0%;
	font-size:100%;
}
#StampingCompanyVid{
	display:block;
	z-index:0;
	position: fixed;
}
#CrimpingStamping1{
	width:33%;
	margin-left:0%;
	margin-right:0%;
	display:block;
	position:relative;
	float: left;
	height: 300px;
	background-color: transparent;
	-moz-box-shadow:none;
	-webkit-box-shadow:none;
	box-shadow: none;
	z-index:0;
}
#CrimpingStamping1 .CrimpingStamping{
	height:300px;
}
#CrimpingStamping1:hover .CrimpingStamping{
	height:auto;
}
#CrimpingStamping1:hover .info{
  visibility: visible;
  opacity: 1;
}
#CrimpingStamping1:hover .info2{
  visibility: visible;
  opacity: 1;
}
#CrimpingStamping2{
	width: 34%;
	margin-left: 0%;
	margin-right: 0%;
	display: block;
	font-size: 100%;
	background-image: url(../images/CrimpingStampingProducts/Crimp_Force_Monitors/CFM-Lite/P4100082.JPG);
	background-position: center center;
	background-size: 150% 150%;
	height: 300px;
	position: relative;
	float: left;
	background-color: transparent;
	-webkit-transition: all 1s ease; /* Safari and Chrome */
	-moz-transition: all 1s ease; /* Firefox */
	-ms-transition: all 1s ease; /* IE 9 */
	-o-transition: all 1s ease; /* Opera */
	transition: all 1s ease;
}
#CrimpingStamping2:hover{
	background-size: 100% 100%;
}
#CrimpingStamping3{
	width:33%;
	margin-left:0%;
	margin-right:0%;
	display:block;
	position:relative;
	float: left;
	height: 300px;
	background-color: transparent;
	-moz-box-shadow:none;
	-webkit-box-shadow:none;
	box-shadow: none;
	z-index:0;
}
#CrimpingStamping3 .CrimpingStamping{
	height:300px;
}
#CrimpingStamping3:hover .CrimpingStamping{
	height:auto;
}
#CrimpingStamping3:hover .info{
  visibility: visible;
  opacity: 1;
}
#CrimpingStamping3:hover .info2{
  visibility: visible;
  opacity: 1;
}
#CrimpingStamping4{
	width: 25%;
	margin-left: 0%;
	margin-right: 0%;
	display: none;
	font-size: 100%;
	background-image: url(../images/CrimpingStampingProducts/Cross_Sectioning/Epoxy_Samples/EpoxySample.JPG);
	background-position: center center;
	background-size: 150% 150%;
	height: 300px;
	position: relative;
	float: left;
	background-color: transparent;
	-webkit-transition: all 1s ease; /* Safari and Chrome */
	-moz-transition: all 1s ease; /* Firefox */
	-ms-transition: all 1s ease; /* IE 9 */
	-o-transition: all 1s ease; /* Opera */
	transition: all 1s ease;
}
#CrimpingStamping4:hover{
	background-size: 100% 100%;
}
#CrimpingStamping5{
	width: 33%;
	margin-left: 0%;
	margin-right: 0%;
	display: block;
	font-size: 100%;
	position: relative;
	float: left;
	background-image: url(../images/CrimpingStampingProducts/Manual_Press/ManualPressNetwork.png);
	background-position: center center;
	background-size: 150% 150%;
	height: 300px;
	background-color: transparent;
	-webkit-transition: all 1s ease; /* Safari and Chrome */
	-moz-transition: all 1s ease; /* Firefox */
	-ms-transition: all 1s ease; /* IE 9 */
	-o-transition: all 1s ease; /* Opera */
	transition: all 1s ease;
}
#CrimpingStamping5:hover{
	background-size: 100% 100%;
}
#CrimpingStamping6{
	width:34%;
	margin-left:0%;
	margin-right:0%;
	display:block;
	position:relative;
	float: left;
	height: 300px;
	background-color: transparent;
	-moz-box-shadow:none;
	-webkit-box-shadow:none;
	box-shadow: none;
	z-index:0;
}
#CrimpingStamping6 .CrimpingStamping{
	height:300px;
}
#CrimpingStamping6:hover .CrimpingStamping{
	height:auto;
}
#CrimpingStamping6:hover .info{
  visibility: visible;
  opacity: 1;
}
#CrimpingStamping6:hover .info2{
  visibility: visible;
  opacity: 1;
}
#CrimpingStamping7{
	width: 33%;
	margin-left: 0%;
	margin-right: 0%;
	display: block;
	font-size: 100%;
	position: relative;
	float: left;
	background-image: url(../images/CrimpingStampingProducts/Pull_Testers/Pull_Tester_APT1000/APT1000_HOMEPAGE.jpg);
	background-position: center center;
	background-size: 150% 150%;
	height: 300px;
	background-color: transparent;
	-webkit-transition: all 1s ease; /* Safari and Chrome */
	-moz-transition: all 1s ease; /* Firefox */
	-ms-transition: all 1s ease; /* IE 9 */
	-o-transition: all 1s ease; /* Opera */
	transition: all 1s ease;
}
#CrimpingStamping7:hover{
	background-size: 100% 100%;
}
#CrimpingStamping8{
	width:25%;
	margin-left:0%;
	margin-right:0%;
	display:none;
	position:relative;
	float: left;
	color: #FFF;
	height: 300px;
	background-color: transparent;
	-moz-box-shadow:none;
	-webkit-box-shadow:none;
	box-shadow: none;
	z-index:0;
}
#CrimpingStamping8 .CrimpingStamping{
	height:300px;
}
#CrimpingStamping8:hover .CrimpingStamping{
	height:auto;
}
#CrimpingStamping8:hover .info{
  visibility: visible;
  opacity: 1;
}
#CrimpingStamping8:hover .info2{
  visibility: visible;
  opacity: 1;
}
#CrimpingStamping9{
	width:33%;
	margin-left:0%;
	margin-right:0%;
	display:block;
	position:relative;
	float: left;
	color: #FFF;
	height: 300px;
	background-color: transparent;
	-moz-box-shadow:none;
	-webkit-box-shadow:none;
	box-shadow: none;
	z-index:0;
}
#CrimpingStamping9 .CrimpingStamping{
	height:300px;
}
#CrimpingStamping9:hover .CrimpingStamping{
	height:auto;
}
#CrimpingStamping9:hover .info{
  visibility: visible;
  opacity: 1;
}
#CrimpingStamping9:hover .info2{
  visibility: visible;
  opacity: 1;
}
#CrimpingStamping10{
	width: 34%;
	margin-left: 0%;
	margin-right: 0%;
	display: block;
	font-size: 100%;
	background-image: url(../images/CrimpingStampingProducts/Fuse_Inspection/FuseInspection.JPG);
	background-position: center center;
	background-size: 150% 150%;
	height: 300px;
	position: relative;
	float: left;
	background-color: transparent;
	-webkit-transition: all 1s ease; /* Safari and Chrome */
	-moz-transition: all 1s ease; /* Firefox */
	-ms-transition: all 1s ease; /* IE 9 */
	-o-transition: all 1s ease; /* Opera */
	transition: all 1s ease;
}
#CrimpingStamping10:hover{
	background-size: 100% 100%;
}
#CrimpingStamping11{
	width:33%;
	margin-left:0%;
	margin-right:0%;
	display:block;
	position:relative;
	float: left;
	color: #FFF;
	height: 300px;
	background-color: transparent;
	-moz-box-shadow:none;
	-webkit-box-shadow:none;
	box-shadow: none;
	z-index:0;
}
#CrimpingStamping11 .CrimpingStamping{
	height:300px;
}
#CrimpingStamping11:hover .CrimpingStamping{
	height:auto;
}
#CrimpingStamping11:hover .info{
  visibility: visible;
  opacity: 1;
}
#CrimpingStamping11:hover .info2{
  visibility: visible;
  opacity: 1;
}
#CrimpingStamping12{
	width: 25%;
	margin-left: 0%;
	margin-right: 0%;
	display: none;
	font-size: 100%;
	background-image: url(../images/CrimpingStampingProducts/Cross_Sectioning/X-Scan_Software/XScanSoftware.JPG);
	background-position: center center;
	background-size: 150% 150%;
	height: 300px;
	position: relative;
	float: left;
	background-color: transparent;
	-webkit-transition: all 1s ease; /* Safari and Chrome */
	-moz-transition: all 1s ease; /* Firefox */
	-ms-transition: all 1s ease; /* IE 9 */
	-o-transition: all 1s ease; /* Opera */
	transition: all 1s ease;
}
#CrimpingStamping12:hover{
	background-size: 100% 100%;
}
.CrimpingStampingTXT{
	margin-top:25%;
}
#CrimpingStampingTechnologiesContact{
	width:1000px;
	margin-left: auto;
	margin-right:-910px;
	display:block;
	background-color:#000;
	position:fixed;
	right:0;
	top:20%;
	-moz-box-shadow: 0px 0px 10px #000000;
	-webkit-box-shadow: 0px 0px 10px #000000;
	box-shadow: 0px 0px 10px #000000;
	z-index: 1000;
	opacity:1;
	-webkit-transition: all 1s ease; /* Safari and Chrome */
	-moz-transition: all 1s ease; /* Firefox */
	-ms-transition: all 1s ease; /* IE 9 */
	-o-transition: all 1s ease; /* Opera */
	transition: all 1s ease;
  	-webkit-animation:fadeIn ease-in 3s;
	-moz-animation:fadeIn ease-in 3s;
    -o-animation:fadeIn ease-in 3s;
    animation:fadeIn ease-in 3s;
}
#CrimpingStampingTechnologiesContactForm{
	width:100%;
	margin-left:0%;
	margin-right:0%;
}

#WireHarnessManufacturingProcess{
	width:80%;
	margin-left:10%;
	margin-right:10%;
	font-size:90%;
	margin-top:0;
}
.CrossSectioningProducts{
	height:200px;
	width:auto;
	opacity:1;
	max-width:100%;
}
.CrossSectioningProducts:hover{
	opacity:.75;
}
.RequestQuoteCrimpingHt{
	height:1200px;
	width:100%;
}

}

/* Desktop */

@media only screen and (min-width: 1200px) {
.gridContainer {
	float:left;
	width: 100%;
	min-width: 1200px;
	max-width: 3000px;
	padding-left: 0%;
	padding-right: 0%;
	margin: auto;
	z-index: 2;
	background:none;
    -webkit-transition: all .8s ease-in-out;
    -moz-transition: all .8s ease-in-out;
    -o-transition: all .8s ease-in-out;
    transition: all .8s ease-in-out;
}

#sticky {
    width: 100%;
	margin-left:0%;
	margin-right:0%;
    color: #fff;
	font-size:100%;
    z-index: 90000000;
	background-color: rgba(0,0,0,1);
	
}
#sticky.stick {
	width:100%;
	margin-left:0%;
	margin-right:0%;
    position: fixed;
    top: 0;
    z-index: 9000000;
	font-size:100%;
	background-color: rgba(0,0,0,.2);
}
#StickySpace{
	height:200px;
	background-color: transparent;
	
}
#StickySpace.stick{
	background-color: transparent;
	
}
#sticky2 {
    width: 30%;
	margin-left:35%;
	margin-right:35%;
    color: #fff;
	font-size:100%;
    z-index: 90000000;
	
}
#sticky2.stick2 {
	width:20%;
	margin-left:40%;
	margin-right:40%;
    position: fixed;
    top: 0;
    z-index: 9000000;
	font-size:100%;
}
#StickySpace2{
	height:300px;
	
}
#TopSpace{
	height:100px;
}

#Navbar {
	float: left;
	font-size: 250%;
	display: block;
	width: 100%;
	margin-left: 0;
	margin-top: 0;
	position: relative;
	background-color:#FFF;
	top: -50;
	left: 0;
	z-index: 100;
	overflow: visible;
	-moz-box-shadow: 0px 0px 5px #000000;
	-webkit-box-shadow: 0px 0px 5px #000000;
	box-shadow: 0px 0px 5px #000000;
}
#NavbarPhone {
	float: left;
	margin-right: 0%;
	margin-left: 0%;
	margin-top:11px;
	font-weight: bold;
	width: 100%;
	font-size: 50%;
	display: none;
	height:60px;
	overflow:hidden;
	background-image:url(../Graphics/Backgrounds/RiverSalvagePittsburghPa.jpg);
	background-size:cover;
	background-repeat:no-repeat;
	-webkit-transition: all 1s ease-in-out 0s;
	-moz-transition: all 1s ease-in-out 0s;
	-ms-transition: all 1s ease-in-out 0s;
	-o-transition: all 1s ease-in-out 0s;
	transition: all 1s ease-in-out 0s;
}
#NavbarPhone:hover {
	height: auto;
	width:100%;
	background:rgba(0,0,0,0.1);
	margin-right: 0%;
	margin-left: 0%;
	font-size: 100%;
}
#MainBody {
	float: left;
	margin-left:10%;
	margin-right:10%;
	width: 80%;
	padding-bottom:200px;
	display: block;
	position:absolute;
	font-size:100%;
	top:150px;
	opacity:1;
	z-index:10000;
	left:0;
	-webkit-animation:mainbod ease-in 2s;
	-moz-animation:mainbod ease-in 2s;
    -o-animation:mainbod ease-in 2s;
  	 animation:mainbod ease-in 2s;
  	 -webkit-animation-fill-mode:forwards;
  	 -moz-animation-fill-mode:forwards;
  	 -o-animation-fill-mode:forwards;
  	 animation-fill-mode:forwards;
}
@-webkit-keyframes mainbod { 
	0% { opacity:0;} 
	100% { opacity:1;}
}
@-moz-keyframes mainbod { 
	0% { opacity:0;} 
	100% { opacity:1;}   
}
@-o-keyframes mainbod { 
	0% { opacity:0;} 
	100% { opacity:1;} 
}
@keyframes mainbod { 
	0% { opacity:0;} 
	100% { opacity:1;}
}
#MainTableBody {
	background-color:rgba(255,255,255,0.7);
	-moz-box-shadow:0px 0px 10px #40FF40;
	-webkit-box-shadow:0px 0px 10px #40FF40;
	box-shadow:0px 0px 10px #40FF40;
}
#BodyLeft {
	float: left;
	margin-left: 2%;
	margin-right:1%;
	width: 57%;
	display: block;
	font-size:100%;
}
#BodyRight {
	float: right;
	margin-left: 1%;
	margin-right:2%;
	width: 37%;
	display: block;
	font-size:100%;
}
#BodyLeftFull {
	float: left;
	margin-left: 0%;
	margin-right:0%;
	width: 60%;
	display: block;
	font-size:100%;
}
#BodyRightFull {
	float: right;
	margin-left: 0%;
	margin-right:0%;
	width: 40%;
	display: block;
	font-size:100%;
}
#BodyLeftFull2 {
	float: left;
	margin-left: 0%;
	margin-right:0%;
	width: 30%;
	display: block;
	font-size:100%;
}
#BodyRightFull2 {
	float: right;
	margin-left: 0%;
	margin-right:0%;
	width: 70%;
	display: block;
	font-size:100%;
}
#BodyLeftSec {
	float: left;
	margin-left: 1%;
	margin-right:1%;
	width: 47%;
	display: block;
	font-size:100%;
	z-index:5;
}
#BodyRightSec {
	float: right;
	margin-left: 1%;
	margin-right:1%;
	width: 47%;
	display: block;
	font-size:100%;
	z-index:5;
}
#BodyCenter {
	float: left;
	margin-left: 20%;
	margin-right: 20%;
	margin-top:0px;
	width: 60%;
	display: block;
	font-size:100%;
}
#ContactForm {
	float: left;
	margin-left: 20%;
	margin-right:20%;
	width: 60%;
	display: block;
	font-size:100%;
	blend-mode:multiply;
	background:rgba(0,0,0,0.1);
	-moz-box-shadow: 1px 1px 0 #111111, 0 2px 0 #777777;
    -webkit-box-shadow: 1px 1px 0 #111111, 0 2px 0 #777777;
    box-shadow: 1px 1px 0 #111111, 0 2px 0 #777777;
}
#Footer {
	display: block;
	float: left;
	position: relative;
	bottom: 0;
	left: 0;
	font-size: 100%;
	margin-left: 0%;
	margin-right: 0%;
	width: 100%;
	z-index: 110;
	background-color:#FFF;
}
#Footer2 {
	display: block;
	float: left;
	position: relative;
	bottom: 0;
	left: 0;
	font-size: 100%;
	margin-left: 2.5%;
	margin-right: 2.5%;
	width: 95%;
	z-index: 110;
	background-color: transparent;
}
#PhoneFooter {
	display: none;
	float: left;
	position: absolute;
	bottom:0;
	left:0;
	font-size: 50%;
	margin-left: 0%;
	margin-right: 0%;
	width: 100%;
	background-color:#000;	
}
.MainBodyWhite {
	color: #FFF;
	font-size: 250%;
	font-family: KlavReg, Tahoma, Geneva, sans-serif;
	padding:10px;
	margin:0px;
	text-shadow:0px 0px 10px #000000;
}
.MainBodyWhite2 {
	color: #FFF;
	font-size: 200%;
	font-family: KlavReg, Tahoma, Geneva, sans-serif;
	padding:10px;
	margin:0px;
	text-shadow:0px 0px 10px #000000;
}


#CrimpForceMonitors {
	height:1px;
	overflow:hidden;
	position:absolute;
	bottom:0;
	font-size:100%;
	font-weight:bolder;
	width:100%;
}
#WireHarnessManufacturing{
	display:block;
	position:absolute;
	height: auto;
	width:100%;
	font-size:100%;
	z-index:1000;	
}
#WireHarnessManufacturing1 {
	position:relative;
	float: left;
	margin-left: 2%;
	margin-right: 1%;
	width: 30%;
	display: block;
	margin-bottom:0px;
	background-color:transparent;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	box-shadow: none;
	font-size:95%;
}
#WireHarnessManufacturing1:hover {
	-moz-box-shadow: 0px 0px 10px #000;
	-webkit-box-shadow: 0px 0px 10px #000;
	box-shadow: 0px 0px 10px #000;
	background-color: #8F8D92;
}
#WireHarnessManufacturing2 {
	position:relative;
	float: left;
	margin-left: 2%;
	margin-right: 2%;
	width: 30%;
	display: block;
	margin-bottom:0px;
	background-color:transparent;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	box-shadow: none;
	font-size:95%;
}
#WireHarnessManufacturing2:hover {
	-moz-box-shadow: 0px 0px 10px #000;
	-webkit-box-shadow: 0px 0px 10px #000;
	box-shadow: 0px 0px 10px #000;
	background-color: #8F8D92;
}
#WireHarnessManufacturing3 {
	position:relative;
	float: left;
	margin-left: 1%;
	margin-right: 2%;
	width: 30%;
	display: block;
	margin-bottom:0px;
	background-color:transparent;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	box-shadow: none;
	font-size:95%;
}
#WireHarnessManufacturing3:hover {
	-moz-box-shadow: 0px 0px 10px #000;
	-webkit-box-shadow: 0px 0px 10px #000;
	box-shadow: 0px 0px 10px #000;
	background-color: #8F8D92;
}
#CrimpForceMonitors1 {
	position:relative;
	float: left;
	margin-left: 2%;
	margin-right: 1%;
	width: 30%;
	display: block;
	margin-bottom:0px;
	font-size:100%;
}
#CrimpForceMonitors2 {
	position:relative;
	float: left;
	margin-left: 2%;
	margin-right: 2%;
	width: 30%;
	display: block;
	margin-bottom:0px;
	font-size:100%;
}
#CrimpForceMonitors3 {
	position:relative;
	float: left;
	margin-left: 2%;
	margin-right: 1%;
	width: 30%;
	display: block;
	margin-bottom:0px;
	font-size:100%;
}
#CrimpForceMonitors11 {
	position:relative;
	float: left;
	margin-left: 2%;
	margin-right: 1%;
	width: 30%;
	display: block;
	margin-bottom:0px;
	font-size:90%;
}
#CrimpForceMonitors22 {
	position:relative;
	float: left;
	margin-left: 2%;
	margin-right: 2%;
	width: 30%;
	display: block;
	margin-bottom:0px;
	font-size:90%;
}
#CrimpForceMonitors33 {
	position:relative;
	float: left;
	margin-left: 2%;
	margin-right: 1%;
	width: 30%;
	display: block;
	margin-bottom:0px;
	font-size:90%;
}
#CrossSectioningPhone{
	z-index:1000000;
	font-size:100%;
	margin-right:0%;
	width:17%;
	margin-left:83%;
	display:none;
	position: fixed;
	top: 50px;
	-webkit-transition: all 1s ease-in-out 0s;
	-moz-transition: all 1s ease-in-out 0s;
	-ms-transition: all 1s ease-in-out 0s;
	-o-transition: all 1s ease-in-out 0s;
	transition: all 1s ease-in-out 0s;
}
#CrossSectioningPhone.stick{
	z-index:1000000;
	font-size:100%;
	margin-right:0%;
	width:17%;
	margin-left:83%;
	display:none;
	position: fixed;
	top: 17px;
	-webkit-transition: all 1s ease-in-out 0s;
	-moz-transition: all 1s ease-in-out 0s;
	-ms-transition: all 1s ease-in-out 0s;
	-o-transition: all 1s ease-in-out 0s;
	transition: all 1s ease-in-out 0s;
}
#CrimpForceMonitorsMenu{
	display: block;
	width: 80%;
	margin-right:0%;
	margin-left:20%;
	position: fixed;
	top: 30px;
	z-index: 90000000;
	font-size: 100%;
	-webkit-transition: all 1s ease-in-out 0s;
	-moz-transition: all 1s ease-in-out 0s;
	-ms-transition: all 1s ease-in-out 0s;
	-o-transition: all 1s ease-in-out 0s;
	transition: all 1s ease-in-out 0s;
	background-color: transparent;
}
#CrimpForceMonitorsMenu.stick{
	display: block;
	width: 80%;
	margin-right:0%;
	margin-left:20%;
	position: fixed;
	top: 5px;
	z-index: 900000000;
	font-size: 100%;
	-webkit-transition: all 1s ease-in-out 0s;
	-moz-transition: all 1s ease-in-out 0s;
	-ms-transition: all 1s ease-in-out 0s;
	-o-transition: all 1s ease-in-out 0s;
	transition: all 1s ease-in-out 0s;
	background-color: transparent;
}
#CrimpForceMonitorsLogo{
	display: block;
	width: 18%;
	margin-left: 1%;
	margin-right: 81%;
	position: fixed;
	top: 1px;
	z-index: 900000;
	font-size: 100%;
	-webkit-transition: all 1s ease-in-out 0s;
	-moz-transition: all 1s ease-in-out 0s;
	-ms-transition: all 1s ease-in-out 0s;
	-o-transition: all 1s ease-in-out 0s;
	transition: all 1s ease-in-out 0s;
	background-image:url(../images/C&STechnologies.png);
	background-position:center left;
	background-size:contain;
	background-repeat:no-repeat;
	height:170px;
}
#CrimpForceMonitorsLogo.stick{
	display: block;
	width: 18%;
	margin-left: 1%;
	margin-right: 81%;
	position: fixed;
	top: 0px;
	z-index: 900000;
	font-size: 100%;
	-webkit-transition: all 1s ease-in-out 0s;
	-moz-transition: all 1s ease-in-out 0s;
	-ms-transition: all 1s ease-in-out 0s;
	-o-transition: all 1s ease-in-out 0s;
	transition: all 1s ease-in-out 0s;
	height:125px;
}
#CrimpForceMonitorsbg{
	background-color: transparent;
	display: block;
	width: 100%;
	height: 150px;
	position: absolute;
	z-index: 1000;
	top: 0;
	z-index: 0;
	-webkit-transition: all 1s ease-in-out 0s;
	-moz-transition: all 1s ease-in-out 0s;
	-ms-transition: all 1s ease-in-out 0s;
	-o-transition: all 1s ease-in-out 0s;
	transition: all 1s ease-in-out 0s;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	box-shadow: none;
}
#CrimpForceMonitorsbg.stick{
	background-color: #85848a;
	display: block;
	width: 100%;
	height: 125px;
	position: fixed;
	z-index: 1000;
	top: 0;
	z-index: 0;
	-webkit-transition: all 1s ease-in-out 0s;
	-moz-transition: all 1s ease-in-out 0s;
	-ms-transition: all 1s ease-in-out 0s;
	-o-transition: all 1s ease-in-out 0s;
	transition: all 1s ease-in-out 0s;
	-moz-box-shadow:0px 0px 10px #000;
	-webkit-box-shadow:0px 0px 10px #000;
	box-shadow:0px 0px 10px #000;
}
#CrossSectioningScroll{
	z-index:10;
	font-size:100%;
	margin-right:5%;
	width:10%;
	margin-left:85%;
	display: block;
	position: absolute;
	bottom: 100px;
	-webkit-transition: all 1s ease-in-out 0s;
	-moz-transition: all 1s ease-in-out 0s;
	-ms-transition: all 1s ease-in-out 0s;
	-o-transition: all 1s ease-in-out 0s;
	transition: all 1s ease-in-out 0s;
}
#WireHarnessManufacturingNav{
	width: 100%;
	display: none;
	background-color: rgba(166,192,206,.9);
	z-index: 100000;	
	
}
#WireHarnessManufacturingheadertab{
	position: relative;
	z-index:10000;
	top: 0%;
	margin-right:0%;
	width:100%;
	margin-left:0%;
	display:none;
	
}


.slide{
	background-attachment: fixed;
	width:100%;
	height:100%;
	position: relative;
	box-shadow:inset 0px 10px 10px rgba(0,0,0,0.3);
}
.wrapper{
	width:960px;
	height:200px;
	margin:0 auto;
	position:relative;
}

/******************************
 SLIDE 1 
*******************************/
#slide1{
	width: 100%;
	background-image: url(../images/LogCabins/LogDwellingsEastCoast.jpg);
	background-size: cover;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-repeat: no-repeat;
}
#WireHarnessManufacturingMon{
	display: block;
}
#WireHarnessManufacturingTab{
	display: none;
}
.AnchorMarg{
	display: block; 
	position: relative; 
	top: -100px; 
	visibility: hidden;
}
#WireHarnessManufacturingTint{
	background-color: rgba(0,0,0,.3);
	width:100%;
	position: fixed;
	z-index:5;
	height:120%;
}
.WireHarnessManufacturingCompany{
	width:80%;
	margin-left:10%;
	margin-right:10%;
}
.WireHarnessManufacturingCompanyProducts{
	width:90%;
	margin-left:5%;
	margin-right:5%;
	font-size:90%;
}
#WireHarnessManufacturingCompanyLeft{
	width:40%;
	margin-left:5%;
	margin-right:55%;
}
#WireHarnessManufacturingBtn{
	width: 16%;
	margin-left: 42%;
	margin-right: 42%;
	background-color: rgba(17,80,144,0.5);
	border: #0A53AD medium solid;
	padding-top: 15px;
	padding-bottom: 15px;
	padding-right: 15px;
	padding-left: 15px;
	font-family: KlavReg, Tahoma, Geneva, sans-serif;
	font-size: 200%;
	color: #FFF !important;
}
#WireHarnessManufacturingBtn:hover{
	background-color: #FFF;
	color:#0A53AD !important;
}
#CrimpForceMonitorsHt{
	width:100%;
	height:100px;
}
.PressAnalyzerTable{
	width:80%;
	margin-left:20%;
	margin-right:0%;
	font-size:100%;
}
#StampingCompanyVid{
	display:block;
	z-index:0;
	position: fixed;
}
#CrimpingStamping1{
	width:25%;
	margin-left:0%;
	margin-right:0%;
	display:block;
	position:relative;
	float: left;
	height: 300px;
	background-color: transparent;
	-moz-box-shadow:none;
	-webkit-box-shadow:none;
	box-shadow: none;
	z-index:0;
}
#CrimpingStamping1 .CrimpingStamping{
	height:300px;
}
#CrimpingStamping1:hover .CrimpingStamping{
	height:20px;
}
#CrimpingStamping1:hover .info{
  visibility: visible;
  opacity: 1;
}
#CrimpingStamping1:hover .info2{
  visibility: visible;
  opacity: 1;
}
#CrimpingStamping2{
	width: 25%;
	margin-left: 0%;
	margin-right: 0%;
	display: block;
	font-size: 100%;
	background-image: url(../images/CrimpingStampingProducts/Crimp_Force_Monitors/CFM-Lite/P4100082.JPG);
	background-position: center center;
	background-size: 150% 150%;
	height: 300px;
	position: relative;
	float: left;
	background-color: transparent;
	-webkit-transition: all 1s ease; /* Safari and Chrome */
	-moz-transition: all 1s ease; /* Firefox */
	-ms-transition: all 1s ease; /* IE 9 */
	-o-transition: all 1s ease; /* Opera */
	transition: all 1s ease;
}
#CrimpingStamping2:hover{
	background-size: 100% 100%;
}
#CrimpingStamping3{
	width:25%;
	margin-left:0%;
	margin-right:0%;
	display:block;
	position:relative;
	float: left;
	height: 300px;
	background-color: transparent;
	-moz-box-shadow:none;
	-webkit-box-shadow:none;
	box-shadow: none;
	z-index:0;
}
#CrimpingStamping3 .CrimpingStamping{
	height:300px;
}
#CrimpingStamping3:hover .CrimpingStamping{
	height:auto;
}
#CrimpingStamping3:hover .info{
  visibility: visible;
  opacity: 1;
}
#CrimpingStamping3:hover .info2{
  visibility: visible;
  opacity: 1;
}
#CrimpingStamping4{
	width: 25%;
	margin-left: 0%;
	margin-right: 0%;
	display: block;
	font-size: 100%;
	background-image: url(../images/CrimpingStampingProducts/Cross_Sectioning/Epoxy_Samples/EpoxySample.JPG);
	background-position: center center;
	background-size: 150% 150%;
	height: 300px;
	position: relative;
	float: left;
	background-color: transparent;
	-webkit-transition: all 1s ease; /* Safari and Chrome */
	-moz-transition: all 1s ease; /* Firefox */
	-ms-transition: all 1s ease; /* IE 9 */
	-o-transition: all 1s ease; /* Opera */
	transition: all 1s ease;
}
#CrimpingStamping4:hover{
	background-size: 100% 100%;
}
#CrimpingStamping5{
	width: 25%;
	margin-left: 0%;
	margin-right: 0%;
	display: block;
	font-size: 100%;
	position: relative;
	float: left;
	background-image: url(../images/CrimpingStampingProducts/Manual_Press/ManualPressNetwork.png);
	background-position: center center;
	background-size: 150% 150%;
	height: 300px;
	background-color: transparent;
	-webkit-transition: all 1s ease; /* Safari and Chrome */
	-moz-transition: all 1s ease; /* Firefox */
	-ms-transition: all 1s ease; /* IE 9 */
	-o-transition: all 1s ease; /* Opera */
	transition: all 1s ease;
}
#CrimpingStamping5:hover{
	background-size: 100% 100%;
}
#CrimpingStamping6{
	width:25%;
	margin-left:0%;
	margin-right:0%;
	display:block;
	position:relative;
	float: left;
	height: 300px;
	background-color: transparent;
	-moz-box-shadow:none;
	-webkit-box-shadow:none;
	box-shadow: none;
	z-index:0;
}
#CrimpingStamping6 .CrimpingStamping{
	height:300px;
}
#CrimpingStamping6:hover .CrimpingStamping{
	height:auto;
}
#CrimpingStamping6:hover .info{
  visibility: visible;
  opacity: 1;
}
#CrimpingStamping6:hover .info2{
  visibility: visible;
  opacity: 1;
}
#CrimpingStamping7{
	width: 25%;
	margin-left: 0%;
	margin-right: 0%;
	display: block;
	font-size: 100%;
	position: relative;
	float: left;
	background-image: url(../images/CrimpingStampingProducts/Pull_Testers/Pull_Tester_APT1000/APT1000_HOMEPAGE.jpg);
	background-position: center center;
	background-size: 150% 150%;
	height: 300px;
	background-color: transparent;
	-webkit-transition: all 1s ease; /* Safari and Chrome */
	-moz-transition: all 1s ease; /* Firefox */
	-ms-transition: all 1s ease; /* IE 9 */
	-o-transition: all 1s ease; /* Opera */
	transition: all 1s ease;
}
#CrimpingStamping7:hover{
	background-size: 100% 100%;
}
#CrimpingStamping8{
	width:25%;
	margin-left:0%;
	margin-right:0%;
	display:block;
	position:relative;
	float: left;
	color: #FFF;
	height: 300px;
	background-color: transparent;
	-moz-box-shadow:none;
	-webkit-box-shadow:none;
	box-shadow: none;
	z-index:0;
}
#CrimpingStamping8 .CrimpingStamping{
	height:300px;
}
#CrimpingStamping8:hover .CrimpingStamping{
	height:auto;
}
#CrimpingStamping8:hover .info{
  visibility: visible;
  opacity: 1;
}
#CrimpingStamping8:hover .info2{
  visibility: visible;
  opacity: 1;
}
#CrimpingStamping9{
	width:25%;
	margin-left:0%;
	margin-right:0%;
	display:block;
	position:relative;
	float: left;
	color: #FFF;
	height: 300px;
	background-color: transparent;
	-moz-box-shadow:none;
	-webkit-box-shadow:none;
	box-shadow: none;
	z-index:0;
}
#CrimpingStamping9 .CrimpingStamping{
	height:300px;
}
#CrimpingStamping9:hover .CrimpingStamping{
	height:auto;
}
#CrimpingStamping9:hover .info{
  visibility: visible;
  opacity: 1;
}
#CrimpingStamping9:hover .info2{
  visibility: visible;
  opacity: 1;
}
#CrimpingStamping10{
	width: 25%;
	margin-left: 0%;
	margin-right: 0%;
	display: block;
	font-size: 100%;
	background-image: url(../images/CrimpingStampingProducts/Fuse_Inspection/FuseInspection.JPG);
	background-position: center center;
	background-size: 150% 150%;
	height: 300px;
	position: relative;
	float: left;
	background-color: transparent;
	-webkit-transition: all 1s ease; /* Safari and Chrome */
	-moz-transition: all 1s ease; /* Firefox */
	-ms-transition: all 1s ease; /* IE 9 */
	-o-transition: all 1s ease; /* Opera */
	transition: all 1s ease;
}
#CrimpingStamping10:hover{
	background-size: 100% 100%;
}
#CrimpingStamping11{
	width:25%;
	margin-left:0%;
	margin-right:0%;
	display:block;
	position:relative;
	float: left;
	color: #FFF;
	height: 300px;
	background-color: transparent;
	-moz-box-shadow:none;
	-webkit-box-shadow:none;
	box-shadow: none;
	z-index:0;
}
#CrimpingStamping11 .CrimpingStamping{
	height:300px;
}
#CrimpingStamping11:hover .CrimpingStamping{
	height:auto;
}
#CrimpingStamping11:hover .info{
  visibility: visible;
  opacity: 1;
}
#CrimpingStamping11:hover .info2{
  visibility: visible;
  opacity: 1;
}
#CrimpingStamping12{
	width: 25%;
	margin-left: 0%;
	margin-right: 0%;
	display: block;
	font-size: 100%;
	background-image: url(../images/CrimpingStampingProducts/Cross_Sectioning/X-Scan_Software/XScanSoftware.JPG);
	background-position: center center;
	background-size: 150% 150%;
	height: 300px;
	position: relative;
	float: left;
	background-color: transparent;
	-webkit-transition: all 1s ease; /* Safari and Chrome */
	-moz-transition: all 1s ease; /* Firefox */
	-ms-transition: all 1s ease; /* IE 9 */
	-o-transition: all 1s ease; /* Opera */
	transition: all 1s ease;
}
#CrimpingStamping12:hover{
	background-size: 100% 100%;
}
.CrimpingStampingTXT{
	margin-top:25%;
}
#CrimpingStampingTechnologiesContact{
	width:1000px;
	margin-left: auto;
	margin-right:-910px;
	display:block;
	background-color:#000;
	position:fixed;
	right:0;
	top:20%;
	-moz-box-shadow: 0px 0px 10px #000000;
	-webkit-box-shadow: 0px 0px 10px #000000;
	box-shadow: 0px 0px 10px #000000;
	z-index: 1000;
	opacity:1;
	-webkit-transition: all 1s ease; /* Safari and Chrome */
	-moz-transition: all 1s ease; /* Firefox */
	-ms-transition: all 1s ease; /* IE 9 */
	-o-transition: all 1s ease; /* Opera */
	transition: all 1s ease;
  	-webkit-animation:fadeIn ease-in 3s;
	-moz-animation:fadeIn ease-in 3s;
    -o-animation:fadeIn ease-in 3s;
    animation:fadeIn ease-in 3s;
}
#CrimpingStampingTechnologiesContactForm{
	width:100%;
	margin-left:0%;
	margin-right:0%;
}

#WireHarnessManufacturingProcess{
	width:70%;
	margin-left:15%;
	margin-right:15%;
	font-size:100%;
	margin-top:0;
}
.CrossSectioningProducts{
	height:200px;
	width:auto;
	opacity:1;
	max-width:none;
}
.CrossSectioningProducts:hover{
	opacity:.75;
}
.RequestQuoteCrimpingHt{
	height:1000px;
	width:100%;
}
}

