/* ----------------------------------------------------------------------------------------------------------------*/
/* ---- global settings needed for thickbox <<<-----------------------------------------------------------*/
/* ----------------------------------------------------------------------------------------------------------------*/
*{padding: 0; margin: 0;}

/* ----------------------------------------------------------------------------------------------------------------*/
/* ---- thickbox specific link and font settings <<<------------------------------------------------------*/
/* ----------------------------------------------------------------------------------------------------------------*/
#TB_window {
	font: 12px Arial, Helvetica, sans-serif;
	color: #333333;
}

#TB_secondLine {
	font: 10px Arial, Helvetica, sans-serif;
	color:#666666;
}

#TB_window a:link {color: #666666;}
#TB_window a:visited {color: #666666;}
#TB_window a:hover {color: #000;}
#TB_window a:active {color: #666666;}
#TB_window a:focus{color: #666666;}

/* ----------------------------------------------------------------------------------------------------------------*/
/* ---- thickbox settings <<<-----------------------------------------------------------------------------*/
/* ----------------------------------------------------------------------------------------------------------------*/
#TB_overlay {
	position: fixed;
	z-index:100;
	top: 0px;
	left: 0px;
	height:100%;
	width:100%;
}

.TB_overlayMacFFBGHack {background: url(macFFBgHack.png) repeat;}
.TB_overlayBG {
	background-color:#000;
	filter:alpha(opacity=75);
	-moz-opacity: 0.75;
	opacity: 0.75;
}

* html #TB_overlay { /* ie6 hack */
     position: absolute;
     height: expression(document.body.scrollHeight > document.body.offsetHeight ? document.body.scrollHeight : document.body.offsetHeight + 'px');
}

#TB_window {
	position: fixed;
	background: #ffffff;
	z-index: 102;
	color:#000000;
	display:none;
	border: 4px solid #525252;
	text-align:left;
	top:50%;
	left:50%;
}

* html #TB_window { /* ie6 hack */
position: absolute;
margin-top: expression(0 - parseInt(this.offsetHeight / 2) + (TBWindowMargin = document.documentElement && document.documentElement.scrollTop || document.body.scrollTop) + 'px');
}

#TB_window img#TB_Image {
	display:block;
	margin: 15px 0 0 15px;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	border-top: 1px solid #666;
	border-left: 1px solid #666;
}

#TB_caption{
	height:25px;
	padding:7px 30px 10px 25px;
	float:left;
}

#TB_closeWindow{
	height:25px;
	padding:11px 25px 10px 0;
	float:right;
}

#TB_closeAjaxWindow{
	padding:7px 10px 5px 0;
	margin-bottom:1px;
	text-align:right;
	float:right;
}

#TB_ajaxWindowTitle{
	float:left;
	padding:7px 0 5px 10px;
	margin-bottom:1px;
}

#TB_title{
	background-color:#e8e8e8;
	height:27px;
}

#TB_ajaxContent{
	clear:both;
	padding:2px 15px 15px 15px;
	overflow:auto;
	text-align:left;
	line-height:1.4em;
}

#TB_ajaxContent.TB_modal{
	padding:15px;
}

#TB_ajaxContent p{
	padding:5px 0px 5px 0px;
}

#TB_load{
	position: fixed;
	display:none;
	height:13px;
	width:208px;
	z-index:103;
	top: 50%;
	left: 50%;
	margin: -6px 0 0 -104px; /* -height/2 0 0 -width/2 */
}

* html #TB_load { /* ie6 hack */
position: absolute;
margin-top: expression(0 - parseInt(this.offsetHeight / 2) + (TBWindowMargin = document.documentElement && document.documentElement.scrollTop || document.body.scrollTop) + 'px');
}

#TB_HideSelect{
	z-index:99;
	position:fixed;
	top: 0;
	left: 0;
	background-color:#fff;
	border:none;
	filter:alpha(opacity=0);
	-moz-opacity: 0;
	opacity: 0;
	height:100%;
	width:100%;
}

* html #TB_HideSelect { /* ie6 hack */
     position: absolute;
     height: expression(document.body.scrollHeight > document.body.offsetHeight ? document.body.scrollHeight : document.body.offsetHeight + 'px');
}

