* { outline:none; }

body {
	padding-top:25px;
	padding-bottom:15px;
	color:#ccc;
}
#meniu { height: 40px;width:540px;display:block; float:left;z-index: 3; padding-top:35px; }
#meniu #navigare { margin: 0; padding: 0; }
#meniu #navigare li { display: inline;}
#meniu #navigare li a { float: left; height: 0px; padding-top: 40px; overflow: hidden; }
#meniu #navigare li a {
	background-image: url(../images/menu.png); 
	_background-image: url(../images/menu.gif); 
	background-repeat: no-repeat;
}

/* BUTTONS */
#meniu #navigare li#link1 a { background-position: 0 0; width:90px; }
#meniu #navigare li#link2 a { background-position: -90px 0; width:100px; }
#meniu #navigare li#link3 a { background-position: -190px 0; width:96px; }
#meniu #navigare li#link4 a { background-position: -286px 0; width:114px; }
#meniu #navigare li#link5 a { background-position: -400px 0; width:68px; }
#meniu #navigare li#link6 a { background-position: -468px 0; width:72px; }


/* OVER STATES */
#meniu #navigare li#link1 a:hover { background-position: 0 -40px; }
#meniu #navigare li#link2 a:hover { background-position: -90px -40px; }
#meniu #navigare li#link3 a:hover { background-position: -190px -40px; }
#meniu #navigare li#link4 a:hover { background-position: -286px -40px; }
#meniu #navigare li#link5 a:hover { background-position: -400px -40px; }
#meniu #navigare li#link6 a:hover { background-position: -468px -40px; }

/* ON STATES */
#despre #meniu #navigare li#link1 a { background-position: 0 -40px !important; }
#finantare #meniu #navigare li#link2 a { background-position: -90px -40px !important; }
#oferteda #meniu #navigare li#link3 a { background-position: -190px -40px !important; }
#ofertenu #meniu #navigare li#link4 a { background-position: -286px -40px !important; }
#stiri #meniu #navigare li#link5 a { background-position: -400px -40px !important; }
#contact #meniu #navigare li#link6 a { background-position: -468px -40px !important; }

#header {
	height:364px;
}


/*	background:url(../images/top1.jpg) no-repeat left top;*/


#despre #header { 	background:url(../images/header_despre.jpg) no-repeat left top; }
#finantare #header { 	background:url(../images/header_finantare.jpg) no-repeat left top; }
#oferteda #header { 	background:url(../images/header_oferteda.jpg) no-repeat left top; }
#oferte #header { 	background:url(../images/header_oferte.jpg) no-repeat left top; }
#ofertenu #header { 	background:url(../images/header_ofertenu.jpg) no-repeat left top; }
#stiri #header { 	background:url(../images/header_stiri.jpg) no-repeat left top; }
#contact #header { 	background:url(../images/header_contact.jpg) no-repeat left top; }

#detaliile {
	width:280px;
}
.slide {
	text-decoration:none;
}
#ofertespeciale {
	height:162px;
	padding:15px 15px 15px 40px;
	border-top:1px solid #666;
	background:url(../images/ofertespec.jpg) no-repeat left center;
}
.ofertaspeciala {
	height:163px;
	overflow:hidden;
	width:217px;
	display:block;
	float:left;
	padding-left:9px;
}
.ofertaspeciala img {
	border:1px solid #666;
}
.ofertaspeciala .detaliioferta {
	position:absolute;
	display:none;
	background:#c00;
	color:#fff;
	padding:6px;
	max-width:100px;
	cursor:pointer;
	filter: alpha(opacity=90); /* IE */
	opacity: 0.9; /* Safari, Opera */
	-moz-opacity:0.90; /* FireFox */
	height:149px;
	border:1px solid #fff;
}
.ofertaspeciala.activat .detaliioferta {
	display:block;
}
.ofertaspeciala .detaliioferta  h4 {
	font-weight:bold;
	font-size:14px;
}
.ofertaspeciala .detaliioferta  h5 {
	font-weight:bold;
	font-size:14px;
	padding-top:10px;
}
.ofertaspeciala .detaliioferta  h5 span {
	font-weight:normal;
	font-size:8px;
}
.ofertaspeciala:hover img {
	border:1px solid #ccc;
}
.ofertaspeciala:hover .detaliioferta {
	display:block;
}
#content {
	border-top:1px solid #666;
	background:url(../images/contentbg.jpg) repeat-y right top #111;
}
#rightcolumn {
	width:270px;
	background:#333;
	border-left:1px solid #666;
	padding:7px 15px;
	float:right;
}
#leftcontent {
	padding:7px 10px;
	width:639px;
	_width:635px;
}
#content h2 {
	color:#c00;
	font-size:16px;
	font-weight:bold;
}
#content h3 {
	font-size:14px;
	font-weight:bold;
	color:#fff;
	padding-bottom:10px;
}
#content h4 {
	font-size:12px;
	font-weight:bold;
	color:#fff;
	padding-bottom:10px;
}
#content p {
	color:#ddd;
	font-size:11px;
	padding-bottom:5px;
}
#content h5 {
	font-size:11px;
	font-weight:bold;
	color:#fff;
	padding-top:5px;
	padding-bottom:5px;
}
#content #rightcolumn h3 {
	padding-bottom:0px;
	font-size:13px;
	padding-top:5px;
}
#content #rightcolumn .stirelist a {
	padding-left:10px;
}

