@charset "UTF-8";

html,body {
	margin: 0;
	padding: 0;
	height:100%; /* needed for container min-height */
}

body {
	background-image: url(images/pattern.png);
	width: 100%;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 14px;
	background-color: #333;
	min-width: 1024px;

}

img {
	border: 0px;
}

a:link, a:visited {
	color: #005cb1;
	text-decoration: none
	}
	
a:hover, a:active, a:focus {
	text-decoration: underline
	}

.container {
	margin: 0px auto;
	padding: 0px;
	width: 100%;
	height: auto;
	min-height: 100%;
	position: relative;
}

.headerdiv {
	height: 100px;
	padding: 0px;
}
.headerwrapper {
	width: 960px;
	margin: 0px auto;
	padding: 0px 20px;
	height: 100px;
	text-align: center;
	background-image: url(images/header_light.png);
	background-repeat: none;
	background-position: center top;
}
.headerdiv h1 {
	font-size: 18px;
	line-height: 60px;
	margin: 0px;
	padding: 0px;
	font-weight: normal;
}
.navbar {
	height: 40px;
	margin: 0px;
	margin-bottom: 20px;
	padding: 0px 20px;
	background: #f2f2f2;
	background: -webkit-gradient(
		linear,
		left top,
		left bottom,
		color-stop(0, rgb(240,240,240)),
		color-stop(1, rgb(220,220,220))
	);
	background: -moz-linear-gradient(
		center top,
		rgb(240,240,240) 0%,
		rgb(220,220,220) 100%
	);
	-moz-box-shadow: 0px 2px 8px rgba(0, 0, 0, 0.5);
	-webkit-box-shadow: 0px 2px 8px rgba(0, 0, 0, 0.5);
	box-shadow: 0px 2px 8px rgba(0, 0, 0, 0.25);
}
.navbar ul {
	list-style-type: none;
	margin: 0px auto;
	padding: 0px;
	width: 960px;
}

.navbar ul li {
	display: inline;
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}
.navbar a {
	color: #000;
	display: inline-block;
	line-height: 40px;
	height: 40px;
	padding-left: 10px;
	padding-right: 10px;
	margin: 0px;
}
.navbar a:hover {
	background: rgb(29,121,152);
	color: #fff;
	text-decoration: none;
	background: -webkit-gradient(
		linear,
		left top,
		left bottom,
		color-stop(0, rgb(66,200,244)),
		color-stop(1, rgb(29,121,152))
	);
	background: -moz-linear-gradient(
		center top,
		rgb(66,200,244) 0%,
		rgb(29,121,152) 100%
	);
}
.wrapper {
	width: 960px;
	margin: 0px auto;
	padding: 20px;
}
.bodytext {
	padding: 0px;
	margin: 0px;
}
.leftcol {
	margin-right: 260px;
}
.whitebodybox li {
	font-weight: lighter;
}
p {
	font-family: Helvetica, Arial, sans-serif;
	color: #333;
	text-align: justify;
	font-weight: lighter;
	line-height: 150%;
}
.rightcol {
	width: 200px;
	padding-left: 30px;
	border-left: 1px #999 solid;
	float: right;
	font-size: 12px;
	color: #333;
	font-weight: lighter;
}
.rightcol ul {
	list-style-type: none;
	margin: 0px;
	padding: 0px 0px 10px 0px;
}
.rightcol h1 {
	font-size: 12px;
	font-weight: bold;
}
.rightcol ul li {
	font-size: 12px;
	color: #333;
	font-weight: lighter;
	padding: 0px;
	margin: 0px 0px 10px 0px;
}
h3 {
	font-size: 14px;
	font-weight: bold;
	color: #000;
}
h2 {
	font-size: 18px;
	color: #000;
	font-weight: normal;
}
h1 {
	font-size: 22px;
	color: #000;
	font-weight: normal;
}
.footer {
	margin: 0px;
	width: 100%;
}

.herobox {
	height: 300px;
	background-color: #000;
	margin-bottom: 20px;
	position: relative;
	padding: 0px;
	line-height: 0px;
	-moz-box-shadow: 0px 2px 8px rgba(0, 0, 0, 0.5);
	-webkit-box-shadow: 0px 2px 8px rgba(0, 0, 0, 0.5);
	box-shadow: 0px 2px 8px rgba(0, 0, 0, 0.5);
	background-image: url(images/progress_wheel.gif);
	background-repeat: no-repeat;
	background-position: center;
}

.badge1 {
	position: absolute;
	top: -32px;
	left: 928px;
}

.badge2 {
	position: absolute;
	top: 32px;
	left: 928px;
}

.badge3 {
	position: absolute;
	top: 96px;
	left: 928px;
}

.badge4 {
	position: absolute;
	top: 160px;
	left: 928px;
}

.comingsoon {
	position: absolute;
	left: 0px;
	top: 172px;
}

.copyright {
	padding: 0px 20px 20px 20px;
	width: 960px;
	margin-right: auto;
	margin-left: auto;
	color: #999;
	text-align: center;
	font-size: 8pt;
	clear: both;
}

.copyright a {
	color: #ccc;
	margin: 0px 10px;
}

