@charset "UTF-8";
/* Platinum Packaging Group CSS */


body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #000000;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
}

#header {
	background-color: #000000;
	width: 866px;
}

#left_column {
	background-color: #000000;
	width: 511px;
	z-index: 1;
	visibility: visible;
	position: relative;
	float: left;
}


a {
	color: #999999;
	text-decoration: none;
}

a:link {
	color: #999999;
	text-decoration: none;
}

a:visited {
	color: #999999;
	text-decoration: none;
}
a:hover {
	color: #FFFFFF;
	text-decoration: underline;
}


.oneColLiqCtr #container {
	width: 867px;  /* this will create a container 80% of the browser width */
	background: #000000;
	margin: 0 auto;
	text-align: left;
	border-right-color: #666666;
	border-left-color: #666666;
	border-right-style: solid;
	border-left-style: solid;
	border-right-width: 1px;
	border-left-width: 1px;
	position: relative;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #666666;
	border-bottom-color: #666666;
}
.oneColLiqCtr #mainContent {
	padding: 0 0px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	position: relative;
	background-color: #000000;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}


#flashmovies {
	background-color: #000000;
	height: 159px;
	width: 207px;
	
}

#greenOptionMovie {
	background-color: #000000;
	height: 159px;
	width: 207px;	
	
}
#loadarea {
	background-color: #000000;
	position: absolute;
	height: 255px;
	width: 337px;
	left: 403px;
	top: 613px;
	
}


#tech_support_pic  {
	position: absolute;
	height: 260px;
	width: 335px;
	left: 429px;
	top: 322px;

}


.machinerynav {
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	font-size: 12px;
	font-family: Georgia, "Times New Roman", Times, serif;
	background-color: #000000;
}

.supplies {
	text-align: left; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #999999;
	font-size: 16px;
	font-family: Georgia, "Times New Roman", Times, serif;
}


.footer {
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #FFFFFF;
	font-size: 12px;
	font-family: Georgia, "Times New Roman", Times, serif;
}
.footerInvisible {
	color: #000000;
	font-size: 12px;
	font-family: Georgia, "Times New Roman", Times, serif;
}
