BODY {
	margin: 0;
	padding: 0;
	background: url(../img/background.png) repeat-x;
	text-align: center;
	font: 9pt Verdana;
}

DIV#container {
	width: 928px;
	min-height: 600px;
	padding: 0 23px;
	margin: 0 auto;
	text-align: left;
	background: url(../img/background_container.png) repeat-y;
}

* html DIV#container {
	width: 974px;
}

DIV#header {
	position: relative;
	margin: 0 -23px;
	height: 271px;
	background: url(../img/background_header.jpg) no-repeat;
}

DIV#finder {
	position: absolute;
	top: 97px;
	left: 33px;
	width: 172px;
	height: 160px;
	overflow: hidden;
}

DIV#header_img {
	position: absolute;
	top: 110px;
	left: 216px;
	width: 535px;
	height: 161px;
}

DIV#catalog {
	position: absolute;
	top: 56px;
	left: 752px;
	width: 200px;
	height: 215px;
	overflow: hidden;
}

DIV#catalog A IMG {
	border: none;
}

DIV#menu {
	height: 29px;
	margin: 8px 0 20px 0;
	padding: 7px 12px 0 197px;
	background: url(../img/background_menu.jpg) no-repeat;
}

* HTML DIV#menu {
	height: 36px;
}

DIV#menu A {
	font-size: 8pt;
	font-weight: bold;
	display: block;
	float: left;
	margin-left: 2px;
	width: 109px;
	line-height: 29px;
	background: url(../img/background_menu_item.jpg) no-repeat;
	color: #0A501E;
	text-align: center;
	text-decoration: none;
}

DIV#menu A:hover,
DIV#menu A.active {
	background: url(../img/background_menu_item_hover.jpg) no-repeat;
	color: #000;
}

DIV#left,
DIV#right {
	width: 194px;
	float: left;
	display: inline;
}

DIV#two-col-left,
DIV#two-col-right {
	width: 458px;
	float: left;
	display: inline;
}

DIV#two-col-left {
	margin-right: 12px;
}

UL#submenu,
UL#submenu LI UL {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

UL#submenu {
	margin-bottom: 15px;
}

UL#submenu LI A {
	display: block;
	line-height: 34px;
	padding: 0 20px 0 15px;
	margin-bottom: 4px;
	background: url(../img/background_submenu_item.jpg) no-repeat;
	color: #116B2B;
	font-weight: bold;
	text-decoration: none;
}

UL#submenu LI A:hover,
UL#submenu LI A.active {
	background: url(../img/background_submenu_item_hover.jpg) no-repeat;
	color: #8B0000;
}

UL#submenu LI UL LI A {
	font-size: 8pt;
	display: block;
	line-height: 18px;
	background: #FFF;
	padding-left: 25px;
}

UL#submenu LI UL LI A:hover,
UL#submenu LI UL LI A.active {
	background: url(../img/background_submenu_2_item_hover.jpg) no-repeat 12px 6px;
}

DIV#content,
DIV#two-col-content {
	float: left;
	display: inline;
	width: 525px;
	margin: 0 7px 0 8px;
	overflow: hidden;
}

DIV#two-col-content {
	width: 726px;
	margin-right: 0;
}

DIV#border{
	clear: both;
	margin: 60px -9px 0 -9px;
	height: 17px;
	background: url(../img/background_footermenu.jpg) repeat-x top;
}

UL#footermenu {
	margin: 0 0 20px 0;
	padding: 0;
	list-style-type: none;
	float: right;
}

UL#footermenu LI {
	display: inline;
	float: left;
	text-align: left;
	padding: 0 30px 0 8px;
	border-left: 1px solid  #A9A9A9; 
}

UL#footermenu LI A {
	font: 8pt Arial;
	color: #A9A9A9;
	font-weight: bold;
	text-decoration: none;
}

UL#footermenu LI A:hover {
	color: #000;
}

UL#footermenu LI UL {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

UL#footermenu LI UL LI {
	float: none;
	display: block;
	padding: 0;
	border: none;
}

UL#footermenu LI UL LI A {
	font-weight: normal;
}

DIV#footer {
	margin: 0 auto;
	width: 974px;
	padding-top: 50px;
	min-height: 25px;
	background: #FFF url(../img/background_footer.jpg) no-repeat top;
	text-align: center;
	color: #A9A9A9;
	font: 8pt Arial;
}

* HTML DIV#footer {
	height: 75px;
}

DIV#footer A {
	color: #A9A9A9;
	font: 8pt Arial;
	text-decoration: none;
}

DIV#footer A:hover {
	color: #000;
}

DIV.clearer {
	clear: both;
}