* {
	margin: 0;
	padding: 0;
	border: none;
}

a {
	text-decoration:  none;
}

h2 {
	margin-bottom: 10px;
	color: #EBE8C9;
	text-align: center;
}

body {
	background: url('../imagini/fundal.jpg') repeat top;
	background-color: #fff;
	font-family: "Times New Roman", Times, serif;
}

#corp a {
	color: #EBE8C9;	
}

#continut, #corp {
	margin: auto;
	width: 860px;
	height: auto;
	font-size: 16px;
}

#sigla {
	cursor: pointer;
	text-align: center;
	font-family: 'Eagle Lake', cursive;
	font-size: 42px;
	color: #C79D78;
	text-shadow: 1px 2px 4px #000, 0 0 0 #000, 2px 1px 4px #000;
}

/*Meniu*/
#meniu {
	width: 880px;
	height: 26px;
	margin: 20px 0px;
	text-align: center;
}

#meniu a {
	background-color: #C79D78;
	box-shadow: 0 0 2px #000 inset;
	text-shadow: 1px 2px 4px #000, 0 0 0 #000, 2px 1px 4px #000;
	margin: 0px 4px;
	padding: 8px 15px;
	font-size: 1.4em;
	font-weight: bold;
	color: #EBE8C9;
}

#meniu a:hover {
	box-shadow: 0 0 6px #000 inset;
	background-color: #685B42;
	transition: all 0.3s linear 0.1s;
}



#corp {
	background-color: #685B42;
	top: 220px;
	padding: 20px 20px;
	color: #EBE8C9;
	box-shadow: 0 0 10px #000 inset;

}

#img {
	text-align: center;
}

#img img{box-shadow: 0 0 10px #000;}

#corp p {
	font-size: 1.2em;
	text-align: justify;
	text-indent: 30px;
}

/*Footer*/
#final {
	/* background-color: #685B42; */
	margin: 4px 0px;
	padding: 10px 10px 30px;
	width: 880px;
	height: 120px;
	text-align: center;
}

#final a:hover {
	padding: 0px;
	background: none;
	box-shadow: 0 0 0px #000;
}

.divizor {
	margin: 10px 0px;
	width: 860px;
	height: 2px;
}

/*Contact*/

h3 {
	padding: 4px;
	color: #EBE8C9;
	font-size: 1.4em;
	text-align: center;
}

.vanzari {
	float: left;
	width: 350px;
	padding: 20px 40px;
}

#contact {
	font-size: 16px;
	font-weight: bold;
}

#contact tr td input, #contact tr td {
	padding: 2px 5px;
}

#contact tr td textarea {
	resize: horizontal;
	min-width: 200px;
	max-width: 400px;
	height: 140px;
}

/*Galerie site*/
.thumb {
  padding: 0px;
  width: 100px;
  height: 100px;
  border-radius: 4px;
}

.thumb:hover {
	box-shadow: 0px 0px 10px #000;
}
.poze {
  display: block;
  float: left;
  width: 100px;
  height: 100px;
  padding: 2px 6px;
  margin: 8px 15px;
  
}

.galerie {
  display: inline-block;
  margin: 10px 0px;
  padding-bottom: 10px;
  width: 860px;
  background-color: #C79D78;
  box-shadow: 0 0 6px #000 inset; 
}

.numegal {
  display: block;
  width: 860px;
  float: left;
  font-size: 24px !important;
  text-align: center !important;
  color: #EBE8C9;
  margin: 10px 0 0 0;
  text-transform: uppercase;
  font-weight: bold;
  text-shadow: 1px 1px 4px #000, 0 0 0 #000, -1px 1px 4px #000;
}

.numegal:hover {text-shadow: 0 0 1px #000;transition: all 0.3s linear 0;}
/* .galerie:hover {box-shadow: 0 0 1px #1B1B15 inset;transition: all 0.6s linear 0;} */

.pozele {
	display: none;
}

.preturi {
	width: 840px;
	border-spacing: 6px;
	margin: 10px;
	padding: auto;
	font-size: 18px;
}

.preturi tr {
	background: #92918E;
}

.preturi tr td {
	padding: 5px 12px;
	text-align: center;
	color: #fff;
}

.dav {
	display: inline-block;
	background-color: #C79D78;
	padding: 4px 110px 4px 100px;
	margin: 10px 0px;
	margin-right: 100px;
	text-align: center;
	font-size: 22px !important;
}

.vandut {
	background-color: rgb(168, 62, 62) !important;
}

.titlutabel {
	text-align: center;
	background-color: #2b2b2b;
	font-weight: bold;
}