html {
	height: 100%;	
}

body {
	background-image: url(/res/img/id.ua/title/back.jpg);
	background-repeat: repeat-x;
	background-color: #f5f7f8 !important;
	font-family: Tahoma;
	width: 100%;
	height: 100%;
	padding: 0px;
	margin: 0px;
}

.contentHolder {
	height: 100%;
	min-height: 776px;
	position: relative;
	width: 941px;
	margin: 0 auto;	
}

.idHeader {
	height: 138px;
	position: relative;
}


.idHeader .logo {
	position: absolute;
	bottom: 0;	
	left: 0;
	background: url(/res/img/id.ua/title/logo.png) no-repeat;
	overflow: hidden; 
	text-indent: -32768px;
	height: 67px;
	width: 167px;
	margin: 0;
	padding: 0;
}

.idHeader .logo a {
	display: block;
	height: 100%;
}	

.middled  {
	width: 940px;
	height: 430px;
	position: absolute;
	top: 53%;
	left: 50%;
	margin-top: -215px;
	margin-left: -470px;
	color: #858585;
	font-size: 0.9em;
}

.middled .leftColumn {
	float: left;
	width: 644px;
	height: 430px;
	background: url(/res/img/id.ua/title/leftColumn_bg.jpg) no-repeat left;	
}

.middled .leftColumn img {
	float: left;
	margin: 0 20px 0 43px;
}

.middled .leftColumn h3 {
	border-top: 1px solid #e1e1e1;
	margin: 0 0 0 145px;
	padding: 6px 0;
	color: #3b5772;
}

.mainpage_item {
	height: 100px;
	margin-right: 95px;
}

.middled .rightColumn {
	float: right;
	width: 218px;
	height: 271px;
	background: url(/res/img/id.ua/title/rightColumn_bg.jpg) no-repeat left;	
	padding-top: 158px;
	padding-left: 70px;	
}

/* footer */

.idFooter {
	height: 70px;
	position: absolute;
	bottom: 0;
	font-size: 8pt;
	color: #888888;
	width: 100%;
}

.idFooter a {
	color: #3288c4;
	text-decoration: underline;
}

.idFooter a:hover {
	text-decoration: none;
}

.idFooter .leftFoot {
	float: left;
	width: 50%;
}

.idFooter .leftFoot img {
	float: left;
	margin-right: 20px;
}

.idFooter .rightFoot {
	float: right;
	width: 50%;
	text-align: right;
}


/* footer */


/* panel style */

#panel_id_notlogged {
	position: absolute;
	right: 0;
	top: 80px;
	z-index: 10;
}

#panel_id_notlogged input {
	margin: 0 4px;
}

#panel_id_notlogged table {
	float: right;
}

#panel_id_notlogged table td {
	height: 41px;
}

#panel_id_notlogged table td.left {
	width: 7px;
	background: url(/res/img/id.ua/title/loginForm_leftBg.png) no-repeat;
}

#panel_id_notlogged table td.right {
	width: 7px;
	background: url(/res/img/id.ua/title/loginForm_rightBg.png) no-repeat;
}

#panel_id_notlogged table td.mid {
	background: url(/res/img/id.ua/title/loginForm_Bg.png) repeat-x;
}

#panel_id_notlogged table td.mid input{
	width: 118px;
}

#panel_id_notlogged .id_panel_register a {
	color: #00aeef;
}

.loginButton {
	width: 28px;
	height: 28px;
	background: url(/res/img/id.ua/title/loginForm_submit.png) no-repeat;
	border: none;
	cursor: pointer;
}

/* panel style */