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

body {background-image:url(images/steel2.jpg)}

h1 {font-size:24px;
	font-style:normal;
	text-align:center;
	text-decoration:underline;
	text-shadow:#999;
	color:#000
}

h2 {font-size:16px;
	font-style:normal;
	text-align:center;
	color:#000
}

h3 {font-size:36px;
	color:#CCC;
	text-decoration:underline;
	text-align:center
}

.logo {width:768px;
	height:200px;
	border:thin;
	border-color:#000;
	border-style:solid;
	background-color:#000;
	overflow:hidden
}

.logoa {height:200px;
		width:360px;
		margin-right:5px;
		float:right;
		background-image:url(images/toplogo.jpg)
}

.logob {height:184px;
		width:230px;
		float:left;
		margin-left:5px;
		margin-top:10px;
		background-image:url(images/header3.png);
}

.header {width:250px;
		height:auto;
		margin-top:50px;
		position:absolute;
		left:800px
}

.main {width:730px;
		height:auto;
		border:thin;
		border-style:solid;
		border-color:#000;
		margin:0.px;
		padding-left:20px;
		padding-right:20px;
		padding-bottom:20px;
		padding-top:2px;
		background-image:url(images/stainless1.jpg)
}

.topnav {width:420px;
		height:30px;
		border:thin;
		margin:0px;
		padding:5px
}

.navbtn {height:25px;
		width:99px;
		margin:1px;
		padding-top:5px;
		float:left;
		background-image:url(images/button1.jpg);
}

.navbtn:hover {height:25px;
				width:99px;
				margin:1px;
				padding-top:5px;
				fload:left;
				background-image:url(images/button2.jpg)
}

A {color:#000;
	text-decoration:none;
	text-align:center;
	font-size:18px;
	font-weight:900
}

A:Hover {text-decoration:underline;
		color:#fff
}

/ ******************** Thumbnails *********************** /
.thumbnail{
position: relative;
z-index: 0;
}

.thumbnail:hover{
background-color: transparent;
z-index: 50;
}

.thumbnail span{ /*CSS for enlarged image*/
position: absolute;
background-color: white;
padding: 5px;
left: -1000px;
border: 3px solid gray;
visibility: hidden;
color: black;
text-decoration: none;
}

.thumbnail span img{ /*CSS for enlarged image*/
border-width: 0;
padding: 2px;
}

.thumbnail:hover span{ /*CSS for enlarged image on hover*/
visibility: visible;
top: relative;
left: 60px; /*position where enlarged image should offset horizontally */

}