﻿body
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	background-color: #999;
}
div
{
	padding: 0;
	margin: 0;
}
img
{
	border: 0;
}
a:link
{
	color: #000099;
	text-decoration: underline;
}
a:visited
{
	text-decoration: underline;
	color: #000099;
}
a:hover
{
	text-decoration: none;
	color: #000000;
}
a:active
{
	text-decoration: underline;
	color: #000099;
}
h1
{
	font-size: 1px;
	position: absolute;
	left: -1000000px;
	top: -1000000px;
	visibility: hidden;
}
h2
{
	font-size: 24px;
	margin: 0;
	padding: 0;
	font-weight: bold;
}
h3
{
	font-size: 22px;
	font-weight: bold;
	margin: 0;
}
#question
{
	font-weight: bold;
	font-size: 22px;
}
.red
{
	color: #f00;
}
.blue
{
	color: #369;
}
.biggerfont
{
	font-size: 24px;
}
#divFeatures
{
	margin: 0 auto;
	width: 720px;
	clear: both;
}
#divFeatures h3
{
	color: #369;
}
p, li
{
	font-size: 16px;
	margin: 10px 0 10px 0;
}
table
{
	border: 0;
}
#container
{
	width: 800px;
	margin: 0 auto;
	padding: 10px;
	background-color: #fff;
	color: #000;
}
#screenshotimages
{
	text-align: center;
	margin-top: 10px;
}
#footer
{
	font-size: 12px;
	font-weight: bold;
	text-align: center;
	color: #000;
}
#menu
{
	text-align: center;
	font-size: 12px;
}
#logo
{
	text-align: center;
}
#actionbuttons
{
	margin: -40px 0 0 310px;
}
#actionbuttonsfront
{
	margin: 20px 0 -0 68px;
}
a.actionbutton
{
	background-color: #369;
	color: #fff;
	font-size: 18px;
	border: solid 2px #000;
	text-align: center;
	padding-top: 7px;
	text-decoration: none;
	height: 30px;
	width: 180px;
	display: inline-block;
}
a.actionbutton:hover
{
	background-color: #fff;
	color: #000;
}
#navbuttons
{
	text-align: center;
	margin-top: 20px;
}
a.navbutton
{
	background-color: #fff;
	color: #000;
	font-size: 14px;
	border: solid 2px #f00;
	text-align: center;
	padding-top: 0px;
	font-weight: bold;
	text-decoration: none;
	padding-top: 3px;
	height: 20px;
	width: 160px;
	display: inline-block;
}
a.navbutton:hover
{
	background-color: #f00;
	color: #fff;
	border: solid 2px #000;
}
a.formbutton
{
	background-color: #369;
	color: #fff;
	font-size: 18px;
	border: solid 2px #000;
	text-align: center;
	padding-top: 3px;
	text-decoration: none;
	margin: 7px 0 0 100px;
}
a.formbutton:hover
{
	background-color: #fff;
	color: #000;
}
a.downloadbutton
{
	background-color: #369;
	color: #fff;
	font-size: 18px;
	border: solid 2px #000;
	text-align: center;
	padding-top: 3px;
	text-decoration: none;
	margin: 0;
	display: inline-block;
	width: 300px;
	height: 25px;
}
a.downloadbutton:hover
{
	background-color: #fff;
	color: #000;
}
#supportform
{
	border: 0;
	margin: 20px 0 0 100px;
	padding: 0;
}
#supportform label, #demoform label
{
	width: 100px;
	font-size: 16px;
	float: left;
	font-weight: bold;
}
#supportform input, #demoform input
{
	height: 20px;
	margin-bottom: 10px;
}
#supportform input, #supportform textarea, #demoform input
{
	border: solid 2px #000;
	font-size: 16px;
}
#demoinfo
{
	margin-left: 100px;
}
#demoform
{
	border: 0;
	margin: 20px 0 0 100px;
	padding: 0;
}
#maincontent
{
	margin-top: 10px;
}
#listofsites ul {
    font-size: 1px;
	position: absolute;
	left: -1000000px;
	top: -1000000px;
	visibility: hidden;
}
#downloadinfo
{
	margin-left: 100px;
}
.response
{
	color: #369;
	font-weight: bold;
	font-size: 16px;
}
#divresponse
{
	margin-left: 200px;
}
.center
{
	text-align: center;
}
#overviewleft
{
	float: left;
	width: 427px;
	margin-left: 50px;
}
#overviewright
{
	float: right;
	width: 323px;
}