
#page {
	width: 952px;
	margin: 0 auto;
}
#top {
	position: relative;
	width: 952px;
	height: 208px;
	background: url(../images/bg-righttop.png) no-repeat right top;
	text-align: left;
}
#top img {
	float: left;
}
#top #elita5-logo {
	margin-top: 34px;
}
.LuxListItem { font-size:13px; font-weight:bold; height:34px; overflow:hidden; line-height:46px; text-align:left; padding:0 0 0 50px; cursor:pointer; color:black; }
/*----------------------------------------------------*/
/* Navigation */
/*----------------------------------------------------*/

ul#navigation {
	
	margin: 8px 0 0 0;
	padding: 0;
	display: block;
	list-style-type: none;
}
ul#navigation li {
	font-size: 12px;
	font-weight: bold;
	display: inline;
	padding: 0 0px 0 10px;
	margin: 0 0px 0 0;
	/*background: url(../images/marker2.png) no-repeat center left;*/
}

/*----------------------------------------------------*/
/* Language */
/*----------------------------------------------------*/

a.language {
	height: 37px; width: 37px;
	display: block;
	position: absolute;
	top: 154px;
	right: 81px;
	background-repeat: no-repeat;
	background-position: top;
}
a.language:hover {
	background-position: 0 -37px;
}
a.ru {
	background-image: url(../images/ru.png);
}
a.ro {
	background-image: url(../images/ro.png);
}

/*----------------------------------------------------*/
/* Page Title */
/*----------------------------------------------------*/

h1 {
	display:block;
	height: 26px;
	font-size: 24px;
	text-transform: uppercase;
	text-align: center;
	color: #4f9efc;
	margin: 27px 0 20px 0;
	padding: 0;
}