html {
	width: 100%;
	height: 100%;
	overflow-y: scroll;
}
body, form {
	padding: 0px;
	margin: 0px;
}
body {
	width: auto;
	height: 100%;
	background: #cccccc url(../img/bg.gif) repeat-x top;
}

.mainTable {
	width: 1000px;
	height: 100%;
	border: 0px;
	border-collapse: collapse;
}
.mainTable .left {
	width: 36px;
	background: url(../img/middle_left.gif) no-repeat bottom right;
	text-align: right;
	vertical-align: top;	
}
.mainTable .right {
	background: url(../img/middle_right.gif) no-repeat bottom left;
	vertical-align: top;
}
.mainTable .center {
	width: 934px;
	background: #ffffff url(../img/middle.gif) repeat-y top;
	vertical-align: top;
}
.mainTable .topLeft {
	width: 36px;
	height: 352px;
	background: url(../img/top_left.jpg) no-repeat top right;
	vertical-align: top;
}
.mainTable .topRight {
	height: 352px;
	background: url(../img/top_right.jpg) no-repeat top left;
	vertical-align: top;
}
.mainTable .topImage {
	width: 934px;
	height: 352px;
	background: url(../img/top.jpg) no-repeat top left;
	vertical-align: top;
}
.mainTable .bottomLeft {
	width: 36px;
	height: 88px;
	background: url(../img/bottom_left.jpg) no-repeat top right;
	vertical-align: top;
}
.mainTable .bottomRight {
	height: 88px;
	background: url(../img/bottom_right.jpg) no-repeat top left;
	vertical-align: top;
}
.mainTable .bottom {
	width: 934px;
	height: 88px;
	color: #575757;
	background: url(../img/bottom.jpg) no-repeat top;
	vertical-align: top;
}

.buttonHome, .buttonContact {
	width: 20px;
	height: 20px;
	position: relative;
	z-index: 100;
}
.buttonHome a, .buttonContact a {
	width: 20px;
	height: 20px;
	display: block;
}
.buttonHome { top: 98px; left: 816px; }
.buttonContact { top: 95px; left: 862px; }

.langPanel {
	text-align: right;
	display: block;
}
.developed .adv,.developed .adv a{
    color: #bbbbbb;
	text-decoration: none;
}

.divLeftColumnTitle, .divRightColumnTitle {
	width: 210px;
	color: #ffffff;
	font-size: 12px;
	text-transform: uppercase;
	margin-left: 30px;
}

.textTable {
	width: 100%;
	border: none;
	border-collapse: collapse;
	top: -40px;
	margin-bottom: -40px;
	position: relative;
	z-index: 100;
}
.textTable .leftTD {
	width: 250px;
	vertical-align: top;
}
.textTable .rightTD {
	vertical-align: top;
}

.search {
	width: 152px;
	height: 32px;
	color: #000000;
	background: url(../img/search_form.gif) no-repeat top left;
	border: none;
	vertical-align: middle;
	padding: 8px 12px 0 12px;
	margin: 0 -24px -8px 0;
}
* HTML .search {
	background-attachment: fixed;
}

.copyright {
	width: 180px;
	margin: 13px 0 0 90px;
	float: left;
}
* HTML .copyright {
	margin-left: 45px;
}
.developed {
	margin: 13px 30px 0 0;
	float: right;
}
.developed a {
	color: #999999;
	text-decoration: none;
}
.developed a:hover {
	text-decoration: underline;
}
