/*******
******** STYLES FOR HOME LAYOUT */

#bodyi {
	position: absolute; width: 799px; height: 599px; left: 50%; top: 50%; margin-left: -400px; margin-top: -300px;
	background: transparent url(../imgs/index_new.gif) center no-repeat;
}

h1 {
	display: none;
}

/* MAIN MENU LEFT */
#menu_left {
	float: left; display: inline; width: 283px; margin-top: 298px; margin-left: 60px; margin-right: 112px; list-style-type: none;
}
#menu_left li span, #menu_right li span {
	display: none;
}
#menu_left li, #menu_right li {
	float: left; height: 30px; width: 100%; vertical-align: text-bottom; text-align: right;
}
#menu_left li a, #menu_right li a {
	display: block; float: left; width: 100%; height: 30px; line-height: 30px; vertical-align: text-bottom;
}
#menu_left li, #menu_left li img,
#menu_right li, #menu_right li img{
	vertical-align: text-bottom;
}

/* MAIN MENU RIGHT */
#menu_right {
	float: left; display: inline; width: 220px; margin-top: 298px; list-style-type: none;
}

/* LANGUAGE */
#lang {
	clear: both; margin: 0px auto; padding-top: 72px; text-align: center;
}
#lang, #lang a {
	display: block; height: 24px;
}
#lang a:hover {
	background-position: 0px -24px;
}
#lang a span, #lang span {
	display: none;
}
