﻿body {
}

img 
{
	border: 0px;
}

.wrapper
{
	width: 756px;
	margin: 0 auto;
	border-right: #cccccc 1px solid;
	border-top: #cccccc 1px solid;
	border-left: #cccccc 1px solid;
	border-bottom: #cccccc 1px solid;
}


.languageBar
{
	height: 20px;
	border-bottom: #cccccc 1px solid;
}

.languageBox
{
	float: right;
	height: 20px;
	width: 85px;
}

.header
{
	height: 181px;
	border-bottom: #cccccc 1px solid;
	position: relative;
}

.topAd
{
	left: 0px;
	top: 0px;
	position: absolute;
	border-bottom: #cccccc 1px solid;
	border-right: #cccccc 1px solid;
}

.logo
{
	top: 20px;
	left: 337px; /* (756 /2) - (82 / 2) = 337 */
	width: 82px;
	height: 106px;
	background-image: url(images/site/home/logo.jpg);
	background-repeat: no-repeat;
	position: absolute;
}

.headerCaption
{
	bottom: 10px;
	left: 177px; /* (756 / 2) - (402 / 2) = 177 */
	width: 402px;
	height: 10px;
	background-image: url(images/site/home/company_name.jpg);
	background-repeat: no-repeat;
	position: absolute;
}

.imageLinks
{
	height: 100px;
	overflow: hidden;
	border-bottom: #cccccc 1px solid;
}

.centeredContainer
{
	margin: 0 auto;
	width: 610px; /* (5 imageLink * (100width + 10margin)) = 600) */
	overflow: hidden;
	
}

.imageLink
{
	float: left;
	width: 100px;
	height: 100px;
	margin: 0px 10px;
	overflow: hidden;
	position: relative;
}


.spacer
{
	height: 15px;
	border-bottom: #cccccc 1px solid;
}

.rolloverLinks
{
	height: 21px;
	border-bottom: #cccccc 1px solid;
}

.rolloverLink
{
	float: left;
	width: 100px;
	height: 21px;
	margin: 0px 10px;
	overflow: hidden;
	position: relative;
}

.banner
{
	height: 100px;
	border-bottom: #cccccc 1px solid;
	background-image: url(images/site/home/blueframe.jpg);
	background-repeat: no-repeat;
}

.footer
{
	height: 100px;
	position: relative;
}

.copyright
{
	top: 10px;
	left: 318px; /* (756 / 2) - (120 / 2) = 318 */
	height: 12px;
	width: 120px;
	background-image: url(images/site/home/pml_copyright.jpg);
	background-repeat: no-repeat;
	position: absolute;	
}

.scrapWatch
{
	bottom: 0px;
	left: 0px;
	width: 255px;
	height: 75px;
	border-top: #cccccc 1px solid;
	border-right: #cccccc 1px solid;
	position: absolute;
}

.secureData
{
	bottom: 0px;
	right: 0px;
	width: 382px;
	height: 75px;
	border-top: #cccccc 1px solid;
	border-left: #cccccc 1px solid;
	position: absolute;
}

.pageOverlay
{
	width: 100%;
	height: 100%;
	background-image: url(images/site/home/popupBackground.png);
	background-repeat: repeat;
	position: absolute;
	top: 0px;
	left: 0px;
	display: none;

}