body {
	margin: 0;
	padding: 0;
	font-family: 'Lucida Grande', sans-serif;
	background-color: #eee;
	font-size: 14px;
	text-align: center;
}
a:link {
	color: #0077CC;
	text-decoration: none;
}
a:visited {
	color: #0077CC;
	text-decoration: none;
}
a:hover {
	color: #0077CC;
	text-decoration: underline;
}
a img { border: none; }
div.header {
	position: relative;
	margin: 0;
	padding: 0;
	min-height: 60px;
	background-color: #eee;
	border-bottom: 3px solid #111;
}
div.logo {
	margin: 0 auto;
	padding: 10px;
	text-align: center;
}
div.nav {
	margin: 2 auto;
	text-align: center;
}
div.page {
	margin: 0 auto 20px auto;
	padding: 20px;
	width: 940px;
	background-color: #fff;
	text-align: left;
}
div.page:after {
	content: "";
	display: block;
	height: 0;
	clear: both;
}
div.page h2 {
	margin: 0 0 15px 0;
	padding: 0;
	font-size: 18px;
}
div.page p {
	font-size: 14px;
	line-height: 17px;
}
div.page form label { font-size: 12px; }
div.columns { }
div.columns div.column {
	float: left;
	margin: 0 20px 0 0;
	padding: 0;
	width: 280px;
}
div.columns div.column:last-child {
	margin: 0 0 0 40px;
}
div.columns div.column p {
	margin: 0 0 20px 0;
	padding: 0;
	font-size: 14px;
	line-height: 21px;
	color: #666;
}
div.columns div.column.info p {
	font-size: 14px;
	line-height: 16px;
	color: #333;
}


ul.screenshots {
	float: right;
	margin: 0 0 0 20px;
	width: 280px;
	list-style: none;
}
ul.screenshots:after {
	content: "";
	display: block;
	height: 0;
	clear: both;
}
ul.screenshots li {
	float: left;
	margin: 0 0 10px 10px;
	padding: 0;
	width: 125px;
	height: 73px;
}
ul.screenshots li img {
	width: 125px;
	height: 73px;
}


ul.features {
	margin: 20px 0;
	padding: 0;
	list-style: none;
}
ul.features li {
	float: left;
	position: relative;
	margin: 0 0 15px 0;
	padding: 0 0 0 42px;
	font-size: 14px;
	line-height: 16px;
	color: #333;
	clear: both;
	width: 92%;
}
.ip {
	margin: 0;
	padding: 5px 0 0 20px;
	list-style: circle outside;
}
ul.features li img {
	position: absolute;
	left: 0;
	top: 0;
	margin: 0 10px 10px 0;
}
ul.features li h4 {
	margin: 0 0 3px 0;
	padding: 0;
	font-size: 14px;
}
ul.features li p {
	margin: 0;
	padding: 0;
	font-size: 14px;
	line-height: 16px;
}


ul.feat {
	margin: 15px 0;
	padding: 0 25px;
	list-style-image: url('/images/checkmark.png');
}
ul.feat li {
	margin: 0 0 10px 0;
	padding: 0;
	font-size: 14px;
	line-height: 16px;
	color: #666;
	clear: both;
	width: 92%;
}


ul.text {
	margin: 15px 0;
	padding: 0 25px;
}
ul.text li {
	margin: 0 0 10px 0;
	padding: 0;
	font-size: 14px;
	line-height: 16px;
	color: #666;
	clear: both;
	width: 92%;
}


div.columns div.column.small p {
	font-size: 12px;
	line-height: 12px;
	color: #666;
}
div.rule {
	clear: both;
	margin: 15px 0;
	border-bottom: 1px solid #ddd;
}
div.footer {
	position: relative;
	margin: 0 auto 20px auto;
	width: 940px;
	text-align: center;
}
div.footer p {
	font-size: 11px;
	color: #666;
}
div.footer p a { color: #999; }
.menu:link {
	margin: 0;
	padding: 4pt;
	color: #eee;
	background-color: #333;
	font-size: 12pt;
	text-decoration: none;
	font-weight: normal;
	border: none;
}
.menu:visited {
	margin: 0;
	padding: 4pt;
	color: #eee;
	background-color: #333;
	font-size: 12pt;
	border: none;
	text-decoration: none;
	font-weight: normal;
}
.menu:active {
	margin: 0;
	padding: 4pt;
	color: #eee;
	background-color: #c00;
	font-size: 12pt;
	border: none;
	text-decoration: none;
	font-weight: normal;
}
.menu:hover {
	margin: 0;
	padding: 4pt;
	color: #eee;
	background-color: #c00;
	font-size: 12pt;
	border: none;
	text-decoration: none;
	font-weight: normal;
}
.sep { border-bottom: 1px black dotted; }
.faq1 {
	color: #0077CC;
	background-color: #fff;
	font-size: large;
	font-weight: bold;
	border-style: solid;
	border-width: 1px;
	border-color: #333;
}
.faq2 {
	color: #333;
	background-color: #fff;
	font-size: large;
	font-weight: bold;
	border-style: solid;
	border-width: 1px;
	border-color: #333;
}


.submenu:link {
	margin: 0;
	padding: 2pt;
	color: #000;
	background-color: #ccc;
	font-size: 10pt;
	text-decoration: none;
	font-weight: normal;
	border: 1px #333 solid;
}
.submenu:visited {
	margin: 0;
	padding: 2pt;
	color: #000;
	background-color: #ccc;
	font-size: 10pt;
	border: none;
	text-decoration: none;
	font-weight: normal;
	border: 1px #333 solid;
}
.submenu:active {
	margin: 0;
	padding: 2pt;
	color: #eee;
	background-color: #0077CC;
	font-size: 10pt;
	border: none;
	text-decoration: none;
	font-weight: normal;
	border: 1px #333 solid;
}
.submenu:hover {
	margin: 0;
	padding: 2pt;
	color: #eee;
	background-color: #0077CC;
	font-size: 10pt;
	border: none;
	text-decoration: none;
	font-weight: normal;
	border: 1px #333 solid;
}





div.columns div.columnW {
	float: left;
	margin: 0 20px 0 0;
	padding: 0;
	width: 560px;
}
div.columns div.columnW:last-child { margin: 0; }
div.columns div.columnW p {
	margin: 0 0 20px 0;
	padding: 0;
	font-size: 14px;
	line-height: 21px;
	color: #666;
}
div.columns div.columnW.info p {
	font-size: 14px;
	line-height: 16px;
	color: #333;
}

div.columns div.columnW.small p {
	font-size: 12px;
	line-height: 12px;
	color: #666;
}
.big_screenshot { display: none; }
h3 {
	margin: 0 0 15px 0;
	padding: 0;
	font-size: 18px;
	font-weight: bold;
	color: #333;
	text-decoration: underline;
	clear: both;
}
h4 {
	margin: 0 0 15px 0;
	padding: 0;
	font-size: 14px;
	font-weight: bold;
	color: #333;
	text-decoration: underline;
	clear: both;
}

.float-left { float: left; }
.float-right { float: right; }
