/* -------------------------------------------------------------- 
  
   reset.css
 
-------------------------------------------------------------- */

html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, code,
del, dfn, em, img, q, dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
  margin: 0;
  padding: 0;
  border: 0;
  font-weight: inherit;
  font-style: inherit;
  font-size: 100%;
  font-family: inherit;
  vertical-align: baseline;
}

body { 
  line-height: 1.5; 
}

/* Tables still need 'cellspacing="0"' in the markup. */
table { border-collapse: separate; border-spacing: 0; }
caption, th, td { text-align: left; font-weight: normal; }
table, td, th { vertical-align: middle; }

/* Remove possible quote marks (") from <q>, <blockquote>. */
blockquote:before, blockquote:after, q:before, q:after { content: ""; }
blockquote, q { quotes: "" ""; }

/* Remove annoying border on linked images. */
a img { border: none; }

/*end reset*/

.left {
	float: left;
}

.right {
	float: right;
}

.clear {
	clear: both;
}

body {
	background: url(./images/wood.jpg) repeat;
	font-family: Verdana, Arial, "Trebuchet MS";
	color: #333;
	font-size: 11px;
	line-height: 20px;
	
	 
}

a:link, a:visited {
	color: #802b21;
	text-decoration: none;	
}

a:hover {
	text-decoration: underline;
}
h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.6em;
	color: #38241d;
	font-weight: normal;
	border-bottom: 1px solid #38241d;
	letter-spacing: 1px;
	margin-bottom: 3px;
	padding-bottom: 2px;
}

h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.4em;
	color: #38241d;
	font-weight: bold;
	letter-spacing: 1px;

}

h3 {
	font-family: "Trebuchet MS", Tahoma, Arial;
	font-size: 1.1em;
	color: #38241d;
	font-weight: bold;
	text-transform: uppercase;
	text-align: center;
}
#container {
	width: 800px;
	margin: 0 auto;
}

#header {
	height: 240px;
	width: 800px;
	
}
#header img.logo {
	margin-left: -23px;
	float: left;
	width: 312px;
	height: 240px;
}


/*slideshow style*/
#slideshow{
	float: left;
	position: relative;
	left: 145px;
	top: 25px;
	background: url(./images/frame.jpg) no-repeat;
}
#slideshow .pics {
	padding: 0;
	margin: 0;
	overflow: hidden;
	background: url(./images/frame.jpg) no-repeat;
}

#slideshow  img{
	padding: 1px;
	background-color: #fff;
}
#slideshow .pics a img {
	top:0;
	left:0;
	width: 460px;
	height: 230px;
}

#slideshow .pics img.first  {
	position: absolute;
	top: 0px;
	left: 0px;
	display: none;
	opacity: 0;
}

#slideshow .pics img.second {
	position: absolute;
	top: 0px;
	left: 0px;
	display: block;
	opacity: 1;
}

#slideshow .pics img.third {
	position: absolute;
	top: 0px;
	left: 0px; 
	display: none;
	opacity: 0;
}

/*--slideshow ends--*/


#main-content {
	background-color: #fff;
	min-height: 600px;
	width: 800px;
	overflow: hidden;
	position: relative;
	top: 0;
}

#sidebar {
	width: 230px;
	min-height: 600px;
	float: left;
	padding: 0 10px 10px 10px;
}

#content {
	width: 519px;
	min-height: 600px;
	float: left;
	padding: 0 10px 10px 20px;
	margin: 0 0 30px 0;
}
/*menu top*/
#menu {
	background: url(./images/menubg.gif) repeat-x;
	height: 69px;
	border-left: 1px solid #fff;
	border-right: 1px solid #fff;
	padding-top: 20px;
}

#menu ul {
	margin-left: 20px;
	
}

#menu ul li {
	list-style: none;
	display: inline;
	padding: 20px;	
}

#menu a {
	color: #fff;
	font-family: Tahoma, Georgia, Arial;
	font-size: 13px;
	text-decoration: none;
	font-weight: bold;
	text-transform: uppercase;
}

#menu img {
	display: inline;
	padding: 0 2px;
	
}

#menu .flags {
	margin-right: 20px;
}
/*end menu*/


#footer {
	font-size: 12px;
	color: #fff;
	height: 30px;
	margin: 10px 0 30px 0;
}

#footer ul li {
	display: inline;
	padding: 0 0 0 14px;
}

#footer a {
	color: #fff;
	
}

#sidebar img {
	padding: 5px;
	border: 1px solid #efefef;
	margin: 0;
}

#content p {
	padding: 8px 0;
	color: #333;
}

#content h2 {
	padding: 5px 0;
}

#content  ul{
	padding: 5px 25px;
}

#content img {
	float: left;
	margin: 10px 10px 0 0;
	padding: 5px;
	border: 1px solid #efefef;
}
#gallery {
	width: 519px;
	margin: 10px 0;
}

#gallery img {
	padding: 3px;
	border: 1px solid #efefef;
	margin: 3px;
	z-index: 1;
}

/*rezervari*/
#rezervari {
	width: 400px;
	background-color: #f7f7f7;
	padding: 20px;
	margin: 10px 0;
} 

#rezervari label {
	font-weight: bold;
}

#rezervari input {
	border: 1px solid #efefef;
	padding: 3px;
}

#rezervari select {
	border: 1px solid #efefef;
}


#rezervari #button {
	background-color: #38241D;
	color: #fff;
	cursor: pointer;
}

#rezervari #observatii {
	 width: 300px;
	 min-height: 100px;
	 border: 1px solid #efefef;
}

.required {
	
	color: red;
	margin-left: 3px;
}

.note {
	margin-top: 15px;
	font-size: 11px;
}

.success {
	font-weight: bold;
	color: green;
	padding: 10px 0;
}

.error {
	font-weight: bold;
	color: red;
	padding: 10px 0;
}
/*contact form*/

#slider{
	position: relative;
	background: url(./images/frame.jpg) no-repeat;
	top: 10px;
	left: 125px;
}	
#slider ul, #slider li{
	margin:0;
	padding:0;
	list-style:none;
	}
#slider li{ 
	width:378px;
	height:223px;
	overflow:hidden; 
	}	
#slider li img{ 
	margin-top: 10px;
	margin-left: 10px;
	border: 1px solid #38241d;
	}		
#prevBtn, #nextBtn{ 
	display:block;
	width:30px;
	height:77px;
	}	
#nextBtn{ 
	left:696px;
	}														
#prevBtn a{  
	display:block;
	width:23px;
	height:86px;
	/*background:url(./images/left.png) no-repeat 0 0;	*/
	text-indent: -2000px;
	position: absolute;
	left: 800px;
	top: 70px;
	}	
#nextBtn a{ 
	display:block;
	width:23px;
	height:86px;
	/*background:url(./images/right.png) no-repeat 0 0;*/
	text-indent: -2000px;
	position: absolute;
	left: 1205px;
	top: 70px;
	}	