@charset "UTF-8";
/* CSS Document */


body {
	background-color: #5c5c5c;
	background-image: url(../images/bg.gif);
	background-repeat: repeat-x;
	margin:0px 0px 0px 0px;	
	padding:0px 0px 0px 0px;
	font-family:Arial, Helvetica, sans-serif;
	color:#515151;
	
}

html {
    overflow-y: scroll;
}

body a {
	color:#515151;
	text-decoration: underline;
}

body h1 a {	
	text-decoration:none;
}

body a:hover {

}

#mainContainer {
	margin-left:auto;
	margin-right:auto;
	background-image:url(../images/bg.gif);
	background-repeat:repeat-x;
	background-color:5c5c5c;
	width:790px;
	height:100%;
}

#topContainer {
	background-image:url(../images/topContainerWide.gif);
	background-color:#a9a9a9;
	width:790px;
	height:147px;
	position:relative;
}

.logo {
	height: 122px;
	max-width: 100%;
	display: block;
}

.logo img {
	height: 80px;
}

.logo p {
	display: inline;
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	color:#5e5f5f;
}

.logo p:last-child {
	float: right;
    padding-right: 55px;
    align-items: flex-end;
    display: flex;
    height: 100%;
    margin: -10px 0 0 0;
}

#footerContainer {
	height:181px;
	width:790px;
	background-image:url(../images/footerContainerWide.gif);
	position:absolute;
}

#navList{
	padding:0px 0px 13px 57px;
	width:100%;
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	color:#5e5f5f;
}

#navList span {
	color:#d6bb5c;
}

#navList a {
	color:#5e5f5f;
	text-decoration:none;
}

#navList a:hover {
	text-decoration:none;
	border-bottom: solid;
	border-bottom:double;
	border-bottom-color:#D5BB5C;
}

#navList ul {
	margin:0;
	padding:0;
	list-style:none;
	list-style-image:none;
}

#navList li {
	display:inline;
}


#nav{
	margin-left:auto;
	margin-right:auto;
	background-color:#515151;
	color:#8d8d8d;
	width:760px;
	height:20px;
	position:relative;
}

#nav a{
	text-decoration:none;
}

#contentContainerContact {
	margin-left:auto;
	margin-right:auto;
	background-color:#a9a9a9;
	width:760px;
	height:350px;
	position:relative;
}

#contentContainerStamping {
	margin-left:auto;
	margin-right:auto;
	background-color:#a9a9a9;
	width:760px;
	height:2765px;
	position:relative;
}

#contentContainerEngineering {
	margin-left:auto;
	margin-right:auto;
	background-color:#a9a9a9;
 	width:760px;
	height:1350px;
	position:relative;
}

#contentContainerQuality {
	margin-left:auto;
	margin-right:auto;
	background-color:#a9a9a9;
 	width:760px;
	height:1773px;
	position:relative;
}

#contentContainerOther {
	margin-left:auto;
	margin-right:auto;
	background-color:#a9a9a9;
	width:760px;
	height:1227px;
	position:relative;
}

#contentContainerIndex {
	margin-left:auto;
	margin-right:auto;
	background-color:#a9a9a9;
	width:760px;
	height:446px;
	position:relative;
}

#contentContainerServices {
	margin-left:auto;
	margin-right:auto;
	width:760px;
	height:525px;
	background-color:#a9a9a9;
	position:relative;

}

#contentContainerAbout {
	margin-left:auto;
	margin-right:auto;
	width:760px;
	height:825px;
	background-color:#a9a9a9;
	position:relative;

}

#bottomDivide {
	margin-left:auto;
	margin-right:auto;
	background-color:#a9a9a9;
	width:760px;
	height:1px;
	position:relative;
}



#navListSmall{
	text-align:center;
	width:100%;
	padding:40px 0px 0px 0px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:9px;
	color:#5e5f5f;
}

#navListSmall span {
	color:#d6bb5c;
}

#navListSmall a {
	color:#5e5f5f;
	text-decoration:none;
}

#navListSmall a:hover {
	text-decoration:none;
}

#navListSmall ul {
	margin:0;
	padding:0;
	list-style:none;
	list-style-image:none;
}

#navListSmall li {
	display:inline;
}

a {
	color:#5e5f5f;
	text-decoration:none;
}

a:hover {
	border-bottom: solid;
	border-bottom-color:#D5BB5C;
	border-bottom-width:thin;
	text-decoration:none;
	
}

a name{
	border-bottom: 0px;	
}

body h1 a:hover {	
	border-bottom:none;
}
