/* TOATE CELE */
html { margin:0; padding:0;}
body { margin:auto; padding:0; background: #8b8b8b url('imgs/background_silueta_1.jpg') top center no-repeat; height:100%; }

/* HEADER */
#wrapper { 
	width:912px;
	margin:0 auto;
	position:relative;
/*	background: url(imgs/background_silueta_1.jpg) no-repeat; */
}
#header {
	margin:0;
	padding:0;
	width:912px;
	height:153px;
	position:relative;
}
.clear{clear:both;}

#sigla {
	margin:45px 0 0 0;
	padding:0;
	width:329px;
	height:108px;
	background:url(imgs/sigla.png) no-repeat top left;
	float:left;
}
#newsletter {
	margin:45px 0 0 0;
	padding:0;
	width:256px;
	height:104px;
	background:url(imgs/newsletter.png) no-repeat top right;
	float:right;
}
#newsletter .input {
	border:none;
	height: 17px;
	width: 162px;
	margin-top: 37px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 13px;
	line-height:21px;
}
#newsletter .buton {
	margin:0 0 0 7px;
	padding:3px 10px 3px 10px;
	background-color:#ff6900;
	font-family:Tahoma;
	font-size:11px;
	border:none;
	color:#FFF;
}

#meniu {
	margin:0 auto;
	padding:5px 0;
	width:912px;
	height:50px;
	background: url('imgs/bara_menu.gif') no-repeat top center;
}
#meniu .text {
	margin:12px 0 0 0px;
	font-family: "Tahoma";
	font-size: 14px;
	font-weight:bold;
	color: #2d2b2e;
}
#meniu ul {
	margin:0;
	padding:0;
	position:relative;
	list-style:none;
}
#meniu ul li {
	float:left;
	background:url(images/divizoru.gif) no-repeat right;
	margin:0 5px 0 0;
	padding:3px 0 0 0;
}
#meniu ul a {
	text-decoration:none;
	color: #2d2b2e;
	margin:0 20px 0 10px;
	padding:0px 10px 0 10px;
}
#meniu ul a:hover {
	margin:0 20px 0 10px;
	padding:1px 10px 0 10px;
	display:block;
	height:40px;
	color:#FFF;
	background:url(imgs/back_buton.gif) center -3px no-repeat;
}
#meniu ul a.distanta {
	margin:0 20px 0 20px;
	padding:0;
}
#meniu ul a.distanta_pp {
	margin:0 20px 0 0;
	padding:0;
}
#promotie {
	margin:0;
	padding:0;
	width:912px;
	height:95px;
	background:url(imgs/promotie.png) no-repeat top center;
}

/* CONTENT */
#poza_mare {
	margin:0;
	padding:0;
	width:912px;
	height:318px;
	background:url(imgs/poza_mare.jpg) no-repeat top left;
}
#content {
	margin:0;
	padding:5px 20px 20px 20px;
	width:872px;
	height:100%;
	background-color:#FFF;
	font-family:Tahoma;
	font-size:11px;
	color: #2d2b2e;
}

/* FOOTER */
#footer {
	margin:25px 0 30px 0;
	padding:0;
	width:912px;
	height:98px;
	background:url(imgs/footer.jpg) no-repeat top left;
}
#meniu_footer {
	margin:27px 0px 0 0;
	padding:0;
	float:right;
	width:400px;
}
#meniu_footer .text {
	font-family: "Arial";
	font-size: 11px;
	color: #a2a1a2;
}
#meniu_footer ul {
	margin:0;
	padding:0;
	position:relative;
	left:3px;
	list-style:none;
}
#meniu_footer ul li {
	float:left;
	background:url(images/divizoru.gif) no-repeat right;
	margin:0 5px 0 0;
}
#meniu_footer ul a {
	overflow:hidden;
	text-decoration:none;
	color: #a2a1a2;
}
#meniu_footer ul a:hover {
	margin:0;
	padding:0;
	overflow:hidden;
	text-decoration:underline;
}
#copy {
	margin:0 21px 0 0;
	padding:0 0 0 3px;
	float:right;
	font-family: "Arial";
	font-size: 11px;
	color: #a2a1a2;
	text-align:right;
}
#copy a {
	font-weight:bold;
	text-decoration:none;
	color: #a2a1a2;
}
#copy a:hover {
	color:#333;
}
