@charset "utf-8";

ul#navigare {
	list-style-type:none;
	position:relative;
	width:203px;
	height:160px;
	margin:0;
	padding:0;
	background:#F2E4CC;
}
li#acasa {
	position:absolute;
	top:0px;
	left:0px;
	width:203px;
	height:32px;
	background:url(/Images/Meniu/btn_acasa.gif) no-repeat 0 0;
	background-image: url(/Images/Meniu/btn_acasa.gif);
}
li#despre {
	position:absolute;
	top:33px;
	left:0px;
	width:203px;
	height:32px;
	background:url(/Images/Meniu/btn_desprenoi.gif) no-repeat 0 0;
}
li#oferte {position:absolute;
	top:66px;
	left:0px;
	width:203px;
	height:32px;
	background:url(/Images/Meniu/btn_ofertespeciale.gif) no-repeat 0 0;}
li#sejur {position:absolute;
	top:99px;
	left:0px;
	width:203px;
	height:32px;
	background:url(/Images/Meniu/btn_sejur.gif) no-repeat 0 0;}

li#contact {position:absolute;
	top:132px;
	left:0px;
	width:203px;
	height:32px;
	background:url(/Images/Meniu/btn_contact.gif) no-repeat 0 0;}

ul#navigare a {
	display: block;
	width:203px;
	height:32px;
	text-indent:-99999px;
}

li#acasa a:hover, li.active#acasa a {border: 0px; background-image:url(/Images/Meniu/btn_acasa_over.gif);}
li#despre a:hover, li.active#despre a {border: 0px; background-image:url(/Images/Meniu/btn_desprenoi_over.gif);}
li#oferte a:hover, li.active#oferte a {border: 0px; background-image:url(/Images/Meniu/btn_ofertespeciale_over.gif);}
li#sejur a:hover, li.active#sejur a {border: 0px; background-image:url(/Images/Meniu/btn_sejur_over.gif);}
li#contact a:hover, li.active#contact a {border: 0px; background-image:url(/Images/Meniu/btn_contact_over.gif);}
#body #ofTipuri {
	width: 98%;
	border: 1px none #8A8886;
	margin: 5px;
	padding: 0px;
	background-color: #FAF9F8;
}
#body #ofTipuri #ofTip {
	background-color: #FAF9F5;
	padding: 0px;
	float: left;
	width: 230px;
	border: 1px solid #CCCCCC;
	margin-top: 2px;
	margin-right: 8px;
	margin-bottom: 8px;
	margin-left: 2px;
}
#body #ofTipuri h1 {
	font-size: 14px;
	line-height: 22px;
	background-color: #F7F5F2;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #212121;
	display: block;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 2px;
	padding-left: 10px;
	font-weight: bold;
	text-decoration: none;
	border-top-style: none;
	border-right-style: none;
	border-left-style: none;
}

