html, body{
	margin:0px;
	padding:0px;
	height:100%;
	width:100%;
	color:#000;
	background:#f9f9f9;
}

div#main{
}

div#main2{
	background:url(/images/en/bg_top.jpg) center top no-repeat;
}

div#holder{
	width:834px;
	background:url(/images/en/bg_top.jpg) 0px 0px no-repeat;
}

div#main, div#holder{
}

div.buttons{
	width:100px;
}

#langs{
	float:left;
	margin-top:10px;
}

#imgs{
	float:right;
}

div#left{
	display:none;
}

div#right{
	float:right;
	width:615px; /*615px*/
	padding:120px 0px 0px 0px;
}

div#right{
	font:11px verdana,sans-serif;
}

div#right b{
	font-weight:bold;
}

div#right .highlight{	
	font-weight:bold;
	color:#333;
}

div#content{
	width:563px; /*593px*/
	padding-left:15px;
	padding-right:15px;
	padding-bottom:10px;
	background: url(/images/en/bg_content.jpg) center bottom no-repeat;
}

a#logo{
	display:block;
	width:212px;
	height:58px;
	margin-left:357px;
	margin-bottom: 25px;
	clear:right;
}

p{
	font:11px verdana, sans-serif;
	text-align:justify;
	margin:0px 0px 10px;
	padding:0px;
}

h1{
	background: url(/images/en/title.jpg) left bottom no-repeat;
	color: #111;
	font:bold 12px verdana, sans-serif;
	float:left;
	margin:0px 0px 0px 20px;
	padding:10px 0px 0px 0px;
}

div.buttons{
	float:right;
	font:11px verdana, sans-serif;
	padding:0px 40px 0px 0px;
	margin-top:-15px;
}

div.clear{
	clear:both;
	height:15px;
	margin:0px;
	padding:0px;
}

div#footer{
	clear:both;
	width:784px;
	height:95px;
	padding:0px 25px;
	background: url(/images/en/bg_footer.jpg) center top no-repeat;
	vertical-align:top;
	font:11px verdana, sans-serif;
	color:#000;
}

div#footer_left{
	float:left;
	padding:30px 0px 0px 45px
}
div#footer_right{
	float:right;
	padding:75px 10px 0px 0px;
}

div#footer_right input{
	font:11px verdana, sans-serif;
	margin:0px;
	padding:0px;
	border:0px;
	background:transparent;
	text-align:right
}

div#footer_right form{
	float:left;
}
/*
div#footer{
	clear:both;
	position:relative;
	bottom:0%;
	left:50%;
	margin-left:-417px;
	margin-top:-75px;
	width:834px;
	height:75px;
	background: url(/images/en/bg_footer.jpg) center top no-repeat;
	border:1px solid red;
	vertical-align:top;
}*/

dl.menu{
	list-style:none inside none;
	margin:60px 0px 0px 22px;
	padding:0px;
	font-size:0px;
}

dl.menu dt{
	margin:0px;
	padding:0px;
	height:18px;
}

img{
	border:0px;
}

div#news_holder{
	padding:25px 0px 10px 26px;
}

div.news{
	margin:10px 0px 25px 0px;
	width:160px;
	padding-left:15px;
	padding-bottom:4px;
	background: url(/images/en/bg_news.jpg) left bottom no-repeat;
}

div.news *{
	margin:0px;
	padding:0px;
}

.nospan span{
	display:none;
}

a{
	text-decoration:none;
	color:#000;
}

a.active{
	font-size:10px;
	color: #a5c591;	
}

a.inactive{
	font-size:10px;
	color: #3b7715;
}

.red{
	color:red;
}