.justified_cell {
	text-align: justify;
}
.whitebodybox {
	background: #f2f2f2;
	padding: 0px;
	margin-bottom: 20px;
	background: -webkit-gradient(
		linear,
		left top,
		left bottom,
		color-stop(0, rgb(240,240,240)),
		color-stop(1, rgb(220,220,220))
	);
	background: -moz-linear-gradient(
		center top,
		rgb(240,240,240) 0%,
		rgb(220,220,220) 100%
	);
	-moz-box-shadow: 0px 2px 8px rgba(0, 0, 0, 0.5);
	-webkit-box-shadow: 0px 2px 8px rgba(0, 0, 0, 0.5);
	box-shadow: 0px 2px 8px rgba(0, 0, 0, 0.5);
}
hr {
	height: 1px;
	width: 100%;
	background-color: #999;
	color: #999;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

.footnote {
	font-size: 10px;
	color: #666;
}

.bodyimage {
	margin: 20px 0px;
}

.rss-date {
	font-size: 9px;
	font-style: italic;
	color: #aaa;
	display: inline-block;
	margin: 4px 0px;
}

.image_caption {
	display: inline-block;
	font-size: 10px;
	color: #666;
}

.subnavigation {
	text-align: center;
	background: #000;
	padding: 12px;
	color: #333;
	font-size: 12px;
	border-radius: 6px;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	margin-bottom: 32px;
	box-shadow: 0px 2px 4px #999;
	-moz-box-shadow: 0px 2px 4px #999;
	-webkit-box-shadow: 0px 2px 4px #999;
	
	background: -moz-linear-gradient(top, #333 0%, #000000 100%); /* firefox */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#333), color-stop(100%,#000000)); /* webkit */
}

.subnavigation b {
	color: white;
	display: inline-block;
	padding: 0px 10px;
}

.subnavigation a {
	display: inline-block;
	margin: 0px 10px;
	color: #ccc;
}

.subnavigation a:hover {
	color: white;
}

.download_wrapper div {
	display: block;
	margin: 10px 0px;
	padding: 4px 4px 4px 32px;
	border: 1px solid #ccc;
	background-color: rgba(255, 255, 255, 0.50);
	border-radius: 6px;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	
}

.download_wrapper:hover {
	text-decoration: none;
}

.download_wrapper:hover div {
	background-color: white;
	border-color: #666;
}

.download_wrapper div.win {
	background-image: url(images/download_win.png);
	background-position: left center;
	background-repeat: no-repeat;
}

.download_wrapper div.mac {
	background-image: url(images/download_mac.png);
	background-position: left center;
	background-repeat: no-repeat;
}

.download_wrapper div.mas {
	background-image: url(images/download_mas.png);
	background-position: left center;
	background-repeat: no-repeat;
}

.download_wrapper div.os9 {
	background-image: url(images/download_os9.png);
	background-position: left center;
	background-repeat: no-repeat;
}

.buy_table {
	/* border: 1px #999 solid; */
	border-radius: 16px;
	-moz-border-radius: 16px;
	-webkit-border-radius: 16px;
	background-color: white;
	box-shadow: 0px 2px 4px #999;
	-moz-box-shadow: 0px 2px 4px #999;
	-webkit-box-shadow: 0px 2px 4px #999;
	margin: 32px 0px;
}

.buy_table td {
	padding: 12px;
	text-align: center;
	vertical-align: middle;
	font-weight: lighter;
	font-size: 12px;
}
.buy_table td b {
	font-weight: bold;
}
.buy_table td img.header_icon {
	margin: 8px;
}

.buy_table td.borderleft {
	border-left: 1px #eee solid;
}

.buy_table td.borderbottom {	
	border-bottom: 1px #eee solid;
}

a.buy_now_button {
	text-align: center;
	background: #07a900;
	padding: 12px;
	font-size: 14px;
	border-radius: 6px;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	margin-bottom: 16px;
	box-shadow: 0px 2px 4px #999;
	-moz-box-shadow: 0px 2px 4px #999;
	-webkit-box-shadow: 0px 2px 4px #999;
	display: block;
	color: #fff;
	font-weight: bold;
	background: -moz-linear-gradient(top, #51ec00 0%, #07a900 100%); /* firefox */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#51ec00), color-stop(100%,#07a900)); /* webkit */
	text-shadow: 0px -1px 0px #000;
}

a.buy_now_button:hover {
	background: #07b600;
	background: -moz-linear-gradient(top, #55f800 0%, #07b600 100%); /* firefox */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#55f800), color-stop(100%,#07b600)); /* webkit */
	text-decoration: none;
}

.screenshot_div {
	display: inline-block;
	font-size: 12px;
	margin: 10px;
	padding: 10px;
	background: rgba(255, 255, 255, 0.8);
	border-radius: 6px;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	box-shadow: 0px 2px 4px #999;
	-moz-box-shadow: 0px 2px 4px #999;
	-webkit-box-shadow: 0px 2px 4px #999;
}

.screenshot_div img {
	min-width: 250px;
	min-height: 141px;
}

.screenshot_div p {
	text-align: center;
}

.screenshot_div:hover {
	background: white;
}
