body
{
	margin: 0;
	padding: 0;
	font: normal 12px Verdana;
	background: #E3E093 url('../images/page/top_bg.jpg') no-repeat;
	text-align: center;
}
a
{
	text-decoration: none;
}

#site
{
	margin: 0 auto;
	width: 1000px;
	background: url('../images/page/bottom_bg.jpg') no-repeat bottom right;
	padding-bottom: 70px;
}

#header .top, #header_ru .top
{
	margin: 0 auto;
	width: 929px;
	height: 48px;
	background: url('../images/page/header_top.gif');
}
#header .header
{
	margin: 0 auto;
	background: url('../images/page/header.jpg');
	width: 929px;
	height: 326px;	
	position: relative;
}
#header.lang_lt  .header{
	background: url('../images/page/header.jpg');
}
#header.lang_ru  .header{
	background: url('../images/page/header_ru.jpg');
}
#header #links
{
	display: block;
	float: right;
	height: 20px;
	/*position: relative;*/
	width: 160px;
	/*margin-left: 765px;*/
	margin-top: 67px;
}
#header .header .home a, #header_ru .header .home a
{
	width: 20px;
	height: 20px;
	float: left;
}
#header .header .mail a, #header_ru .header .mail a
{
	width: 20px;
	height: 20px;
	margin-left: 23px;
	float: left;
}
#header .header .lang_lt a, #header_ru .header .lang_lt a
{
	width: 20px;
	height: 20px;
	float: left;
	font: 12px Arial;
	margin-left:25px;
	margin-top:2px;
	color: #FFF;
}
#header .header .lang_lt_selected a
{	
	width: 20px;
	height: 20px;
	float: left;
	font: 12px Arial;
	margin-left:25px;
	margin-top:2px;
	color: #DD6E39;
}
#header .header .lang_ru a, #header_ru .header .lang_ru a
{
	width: 20px;
	height: 20px;
	float: left;
	font: 12px Arial;
	margin-left:25px;
	margin-top:2px;
	color: #fff;
}
#header .header .lang_ru_selected a, #header_ru .header .lang_ru_selected a
{
	width: 20px;
	height: 20px;
	float: left;
	font: 12px Arial;
	color: #DD6E39;
	margin-left:25px;
	margin-top:2px;
}
#header .header .lang_ru a:hover, #header_ru .header .lang_ru a:hover, #header .header .lang_lt a:hover, #header_ru .header .lang_lt a:hover
{
	color: #DD6E39;
}
#menu
{
	background: url('../images/page/menu.jpg');
	width: 939px;
	height: 46px;
	margin: 0 auto;
	text-align: left;
}
#menu .item a
{
	margin-left: 15px;
	margin-top: 15px;
	color: #FEFFFF;
	font: bold 11px Tahoma;
	float: left;
	text-decoration: none;
}
#menu .item a:hover
{
	text-decoration: underline;
}
#menu .separator
{
	float: left;
	margin-left: 15px;
	margin-top: 15px;
	color: #FEFFFF;
}

#content_top
{
	background: url('../images/page/content_top.jpg');
	width: 929px;
	height: 93px;
	margin: 0 auto;
}#content_top_ru
{
	background: url('../images/page/content_top_ru.jpg');
	width: 929px;
	height: 93px;
	margin: 0 auto;
}
#content
{
	width: 929px;
	margin: 0 auto;
	background-color: #F5F5F5;
}
#content .leftcolumn
{
	position: relative;
	top: -50px;
	text-align: justify;
	float: left;
	padding-left: 20px;
	width: 500px;
}
#content .leftcolumn .title
{
	font: bold 14px Verdana;
	text-transform: uppercase;
	color: #36B7DF;
	padding-bottom: 15px;
}
#content .rightcolumn
{
	width: 350px;
	float: left;
	margin-left: 50px;
	margin-top: 20px;
}

#footer
{
	background-color: #F5F5F5;
	width: 929px;
	margin: 0 auto;
	text-align: left;
}
#footer .footer_content
{
	padding: 15px;
	height: 40px;
}
#footer .footer_content .copyright
{
	padding-top: 5px;
	position: absolute;
	text-align: left;
	width: 500px;
	color: #97916F;
	font: normal 11px Tahoma;
}
#footer .footer_content hr
{
	width: 870px;
	color: #EED255;
	height: 1px;
}
#footer .footer_content .solution
{
	position: absolute;
	width: 150px;
	margin-left: 730px;
	text-align: center;
	color: #97916F;
	font: normal 11px Tahoma;
}
#footer .footer_bottom
{
	background-color: #FAECAB;
	height: 7px;
	font: normal 5px Tahoma;
}

.clear
{
	clear: both;
}