body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background:#000 url(fata.png) bottom right no-repeat fixed;
}

a:link {
	color: #FF400B;
	text-decoration: none;
}
a:visited {
	color: #FF730b;
	text-decoration: none;
}
a:hover {
	color: #B10304;
	text-decoration: underline;
}
a:active {
	color: #FF400B;
	text-decoration: none;
}
#logo{float:left; background-image:url(tie_logo.gif); width:274px; height:213px;}
#header_sus{float:right; width:526px; height:97px; position:relative}
#toplinks{position:absolute; right:10px; top:10px;}
#meniu{float:right; width:526px; height:32px; background-image:url(bg_meniu.gif); background-repeat:repeat-x;}
#submeniu{float:right; width:526px; height:32px; background-image:url(bg_submeniu.gif); background-position:top; background-repeat:repeat-x;}
#text_continut{float:right; width:526px; min-height:500px;}
#noutati{float:left; width:274px;}
#footer{float:left; width:800px; background-color:#222; padding:10px;}
#meniu a{color:#000000;}
.stil1 a:hover{color: #FF3300}
.stil1 {font-weight: bold}
.panou_gri{
	border:solid 1px #666666; background-color:#211; padding:10px; margin:10px;
}
.corp_text {
	font: 0.7em Tahoma, sans-serif;
	padding-left:10px;
	color: #FF3300;
}

.text_titlu {
	font: 0.7em Tahoma, sans-serif;
	font-size:36px;
	font-weight:bold;
	color:#CC0000;
}
.titlu_alb {
	font: 0.7em Tahoma, sans-serif;
	font-size:36px;
	font-weight:bold;
	color:#cccccc;
}
.titlu_mic {
	font: 0.7em Tahoma, sans-serif;
	font-size:20px;
	font-weight:bold;
	color:#CC0000;
}
.text_mic_alb {
	font: 0.7em Tahoma, sans-serif;
	font-size: 11px;
	font-weight:bold;
	color: #000;
}
.text_mic_alb a{
	font: 0.7em Tahoma, sans-serif;
	font-size: 11px;
	font-weight:bold;
	color: #222;
	text-decoration:none;
}
.text_mic_alb a:hover{
	text-decoration:underline;
}
.text_mic_gri {
	font: 0.7em Tahoma, sans-serif;
	font-size: 11px;
	font-weight:bold;
	color:#999999;
}
.text_mic_gri a{
	font: 0.7em Tahoma, sans-serif;
	font-size: 11px;
	font-weight:bold;
	color:#999999;
	text-decoration:none;
}
.text_mic_gri a:hover{
	text-decoration:underline;
}
.text_mic_rosu {
	font: 0.7em Tahoma, sans-serif;
	font-size: 11px;
	font-weight:bold;
	color:#CC0000;
}
.text_mic_rosu a{
	font: 0.7em Tahoma, sans-serif;
	font-size: 11px;
	font-weight:bold;
	color:#CC0000;
	text-decoration:none;
}
.text_mic_rosu a:hover{
	text-decoration:underline;
}
.poza_st { float:left; width:156px; }
.poza_dr { float:left; width:156px; margin-left:50px; }

.poza_st a img, .poza_dr a img {
	border:3px solid #CC3300;
}
.poza_st a:hover img, .poza_dr:hover a img {
	border:3px solid orange;
}


#lightbox{
	position: absolute;
	left: 0;
	width: 100%;
	z-index: 100;
	text-align: center;
	line-height: 0;
	}

#lightbox a img{ border: none; }

#outerImageContainer{
	position: relative;
	background-color: #FFCC66;
	width: 250px;
	height: 250px;
	margin: 0 auto;
	}

#imageContainer{
	padding: 10px;
	}

#loading{
	position: absolute;
	top: 40%;
	left: 0%;
	height: 25%;
	width: 100%;
	text-align: center;
	line-height: 0;
	}
#hoverNav{
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 10;
	}
#imageContainer>#hoverNav{ left: 0;}
#hoverNav a{ outline: none;}

#prevLink, #nextLink{
	width: 49%;
	height: 100%;
	background: transparent url(../images/blank.gif) no-repeat; /* Trick IE into showing hover */
	display: block;
	}
#prevLink { left: 0; float: left;}
#nextLink { right: 0; float: right;}
#prevLink:hover, #prevLink:visited:hover { background: url(../images/prevlabel.gif) left 15% no-repeat; }
#nextLink:hover, #nextLink:visited:hover { background: url(../images/nextlabel.gif) right 15% no-repeat; }


#imageDataContainer{
	font: 10px Verdana, Helvetica, sans-serif;
	background-color: #FFCC99;
/* 	background: url(../imagini/cadru_jos.gif);  */
	margin: 0 auto;
	line-height: 1.4em;
	}

#imageData{	padding:0 10px; color: #666; }
#imageData #imageDetails{ width: 70%; float: left; text-align: left; }	
#imageData #caption{ font-weight: bold;	}
#imageData #numberDisplay{ display: block; clear: left; padding-bottom: 1.0em;	}			
#imageData #bottomNavClose{ width: 66px; float: right;  padding-bottom: 0.7em;	}	
		
#overlay{
	position: absolute;
	top: 0;
	left: 0;
	z-index: 90;
	width: 100%;
	height: 500px;
	background-color: #FF6600;
	}
	

/* Min-Width */
.lbWidth { /* most browsers */
	position: absolute;
	top: 0px; left: 0px;
	width: 100%;
	min-width: 790px;
	}

* html .lbContent { /* IE6 */
	margin-left: -790px;
	position:relative;
	}

* html .lbMinWidth { /* IE6 */
	padding-left: 790px;
	}
	
	
/* Clearfix */	
.clearfix:after {
content: ".";
display: block;
height: 0;
clear: both;
visibility: hidden;
}

.clearfix {display: inline-block; 
width:365px;
margin:10px auto;}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */ 
	
