body {
	font-family: Trebuchet MS, Arial;
	font-size: 14px;
	margin: 0px;
	padding: 0px;
}

#block_header {
	position: relative;
	z-index: 10;
}

#block_header #top_gradient {
	height: 160px;
	width: 100%;
	background: url(images/top-gradient.png) repeat-x;
	position: absolute;
	top: 0px;
}

#block_header #house {
	height: 311px;
	width: 486px;
	background: url(images/house.jpg) no-repeat;
	position: absolute;
	top: 4px;
	left: 0px;
}

#block_header #top_line_start {
	height: 51px;
	width: 124px;
	background: url(images/top-line-start.png) no-repeat;
	position: absolute;
	top: 201px;
	left: 486px;
}

#block_header #top_line {
	height: 89px;
	width: 100%;
	background: url(images/top-line.png) repeat-x;
	position: absolute;
	top: 169px;
	left: 0px;
	background-position : 610px;
}

#block_header #icons {
	position: absolute;
	top: 10px;
	right: 20px;
	word-spacing: 30px;
	letter-spacing: 0px;
	cursor: default;
	line-height: 19px;
}

#block_header #icons form {
	vertical-align: top;
	display: inline;
}

#block_header #icons form input {
	height: 16px;
}

#block_header #icons img {
	padding: 0px 10px;
	border: 0px;
}

#block_header #icons a {
	text-decoration: none;
}

#block_header h1 {
	color: #747285;
	position: absolute;
	top: 150px;
	right: 20px;
	font-size: 50px;
	font-weight: bold;
	margin: 0px;
	padding: 0px;
}

#block_header h2 {
	color: black;
	position: absolute;
	top: 260px;
	right: 25px;
	font-size: 23px;
	font-weight: bold;
	margin: 0px;
	padding: 0px;
}

#block_header h3 {
	color: gray;
	position: absolute;
	top: 295px;
	right: 50px;
	font-size: 18px;
	font-weight: bold;
	margin: 0px;
	padding: 0px;
}

#block_menu {
	position: relative;
	top: 295px;
	z-index: 5;
	width: 250px;
}

#block_menu #left_corners {
	height: 286px;
	width: 109px;
	background: url(images/left-corners.png) no-repeat;
	position: absolute;
	top: 0px;
	left: 0px;
}

#block_menu #menu {
	position: absolute;
	top: 30px;
	left: 38px;
	font-size: 18px;
}

ul.expmenu { 
	margin: 0px 0px 0px 16px;
	padding: 0px;
	list-style: none;
}

ul.expmenu li {
	margin-top: 5px;
	cursor: default;
	color: black;
	/* color: expression(testcolor()); /* eval(document.body.scrollTop) + "px" */
}

/* li[class=sel] { color: #da8000; } */
ul.expmenu li.sel {
	color: #da8000;
	background: url(images/menu-birdlet.png) no-repeat;
	background-position: 0px center;
	margin-left: -16px;
	padding-left: 16px;
}

ul.expmenu li.sel a.sel {
	color: #da8000;
}

ul.expmenu li.sel b {
	font-weight: normal;
}

ul.expmenu li.on, ul.expmenu li.off, ul.expmenu li.onoff {
	background: none !important;
	cursor: pointer !important;
}

ul.expmenu li.off ul { display: none; }

ul.expmenu ul li {
	font-size: 80%;
	line-height: 1.3em;
}

ul.expmenu a {
	text-decoration: none;
	color: black;
}

ul.expmenu a:hover {
	color: #da8000;
}

#block_content {
	position: absolute;
	top: 330px;
	left: 250px;
	right: 10px;
	z-index: 15;
}

#block_content p {
	margin: 0px 0px 10px 0px;
	text-indent: 5px;
}

#block_content ul {
	margin: 0px 0px 10px 0px;
	padding: 0px 10px 0px 30px;
}

#block_bottom {
	position: absolute;
	top: 0px;
	height: 160px;
	width: 100%;
}

#block_bottom #bottom_gradient {
	position: absolute;
	top: 0px;
	width: 100%;
	height: 160px;
	background: url(images/bottom-gradient.png) repeat-x;
}

#block_bottom #roof {
	position: absolute;
	bottom: 32px;
	right: 0px;
	width: 47px;
	height: 59px;
	background: url(images/bottom-roof.jpg) no-repeat;
}

#block_bottom #copyright {
	position: absolute;
	bottom: 8px;
	right: 15px;
	font-size: 13px;
}

img.img_map {
	border: 1px solid black;
}

table {
	border-collapse: collapse;
}
table td {
	border: 1px solid gray;
}
table th {
	border: 1px solid gray;
}

table.cont td {
	font-size: 95%;
	padding: 3px;
}

table.cont ul {
	padding: 0;
	margin: 0;
	text-align: left;
}
table.cont li {
	font-size: 95%;
	padding: 0;
	margin: 0;
}

table.contacts, table.contacts td, table.contacts th {
	border: 0;
}

dt {
	font-weight : bold;
}
dd {
	margin: 10px 0 20px 10px;
	padding-left: 10px;
	border-bottom: 1px solid gray;
	border-left: 1px solid gray;
}
