body
{
	background-image: url('images/blue_body.gif');
	background-repeat: repeat-y;
}
div.menuline
{
	position:absolute;
	top:252px;
	left:10px;
	width:750px;
	background:#ADAEAD;
}
div.padding
{
	position:relative;
	top:5px;
	left:0px;
	width:750px;
	background:#E0E0E0;
	
}
.padding a
{
	font-family: verdana;
	font-size: 10px;
	position:relative;
	left:200px;
	color:#000;
	text-decoration:none;
	padding: 5px;
}
.padding a:hover
{
	font-family: verdana;
	font-size: 10px;
	color:#BD0000;

}
div.buyit
{


}
.buyit a
{	
	position: absolute;
	top: 350px;
	left: 30px;
	background-image: url('images/downbutton.gif');
	height:108px;
	width:106px;
	background-repeat: no-repeat;
	font-family: verdana;
	font-size: 15px;
	text-decoration:none;
	text-align:center;
	padding-top:8px;
	color:gray;
}

* html .buyit a
{
	display: inline;
	position: absolute;
	top: 350px;
	left: 20px;
}

.buyit a:hover
{
	font-family: verdana;
	font-size: 15px;
	background-image:url('images/downbutton2.gif');
	background-repeat: no-repeat;
	color:red;
}

* html .buyit a
{
	display: inline;
}


div.tryit
{


}
.tryit a
{	
	position: absolute;
	top: 400px;
	left: 10px;
	background-image: url('images/tryit.jpg');
	height:50px;
	width:138px;
	background-repeat: no-repeat;
	font-family: verdana;
	font-size: 14px;
	text-decoration:none;
	text-align:center;
	padding-top:8px;
	color:#BD0000;
}

* html .tryit a
{
	display: inline;
	position: absolute;
	top: 400px;
	left: 10px;
}

.tryit a:hover
{
	font-family: verdana;
	font-size: 18px;
	background-image:url('images/buyit.jpg');
	background-repeat: no-repeat;
	color:#fff;
}

* html .tryit a:hover
{
	display: inline;
}

div.leftcolumn
{
	position: absolute;
	top: 475px;
	left: 10px;
	font-family: arial;
	font-size: 12px;
	width: 150px;
}
div.middlecolumn
{
	font-family: arial;
	font-size: 12px;
	position:absolute;
	left:201px;
	top:301px;
	border-left:1px solid #ADAEAD;
	padding: 25px;
	width: 500px;
	height: 704px;
}

div.downloadmiddlecolumn
{
	font-family: arial;
	font-size: 12px;
	position:absolute;
	left:201px;
	top:301px;
	border-left:1px solid #ADAEAD;
	padding: 25px;
	width: 500px;
	height: 251px;
}

div.middlecolumn h1
{
	color: #BD0000;
	font-size: 18px;
}
div.bottomline
{
	
	width:750px;
	background:#E0E0E0;
	border-top:2px solid #BD0000;

}
.bottomline a
{
	text-decoration: none;
	font-size: 11px;
	color: #000;
	font-family: arial;
}
