@charset "utf-8";
/* CSS Document */

body{
	margin:0;
	background:#000000;
	font-family:Arial, Helvetica, sans-serif;
}
h1{
	font-size:18px;
}
h2{
	font-size:12px;
	font-weight: bold;
}
.toggle,.hidden{
	width:400px; text-align:justify;
	}	
.iBox{
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#ccc;
	background:#333;
	border:solid 1px #666;
	padding:2px;
	}	
.iBox:hover{
	background:#111;
	border:solid 1px #999;
	color:#fff;
	}	
.iButton{
	background:#333;
	border-style:solid; border-width:1px; border-color:#666 #222 #222 #666;
	padding:2px;
	color:#ccc;
	}	
.iButton:hover{
	background:#111;
	border-color:#333 #000 #000 #333;
	color:#fff;
	}	
#clearence{
	clear:both;
	height:1px;
	margin-top:-1px;
}
#container{
	width:900px;
	margin-left:auto;
	margin-right:auto;
	background:#1f1f1f;
}
#header{
	height:146px;
	background:url(../images/logo.png) no-repeat top left;
	position:relative;
}
#bodyText{	
	background:url(../images/cornerRight.gif) no-repeat bottom right;
	position:relative;
}
#topMenu{
	padding-top:15px;
	padding-right:10px;
	text-align:right;
	color:#4b4b4b;
	font-size:11px;
}
#topMenu a{
	text-decoration:none;
	color:#4b4b4b;
}
#topMenu a:hover{
	text-decoration:underline;
}
#langMenu{
	position:absolute;
	bottom:-12px;
	right:0px;
	background:#f97e07;
	color:#323232;
	font-size:11px;
}
#langMenu a{
	text-decoration:none;
	color:#323232;
}
#leftPart{
	float:left;
	width:152px;
	background:url(../images/bgLeft.png);
}
#topLeft{
	height:147px;
	background:url(../images/bgTopLeft2.gif) no-repeat top left;
}
#leftMenu{
	height:351px;
}
#leftMenu a{
	display:block;
	width:98px;
	height:21px;
	margin-left:20px;
	margin-bottom:3px;
	padding-right:15px;
	padding-top:3px;
	text-decoration:none;
	color:#FFFFFF;
	font-size:12px;
	text-align:right;
	background:url(../images/bgButton.gif) no-repeat top left;
}
#leftMenu a.activeMenu{
	background: url(../images/bgButtonActive.gif) no-repeat top left;
}
#rightPart{
	float:right;
	width:625px;
	color:#FFFFFF;
	font-size:11px;
	margin-bottom:130px;
	margin-right:15px;
	margin-top:50px;
}
#rightPart a{
	color: #939495;
	text-decoration: none;
}
#rightPart a:visited {
	color: #939495;
}
#rightPart a:hover {
	color: #f97e07;
}
#rightPart a:active {
	color: #939495;
}
#footer{
	height:25px;
	background:url(../images/bgFooter.gif) repeat-x bottom left;
	font-size:10px;
	text-align:center;
	position:relative;
	clear:both;
}
#footer span{
	display:block;
	position:absolute;
	bottom:5px;
	left:280px;
}
#footer span em{
	font-style:normal;
	text-decoration:underline;
}.toolsnav
{
	display:block;
clear:both;
margin:0px 0px 20px 0px;
}
.toolsnav ul
{
	float:left;
padding:0px;
margin:0px;
list-style:none;
}
.toolsnav li
{
	list-style:none;
padding:0px;
margin:0px 2px 0px 0px;
float:left;
}
.toolsnav a
{
	padding:2px;
background:#111;
border:solid #333333 1px;
}
 .toolsnav a:hover
 {
 	background:#000;
border-color:#222 #333 #333 #222;
 }