@charset "UTF-8";
body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #FFF;
	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;
}
a:link,a:visited {
	color: #9856A1;
	text-decoration: none;
}
a:hover {
	color: #047AC4;
}
li img {
	border-style: none;
}
#container {
	width: 900px;
	margin: 0 auto;
	text-align: left; /* this overrides the text-align: center on the body element. */
	position: relative;
	overflow: visible;
}
#container #header {
	background: url(../images/header.jpg) center center;
	padding: 0 10px 0 20px;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	height: 100px;
}
#container #indexContent {
	background: #e0eff8;
	width: 493px;
	height: 276px;
	padding: 44px 22px 12px;
	margin-left:1px;
}
#container #indexContent h1 {
	font-size: 0.9em;
	font-weight: bold;
	text-transform: uppercase;
	padding-top: 6px;
}
#container #indexContent p {
	font-size: 0.8em;
	line-height: 1.4em;
	padding-bottom: 4px;
}
#container #footer {
	padding: 10px 0;
}
#container #footer h3 {
	background: #057ECA;
	padding-top: 3px;
	padding-bottom: 3px;
	font-size: 0.8em;
	text-transform: uppercase;
	color: #FFFFFF;
	letter-spacing: 0.2em;
	text-align: center;
	margin-top: 0px;
}
#container #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 0;
	text-align: center;
	font-size: 0.7em;
}
#container #footer a:link,#container #footer a:visited {
	font-weight: bold;
	color: #057ECA;
	text-decoration: none;
}
#container #footer a:hover {
	font-weight: bold;
	color: #95519e;
	text-decoration: none;
}
#container  #topnav  {
	text-align: right;
	position: absolute;
	right: 0px;
	top: 0px;
	margin-top: 70px;
}
#container #topnav li {
	list-style: none;
	display: inline;
	padding-right: 1em;
	margin: 0px;
}
#container #topnav li a:link, #container #topnav li a:visited {
	font-size: 0.7em;
	text-transform: uppercase;
	color: #000;
	text-decoration: none;
}
#container #topnav li a:hover {
	font-size: 0.7em;
	text-transform: uppercase;
	color: #057ECA;
	text-decoration: none;
	font-weight: normal;
}
#container #topnav li.last {
	border-right: none;
}

#productnav {
	margin: 0px;
	position: absolute;
	text-align: center;
	left: 0px;
	top: 100px;
	padding: 0px;
	width: 900px;
}
#productnav ul {margin: 0px;padding: 0px;}
#productnav li {
	list-style: none;
	margin: 0px;
	border-top: 1px solid #FFFFFF;
	border-left: 1px solid #FFFFFF;
	border-bottom: 1px solid #FFFFFF;
	padding: 0px;
	position: relative;
	display: block;
	width:auto;
	float: left;
	background-color: #9856a1;
}
#productnav li.right {border-right: 1px solid #FFFFFF;}
#productnav li a:link, #productnav li a:visited {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.75em;
	text-transform: uppercase;
	color: #FFFFFF;
	text-decoration: none;
	font-weight: bold;
	display: block;
	padding-top: .5em;
	padding-bottom: 0.5em;
}
#productnav li a:hover {background: #057ECA;}
#productnav #menu1 {width:248px;}
#productnav #menu2 {width:248px;}
#productnav #menu3 {width:401px;border-right:none;}


#container #graphicbuttons {
	margin: 0px 0px 0px 12px;
	padding: 0px;
	text-align: left;
}
#container #graphicbuttons li {
	list-style: none;
	display: inline;
	margin: 0px;
	padding: 0px;
}
#container #graphicbuttons img {
	margin: 5px 10px;
}
#container #tradeshow {
	text-align: center;
	margin: 20px 0px 0px;
}