.stirelist:hover {
	filter: alpha(opacity=100); /* IE */
	opacity: 1.0; /* Safari, Opera */
	-moz-opacity:1.00; /* FireFox */
}
#rightcolumn select {
	background:#111;
	border:1px solid #666;
	color:#fff;
	font-size:12px;
	width:133px;
}
#prieten input,
#rightcolumn input {
	background:#111;
	border:1px solid #666;
	color:#fff;
	font-size:12px;
	padding:2px;
	width:30px;
}
#prieten input {
	width:180px;
	vertical-align:middle;
}
#rightcolumn span {
	padding:7px 0;
	display:block;
	float:left;
	font-size:12px;
}
#rightcolumn .checkbox {
	width:auto;
	border:none;
	padding:0px;
	background:none;
}
#rightcolumn label {
	padding:3px 3px;
	float:left;
}
#rightcolumn input,
#rightcolumn select {
	float:right;
}

#rightcolumn .submit {
	text-align:center;
}
#rightcolumn .submit input {
	margin:0 auto;
	cursor:pointer;
	background:url(../images/cauta.jpg) no-repeat;
	border:none;
	width:89px;
	float:none;
	height:38px;
	padding-top:38px;
	overflow:hidden;
}
#valoarerata {
	margin-top: 90px;
	text-align:center;
	font-size:16px;
	color:#fff;
	font-weight:bold;
}
#rightcolumn .submit input:hover {
	background:url(../images/cauta-hover.jpg) no-repeat;
}
#rightcolumn hr {
	border:none;
	height:1px;
	background:#666;
	margin:15px 0 10px 0;
}
#box1, #box2 {
	width:50%;
	padding:20px 0;
	float:left;
	text-align:center;
}
#box1 a, #box2 a {
	width:310px;
	padding-top:160px;
	height:0px;
	overflow:hidden;
	margin:0 auto;
	display:block;
	background:url(../images/box1.jpg) no-repeat;
}
#box2 a { background:url(../images/box2.jpg) no-repeat; }
#ofertespeciale hr {
	display:none;
}
.listingoferta ul,
#ofertamare ul {
	display:block;
	width:275px;
	float:left;
	padding-bottom:20px;
	border-top:1px solid #666;
}
.listingoferta ul li,
#ofertamare ul li {
	display:block;
	float:left;
	border-bottom:1px solid #666;
	width:242px;
	padding-left:33px;
	background:url(../images/arrow.jpg) no-repeat left 4px;
	line-height:20px;
}
#ofertamare ul li:hover {
	color:#fff;
}
#dotari p {
	padding:10px 0 0 0;
	font-size:14px;
}
.listingoferta a img {
	float:right;
}
.listingoferta a img,
#ofertamare #galerie a img {
	padding:4px;
	background:#333;
	border:1px solid #666;
	margin-right:5px;
	margin-bottom:5px;
}
.listingoferta a:hover img,
#ofertamare #galerie a:hover img {
	background:#666;
	border:1px solid #999;
}
#ofertamare #galerie {
	width:351px;
	float:right;
}
#mareimg {
	width:336px;
}

