﻿.background {
	background-color: #DAFA9D;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 14px;
}

a {
	color: white;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	
}

a:hover {
	color: #c0ffc0;
	
}

#central {
	margin: auto;
	width: 981px;
	position: relative;
	display: block;
}

#t1 {
	position: relative;
	height: 116px;
	margin-bottom: 10px;
	background-image: url('Images/t4.png');
	background-repeat: no-repeat;
}

#t2 {
	position: relative;
}

#t3 
{
	
	background-image: url('Images/bar.png');
	background-repeat: no-repeat;
	position: relative;
	width: 981px;
	height: 30px;
	float: left;
	margin-top: 10px;
	
}

#bd2 {
		position: relative;
		height: 92px;
		width: 316px;
		left: 333px;
		top: 9px;
}

#round1 {
	background-color: #68b43c;
}
#homelink {
	width: 100px;
	position: absolute;
	left: 31px; 
	top: 0px;
}
#downloadlink {
	width: 100px;
	position: absolute;
	left: 40px; 
	top: 0px;
}
#registrationlink {
	width: 100px;
	position: absolute;
	left: 175px; 
	top: 0px;
}
#tutoriallink {
	width: 100px;
	position: absolute;
	right: 190px; 
	top: 0px;
}
#supportlink {
	width: 100px;
	position: absolute;
	right: 60px; 
	top: 0px;
}
#toplinks {
	position:relative;
	left: 0px;
	top: -8px;
	height: 30px;
	text-align: center;
}

.lt {
	background: url('Images/lt.png') no-repeat left top;
	width: 23px;
	height: 23px;
	position: absolute;
	left: 0px;
	top: 0px;
}

.rt {
	background: url('Images/rt.png') no-repeat right top;
	width: 23px;
	height: 23px;
	position: absolute;
	top: 0px;
	right: 0px;
}

.lb {
	background: url('Images/lb.png') no-repeat left bottom;
	width: 23px;
	height: 23px;
	position: absolute;
	left: 0px;
	bottom: 0px;
}
.rb {
	background: url('Images/rb.png') no-repeat right bottom;
	width: 23px;
	height: 23px;
	position: absolute;
	right: 0px;
	bottom: 0px;
}
.st1 {
	background-color: white;
	position: absolute;
	left: 23px;
	top: 0px;
	right: 23px;
	height: 1px;
}
.st2 {
	background-color: #68b43c;
	position: absolute;
	left: 23px;
	top: 1px;
	right: 23px;
	height: 22px;
}
.sb1 {
	background-color: white;
	position: absolute;
	left: 23px;
	bottom: 0px;
	right: 23px;
	height: 1px;
}
.sb2 {
	background-color: #68b43c;
	position: absolute;
	left: 23px;
	bottom: 1px;
	right: 23px;
	height: 22px;
}

.sl1 {
	background-color: white;
	position: absolute;
	left: 0px;
	top: 23px;
	width: 1px;
	bottom: 23px;
}
.sl2 {
	background-color: #68b43c;
	position: absolute;
	left: 1px;
	top: 23px;
	width: 22px;
	bottom: 23px;
}

.sr1 {
	background-color: white;
	position: absolute;
	right: 0px;
	top: 23px;
	width: 1px;
	bottom: 23px;
}
.sr2 {
	background-color: #68b43c;
	position: absolute;
	right: 1px;
	top: 23px;
	width: 22px;
	bottom: 23px;
}
.stext {
	background-color: #68b43c;
	z-index: 0;
	padding: 23px;
	color: white;
	text-align: justify;
}
#mainsquare {
	position:relative;
	float: left;
	width: 560px;
	min-height: 60px;
	margin: 0px 5px 0px 5px;
}

#rightsquare {
	position:relative;
	float: left;
	width: 200px;
	min-height: 100px;
	margin: 0px 0px 0px 5px;
}
#leftsquare 
{
	position:relative;
	float: left;
	width: 200px;
	min-height: 60px;
	margin: 0px 5px 0px 0px;
}
.topspacer {
	height: 10px;
}
.smallhead {
	display: block;
	font-size: 14px;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	color: #e8e464;
}
.menu1 {
	display: block;
	font-size: 14px;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	color: #e8e464;
}
.head1 {
	font-size: 17px; 
	font-weight: bold; 
	color: #FFFFCC; 
	display: block;
}

#softpedia
{
	float: right;
	margin:5px;
}

.input1 
{
	width: 95%;
}

.downloadbutton
{
	display:block;
	font-family:Verdana;
	font-size:20px;
	width:175px;
	height:47px;
	color:#ffffff;
	line-height:45px;
	background:url(Images/off.png) center top no-repeat ;
}

.downloadbutton:hover
{
	background:url(Images/on.png) center top no-repeat;
	color:#ffffc0;
}

.featurestable
{
 border-collapse: collapse;
}

.featurestable td
{
	border-color: #FFFFCC;
	border-width: 1px;
	border-style: solid;
	text-align: left;
	background-color: #006600;
		font-size: 14px;

}

.featurestable a
{
		font-size: 14px;
}