/* CSS Document */


#divPage
{
	width: 100%;
	height: 100%;
}

#divLinksLeft
{
	position: absolute;
	z-index: 1;
	left: 50%;
	top: 50%;
	margin-left: -350px;
	margin-top: -200px;
	/*background-color: #FF0000; */
	width: 300px;
	height: 500px;
}

#divRightBox
{
	position: absolute;
	z-index: 1;
	left: 50%;
	top: 50%;
	margin-left: 160px;
	margin-top: -150px;
}

#divBigLogo
{
	position: absolute;
	left: 50%;
	top: 50%;
	margin-left: -150px;
	margin-top: -300px;
	z-index: 50;
}

#divContent
{
	position: absolute;
	width: 600px;
	height: 450px;
	top: 125px;
	left: 150px;
	
	background-color: #FFFFFF;
}

#divTopSectionImage
{
	position: absolute;
	left: 125px;
	top: 0px;
	z-index: 1;
	width: 500px;
	height: 125px;
}

#divTopLeftLogo
{
	position: absolute;
	left: 10px;
	top: 0px;
}

#divSectionContent
{
	position: absolute;
	left: 0px;
	top: 175px;
	width: 750px;
	
	background: #FFFFFF;
	color: #000000;
	
	margin-left: 25px;
	padding: 25px;
	border: 1px #CCCCCC solid;
}

#divTopSectionMenu
{
	position: absolute;
	left: 125px;
	top: 125px;
}

#divProductImages
{

}

#divEnviromentalBox
{
	position: absolute;
	display: block;
	padding: 15px;
	width: 600px;
	background-color: #000000;
	color: #FFFFFF;
	font-size: small;
	left: 50%;
	margin-left: -300px;
}

#divEnviromentalImage
{
	float: right;
	border: thin groove #000000;
	padding: 10px;
	text-align: center;
	margin: 5px;
}

#divLocationImage
{
	position: absolute;
	right: 10px;
	top: 200px;
	border: thin groove #000000;
	padding: 10px;
	text-align: center;
	margin: 5px;
	z-index: 1;
}

#divTestBenchImage
{
	float: right;
	border: thin groove #000000;
	padding: 10px;
	text-align: center;
	margin: 5px;
}

#divCadImage
{
	float: right;
	border: thin groove #000000;
	padding: 10px;
	text-align: center;
	margin: 5px;
}

#divHydraulicPressImage
{
	position: absolute;
	left: 25px;
	width: 150px;
	border: thin groove #000000;
	padding: 10px;
	text-align: center;
	margin: 5px;
}

#divPolisherImage
{
	position: absolute;
	left: 315px;
	width: 150px;
	border: thin groove #000000;
	padding: 10px;
	text-align: center;
	margin: 5px;
}

#divHoningImage
{
	position: absolute;
	left: 600px;
	width: 150px;
	border: thin groove #000000;
	padding: 10px;
	text-align: center;
	margin: 5px;
}

#divLegal
{
	position: relative;
	bottom: -50px;
	
	background-color:#000000;
	color: #CCCCCC;
	
	font-size: smaller;
	font-weight: 100;
	text-align: right;
}
