body
{
	background: url(../images/bg-body.jpg) repeat-y center;
	background-color: #000;
	margin: 0;
	font-family: Arial;
	font-size: 12px;
}
div
{
	margin: 0px;
}
ul, li
{
	margin-left: 5px;
	margin-top: 5px;
	margin-bottom: 5px;
	padding: 0px;
	list-style-type: none;
	font-size: 14px;
}
a, a:hover
{
	text-decoration: none;
}

h1
{
	font-size: 18px;
	text-align: center;
}

h2
{
	font-size: 13px;
	text-align: center;
}

#page
{
	width: 1000px;
	margin: 0em auto;
}

#space
{
	height: 30px;
	background: url(../images/bg-header.jpg) repeat-x bottom;
}

#documentflash
{
	float: left;
	#background: url(../images/bg-flash.jpg) no-repeat #000;
	width: 580px;
	height: 400px;
	background-color: #000;
}

#presentation
{
	background: url(../images/bg-bloc-download.jpg) repeat-x #000;
	float: left;
	width: 420px;
	height: 400px;
	color: #fff;
	text-align: center;
	font-size: 14px;
}

#download
{
	margin: 0px;
	margin-top: 30px;
	color: #fff;
	font-size: 12px;
	background: url(../images/bg-download.png) no-repeat;
	width: 420px;
	height: 240px;
}
#downloadcontent
{
	margin: 20px;
	margin-top: 0px;
	text-align: center;
}

.screenshot
{
	background: url(../images/bg-screenshot.jpg) no-repeat center top;
	float: left;
	padding-top: 10px;
	overflow: hidden;
	font-weight: bold;
	margin: 12px;
	width: 225px;
	height: 160px;
	text-align: center;
}
.screenshot:hover
{
	cursor: pointer;
}

#screenshot_title
{
	font-size: 20px;
	color: #525252;
	text-align: center;
}

#screenshot_image
{
	float: left;
	width: 650px;
	margin: 25px;
	overflow: hidden;
}
#screenshot_image img
{
	width: 650px;
}

#screenshot_text
{
	margin-top: 25px;
	float: left;
	font-size: 14px;
	text-align: justify;
	width: 200px;
	overflow-y: auto;
}

.button
{
	background: url(../images/bg-button.png) no-repeat center;
	color: #000;
	font-weight: bold;
	font-size: 16px;
	text-align: center;
	margin: 5px;
	line-height: 34px;
	height: 36px;
}
.button:hover
{
	cursor: pointer;
}

#content
{
	clear: both;
	background: url(../images/bg-content.jpg) repeat-x top;
	background-color: #fff;
	min-height: 200px;
	padding-top: 30px;
}

#contenttext
{
	padding: 50px;
	padding-top: 0px;
}

#footer
{
	clear: both;
	padding-top: 0px;
	width: 1000px;
	height: 105px;
	background: url(../images/bg-footer.jpg) repeat-x bottom;
}
#footercontent
{
	margin: 20px;
	line-height: 25px;
	height: 85px;
	color: #fff;
	margin-top: 0px;
	padding: 0px;
	padding-top: 20px;
	padding-bottom: -20px;
	margin-bottom: -40px;
	text-align: center;
}
.footerlink, .footerlink:visited, .footerlink:link, .footerlink:active
{
	color: #fff;
	text-decoration: none;
	font-weight: bold;
}
.footerlink:hover
{
	text-decoration: underline;
}

.tab
{
	color: #fff;
	font-size: 16px;
	float: left;
	text-align: center;
	width: 160px;
	height: 50px;
	background: url(../images/bg-tab-disabled.jpg) no-repeat;
	line-height: 45px;
}
.tab:hover
{
	cursor: pointer;
}

.walert_mask
{
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0px;
	left: 0px;
	background-color: #000000;
	filter: alpha(opacity=80);
	-moz-opacity: 0.8;
}
.walert
{
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0px;
	left: 0px;
}
.walert_window
{
	width: 300px;
	height: 130px;
	margin: 100px auto;
	filter: alpha(opacity=100);
	-moz-opacity: 1;
	border: 1px solid #dcdcdc;
	background-color: #000;
}
.walert_title
{
	line-height: 24px;
	font-size: 16px;
	font-weight: bold;
	background-color: #dcdcdc;
	text-align: center;
}
.walert_content
{
	color: #fff;
	font-size: 14px;
	margin: 10px;
}
