body{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-color: White;
	margin: 0;
	color: Black;
}

a, a:link, a:visited{
	text-decoration: None;
}

a:hover{
	color: Black;
	text-decoration: None;
}

ul li{
	text-align: left;
	line-height: 16px;
}

blockquote{
	line-height: 13px;
	padding: 0px;
	margin-left: 24px;
	margin-right: 0px;
	margin-top: 6px;
	margin-bottom: 12px;
	text-align: justify;
	width: 600px;
}

img, table{
	border: 0;
}

td, th{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

.bottomtext{
	color: Silver;
	font-size: 7pt;
	background: None;
}

.dprodarea{
	position: relative;
	top: 0;
	left: 78px;
}

.dprodbox{
	background-image: url(../images/proddescbkgd.png);
	background-repeat: no-repeat;
	height: 502px;
	width: 897px;
	padding-left: 30px;
	border: None;
	color: Black;
	font-size: 8.5pt;
}

.bdemo{
	background-image: url(../images/demo.png);
	height: 86px;
	width: 88px;
	line-height: 86px;
	border: None;
}

a.bdemo{
	height: 86px;
	line-height: 86px;
	width: 88px;
	display: block;
	text-decoration: None;
	border: None;
}

a:hover.bdemo{
	background-image: url(../images/demo_over.png);
	height: 86px;
	line-height: 86px;
	width: 88px;
	display: block;
	text-decoration: None;
	border: None;
}

.bdemot{
	height: 86px;
	width: 100px;
	font-size: 10pt;
	font-weight: bold;
	text-align: center;
	display: table-cell;
	border: None;
}

.bdemobox{
	line-height: 86px;
	border: None;
}

#popup a,#popup a:visited{
	position: relative;
	display: block;
	padding: 0 10px;
	margin: 0;
	text-decoration: None;
}

#popup a span{
	display: none;
}

#popup a:hover{}

#popup a:hover span{
	display: block;
	position: absolute;
	top: 0px;
	left: 150px;
	text-align: center;
	filter: alpha(opacity=100);
	-moz-opacity: 1;
	opacity: 1;
}

.transbox{
	position: relative;
	top: 1px;
	right: 0;
	width: 554px;
	height: 368px;
	background: Yellow;
	padding: 10px;
	filter: alpha(opacity=20);
	-moz-opacity: 0.20;
	opacity: 0.2;
}

.textie,.textlie{
	position: relative;
	top: -390px;
	right: 0;
	width: 554px;
	background: Transparent;
	padding: 10px;
}

.textff,.textlff{
	position: relative;
	top: -400px;
	right: 0;
	width: 554px;
	background: Transparent;
	padding: 10px;
}

#fstmain {
	width: 100% auto;
	text-align: center;
}

.fstbl, .fstnv, .fsrow, .fscol, .fscnv {
	border: None;
}

.fstbl {
	display: table;
}

.fstnv {
	display: table;
	width: auto;
;
}

.fsrow {
	display: table-row;
}

.fscol {
	display: table-cell;
}

.fscnv {
	display: table-cell;
	padding-left: 16px;
	padding-right: 16px;
}

.fstnv:before {
	content: '';
	display: inline-block;
	width: 100%;
	vertical-align: top;
}

#centeredmenu {
	float: left;
	width: 100%;
	color: Black;
	background: White;
	border-bottom: 3px solid black;
	overflow: hidden;
	position: relative;
}

#centeredmenu ul {
	clear: left;
	float: left;
	list-style: none;
	color: Black;
	margin: 0;
	padding: 0;
	position: relative;
	left: 50%;
	text-align: center;
}

#centeredmenu ul li {
	display: block;
	float: left;
	list-style: none;
	color: Black;
	margin: 0;
	padding: 0;
	position: relative;
	right: 50%;
}

#centeredmenu ul li a {
	display: block;
	margin: 0 0 0 1px;
	padding: 3px 10px;
	color: Black;
	text-decoration: None;
	line-height: 1.3em;
}

#centeredmenu ul li a:hover {
	color: Black;
	background: #D1FFB2;
}