html, body {
	margin: 0px;
	font-family: "Lucida Grande", Helvetica, sans-serif;
	font-size: 11px;
	color: #696969;
	background-color: #c8c8c8;
}

.fr_loading {
	visibility: hidden;
}

p {
	line-height: 1.5em;
}

p b {
	color: #6b6b6b;
}

p strong {
	color: #333;
}

p a {
	color: #333;
	text-decoration: underline;
}

p a:hover {
	text-decoration: none;
}

a {
	text-decoration: none;
}

a:focus {
	outline: none;
}

p a.download-btn {
	float: left;
	margin-bottom: 20px;
	font-weight: bold;
	padding: 7px 12px !important;
	background-color: #aaa !important;
	border: 1px solid #999 !important;
}

p.big {
	font-size: 14px;
}

img {
	border: 0;
}

textarea {
	font-family: "Lucida Grande", Helvetica, sans-serif;
}

h1 {
	color: #333;
	font-size: 12px;
	font-weight: bold;
	padding: 0;
	margin: 0;
}

h1.big {
	font-size: 20px;
	margin-top: 20px !important;
}

h3 {
	color: #333;
	font-size: 22px;
	font-weight: bold;
	padding: 0;
	margin: 30px 0 0 0;
}

h3 a {
	color: #333;
}

h3 a:hover {
	color: #686868;
}

ul {
	margin: 0 0 19px 14px;
	padding: 2px 0 0 2px;
	line-height: 1.5em;
}

li {
	padding: 0;
	text-indent: -5px;
	list-style-position: outside;
}

pre {
	display: block;
	font-family: "Monaco", monospace, serif;
	color: #333;
	font-size: 12px;
	padding: 12px 20px;
	border: 1px solid #949494;
	background-color: #a8a8a8;
	margin: 15px 0;
}

pre em {
	font-weight: normal;
	font-style: normal;
	color: #fff;
}

code {
	font-family: "Monaco", monospace, serif;
	color: #333;
}

table {
	width: 100%;
	padding-bottom: 20px;
	line-height: 1.4em;
}

table tr:hover {
	background-color: #bababa;
	color: #555;
}

table td {
	padding: 8px;
	border-bottom: 1px solid #999;
}

table td.first {
	color: #333;
	font-weight: bold;
	width: 200px;
}

table strong {
	color: #484848;
}

table code {
	color: #484848;
}

table a {
	color: #333;
}

table a:hover {
	color: #696969;
}

table.plain {
	width: auto;
	margin: 0 5px 0 0;
	padding: 10px 10px 20px 10px;
	background-color: #bbb;
	border: 1px solid #aaa;
}

table.plain tr:hover {
	background-color: transparent;
	color: #696969;
}

table.plain td {
	padding: 8px;
	border-bottom: 1px solid #aaa;
}

table.plain td.first {
	font-size: 14px;
	color: #333;
	font-weight: bold;
	width: 200px;
}

table td a {
	text-decoration: underline;
}

.container {
	text-align: center;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 0px;
	margin-top: 0px;
	width: 1000px;
}

.header {
	min-width: 1000px;
	clear: both;
	background-repeat: repeat-x;
	background-image: url(../images/header-bg.gif);
	height: 50px;
}

.logo a {
	float: left;
	width: 243px;
	height: 48px;
	margin-left: -34px;
	background-image: url(../images/logo.png);
	background-repeat: no-repeat;
	text-indent: -9999px;
}

.nav {
	float: right;
	width: 569px;
	list-style-type: none;
	margin: 0;
	padding: 0;
}

.nav li {
	float: left;
}

.nav a {
	float: left;
	margin-right: 17px;
	height: 50px;
	background-repeat: no-repeat;
	background-position: left top;
	text-indent: -9999px;
}

.nav #nav-buynow a {
	width: 85px;
	margin-top: 10px;
	margin-right: 28px;
	height: 40px;
	background-image: url(../images/nav-buynow.png);
}