#TB_iframeContent{
	clear:both;
	border:none;
	margin-bottom:-1px;
	margin-top:1px;
	_margin-bottom:1px;
}

body{
background-color:#AA6F47;
margin:0px;
padding:0px;
}
td {
	font-family:Tahoma, Verdana;
	font-size:11px;
	color:#D5A787;
}
pre {
	padding:0px;
	margin:0px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
}
.footer {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#FFD2B3;
	text-align:center;
	line-height:20px;
}
.footer a { color:#FFD2B3; text-decoration:none; }
.footer a:hover { color:#ffffff; text-decoration:none; }
.border {
	border: #C5B488 1px solid;
}
.body {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#C8884A;
	text-align:justify;
	padding-top:2px;
	padding-left:6px;
	padding-right:4px;
}
.body a{ color:#764525; text-decoration:none; }
.body a:hover{ color:#B66C33; text-decoration:none; }
.menu {
	font-family:Tahoma, Verdana;
	font-size:11px;
	color:#6F3A15;
	text-align:center;
	font-weight:bold;
}
.menu a { color:#6F3A15; text-decoration:none; }
.menu a:hover { color:#ffffff; text-decoration:none; }
.more {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#EF7000;
	font-weight:bold;
	padding-left:5px;
}
.more a { color:#EF7000;	text-decoration:none; }
.more a:hover { color:#806643; text-decoration:none;}
.body1 {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#B87637;
	text-align:justify;
}
.body1 a { 	color:#5C3317; text-decoration:none;}
.body1 a:hover { color:#CB7C3D; text-decoration:none; }
.style2 {color: #FF0000;}
.name {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#4E4E4E;
	}
.style3 {
	color: #7C4510;
	font-size:14px;
	font-weight: bold;
}

#corp{
width:780px;
background:#F7E6D4;
	position: relative;
	margin: 0 auto;
	padding: 0px;
	text-align: left;
}

#head {
position:relative;
	width: 780px;
	height: 130px;
	background: url(images/head_bg.gif) repeat-x;
} 
.head_logo{
	position:absolute;
	background:url(images/logo.png) no-repeat;
	width: 200px;
	height: 86px;
	margin-left: 15px;
	margin-bottom:15px;
	top: 25px;
	left: 40px;
}
.head_logo2{
	position:absolute;
	width: 400px;
	height: 124px;
	left: -28px;
	top: 0px;
	margin-left: 268px;
	background-image: url(images/pensiune_restaurant2.png);
	background-repeat: no-repeat;
}
.head_logo3{
	position:absolute;
	
	width: 300px;
	height: 86px;
	left: 407px;
	top: 81px;
	margin-left: 271px;
}


#logo {
width: 780px;
background-color:#f7e6d4;
height: 254px;
}

.logo_central {
margin-left: 25px;
position:relative;
width:730px;
background-color:#5c3317;
height:280px;


}

.logo_stanga {
	position: relative;
	float:none;
	width: 670px;
	height: 250px;
	margin-left:40px;
	margin-top:-267px;
	background-image: url(images/index4.png);
	background-repeat: no-repeat;
	padding-top: 0;
	padding-right: 30px;
	padding-bottom: 10px;
	padding-left: 30px;

}

.logo_dreapta {
position: relative;
background: #bcc165 no-repeat url(images/zefir.png) center;
float:right;
padding:0 30px 10px 30px;
width: 220px;
height: 243px;
margin-right: 43px;
margin-top:-281px;

}

#menu {
background:url(images/Layer-3.png) center no-repeat;
position: relative;
	width: 780px;
	 height: 40px;
	margin: 0px;
	padding: 0px;
	z-index: 100;
}
#menu li {
	list-style-type: none;
	float: left;
	margin: 0 8px;
	height: 22px;
}
#menu li a {
	padding: 0 0 7px 0;
	height: 22px;
	color: #ffffff;
}
#menu li a:hover {
color:#ffffff;
}
#menu .current {
color:#ffffff;
font-weight:bold;
font-family:Verdana, Arial, Helvetica, sans-serif, Tahoma;
font-size:11px;
}
#menu .current2 {
color:#663814;
font-weight:bold;
font-family:Verdana, Arial, Helvetica, sans-serif, Tahoma;
font-size:11px;
}
.menu_text{
	position:absolute;
	float: right;
	text-align:justify;
	width: 756px;
	left: 180px;
	top: 10px;



}

#continut {
background: #f7e6d4;
position: relative;
width: 780px;
height:500px;
margin-top:20px;
}
.continut_sus {
margin-left: 22px;
position:relative;
width: 690px;
height: 275px;
}
.continut_sus_stanga{
margin-left: 22px;
position:relative;
width: 370px;
height: 200px;
float: left;
}
.continut_sus_dreapta{
	position:relative;
	float:right;
	width: 260px;
	height: 200px;
	padding-top: 25px;
}
.continut_jos {
margin-left: 22px;
position:relative;
width: 690px;
height: 200px;
}
.continut_jos_stanga{
margin-left: 22px;
position:relative;
width: 260px;
height: 200px;
float: left;
}
.continut_jos_dreapta{
	position:relative;
	float:right;
	width: 370px;
	height: 200px;
	padding-top: 15px;
}
.continut h2{
	font:bold 20px/25px Arial, Helvetica, sans-serif; color:#015670;
	 height:25px; width:260px; padding:0 0 10px 0; float:left;}


#footer{
background:url(images/footer_bg.gif) repeat-x;
width:780px;
height:83px;
}
.footer_text{
margin-top:20px;
float:right;
text-align:right;
font-family:Verdana, Arial, Helvetica, sans-serif, Tahoma;
font-size:10px;
}
.footer_text li {
	list-style-type: none;
	float: left;
	margin: 0 8px;
	height: 9px;
}
.footer_text li a {
	padding: 0 0 7px 0;
	height: 22px;
	color: #ffffff;
}
.footer_text li a:hover {
color:#000000;
}
.footer_text .current {
color:#ffffff;
font-weight:bold;
}


