@charset "utf-8";

html, body
{
	margin: 0 auto;
	padding: 0;
}

body
{
	color: #747474;
	font-family: Arial, Verdana, sans-serif;
	font-size: 8pt;
	background: url(./img/bg01.jpg) no-repeat;
	background-color: #000000;
}

table
{
	border-collapse: separate;
}

a:link, a:visited, a:active
{
	text-decoration: none;
	color: #e948ca;
}

a:hover
{
	text-decoration: underline;
}

#wrapper
{
	float: left;
	width: 100%;
	height: 100%;
	min-width: 1190px;
	padding-top: 50px;
}

#header
{
	padding: 0;
	margin-left: 100px;
}

#header .title
{
	height: 100px;
	background: url(./img/txt01.png) no-repeat;	
}

#header .loading
{
	height: 100px;
	background: url(./img/loading_wait.png) no-repeat;	
}

#header .contacts
{
	clear: both;
	height: 100px;
	background: url(./img/txt02.png) no-repeat;
}

#header .info
{
	clear: both;
	height: 65px;
	background: url(./img/txt03.png) no-repeat;
}

#container
{
	width: 100%;
	padding: 0;
	overflow: hidden;
}

#container #outline01
{
	float: left;
	position: relative;
	height: 215px;
	background: url(./img/txt_outln01.png) no-repeat;
	background-position: 20px 0px;
	padding-left: 100px;
	overflow: hidden;
}

#container #inline01
{
	float: left;
	width: 1080px;
	height: 100%;
	background-repeat: no-repeat;
	overflow: hidden;
}

#container .cell
{
	width: 180px;
	height: 46px;
	padding: 0;
	margin: 0;
	border: 0;
}

#container #outline02
{
	float: left;
	position: relative;
	background: url(./img/txt_outln02.png) no-repeat;
	background-position: 20px 0px;
	padding-left: 100px;
	overflow: hidden;
}

#container #outline03
{
	float: left;
	position: relative;
	background: url(./img/txt_outln03.png) no-repeat;
	background-position: 20px 0px;
	padding-left: 100px;
	overflow: hidden;
}

#container .inline_hatch
{
	position: absolute;
	z-index: -50;
	background: url(./img/hatch01.png);
	width: 100%;
	height: 100%;
	opacity: 0.05;
	filter: alpha(opacity=5);
}

#container .cell img
{
	height: 46px;
	display: block;
}

#container .label
{
	width: 33px;
	height: 7px;
	background: url(./img/lab-mov.gif);
	position: absolute;
	top: 39px;
	left: 147px;
}

#container .inline_overlay
{
	position: absolute;
	z-index: 10;
	width: 100%;
	height: 100%;
	background: url(./img/bg01.jpg);
	opacity: 0.0;
	filter: alpha(opacity=0);
}

#footer
{
	float: left;
	clear: both;
	padding-left: 100px;
	padding-top: 45px;
	width: 300px;
	overflow: hidden;
}

.node
{
}

span.submitted
{
	color: #898989;
	font-size: 10px
}

.clear
{
	clear: both;
}

.clear-block
{
	display: block;
}