@charset "utf-8";
/* CSS Document */

body {
	background-image: url(images/backround_test_3.gif);
	background-repeat: repeat;
	color: #32436C;
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
	background-color:#B2F1B2;
	behavior:url("admin/css/csshover.htc");
}
td {background-color:#B2F1B2;}

div.topNavBar {
	width:755;
	height:15px;
	margin-top:0px;
	margin-bottom:15px;
	
}
div.navBarSpacer {
	width:180 px;
	float:left;
}
div.navBarContent {
	width:auto;
	height:17px;
	vertical-align:center;
	text-align:center;
	background-color:#32436c;
}
a {
	color:#00FF33;
	text-decoration:none;
}
a:hover {
	text-decoration:underline;
	background-color:#5d6b8b;
}
img {
	border:0;
}
div.navTitleDesign { /* this is the title for the thermoforming navigation box */
	background-image:url(images/navtop.png);
	background-repeat:no-repeat;
	background-position:center;
	width:181px;
	height:25px;
}
div.navTitleThermo { /* this is the title for the thermoforming navigation box */
	background-image:url(images/thermotop.png);
	background-repeat:no-repeat;
	background-position:center;
	width:181px;
	height:25px;
}
div.navTitlePackaging { /* this is the title for the thermoforming navigation box */
	background-image:url(images/packaging.png);
	background-repeat:no-repeat;
	background-position:center;
	width:181px;
	height:25px;
}
div.navTitlePrototypes { /* this is the title for the thermoforming navigation box */
	background-image:url(images/prototop.png);
	background-repeat:no-repeat;
	background-position:center;
	width:181px;
	height:25px;
}
div.navTitleTurnkey { /* this is the title for the thermoforming navigation box */
	background-image:url(images/turnkeytop.png);
	background-repeat:no-repeat;
	background-position:center;
	width:181px;
	height:25px;
}
div.navBottom { /* bottom section of each navigation box */
	background-image:url(images/bottom.gif);
	background-repeat:no-repeat;
	background-position:center;
	width:181px;
	height:20px;
}
div.navLink {
	text-align:center;
	width:181px;
	background-color:#32436c;
}
div.navSection { /* contains the bottom and top of each navigation box as well as the navigation */
	min-height:80px;
	width:181px;
	margin-left:5px;
}
div.navSpacer {
	height:1.25em;
	width:181px;
}
div.left { /* left section of the page(navigation) */
	width:220px;
	margin-left:0px;
	float: left;
	padding:0;
}
div.right {
	margin-left: 0px;
	float: left;
	vertical-align: top;
	width:490px;
	height:100%;
	margin-right:20px;
	background-color:#B2F1B2;
}
div.right a {
	color:#00FF33;
	text-decoration:none;
	padding:4px;
	border:1px #32436c solid;
	background-color:#32436c
}
div.right a:visited {
	color:#00FF33;
	text-decoration:none;
	padding:4px;
	border:1px #32436c solid;
	background-color:#32436c
}
div.right a:hover {
	text-decoration:none;
	background-color:#5d6b8b;
}
.inputbox {
	position:relative;
	width: 150px;
	height:15px;
	margin: 0 0 1em 0;
	border: 1px solid #ffffff;
	font-size:12px;}
#formWrapper {
	position:relative;
	background-color:#B2F1B2;
	border:1px #32436C solid;
	width:480px;
	padding:23px 10px 0px 10px;}
#button {font-size: 12px;
	background-color: #ddd;
	color: #333333;
	border:1px #333333 solid;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	margin:2px;
	cursor:pointer;}
#listTable table {
	width:100%;
	border:1px #000000 solid;
	border-collapse:collapse;}
#listTable thead th, tfoot th{
	position:relative;
	height:24px;
	font-size:12px;
	font-weight:bold;
	text-shadow:#333333;
	text-align:left;
	background:transparent url(images/thbg2.gif) repeat-x top left;
	font-family:Arial,Verdana,Helvitica,sans-serif;
	color:#E8E8E9;
	}
#listTable tbody td {
	font-weight:bold;}
#listTable thead th {
	width:25%;}
#listTable tfoot th{
	font-size:8px;
	text-align:left;
	vertical-align: bottom;
	color:#000000;
	font-style:oblique;}
#listTable tbody tr:hover td {
	background-color: #32436C;
	color:#00FF33}