body
{
	width: 800px;
	font-family: "Lucida Grande", Geneva, Arial, Helvetica, sans-serif;
	margin:0 auto;
	padding:0;
	background: #C0C0C0;
}

img
{
	border: none;
}

h1
{
	font-size: 36px;
}

h2 {	
	margin: 0; 
	padding: 0; 
	font-size: 18px;
}

h3
{
	margin: 0;
	padding: 0;
	font-size: 24px;
	font-weight: 400;
	font: Helvetica;
}

h4
{
	margin: 0;
	padding: 0;
	color: #b7b7b7;
	font-size: 14px;
	font-weight: 400;
	font: Helvetica;
}

#top
{
	height: 115px;
	width: 800px;
	position: relative;
	background: url(img/header.png) no-repeat;
	z-index: 4;
	color: #ffffff;
	font-family: "Lucida Grande";
	top: 3px;
	left: 8px;
}

#quote
{
	padding-top: 25px;
	color: #afafaf;
	font-size: 14px;
	font-weight: 700;
}

#navbar
{
	font-family: "Arial";
	font-size: 15px;
	font-weight: 900;
	display: block;
	padding-left: 8px;
	position: absolute;
	margin-left: 4px;
}

.button
{
	width: 195px;
	height: 47px;
	background: url(img/bgnavbar.png) repeat-x;
	float: left;
	display: block;
}	

.buttondown
{
	width: 194px;
	height: 47px;
	background: url(img/bgnavbardown.png) repeat-x;
	float: left; 
	display: block;
}

.butcontent
{
	position: relative;
	top: -39px;
	left: 7px;
	color: #ffffff;
}

.buttext
{
	position: relative;
	top: -32px;
	left: 40px;
	color: #ffffff;
}

.descbutton
{
	font-size: 11px;
	color: #b7b7b7;
	position: relative;
	top: 1px;
}

a, a:visited, a:hover
{
	color: rgb(177, 201, 255);
	text-decoration:none;
}

#main
{
	top: 162px;
	width: 800px;
	padding-top: 25px;
	padding-left: 4px;
	margin-left: 8px;
	position: absolute;
	z-index: 0;
	background: url(img/contentbg.png) repeat-y;
}

#content
{
	width: 729px;
	color: #ffffff;
	margin-left: 25px;
	font-size: 11px;
	margin-bottom: 25px;
}

#footer
{
	position: absolute;
	width: 800px;
	margin-left: -4px;
	text-align: center;
	background: url(img/contentbg.png) repeat-y;
	color: #ffffff;
	display: block;
	font-size: 11px;
}

#footercontent
{
	height: 25px;
	margin-top: -3px;
	margin-bottom: 3px;
	font-style: italic;
}

#softdesc
{
	text-align: justify;
	font-size: 14px;
	float: left;
	width: 100%;
}
#softsummary
{
	width: 100%;
	text-align: justify;
	font-size: 14px;
	float: left;
}

#topsummary
{
	text-align: center;
	font-size: 14px;
}

#helplink
{
	float: left;
	font-size: 24px;
	color: #afafaf;
	width: 100%;
}

#topsoft
{
	padding-bottom: 25px;
}

#screenshotssec
{
	width: 100%;
}

.screenshot
{
	border: 2px solid #fff;
	margin-left: 7px;
	margin-right: 7px;
}

.ff
{
	padding-bottom: 25px;
	padding-top: 25px;
}

.ffbottom
{
	padding-top: 25px;
}

#downloadsec
{
	color: #afafaf;
	font-size: 14px;
	font-weight: 700;
	width: 100%;
}

.downloadzone
{
	margin-right: 4px;
	vertical-align: text-bottom;
}

#softdesc:before
{
	content: url(img/contentseparator.png);
	margin-left: -29px;
}

#softsummary:before
{
	content: url(img/contentseparator.png);
	margin-left: -29px;
}

#helplink:before
{
	content: url(img/contentseparator.png);
	margin-left: -29px;
}

#screenshotssec:before
{
	content: url(img/contentseparator.png);
	margin-left: -29px;
}

#downloadsec:before
{
	content: url(img/contentseparator.png);
	margin-left: -29px;
}

.button:before
{
	content: url(img/navbarseparator.png);
}

.buttondown:before
{
	content: url(img/navbarseparator.png);
}

#footer:before
{
	content: url(img/contentseparator.png);
	display: block;
	margin-left: -13px;
}

#footer:after
{
	content: url(img/contentseparator.png);
	display: block;
	margin-left: -13px;
}

//Soft Features



#table {
	position: absolute;
	width: 100%;
	font-size: 11px;
	text-shadow: black -1px 2px 2px;
	text-align: left;
}

#column1 {
	left: 0;
	float: left;
	width: 48%;
}

#column2 {
	left: 52%;
	float: right;
	width: 48%;
}

.featureTitle {
	font-weight: bold;
	color: #FFFFFF;
	text-shadow: 0px 1px 0px rgba;
	left: 38px;
	font-size: 14px;
}

.featureDesc {
	color: #ccc;
	text-shadow: 0px 1px 0px rgba;
	left: 38px;
	font-size: 12px;
}

.softTitle {
	font-weight: bold;
	color: #FFFFFF;
	text-shadow: 0px 1px 0px rgba;
	left: 38px;
	font-size: 16px;
}

.softDesc {
	color: #ccc;
	text-shadow: 0px 1px 0px rgba;
	left: 38px;
	font-size: 14px;
}

.featureImage {
	left: 0;
	float: left;
	margin-right: 5px;
}

.comingsoon
{
	font-weight: bold;
	color: red
}