html {min-height: 100%;}
* {	margin: 0;	padding: 0;}
a {color: #BE0000; text-decoration: none;}
a:hover {color: #06C;}
a img {border: none;}
img {border: none;}
body {
	background: #000000 url('/images/background.png') no-repeat left 80px;		
	font: normal 9px Tahoma,sans-serif;
}

p,code,ul {padding-bottom: 1.2em;}
li {list-style: none;}
h1 {font: normal 1.8em Tahoma,sans-serif;}
h2 {font: normal 1.6em sans-serif;}
h3 {font: bold 1em Tahoma,sans-serif;}
h1,h2,h3 {padding-top: 6px; color: #553; margin-bottom: 4px;}

/* misc */
.clearer {clear: both; font-size: 1px;}
.left {float: left;}
.right {float: right;}

/* structure */
.inner-container {
	border: 0px solid #D7D7D2;  /* Varjo */
	font-size: 1.2em;
	margin: 0 auto;
	padding: 0px;
	width: 950px;
}
.top-outer-container {	
	padding-top: 4px;	
}
.bottom-outer-container {	
	padding-bottom: 64px;	
}
/******************************************************************************************/
.top-banner {
	/* FIX IE Problem - remove empty line between 2 divs */
	background: transparent url('/images/top-banner.jpg') no-repeat right bottom;
	
	border-top: 0px solid #000000;  /* Tyhj� v�li */	
	/* FIX IE Problem - remove empty line between 2 divs */
	
	margin: 0;
	padding: 0px; /* Sis�ll�n sisennys*/
}
.top-banner .content {	
	width: 950px;
	height:244px;
	background: transparent url('/images/logo.png') no-repeat 0 30px;
}
/******************************************************************************************/
.center {
	/* FIX IE Problem - remove empty line between 2 divs */
	border-top: 0px solid #000000;  /* Tyhj� v�li */
	height: 0.99px;
	/* FIX IE Problem - remove empty line between 2 divs */
	
	margin: 0;
	padding: 0px; /* Sis�ll�n sisennys*/
}
.center .right {
	float: right;
	width: 699px;
}
.center .right-content{	
	padding: 0px 0px 0px 6px;
	color: red;
}
.center .left {
	float: left;
	width: 245px;	
}
.center .left-content{
	padding: 0px 0px 0px 6px;
	color: red;
}
/******************************************************************************************/
.footer {
	/* FIX IE Problem - remove empty line between 2 divs */
	border-top: 0px solid #000000;  /* Tyhj� v�li */
	height: 0.99px;
	/* FIX IE Problem - remove empty line between 2 divs */
	
	margin: 0;
	padding: 0px; /* Sis�ll�n sisennys*/
}
.footer .right {
	float: right;
	width: 699px;	
}
.footer .right-content{	
	padding: 10px 0px 10px 30px;
	font-family: Arial;
	font-size: 12.5px;
	color:#999999;
	background-color: transparent;
}
.footer .left {
	float: left;
	width: 245px;
}
.footer .left-content{
	padding: 0px 0px 0px 6px;
}
/******************************************************************************************/
.sidebox{
	width: 244px;
}
.sidebox .sidebox-top{
	width: 244px;
	height: 7px;
	background: transparent url('/images/box-top.png') no-repeat; 
}
.sidebox .sidebox-middle{
	background-color: #1a1a1a;
	color: #888888;
}
.sidebox .sidebox-bottom{
	width: 244px;
	height: 7px;
	background: transparent url('/images/box-bottom.png') no-repeat;
}
/******************************************************************************************/
.cbox{
	width: 590px;
	padding-left:20px;
}
.cbox .cbox-top{
	width: 590px;
	height: 12px;
	background: transparent url('/images/cbox-top.png') no-repeat; 
}
.cbox .cbox-middle{
	background-color: #E8E8E8;
	width: 569px;
	font-family: Arial;
	color: #1a1a1a;
	padding:10px;
}
.cbox .cbox-bottom{
	width: 590px;
	height: 12px;
	background: transparent url('/images/cbox-bottom.png') no-repeat;
}
/******************************************************************************************/
.left-menu{
	padding-left: 10px;
	padding-top: 10px;
}
.left-menu .title{
	font-size: 14px;
	font-weight: bold;
	color: #555555;
	border-bottom: 1px dotted #999999;
}
.left-menu ul{
	padding-left: 5px;
	list-style-type: none;
	padding-top: 0px;
}
.left-menu  ul li{	
	border-right: 0px solid #8e97a0;
	vertical-align: middle;
	text-align: left;	
	height: 30px;
	width: 203px;
}
.left-menu  ul li a{	
	text-decoration: none;
	color: #888888;
	padding-left: 16px;		
	font-size: 13.5px;
	font-family: Arial;
	font-weight: bold;
	line-height: 2.0em;	
	padding-top:10px;
	padding-bottom:10px;
	padding-right:133px;
}
.left-menu  ul li a:hover{	
	color: #cccccc;	
}
.left-menu  ul li a.current{	
	color: #ffffff;
	background: transparent url('/images/menu-current.png') no-repeat left center;
}
.spacer{
	height: 3px;
}
h2 {
	font-size:14.5px;
	font-weight:bold;
}
/******************************************************************************************/