.listingoferta ul li {
	width:220px;
}
.listingoferta ul {
	width:506px;
	padding-bottom:0px;
}
.listingoferta {
	float:left;
	padding:10px 0 3px 0;
	border-top:1px solid #999;
	width:639px;
}
.listingoferta.instoc {
	background:url(../images/instoc.jpg) no-repeat 285px top;
}
#rightcolumn #alegeperioada {
	width:185px;
}

.stirica {
	padding:10px;
	border:1px solid #333;
	margin-top:10px;
}
.stirica {
	filter: alpha(opacity=670); /* IE */
	opacity: 0.6; /* Safari, Opera */
	-moz-opacity:0.60; /* FireFox */
}
.stirica:hover {
	filter: alpha(opacity=100); /* IE */
	opacity: 1.0; /* Safari, Opera */
	-moz-opacity:1.00; /* FireFox */
}
#paginare {
	text-align:center;
	display:block;
	height:30px;
	line-height:24px;
}
#paginare a {
	border:1px solid #333;
	padding:5px;
	text-decoration:none;
}
#contactrapid #trimite,
#prieten #trimite {
	margin:0 auto;
	cursor:pointer;
	background:url(../images/trimite.jpg) no-repeat;
	border:none;
	width:89px;
	height:38px;
	padding-top:38px;
	overflow:hidden;
	border:none
}
#contactrapid #trimite:hover,
#prieten #trimite:hover {
	background:url(../images/trimite-hover.jpg) no-repeat;
}
#contactrapid #trimite {
	margin:15px 0 0 270px;
}
#imaginestire {
	float:right;
	padding-left:10px;
}
#contactrapid label {
	width:299px;
	_width:294px;
	margin-right:14px;
	_margin-right:4px;
	display:block;
	float:left;
	padding:5px;
	border:1px solid #333;
	line-height:19px;
	margin-bottom:10px;
}
#contactrapid label input {
	padding:2px;
	width:135px;
	color:#fff;
	border:1px solid #777;
	background:#333 !important;
	font-size:12px;
	float:right;
}

#contactrapid textarea {
	border:1px solid #777;
	background:#333 !important;
	font-size:12px;
	font-family:"Tahoma";
	width:635px;
	_width:615px;
	color:#fff;
}

#descarcapdf {
	width:89px;
	height:0px;
	padding-top:38px;
	display:block;
	overflow:hidden;
	background:url(../images/descarca.jpg) no-repeat;
}
#descarcapdf:hover {
	background:url(../images/descarca-hover.jpg) no-repeat;
}
#ofertamare {
	padding-bottom:20px;
	width:639px;
	_width:636px;
}
#semnatura {
	text-align:center;
	padding-left:400px;
	padding-right:75px;
	float:left;
}
#inapoilastiri {
	margin:0 auto;
	display:block;
	background:url(../images/inapoilastiri.jpg) no-repeat;
	width:89px;
	height:0px;
	padding-top:38px;
	overflow:hidden;

}
#cartivizita {
	display:block;
	float:left;
	width:647px;
	_width:637px;
}
.carte {
	display:block;
	float:left;
	padding:7px;
	margin:0pt 10px 10px 0pt;
	width:297px;
	_width:292px;
	background:#777;
	cursor:pointer;
	border:1px solid #aaa;
}
#content .carte h5,
#content .carte h3,
#content .carte h4 {
	padding:0px;
}
#cartea1 {
	width:620px;
	margin-top:10px;
}
.carte:hover {
	background:#999;
	border:1px solid #fff;
}
.carte.special {
	background:#900;
	border:1px solid #fff;
	cursor:default;
}
hr {
	padding:0 !important;
	margin:5px 0  !important;
	_margin:0 0 0 0;
	border:none;
	height:1px;
	background:#ccc;
}
#contactrapid {
	padding:20px 0;
	float:left;
}

#logoerg {
	display:block;
	width:278px;
	height:0px;
	padding-top:60px;
	overflow:hidden;
	display:block;
	margin:5px;
	background:url(/images/logo-mic.png) no-repeat;
	_background:url(/images/logo-mic2.gif) no-repeat;
	float:right;
}
.special #logoerg {
	_background:url(/images/logo-mic1.gif) no-repeat;
}
