HTML {
	width: 100%;
	height: 100%;
}

BODY {
	width: 100%;
	height: 100%;
	margin: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: center;
	background-color: #D7D9DD;
}

BODY * {
	border: 0px solid black;
}

IMG {
	border: 0px;
}

TD {
	vertical-align: top;
	font-size: 12px;
}

A {
	text-decoration: none;
	background-image: none;
}



DIV#body {
	text-align: left;
	margin-left: auto;
	margin-right: auto;
	height: 100%;
	width: 1000px;
	background-image: url('images/bg-left.gif');
	background-repeat: repeat-y;
	background-position: left;
}

#head {
	background-image: url('images/bg1.jpg');
	background-repeat: no-repeat;
	background-position: top left;
	height: 570px;
}

#foot {
	vertical-align: bottom;
	text-align: right;
	background-image: url('images/bg-left.gif');
	background-repeat: repeat-y;
	background-position: left;
}

#foot A {
	text-decoration: none;
	color: #666666;
}

#prize {
	position: relative;
	left: 88px;
	top: 101px;
	color: #663333;
	width: 180px;
}

#search {
	position: relative;
	left: 688px;
	top: 227px;
	width: 300px;
}

DIV#address {
	text-align: right;
	width: 327px;
	position: relative;
	left: 0px;
	top: 213px;
}

TD#address {
	padding-left: 20px;
	width: 310px;
	text-align: right;
}

TD#botlinks {
	text-align: right;
}

#globe {
	position: relative;
	left: 441px;
	top: 174px;
width: 132px;
}

/*-- MENU --*/
#menu-news {
	position: relative;
	left: 701px;
	top: 39px;
}

#menu-service {
	position: relative;
	left: 532px;
	top: 103px;
}

#menu-about {
	position: relative;
	left: 128px;
	top: 135px;
}

#menu-tender {
	position: relative;
	left: 42px;
	top: 188px;
}

#menu-objects {
	position: relative;
	left: 264px;
	top: 173px;
}

#menu-contacts {
	position: relative;
	left: -331px;
	top: 331px;
}



/*-- MENU END --*/

INPUT {
	font-size: 12px;
}

#searchinput {
	padding: 3px;
	_padding: 0px;
	padding-left: 3px;
	border: 1px solid #999999;
	margin-top: 4px;
}

#searchsubmit {
	padding: 2px;
	background-color: #DB2419;
	border: 1px solid #DB2419;
	color: #FFFFFF;
	margin-top: 4px;
}