html, body {
	background-color: #000;
	margin: 0px;
	padding: 0px;
	font-family: Verdana, sans-serif;
}
#hcontainer {
	width: 1024px;
	height: 700px;
	margin: 0 auto;
	background-image: url('../img/homepage.jpg');
	background-color: #893f0e;
	background-repeat: no-repeat;
	background-position: top center;
}
#hcontainerfade {
	margin-top: -10px;
	width: 680px;
	height: 500px;
}
#showPanel {
	float: left;
	height: 652px;
	width: 682px;
	overflow: hidden;
}
#navPanel {
	float: left;
	height: 650px;
	width: 342px;
	overflow: hidden;
}
#bottomPanel {
	clear: both;
	height: 50px;
	width: 1024px;
	text-align: center;
}
#mesajbox {
	display: none;
	width: 290px;
	height: 140px;
	margin-left: 50px;
	z-index: 999;
}
#mesaj {
	/*background-image: url('../img/homebox.jpg');*/
	background-repeat: no-repeat;
	width: 248px;
	height: 116px;
	font-size: 11px;
	font-family: Georgia, serif;
	/*font-style: italic; 
	font-weight: bold; */
	/*line-height: 1.7em;*/
	text-align: justify;
	padding: 24px 21px 0px 21px;
}
#textPagina {
	float: right;
	width: 305px;
	height: 100px;
	overflow: hidden;
	position: relative;
	top: -100px;
	margin-bottom: -100px;
}
#mainLinks {
	clear: both;
	height: 150px;
	overflow: hidden;
	/*padding-top: 8px;*/
	margin-bottom: 0;
	margin-left: 28px;
}
#mainLinks a, #mainLinks div.spacer, #mainLinks span {
	display: block;
	height: 36px;
	width: 272px;
	text-decoration: none;
}
#mainLinks a img {
	border: 0;
}
#mainLinks a {
	font-size: 16px;
	font-weight: bold;
	color: #662000;
	padding: 5px 0 0 36px;
	background-image: url('../img/menu1bull.gif');
	background-repeat: no-repeat;
	background-position: top left;
}
#mainLinks a:hover {
	color: #cc0000;
	background-image: url('../img/menu1bullh.gif');
	background-repeat: no-repeat;
	background-position: top left;
}
#mainLinks span {
	font-size: 16px;
	color: #c20;
	font-weight: bold;
	padding: 5px 0 0 0;
}

#siteLinks {
	margin: 0 auto;
	margin-top: 120px;
	text-align: center;
	margin-bottom: 2px;
}
#siteLinks div {
	margin: 0 auto;
	text-align: center;
}
#siteLinks a, #siteLinks a:visited {
	color: #ffc;
	text-decoration: none;
	padding: 2px 3px;
	font-size: 12px;
	font-weight: bold;
}
#siteLinks a:hover {
	color: #fff;
	text-decoration: underline;
}

#secondLinks {
	height: 12px;
	font-size: 88%;
	text-align: center;
	margin-bottom: 12px;
}
#secondLinks a, #secondLinks a:visited {
	color: #FABC4D;
}
#secondLinks a:hover {
	color: #ffffff;
	text-decoration: underline;
}

#lang {
	width: 340px;
	height: 12px;
	float: right;
	clear: both;
	font-size: 8pt;
	font-weight: normal;
	text-align: right;
}
#lang a {
	color: #800;
	text-decoration: none;
}
#lang a:hover {
	color: #fff;
}
#lang a img {
	border: 0;
}
.langSelected {
	color: #c10 !important;
	font-weight: bold;
}
#copyright {
	color: #fc8;
	font-size: 9px;
	padding-top: 20px;
}
#floatbox {
	position: relative;
	top: 50px !important;
}

#searchbox {
	position: absolute;
	top: 11px;
	margin-top: 0px;
	margin-left: 69px;
	padding-top: 0px;
	.padding-top: 0px;
	width: 240px;
	clear: both;
	display: block;
	height: 32px;
}
#searchForm {
	font-size: 12px;
	white-space: nowrap;
	padding: 8px;
	margin: 0px;
}
#searchForm input {
	border: 0;
	background: transparent;
	width: 180px;
	font-style: italic;
	color: #800000;
}
#searchbox a {
	display: inline-block;
	width: 42px;
	text-align: center;
	cursor: pointer !important;
	text-align: center;
}
#searchbox a:hover {
	background-color: #ffffcc;
}
#ubblink {
	display: block;
	position: absolute;
	top: 14px;
	margin-left: 114px;
	width: 342px;
	height: 20px;
}
a#ubblink:hover {
	background-color: rgba(255, 255, 255, 0.3);
	border-radius: 5px;
}