body
{
	margin				: 0px;
	padding				: 0px;
	background-color	: White;
	color				: #000000;
	width				: 100%;
	height				: 100%;
	font				: 9pt Verdana, Geneva, Arial, Helvetica, sans-serif;
}
div#mainDiv
{
	position			: relative;
	height				: 100%;
	min-height			: 800px;
	z-index				: 1;
}

/*====================
					 TradeMark Block. Start
												====================*/
div#tmBlock
{
	position			: relative;
	left				: 0px;
	width				: 347px;
	height				: 212px;
	background			: url("/datagroup/img/bg-tm.jpg");
	background-repeat	: no-repeat;
	z-index				: 4;
	margin-bottom		: 40px;
}
div#slogan
{
	position			: absolute;
	left				: 133px;
	top					: 91px;
	width				: 170px;
	height				: 80px;
	background			: url("/datagroup/img/slogan.png") top right;
	background-repeat	: no-repeat;
	z-index				: 5;
}
div#menuBlock
{
	position			: relative;
	left				: 45px;
}
div#addInfo
{
	position			: relative;
	left				: 55px;
	top					: 35px;
	width				: 230px;
}
div#blockLang
{
	position			: relative;
	top					: 15px;
	left				: 45px;
	font-size			: 9px;
	text-transform		: uppercase;
	color				: #ffffff;
	height				: 28px;
}
div#blockSearch
{
	position			: relative;
	top					: 15px;
	left				: 45px;
	width				: 260px;
	z-index				: 6;
}
div#siteMap
{
	position			: absolute;
	left				: 0px;
	width				: 29px;
	height				: 19px;
	background			: url("/datagroup/img/ico-map.gif") top left;
	background-repeat	: no-repeat;
	cursor				: pointer;
	z-index				: 6;
}

div#logo
{
	position			: absolute;
	top					: 151px;
	left				: 21px;
	width				: 307px;
	height				: 82px;
	background			: url("/datagroup/img/logo.jpg") top left;
	background-repeat	: no-repeat;
	cursor				: pointer;
}
/*====================
					 TradeMark Block. Finish
												====================*/


														
/*====================
					 Top page. Start
												====================*/
div#topPart
{
	position			: relative;
	margin-left			: 347px;
	height				: 318px;
	background			: url("/datagroup/img/bg-top.jpg") top left;
	background-repeat	: repeat-x;
}
div#topImg
{
	position			: relative;
	background			: url("/datagroup/img/top.jpg") top left;
	background-repeat	: no-repeat;
	width				: 651px;
	height				: 318px;
}
/*====================
				 	Top page. Finish
												====================*/



/*====================
					 Page content. Start
												====================*/
div#pageinside
{
	position			: relative;
	margin-left			: 347px;
	margin-bottom		: 50px;
	padding-left		: 16px;
	padding-right		: 10%;
/*	max-height			: 100%;*/
	min-height			: 400px;
}
/*====================
				 	Page content. Finish
												====================*/

												
												
/*====================
					 Bottom Line. Start
												====================*/
div#GrayBrdBlock
{
	position			: relative;
	background			: #ffffff url("/datagroup/img/bg-grayCorner.jpg") top left;
	background-repeat	: no-repeat;
	border				: 1px solid #e5e5e5;
	padding				: 15 25 25 25;
}


div#bottomPart
{
	width				: 100%;
	height				: 230px;
	position			: relative;
	bottom				: 0px;
	left				: 0px;
	background			: url("/datagroup/img/bg-bottom.jpg") top left;
	background-repeat	: repeat-x;
	border-top			: 6px solid #118765;
}
div#addLinks
{
	height				: 20px;
	position			: absolute;
	top					: 0px;
	right				: 176px;
	background-color	: #0e7e6a;
	padding				: 0 6px;
	z-index				: 5;
}

/*
div#blockAddLogo
{
	width				: 256px;
	height				: 135px;
	position			: relative;
	left				: 46px;
	top					: -6px;
	background			: url("/datagroup/img/bg-bottom.jpg") left bottom;
	background-repeat	: repeat-x;
	text-align			: center;
}
#brdAddLogo
{
	width				: 256px;
	height				: 6px;
	background-color	: #fff;
}
#blockAddLogoL, #blockAddLogoR
{
	width				: 4px;
	height				: 128px;
	position			: absolute;
	top					: 0px;
}
#blockAddLogoL
{
	left				: 42px;
	background			: url("/datagroup/img/bg-bottom-addlogoL.jpg") left bottom;
	background-repeat	: no-repeat;
}
#blockAddLogoR
{
	left				: 302px;
	background			: url("/datagroup/img/bg-bottom-addlogoR.jpg") left bottom;
	background-repeat	: no-repeat;
}
#siteObj
{
	position: absolute;
	top: -60px;
	right: 330px;
	width: 350px;
	height: 290px;
	z-index: 5;
}
*/

#Slogans, #SlogansAct
{
	width				: 256px;
	height				: 25px;
	position			: relative;
	cursor				: pointer;
	color				: white;
	text-transform		: uppercase;
	text-align			: left;
	background			: url("/datagroup/img/arr_menu-right.gif") no-repeat 12px 10px;
}
#SlogansAct
{
	text-align			: right;
	font-weight			: bold;
	background			: url("/datagroup/img/arr_menu-down.gif") no-repeat 238px 12px;
}
#Slogans div
{
	padding				: 5px 0 0 26px;
}
#SlogansAct div
{
	padding				: 5px 32px 0 0;
}

div#copyData
{
	position			: relative;
	float				: left;
	top					: 140px;
	left				: 42px;
	font				: 8pt Tahoma, Helvetica, sans-serif;
	color				: #797778;
}
div#copyIv
{
	width				: 123px;
	height				: 23px;
	position			: absolute;
	top					: 140px;
	right				: 182px;
	background			: url("/datagroup/img/logo-iv.gif") right top;
	background-repeat	: no-repeat;
	cursor				: pointer;
}

#counter
{
	width:1px;
	height:1px;
	position:absolute;
	top:0;
	left:0;
}
#counterImg
{
	width: 300px;
	height: 45px;
	position: relative;
	top: 10px;
	left: 0;
	font-size: 10px;
}
#counterImg div{
	position: relative;
	float: left;
	padding-top: 2px;
}
/*====================
				 	Bottom Line. Finish
												====================*/