.nav #nav-features a {
	width: 79px;
	background-image: url(../images/nav-features.png);
}

.nav #nav-plugins a {
	width: 77px;
	background-image: url(../images/nav-plugins.png);
}

.nav #nav-screencasts a {
	width: 100px;
	background-image: url(../images/nav-screencasts.png);
}

.nav #nav-demo a {
	width: 63px;
	background-image: url(../images/nav-demo.png);
}

.nav #nav-support a {
	width: 77px;
	background-image: url(../images/nav-support.png);
}

.nav #nav-blog a {
	width: 52px;
	margin-right: 0;
	background-image: url(../images/nav-blog.png);
}

.nav .active a {
	background-position: right top;
}

.movie {
	background-position: center top;
	text-align: center;
	height: 480px;
	min-width: 1000px;
	background-repeat: no-repeat;
	background-image: url(../images/firebolt-still.jpg);
	background-color: #000;
}

.collapsed {
	height: 219px;
}

.content {
	min-height: 221px;
	min-width: 1000px;
	float: none;
	background-position: left top;
	background-repeat: repeat-x;
	background-image: url(../images/content-bg.gif);
}

.bottom-nav {	
	font-size: 13px;
	color: #444;
	margin: 0 2px 30px 2px;
	padding-left: 16px;
	clear: left;
	height: 34px;
	text-align: left;
	background-position: left top;
	background-image: url(../images/bottom-nav-bg.gif);
	background-repeat: no-repeat;
}

.bottom-nav-right {
	background-repeat: no-repeat;
	background-position: right top;
	background-image: url(../images/bottom-nav-bg-right.gif);
	width: 16px;
	height: 34px;
	float: right;
}

.bottom-nav a {
	padding-right: 11px;
	margin-right: 80px;
	background-position: right 4px;
	background-image: url(../images/link-arrows-gray.png);
	background-repeat: no-repeat;
	text-decoration: none;
	color: #444;
	margin-top: 9px;
	float: left;
}

.bottom-nav a:hover {
	color: #222;
}


.bottom-info {
	float: left;
	width: 1000px;
	margin-top: 20px;
}

.bottom-info-left a {	
	float: left;
	height: 227px;
	width: 334px;
	text-align: left;
	background-position: left top;
	background-repeat: no-repeat;
}

.bottom-info-center a {	
	float: left;
	height: 227px;
	width: 329px;
	text-align: left;
	background-position: left top;
	background-repeat: no-repeat;
	background-image: url(../images/binfo-valio.png);
}

.bottom-info-right {	
	float: left;
	height: 227px;
	width: 334px;
	text-align: left;
	background-position: left top;
	background-repeat: no-repeat;
	background-image: url(../images/binfo-right.png);
}

#binfo-valio a {
	background-image: url(../images/binfo-valio.png);
}

#binfo-giveaway a {
	background-image: url(../images/binfo-giveaway.png);
}

#binfo-screencasts a {
	background-image: url(../images/binfo-screencasts.png);
}

#binfo-11 a {
	background-image: url(../images/binfo-11.png);
}

a#binfo-downloadable {
	display: block;
	margin: 96px 0 0 29px;
	height: 66px;
	width: 156px;
	background-image: url(../images/binfo-downloadable.png);
}

a#binfo-lite {
	display: block;
	margin: 28px 0 0 29px;
	height: 42px;
	width: 149px;
	background-image: url(../images/binfo-lite.png);
}

/* FOOTER STYLES */

.footer {
	clear: left;
	padding: 15px 0 20px 0;
	list-style-type: none;
	margin: 0;
	line-height: 1.4em;
}

.footer a {
	color: #333;
}

.footer a:hover {
	text-decoration: underline;
}

.footer li {
	display: inline;
	margin: 0;
	padding: 0;
	margin-right: 25px;
}