#continut2 {
background: #f7e6d4;
position: relative;
width: 780px;
height: 500px;
margin-top:20px;
}
.continut2_sus {
margin-left: 22px;
position:relative;
width: 690px;
height: auto;
}
.continut2_sus_stanga{
margin-left: 22px;
position:relative;
width: 370px;
height: auto;
float: left;
}
.continut2_sus_dreapta{
position:relative;
float:right;
width: 260px;
height: 500px;
}


.continut2 h2{
	font:bold 20px/25px Arial, Helvetica, sans-serif; color:#015670;
	 height:25px; width:260px; padding:0 0 10px 0; float:left;}

#continut3 {
background: #f7e6d4;
position: relative;
width: 780px;
height: 780px;
margin-top:20px;
}
.continut3_sus {
margin-left: 22px;
position:relative;
width: 690px;
height: auto;
}
.continut3_sus_stanga{
margin-left: 22px;
position:relative;
width: 370px;
height: auto;
float: left;
}
.continut3_sus_dreapta{
position:relative;
float:right;
width: 290px;
height: 500px;
}


.continut3 h2{
	font:bold 20px/25px Arial, Helvetica, sans-serif; color:#015670;
	 height:25px; width:260px; padding:0 0 10px 0; float:left;}

#continut4 {
background: #f7e6d4;
position: relative;
width: 780px;
height:670px;
margin-top:20px;
}
.continut4_sus {
margin-left: 48px;
position:relative;
width: 690px;
height: 450px;
}
.continut4_jos {
margin-left: 48px;
position:relative;
width: 690px;
height: 600px;
}

/*---------contact----------*/
#form {
	padding: 0px;
	margin: 0px;
}
#fields label {
	width: 260px;
	display: block;
	padding: 0px;
}
#fields input {
	border: 1px solid #C8D2D9;
	margin: 0 0 3px 0;
	width: 260px;
}
#fields textarea {
	border: 1px solid #C8D2D9;
	margin: 0 0 3px 0;
	width: 260px;
	height: 63px;
}
#send input {
	width: 64px;
	height: 20px;
	margin: 0px;
}
ul {
	margin: 0 0 20px 0;
	padding: 0px;
	list-style-type: none;
}
.contact_info{
float:left;
padding:15px;
}
