body {
	margin: 10px;
	font-family: Verdana;
	font-size: 12pt;
	background-color: #F0F0F0;
}

#page {
	margin: auto;
	width: 50em;
	position: relative;
}

#header {
	width: 100%;
	padding-top: 2px;
	height: 130px;
	background-color: #FFFFFF;
	background-image: url(/images/product.png);
	background-repeat: no-repeat;
	background-position: 0 0;
}

a.product-download img {
	border: none;
	float:left;
	margin-top: 69px;
	margin-left: 15px;
}

#main-features {
	float: right;
}

#main-features a img {
	width: 128px;
	height: 128px;
	border: none;
	background-color: #FFFFFF;
	text-align: center;
}

#primary-navigation {
	background-color: #FFB03B;
}

#primary-navigation ul {
	margin: 0;
	width: 790px;
	padding: 5px 0 5px 12px;
	text-align: left;
	border-top: solid 2px #FFFFFF;
}

#primary-navigation li {
	display: inline;
	margin-left: 10px;
}

#primary-navigation li a {
	white-space: nowrap;
	margin: 0 10px 0 0;
	font-size: 13pt;
	text-decoration: none;
	color: #FFFFFF;
}

#primary-navigation li.active a { 
	color: #000000;
}

#primary-navigation li a:hover { 
	color: #000000;
}

#content {
	width: 48.50em
	min-height: 600px;
	border: solid 2px #B3B0A7;
	border-top: none;
	border-bottom: none;
	padding: 10px 10px 10px 10px;
	color: #52656B;
	background-color: #FFFFFF;
}

#content h1 {
	font-size: 16pt;
	color: #68a2c5;
	margin-top: 10px;
	margin-bottom: 10px;
}

#content h2 {
	font-size: 14pt;
	color: #68a2c5;
	margin-top: 10px;
	margin-bottom: 10px;
}

#content p {
	display: block;
}

#content p.problem {
	font-size: 13pt;
	color: #52656B; /* #f58e00; */
	font-weight: bold;
}

#content ul li{ 
	margin-top: 3px;
	margin-bottom: 3px;
}

#content ol li{ 
	margin-top: 3px;
	margin-bottom: 3px;
}

#content a {
	color: #68a2c5;
}

div.feature {
	clear: both;
}

div.feature div.preview {
	float: left;
}

div.feature div.preview a img {
	border: none;
}

div.feature div.description {
	display: block;
	margin-left: 143px;
}

div.breadcrumbs a {
	text-decoration: none;
	font-weight: bold;
	font-size: 11pt;
}

div.top-breadcrumbs {
	border-bottom: solid 2px #B3B0A7;
	padding-bottom: 5px;
}

div.bottom-breadcrumbs {
	border-top: solid 2px #B3B0A7;
	padding-top: 5px;
	margin-top: 5px;
}

div.screenshot {
	text-align: center;
}

div.screenshot img {
	width: 768px;
	height: 576px;
}

table.downloads {
	width: 100%;
}

table.downloads th {
	color: #68a2c5;
	border-bottom: solid 2px #B3B0A7;
	padding-bottom: 2px;
}

table.downloads th.download-link {
	text-align: left;
}

table.downloads td {
	padding-top: 5px;
}

table.downloads td.download-size {
	width: 100px;
	text-align: center;
}

table.downloads td.download-count {
	text-align: center;
}

table.downloads td.download-description {
	font-size: 10pt;
	padding-bottom: 15px;
}

form table {
	margin: auto;
}

#support_form input[name=subject] {
	width: 500px;
} 

#support_form textarea {
	width: 500px;
	height: 300px;
}

div.note {
	color: #909090;
}

div.note a {
	text-decoration:none;
	font-weight: bold;
}

label {
	color: #68a2c5;
	font-size: 13pt;
}

input[type=submit] {
	margin-top: 10px;
}

#content div.screenshot h2 {
	font-size: 13pt;
}

#secondary-navigation {
	clear: both;
	margin: 0;
	width: 100%;
	padding: 10px 0 10px 0;
	background-color: #FFB03B;
	text-align: center;
}

#secondary-navigation li {
	display: inline;
	margin-left: 10px;
}

#secondary-navigation li a {
	display: inline-block;
	margin: 0 10px 0 0;
	font-size: 13pt;
	text-decoration: none;
	color: #FFFFFF;
}

#secondary-navigation li a:hover {
	color: #000000;
}

table.orderInfo img {
	border: none; 
}

table.orderInfo a {
	text-decoration: none;
	color: #52656B;
}

#partners {
	text-align: center;
	margin-top: 20px;
}


#partners a img {
	border: none;
}

.awards {
/*	position: absolute;
	top: 178px;
	left: 50.31em;
	text-align: left;
*/
	text-align: center;
	list-style-type: none;
	padding: 0;
	margin: 0;
}

.awards li {
	padding: 0;
	margin: 0;
	margin-top: 24px;
	display: inline-block;
}

.awards a img {
	border: none;
	padding: 0;
	margin: 0;
}

