body{
	font-family:Verdana, Geneva, sans-serif;
	font-size:12px;	
	margin:0;
	padding:0;
}

.clear {
	clear:both
}

#gallery {
	position:relative;
	height:360px
}

#gallery a {
	float:left;
	position:absolute;
}

#gallery a img {
	border:none;
}

#gallery a.show {
	z-index:500
}

#gallery .caption {
	z-index:600; 
	background-color: #fff;
	opacity: 0.7;
	color:#ffffff; 
	height:50px; 
	width:100%; 
	position:absolute;
	bottom:0;
}

#gallery .caption .content {
	margin:5px;
	text-align:center;
}

#gallery .caption .content h3 {
	margin:0;
	padding:0;
	color:#7F549B;
	padding-top:5px;
	font-size:20px;
	text-shadow:1px 1px 1px #fff;
}

.servicii{
	width:110px;
	height:130px;
	background-image:url(img/buton_servicii_on.png);
	cursor:pointer;
}

.servicii:hover{
	width:110px;
	height:130px;
	background-image:url(img/buton_servicii_off.png);
	cursor:pointer;
}

.galerie{
	width:110px;
	height:130px;
	background-image:url(img/buton_galerie_on.png);
	cursor:pointer;
}

.galerie:hover{
	width:110px;
	height:130px;
	background-image:url(img/buton_galerie_off.png);
	cursor:pointer;
}

.voucher{
	width:110px;
	height:130px;
	background-image:url(img/buton_voucher_on.png);
	cursor:pointer;
}

.voucher:hover{
	width:110px;
	height:130px;
	background-image:url(img/buton_voucher_off.png);
	cursor:pointer;
}

.contact{
	width:110px;
	height:130px;
	background-image:url(img/buton_contact_on.png);
	cursor:pointer;
}

.contact:hover{
	width:110px;
	height:130px;
	background-image:url(img/buton_contact_off.png);
	cursor:pointer;
}

#photo_container {
	width: 1000px;
	height: 360px;
	margin: auto;
}

h2 {
	margin:0;
	padding:0;
	margin-bottom:20px;
	color:#999;
}

.article {
	padding:20px; 
	color:#666;
	font-size:12px;
	line-height:16px; 
	text-align:justify;
}

.article strong {
	color:#222;
	font-size:14px;
}

.article a, .article a:visited {
	color:#000;
	font-weight:bold;
	text-decoration: underline;
}

.article a:hover {color:#fff; text-decoration:none;}

.article a.link:hover {color:#666; text-decoration:none;}

.article input {
	margin:0;
	width:170px;
	height:20px;
}
.article textarea.textarea_form {
	margin:0;
	width:250px;
	height:105px;
	font-family: Tahoma;
	font-size:12px;
}

.article input.button {
	margin:0;
	padding:0;
	border:0;
	background-color:#7F549B;
	color:#fff;
	font-weight:bold;
	width:100px;
	height:26px;
	border-radius: 5px;
	moz-border-radius: 5px;
	webkit-border-radius: 5px;
	cursor:pointer;
}
.article input.button:hover {background-color:#82B9E0; }

.article .mandatory {font-size:11px; font-style:italic; color:#999;}
#mesaj_eroare {color:#cf0000; font-size: 11px;}

.umbra {
	margin-top:20px;
	-webkit-box-shadow: 0px 2px 14px rgba(50, 50, 50, 0.75);
	-moz-box-shadow:    0px 2px 14px rgba(50, 50, 50, 0.75);
	box-shadow:         0px 2px 14px rgba(50, 50, 50, 0.75);
}