#container-1 {
	margin: 0px;
	padding-bottom: 20px;
	text-align: center;
}
#container-2 {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 0px;
	font-family: "Times New Roman", Times, serif;
	font-size: 16px;
	text-align: center;
	vertical-align: top;
	font-style: normal;
	line-height: 18px;
	font-weight: bolder;
}
#container-2 a {
	font-family: "Times New Roman", Times, serif;
	font-size: 16px;
	color: #333333;
	text-decoration: none;
	text-align: center;
	font-style: normal;
	font-weight: bolder;
	font-variant: normal;
}
#container-2 a:hover {
	font-family: "Times New Roman", Times, serif;
	font-size: 16px;
	color: #333333;
	text-decoration: underline;
	text-align: center;
	font-style: normal;
	font-weight: bolder;
	font-variant: normal;
}
#logo {
	margin-bottom: 10px;
	margin-top: 5px;
	text-align: center;
	vertical-align: top;
}
#language {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 20px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	color: #000000;
	margin-right: 50px;
	margin-left: 50px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
	padding: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
	text-align: center;
}
#language a {
	text-decoration: none;
	color: #333333;
	display: block;
	border: 1px solid #EFEFEF;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-right: 0px;
	padding-left: 0px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	text-align: center;
}
#language a:hover {
	text-decoration: none;
	color: #333333;
	display: block;
	border: 1px solid #333333;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-right: 0px;
	padding-left: 0px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	font-weight: bolder;
	text-align: center;
}
.footer {
	padding-top: 5px;
	padding-bottom: 15px;
}
.footer a {
	font-family: "Times New Roman", Times, serif;
	font-size: 20px;
	font-weight: normal;
	color: #999999;
	text-decoration: none;
}
.footer a:hover {
	font-family: "Times New Roman", Times, serif;
	font-size: 20px;
	font-weight: normal;
	color: #000000;
	text-decoration: none;
}
#titlu-leightbox {
	text-align: center;
	vertical-align: top;
}
#titlu-leightbox h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 26px;
	font-style: normal;
	font-weight: bolder;
	font-variant: small-caps;
	color: #000000;
	text-transform: capitalize;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	text-align: center;
	display: block;
}
#titlu-leightbox h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 20px;
	font-style: normal;
	font-weight: bolder;
	font-variant: small-caps;
	color: #000000;
	text-transform: capitalize;
	display: block;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
}
/* CONTAINER de sustinere */
#content-leightbox {
	color: #333;
	position: absolute;
	width: 54%;
	background-color: #FFFFFF;
	text-align: center;
	padding-top: 12px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	display: block;
	margin-top: 0px;
	margin-right: 23%;
	margin-bottom: 0px;
	margin-left: 23%;
	overflow: visible;
}

/* STYLEURI DE FUNCTIONALITATE */

.leightbox {
	color: #333;
	display: none;
	position: absolute;
	width: 100%;
	text-align: center;
	z-index:1001;
	overflow: hidden;
	vertical-align: top;
	top: 10%;
	left: 0px;
	right: 0px;
	bottom: 10%;
	padding: 0px;
	margin: 0px;
	height: auto;
}

#overlay{
	display:none;
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	z-index:1000;

	-moz-opacity: 0.8;
	opacity:.80;
	filter: alpha(opacity=60);
	background-image: url(../images/overlay.png);
	background-repeat: repeat;
	background-position: left top;
	margin: 0px;
	padding: 0px;
	background-color: #000000;
}

.lightbox[id]{ /* IE6 and below Can't See This */    position:fixed;    }#overlay[id]{ /* IE6 and below Can't See This */    position:fixed;    }

/*
.leightbox {
	color: #333;
	display: none;
	position: absolute;
	width: 54%;
	height: 62%;
	background-color: #FFFFFF;
	text-align: center;
	z-index:1001;
	overflow: auto;
	padding-top: 12px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	margin: 0px;
}
*/

/* HIGHSLIDE STYLES */
* {
    font-family: Verdana, Helvetica;
    font-size: 10pt;
}
.highslide {
	cursor: url(highslide/graphics/zoomin.cur), pointer;
    outline: none;
}
.highslide img {

}
.highslide:hover img {

}

.highslide-image {
	border: 10px solid white;
    cursor: pointer; /* opera */
	cursor: url(highslide/graphics/zoomout.cur), pointer;
}
.highslide-image-blur {
    cursor: pointer;
    cursor: hand;
}
.highslide-caption {
    display: none;
    border: 5px solid white;
    border-top: none;
    padding: 5px;
    background-color: white;
}
.highslide-display-block {
    display: block;
}
.highslide-display-none {
    display: none;
}
.highslide-loading {
    display: block;
	color: white;
	font-style: 'MS Sans Serif';
	font-size: 9px;
	font-weight: bold;
	text-transform: uppercase;
    text-decoration: none;
	padding: 3px;
	opacity: 0.60; /* w3c */
	filter: alpha(opacity=60); /* ie */
	border-top: 1px solid white;
	border-bottom: 1px solid white;
    background-color: black;
    
    padding-left: 22px;
    background-image: url(highslide/graphics/loader.gif);
    background-repeat: no-repeat;
    background-position: 3px 1px;
    
}
