@charset "UTF-8";
* {
	margin: 0px;
	padding: 0px;
}
body {
	background: #FFFFFF url(images/background.jpg) repeat-x center top;
	margin: 0px;
	padding: 0px;
}
#wrapper {
	height: auto;
	width: 717px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 15px;
}
#nav {
	list-style: none;
	margin: 0px;
	padding: 95px 0px 0px 350px;
	float: left;
}
#nav li {
	float: left;
	margin: 0px;
	padding: 0px;
	text-align: center;
}
#nav a {
	text-decoration: none;
	color: #FFFFFF;
	font: 0.9em/2em Arial, Helvetica, sans-serif;
	display: block;
	float: left;
	width: 79px;
	text-align: center;
	border-right-width: 6px;
	border-right-style: solid;
	border-right-color: #FFFFFF;
	background-image: url(images/tabs.gif);
	background-repeat: no-repeat;
	margin: 0px;
	padding: 0px;
	background-color: #000000;
}
#nav  a.current {
	color: #FFFFFF;
	background-image: url(images/tabs.gif);
	background-position: -79px top;
	background-color: #0C4CA2;
}
#nav a:hover {
	color: #FFFFFF;
	background-position: -79px top;
	background-color: #0C4CA2;
	margin: 0px;
	padding: 0px;
	background-image: url(images/tabs.gif);
	background-repeat: no-repeat;
	width: 79px;
}
#nav_man a {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#header {
	height: 123px;
	background: #006699 url(images/plastics_header_test.jpg) no-repeat center;
	margin: 0px;
	padding: 0px;
	float: left;
	width: 717px;
}
#video-container {
	background: #FFFFFF url(images/plastics_video_bg.jpg) no-repeat;
	width: 717px;
	height: 219px;
	float: left;
}
#content {
	background: #617997;
	height: auto;
	padding: 32px 20px 0px;
	float: left;
	width: 677px;
}
#content h1 {
	font: 1.5em Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	border-bottom: 1px dotted #CCCCCC;
}
#content a {
	color: #052248;
	text-decoration: none;
}
.important {
	font-weight: bold;
}
#content a:hover {
	color: #FFFFFF;
	text-decoration: underline;
}
#content p {
	font: 0.9em Arial, Helvetica, sans-serif;
	padding-top: 12px;
	color: #FFFFFF;
}
#footer {
	background: #FFFFFF url(images/plastics_footer.jpg);
	height: 67px;
	float: left;
	width: 717px;
}
#footer p {
	font: 0.7em/14px Arial, Helvetica, sans-serif;
	padding-top: 28px;
	text-align: center;
}
.info {
	padding-left: 53px;
}
.address {
	padding-left: 65px;
}
