@charset "utf-8";
/* CSS Document */

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	background: #FFFFFF;
	text-align: center;
	padding: 10px;
}

img {
	border: none;
	padding: .5em;
}

hr {
	size: 1px;
	border-top: 0px;
	border-left: 0px;
	border-right: 0px;
	border-bottom: 1px solid #999;
}
	
h1 {
	font-size: 24px;
	color: #060;
	font-style: oblique;
}

h2 {
	font-size: 14px;
	color: #060;
	font-style: oblique;
}

a:link,
a:visited {
	color: #FF0000;
}

a:hover {
	color: #000000;
}

#container {
	width: 902px;
	margin-left: auto;
	margin-right: auto;
}

#header {
	background-image: url(/images/plastic_imagination_header.png);
	background-repeat: no-repeat;
	height: 200px;
	width: 900px;
}

#content {
	height: auto;
	width: 900px;
	overflow:auto;
}

#content_left {
	padding: 0px 10px 0px 10px;
	height: 100%;
	width: 669px;
	border-right: 1px solid #666666;
	overflow: auto;
	float: left;
	text-align: left;
}

#content_right {
	padding: 0px 10px 0px 10px;
	text-align: left;
	height: 100%;
	width: 190px;
	overflow: auto;
	float: left;
}

#footer {
	height: 100px;
	width: 900px;
	text-align: right;
	border-top: 3px solid #009900;
}



/* Begin CSS Menu */

.underlinemenu{
font-weight: bold;
font-size:16px;
width: 100%;
}

.underlinemenu ul{
padding: 10px 0 7px 50px; /*6px should equal top padding of "ul li a" below, 7px should equal bottom padding + bottom border of "ul li a" below*/
margin: 0;
text-align: left; /*set value to "left", "center", or "right"*/
}

.underlinemenu ul li{
display: inline;
}

.underlinemenu ul li a{
color: #666666;
padding: 10px 3px 4px 3px; /*top padding is 6px, bottom padding is 4px*/
margin-right: 20px; /*spacing between each menu link*/
text-decoration: none;
border-bottom: 3px solid #009900; /*bottom border is 3px*/
}

.underlinemenu ul li a:hover, .underlinemenu ul li a.selected{
border-bottom-color: black;
}

/* End CSS Menu */


