body,html
{
	margin:0px;
	padding:0px;
	background: rgb(114,114,114);
	font-family:Arial;
	font-size:11px;
	color:#000;
}

a
{
	color: rgb(114,114,114);
	text-decoration: none;
}

a:hover
{
	text-decoration: underline;
}

h1
{
	margin:0px;
	padding:10px 0px;
	font-size:30px;
	color:#000;
}

h2
{
	margin:0px;
	padding:0px;
	font-size:16px;
	color:rgb(114,114,114);
}

img
{
	vertical-align:bottom;
}

div#container
{
	margin:0px auto;
	padding:70px 0px 0px 0px;
	width:876px;
	height:557px;
}

div#container-bg
{
	clear:both;
	float:left;
	padding:0px 8px 8px 0px;
	width:868px;
	height:549px;
	background: url(/software/images/bg-container.jpg) no-repeat top left;
}

div#lang-content
{
	padding:200px 0px 0px 0px;
	text-align:center;
}

div#front-content
{
	padding:90px 90px 0px 90px;
}

div#main-content
{
	clear:both;
	float:left;
	padding: 50px 40px 0px 115px;
	width:713px;
}

div#left-content
{
	float:left;
	padding:0px 40px 0px 0px;
	width:315px;
}

div#left-content span
{
	display:block;
	padding:5px 0px;
}
.line
{
	width:315;
	height:2px;
	line-height:0px;
	font-size:0px;
	background: url(/software/images/bg-line.gif) repeat-x;
}

.space
{
	width:315px;
	height:15px;
	line-height:0px;
	font-size:0px;
}

.pdf
{
	display:block;
	float:right;
	padding:2px 20px 2px 15px;
	line-height:14px;
	height:14px;
	width:95px;
	color:#000;
	background: url(/software/images/bg-pdf.gif) no-repeat center right;
}

.dl
{
	display:block;
	float:right;
	padding:2px 25px 2px 25px;
	line-height:14px;
	height:14px;
	width:90px;
	color:#000;
	background: url(/software/images/bg-dl.gif) no-repeat center right;
}
div#right-content
{
	overflow:auto;
	float:left;
	padding:20px;
	width:318px;
	height:395px;
	background:#fff;
}

div#right-content h2
{
	font-style:italic;
}

div#right-content p
{
	margin:0px;
	padding:0px 0px 15px 0px;
	text-align: justify;
}

div#right-content ul li
{
	text-align: justify;
}

div#footer
{
	clear:both;
	float:left;
	padding:5px 158px 5px 0px; 
	width:718px;
	color:#fff;
	text-align:right;
}

div#footer a
{
	color:#fff;
	font-weight:bold;
}

.gray
{
	color: rgb(114,114,114);
}
