/* 
Theme Name: Hotel Krivaja
Theme URL: http://www.futo.co.yu
Description: Hotel Krivaja hompage
Author: Robert Futo
Author URI: http://www.futo.co.yu
Version: 1.0
*/


 /*FILE[0]: mootools_slimbox.css */
/* SLIMBOX */
 
#lbOverlay {
	position: fixed;
	z-index: 9999;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: #000;
	cursor: pointer;
}
 
#lbCenter, #lbBottomContainer {
	position: absolute;
	z-index: 9999;
	overflow: hidden;
	background-color: #fff;
}
 
.lbLoading {
	background: #fff url(images/mootools_slimbox/loading.gif) no-repeat center;
}
 
#lbImage {
	position: absolute;
	left: 0;
	top: 0;
	border: 10px solid #fff;
	background-repeat: no-repeat;
}
 
#lbPrevLink, #lbNextLink {
	display: block;
	position: absolute;
	top: 0;
	width: 50%;
	outline: none;
}
 
#lbPrevLink {
	left: 0;
}
 
#lbPrevLink:hover {
	background: transparent url(images/mootools_slimbox/prevlabel.gif) no-repeat 0 15%;
}
 
#lbNextLink {
	right: 0;
}
 
#lbNextLink:hover {
	background: transparent url(images/mootools_slimbox/nextlabel.gif) no-repeat 100% 15%;
}
 
#lbBottom {
	font-family: Verdana, Arial, Geneva, Helvetica, sans-serif;
	font-size: 10px;
	color: #666;
	line-height: 1.4em;
	text-align: left;
	border: 10px solid #fff;
	border-top-style: none;
}
 
#lbCloseLink {
	display: block;
	float: right;
	width: 66px;
	height: 22px;
	background: transparent url(images/mootools_slimbox/closelabel.gif) no-repeat center;
	margin: 5px 0;
	outline: none;
}
 
#lbCaption, #lbNumber {
	margin-right: 71px;
}
 
#lbCaption {
	font-weight: bold;
}
 
 
 
 
 /*FILE[1]: mootools_formcheck.css */
/* FormCheck tipbox */
 
/* tipbox :
	table : 
		tl		: top left
		t		: top
		tr		: top right
		l 		: left
		r		: right
		bl		: bottom left
		b		: bottom (with mark)
		br		: bottom right
		c		: center
	components : 
		a.close	: close button
		err		: errors div
		p		: error line
*/
 
.fc-tbx .tl{
	background: url('images/mootools_formcheck/tl.png') no-repeat;
}
.fc-tbx .t{
	background: url('images/mootools_formcheck/t.png') repeat-x;
	height: 16px;
}
.fc-tbx .tr{
	background: url('images/mootools_formcheck/tr.png') no-repeat;
}
.fc-tbx .l{
	background: url('images/mootools_formcheck/l.png') repeat-y;
	width : 16px;
}
.fc-tbx .r{
	background: url('images/mootools_formcheck/r.png') repeat-y;
	width: 16px;
}
.fc-tbx .bl{
	background: url('images/mootools_formcheck/bl.png') no-repeat;
}
.fc-tbx .b{
	background: url('images/mootools_formcheck/b.png') no-repeat;
	height: 25px;
}
.fc-tbx .br{
	background: url('images/mootools_formcheck/br.png') no-repeat;
}
.fc-tbx .c{
	background: url('images/mootools_formcheck/c.png') repeat;
}
.fc-tbx a.close {
	float: right;
	background: url('images/mootools_formcheck/close.png') no-repeat;
	position: relative;
	margin-left: 5px;
	display: block;
	width: 10px;
	height: 10px;
	cursor: pointer;
}
.fc-tbx .err {
	float: left;
}
.fc-tbx p {
	width : auto;
	display: block;
	font-size: 10px;
	font-family: tahoma, verdana, "sans-serif";
	margin : 0;
	padding : 0;
	border : 0;
	color : #FFF;
}
 
.ajax_loader {
	background : url('images/mootools_formcheck/ajax-loader.gif') no-repeat center;
	width : 200px;
	height : 150px;
}
 
 
/* FormCheck validation div */
 
.fc-error {
	border : 1px solid #888;
	margin-top : 5px;
	background-color : #EAEAEA;
}
.fc-error p {
	margin : 5px;
	color : #A00;
}
 
 
 /*FILE[2]: mootools_moodalbox.css */
 
 
/* moodalbox CSS */
 
div#mb_overlay {
position: absolute;
left: 0;
width: 100%;
background-color: #000;
cursor: pointer;
z-index: 100;
}
 
div#mb_center, div#mb_bottom {
position: absolute;
left: 50%;
overflow: hidden;
background-color: #DDD;
z-index: 101;
}
 
div#mb_center {
background-color: #FFF;
}
 
div#mb_contents {
width: 400px;
height: 400px;
border: 10px solid #DDD;
overflow: auto;
background-color: #FFF;
visibility: hidden;
font-size: 12px;
color: #000000;
}
 
.mb_loading {
background: #DDD url(images/mootools_moodalbox/mb_loading.gif) no-repeat center center;
}
 
#mb_error {
font-size: 1.2em;
color: #CD0000;
font-weight: bold;
text-align: center;
padding: 0.5em;
font-family: Verdana, Helvetica, sans-serif;
}
 
#mb_error em {
font-size: 0.8em;
}
 
div#mb_bottom {
font-family: Verdana, Helvetica, sans-serif;
font-size: 10px;
color: #666;
line-height: 1.4em;
text-align: left;
border: 10px solid #DDD;
border-top-style: none;
}
 
a#mb_close_link {
display: block;
float: right;
width: 66px;
height: 22px;
background: transparent url(images/mootools_moodalbox/mb_closelabel.gif) no-repeat center;
margin: 5px 0;
}
 
div#mb_caption {
margin-right: 71px;
}
 
 
 
 /*FILE[3]: css.css */
/*******************************************
begin resets & clear
*******************************************/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-family: inherit;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	vertical-align: baseline;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
body {
	line-height: 1;
	color: black;
	background: white;
}
ol, ul {
	list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}
.clear:after {
	clear: both;
	content: ".";
	display: block;
	height:0;
	visibility: hidden;
}
.clear {
	display: inline-block;
}
* html .clear {
	height: 1%;
}
.clear {
	display: block;
}
.no-display {
	display: none;
}
/*******************************************
begin main structure and basic typography
*******************************************/
body {
	background: url(images/bg.png) repeat; 
	color: #443731;
	font: normal 16px Georgia, "Times New Roman", times;
}
#cvet {
	background: url(images/cvet-trans.png) no-repeat;
	position: absolute;
	z-index: -100;
	width: 940px;
	height: 570px;
	top: 60px;
}
#wrap {
	background: url(images/bg_top.png) repeat-x;
	height: 60px;
}
#container {
	margin: 0 auto;
	width: 940px;
}
.flower { 
	background: url(images/flower.jpg) top center no-repeat;
	width: 940px;
	height: auto;
	padding-top: 80px;
}
.column {
	float: left;
	margin: 40px 20px 0 0;
	width: 460px;
}
.last_col{
	margin: 40px 0 0 0;
}
a:link, a:visited {
	color: #560707;
	text-decoration: underline;
}
a:hover {
	text-decoration: none;
}
hr {
	border: none;
	background: url(images/hr1.gif) center no-repeat;
	display: block;
	height: 16px;
	margin: 0 0 40px 0;
}
h2 {
	background: url(images/line.png) center repeat-x;
	text-align: center;
}
h2 strong {
	background: url(images/bg.png) center repeat;
	color: #480f00;
	
	padding: 0 10px;
	text-transform: uppercase;
}
.title {
	font: normal 10px Tahoma;
	text-shadow: 1px 1px #ffffff;
}
.subtitle {
	font: bold 26px Georgia, "Times New Roman", times;
	text-shadow: 1px 1px #fff;
}
h3 {
	background: url(images/line.png) center repeat-x;
	margin: 0 0 30px 0;
	text-align: center;
}
h3 strong {
	color: #362f2d;
	background: url(images/bg.png) center repeat;
	border-bottom: 1px solid #d6cfbd;
	font: bold 1.1em Georgia, "Times New Roman", times;
	text-transform: uppercase;
	padding: 0 10px 5px 10px;
}
.center {

text-align: center;
}
/*******************************************
begin branding / navigation / info / flash
*******************************************/
#branding{
	position: relative;
}
h1#logo {
/* 	background: url(images/logo.png) no-repeat; */
	display: block;
	height: 270px;
	margin: 0 0 0 320px;
	position: absolute;
	width: 300px;
	z-index: 100;
}
h1#logo a {
	display: block;
	height: 135px;
	margin: 20px auto;
	text-indent: -9999px;
	width: 180px;
}
#mainnav {
	font: bold 1em Georgia, "Times New Roman", times;
	text-transform: uppercase;
}
#mainnav li {
	float: left;
	height: 45px;
	margin: 0 60px 0 0;
	padding: 15px 0 0 0;
}
#mainnav li.selected {
	background: url(images/selected.gif) bottom center no-repeat;
}
#mainnav li.right {
	float: right;
	margin: 0 0 0 30px;
}
#mainnav li a:link, #mainnav li a:visited {
	color: #D8B385;
	text-decoration: none;
	text-shadow: 1px 1px #230F0E;
}
#mainnav li a:hover {
	color: #fff;
	text-shadow: 1px 1px #000;
}
#info {
	font: normal 0.75em Tahoma;
	margin: 20px 0;
}
#info li {
	float: left;
}
#info li.lang {
	color: #534741;
	font: normal 1em Tahoma;
	float: right;
	margin: 0 0 0 30px;
}
#info li.lang span {
	color: #560707;
	text-transform: uppercase;
}
#info li#select_lang ul li {
	float: left;
	margin: 0 0 0 10px;
}
#info li#select_lang ul li a:link, #info li#select_lang ul li a:visited {
	background: url(images/select_language.gif) -20px 0 no-repeat;
	color: #fff;
	display: block;
	height: 18px;
	padding: 3px 0 0 0;
	text-align: center;
	text-decoration: none;
	text-transform: uppercase;
	width: 20px;
}
#info li#select_lang ul li a:hover, #info li#select_lang ul li a.lang_current:link, #info li#select_lang ul li a.lang_current:visited {
	background: url(images/select_language.gif) 0 0 no-repeat;
}
#flash_head {
	background: #fff;
	height: 311px;
	margin: 0 0 10px 0;
	padding: 10px;
	width: 920px;
}
/*******************************************
begin content/about
*******************************************/
#about .column {
	float: left;
	height: 350px;
	margin: 40px 0 0 0;
	min-height: 350px;
	position: relative;
	width: 300px;
}
#about #hotel_history {
	background: url(images/book.jpg) bottom center no-repeat;
	margin: 40px 0 0 0;
}
#about #photos {
	background: url(images/photos.jpg) top center no-repeat;
	margin: 0 auto;
	padding: 100px 20px 0 20px;
	text-align: center;
	width: 300px;

}
#about #photos img {
	border: 1px solid #f7f1d9; padding:6px; background: #e0d39f; margin: 3px;
}
#about #photos p strong {
	font-weight: bold;
}
#about #photos a#visit:link, #about #photos a#visit:visited {
	display: block;
	height: 250px;
	margin: 0 auto 30px auto;
	text-indent: -9999px;
	width: 300px;
}
#about #photos a {
	font: normal 0.8em Georgia, "Times New Roman", times;
}
#about #rest {
	background: url(images/food.jpg) bottom center no-repeat;
	margin: 40px 0 0 0;
}
#about .column p {
	font: normal 0.75em Georgia, "Times New Roman", times;
	margin: 15px 0 0 0;
	text-align: justify;
}
#about .column p.column_link {
	background: url(images/column_link2.gif) no-repeat;
	bottom: 0;
	height: 21px;
	position: absolute;
	text-align: center;
	width: 300px;
}
#about .column p.column_link a:link, #about .column p.column_link a:visited {
	color: #fff;
	display: block;
	font-weight: bold;
	height: 18px;
	margin: 0 auto;
	padding: 3px 0 0 0;
	text-decoration: none;
	text-transform: uppercase;
}
#other_info {
/*	background: url(images/clopotel.png) no-repeat;*/
	height: 120px;
	margin: 30px 0 20px 0;
	width: 940px;
}
#other_info h2 {
	background: none;
	color: #560707;
	font: bold 22px Georgia, "Times New Roman", times;
	text-align: inherit;
	text-transform: uppercase;
}
#other_info p {
	color: #362f2d;
	font: normal 0.75em Tahoma;
}
#other_info ul li {
	float: left;
	margin: 25px 0 0 40px;
}
#other_info ul li.right_romana {
	float: left;
	margin: 25px 0 0 140px;
	text-align: left;
}
#other_info ul li.right_romana p{
	text-align: left;
}
#other_info ul li.right_english {
	float: left;
	margin: 25px 0 0 200px;
	text-align: left;
}
#other_info ul li.right_english p{
	text-align: left;
}
/*******************************************
begin content/location
*******************************************/
#location .column {
	float: left;
	margin: 40px 0 0 0;
	width: 460px;
}
#location p {
	font: normal 0.75em Georgia, "Times New Roman", times;
	margin: 0 0 20px 0;
	line-height: 1.3;
	text-align: justify;
}
#location p strong {
	font-weight: bold;
}
#location h4 {
	font: bold 0.9em Georgia, "Times New Roman", times;
	margin: 0 0 20px 0;
	line-height: 1.3;
	text-transform: uppercase;
}
#location #map_sinaia {
/*	background: url(images/harta.png) top right no-repeat;*/
	height: 755px;
	margin: 48px 0 0 0;
	width: 480px;
}
#location #other_info {
	margin: 0 0 20px 0;
}
#location #other_info p {
	color: #362f2d;
	font: normal 0.75em Tahoma;
}
.lokacija_mapa {
	width: 460px;
	height: 500px;
	background: #ebe9c0;
	margin-bottom: 20px;
}
.lokacija_mapa img {
	border: 1px solid #fff;
	margin: 1px;
}
/*******************************************
begin hotel
*******************************************/
#hotel h4 {
	font: bold 0.9em Georgia, "Times New Roman", times;
	line-height: 1.3;
	margin: 0 0 20px 0;
	text-transform: uppercase;
}
#hotel p {
	font: normal 0.75em Georgia, "Times New Roman", times;
	margin: 0 0 20px 0;
	line-height: 1.3;
	text-align: justify;
}
#hotel p strong {
	font-weight: bold;
}
#hotel #glass {
/*	background: url(images/glass.png) bottom center no-repeat;*/
	height: 164px;
	width: 460px;
}
#hotel .column ul {
	background: url(images/pricelist.jpg) top center no-repeat;
	font: normal 0.8em Georgia, "Times New Roman", times;
	margin: 0 0 0 0;
	padding: 20px 0;
	text-align: center;
	height: 410px;
}
#hotel .column ul li {
	margin: 5px 0;
}
#hotel .column ul li.ornament {
	background: none;
	display: block;
	height: 50px;
	margin: 0 auto 20px auto;
	width: 54px;
}
#hotel .column ul li strong {
	color: #362F2D;
	font-weight: bold;
	text-shadow: 1px 1px #f3eacd;
	padding-left: 30px;
}
/*******************************************
begin restaurant
*******************************************/
#restaurant h4 {
	font: bold 0.9em Georgia, "Times New Roman", times;
	line-height: 1.3;
	margin: 0 0 20px 0;
	text-transform: uppercase;
}
#restaurant p {
	font: normal 0.75em Georgia, "Times New Roman", times;
	margin: 0 0 20px 0;
	line-height: 1.3;
	text-align: justify;
}
#restaurant p strong {
	font-weight: bold;
}
#restaurant .column ul {
	background: url(images/pattern_dark.gif) repeat;
	font: normal 0.8em Georgia, "Times New Roman", times;
	margin: 0 0 20px 0;
	padding: 20px 0;
	text-align: center;
}
#restaurant .column ul li {
	margin: 5px 0;
}
#restaurant .column ul li.ornament {
	background: url(images/ornament.gif) no-repeat;
	display: block;
	height: 17px;
	margin: 0 auto 20px auto;
	width: 54px;
}
#restaurant .column ul li#mellon {
/*	background: url(images/mellon.png) no-repeat; */
	display: block;
	height: 151px;
	margin: 30px auto 0 auto;
	width: 361px;	
}
/*******************************************
begin gallery
*******************************************/
#gallery #sidebar {
	background: url(images/camera.png) bottom center no-repeat;
	float: left;
	min-height: 320px;
	position: relative;
	margin: 40px 20px 40px 0;
	width: 220px;
}
#gallery #sidebar ul {
	color: #736357;
	font: normal 0.8em Georgia, "Times New Roman", times;
	line-height: 1.4;
	list-style: square inside;
	margin: 0 0 0 20px;
}
#gallery #sidebar ul li a:link, #gallery #sidebar ul li a:visited {
	color: #736357;
	text-decoration: none;
}
#gallery #sidebar ul li a:hover, #gallery #sidebar ul li.active a:link, #gallery #sidebar ul li.active a:visited {
	color: #560707;
	text-decoration: underline;
}
#gallery #sidebar hr {
	bottom: -50px;
	position: absolute;
	width: 220px;
}
#gallery #pics {
	float: left;
	margin: 40px 0 0 0;
	overflow: hidden;
	width: 700px;
}
#gallery #pics #pic_wrap {
	width: 720px;
}
#gallery #pics ul li {
	float: left;
	margin: 0 10px 10px 0;
	position: relative;
}
#gallery #pics ul li a {
	border: 3px solid #fff;
	display: block;
	height: 109px;
	overflow: hidden;
	width: 164px;
}

.columngal a img { border: 1px solid #f7f1d9; padding:6px; background: #e0d39f; margin: 3px; }
.columngal a:hover img { background: #ddc979; }

.column a img { border: 1px solid #f7f1d9; padding:6px; background: #e0d39f; margin: 3px; }
.column a:hover img { background: #ddc979; }
/*******************************************
begin content/contact
*******************************************/
#contact #contact_details {
	float: left;
	font: normal 0.8em Georgia, "Times New Roman", times;
	margin: 40px 20px 0 0;
	width: 620px;
}
#contact #contact_details #message_box {
	display: none;
	font: bold 1em Georgia, "Times New Roman", times;
	margin: 0 0 20px 0;
	padding: 0 0 20px 0;
	text-align: center;
}
#contact #contact_details h3 {
	display: none;
}
#contact #contact_details h4 {
	border-top: 1px solid #D6CFBD;
	font: bold 1.1em Georgia, "Times New Roman", times;
	margin: 20px 0 20px 0;
	padding: 20px 0 0 0;
	text-transform: uppercase;
}
#contact #contact_details p {
	font: normal 1em Georgia, "Times New Roman", times;
	margin: 0 0 20px 0;
	line-height: 1.3;
	text-align: justify;
}
#contact #contact_details p strong, #contact #sidebar p strong {
	font-weight: bold;
}
#contact #contact_details form {
	margin: 0 0 20px 0
}
#contact #contact_details form p {
	border-bottom: 1px solid #D6CFBD;
	font: normal 1em Georgia, "Times New Roman", times;
	padding: 0 0 5px 0;
}
#contact #contact_details form ul li {
	margin: 20px 0 0 0;
}
#contact #contact_details form ul li.right_side {
	float: right;
	margin: 0;
}
#contact #contact_details form ul li.right_side label {
	vertical-align: top;
	width: 60px;
}
#contact #contact_details form label {
	display: inline-block;
	width: 80px;
}
#contact #contact_details form input {
	background: url(images/bg_input.gif) top left repeat;
	border: 1px solid #D6CFBD;
	color: #736357;
	font: normal 1em Georgia, "Times New Roman", times;
	padding: 3px;
	width: 220px;
}
#contact #contact_details form ul li select {
	background: url(images/bg_input.gif) center center repeat;
	border: 1px solid #D6CFBD;
	padding: 3px;
}
#contact #contact_details form textarea {
	background: url(images/bg_textarea.gif) top left repeat;
	border: 1px solid #D6CFBD;
	color: #736357;
	font: normal 1em Georgia, "Times New Roman", times;
	height: 110px;
	padding: 3px;
	width: 219px;
}
#contact #contact_details form #submit_message {
	background: #736357;
	bottom: 24px;
	color: #fff;
	position: relative;
	width: 80px;
}
#contact #sidebar {
	float: left;
	margin: 40px 0 0 0;
	width: 300px;
}
#contact #sidebar #phone {
	background: url(images/phone.png) bottom center no-repeat;
	height: 420px
}
#contact #sidebar p {
	font: normal 0.8em Georgia, "Times New Roman", times;
	margin: 0 0 20px 0;
	line-height: 1.3;
	text-align: justify;
}
#contact #sidebar dl {
	font: normal 0.9em Georgia, "Times New Roman", times;
	margin: 0 0 20px 0;
}
#contact #sidebar dd {
	font: bold 1.15em Georgia, "Times New Roman", times;
	margin: 0 0 10px 0;
}
/*******************************************
begin posts
*******************************************/
#oferta {
	background: url(images/oferta.png) top left no-repeat;
	cursor: pointer;
	display: block;
	height: 194px;
	position: absolute;
	left: -40px;
	text-indent: -9999px;
	top: 55px;
	width: 189px;
	z-index: 100;
}
.addresss {
	padding: 0 0 0 110px;
}
#posts {
	background: url(images/1mai_munti.png) bottom center no-repeat;
	font: normal 12px Georgia, "Times New Roman", times;
	padding: 0 0 60px 0;
	position: relative;
	min-height: 550px;
}
#posts h2 {
	background: none;
	font: bold 24px Georgia, "Times New Roman", times;
	margin: 0 0 60px 0;
	padding: 40px 0 0 0;
	text-align: right;
	text-transform: uppercase;
	z-index: -100;
}
#posts h3 {
	background: none;
	color: #000;
	font: normal 12px Georgia, "Times New Roman", times;
	margin: 0 0 20px 0;	
	text-transform: uppercase;
	text-align: left;
}
#posts .post {
	border-bottom: 1px solid #d6cfbd;
	margin: 40px 0 0 0;
	padding: 0 0 40px 0;
	width: 520px;
}
#posts .post_last {
	border-bottom: none !important;
}
#posts .post h2 {
	border-top: none;
	margin: 0 0 30px 0;
	padding: 0;
	text-align: left;
	text-transform: none;
}
#posts .post h3 {
	background: none;
	color: #491f1d;
	font: normal 14px Georgia, "Times New Roman", times;
	margin: 0 0 20px 0;	
	text-align: left;
}
#posts .post h4 {
	font: normal 15px Georgia, "Times New Roman", times;
	margin: 10px 0 6px 0;
	text-transform: uppercase;
	color: #3c1a18;
}
#posts .post h5 {
	color: #560707;
	font: normal 12px Georgia, "Times New Roman", times;
	margin:  20px 0 0 0;
	text-transform: uppercase;
}
#posts .post ul {
	list-style: disc inside;
}
#posts .post p {
	font: normal 12px Georgia, "Times New Roman", times;
	padding-bottom: 10px;
}
#posts .post p strong {
	font-weight: bold;
}
#box_posts {
	background: url(images/box_posts.png) top left no-repeat;
	bottom: 50px;
	display: block;
	height: 174px;
	padding: 44px 42px 65px 52px;
	position: absolute;
	right: -10px;
	width: 259px;
}
#box_posts h3 {
	color: #560707;
	font: bold 14px Georgia, "Times New Roman", times;
	line-height: 20px;
	text-align: center;
	text-transform: none;
}
#box_posts p span {
	color: #560707;
}
hr.posts {
	background: url(images/hr_post.gif) center center no-repeat;
	margin: 0 0 20px 0;
}
/*******************************************
begin copyright
*******************************************/
#copyright {
	border-top: 1px solid #d6cfbd;
	font: normal 11px Tahoma;
	padding: 40px 0 20px 0;
	position: relative;
}
#logo_footer {
	background: url(images/logo_footer2.gif) no-repeat;
	display: block;
	float: left;
	height: 40px;
	margin: 0 80px 0 30px;
	text-indent: -9999px;
	width: 200px;
}
#copyright div.center {
	text-align: center;
	float: left;
}
#copyright ul li {
	display: inline;
	margin: 0 10px 0 0 ;
}
#copyright ul li a:link, #copyright ul li a:visited {
	color: #736357;
	text-decoration: none;
}
#copyright ul li a:hover, #copyright ul li.current_page_item a:link, #copyright ul li.current_page_item a:visited {
	color: #560707;
	text-decoration: underline;
}
#copyright p.tel {
	color: #beb09f;
	float: left;
	margin: 0 0 0 50px;
}
#copyright p.tel span {
	display: block;
	font: bold 1.6em Arial;
}
#copyright #baritchi {
	background: url(images/baritchi.gif) no-repeat;
	color: #b9a998;
	display: block;
	height: 40px;
	position: absolute;
	right: 0;
	text-decoration: none;
	width: 100px;
}
#copyright #baritchi strong {
	display: none;
}
html>body #logo {
 background-image:url(images/logo-trans.png);
}
 
 
html>body #other_info {
 background-image:url(images/clopotel.jpg);
}
 
 
html>body #map_sinaia {
 background-image:url(images/harta.png);
}
 
 
html>body #mellon {
 background-image:url(images/mellon.png);
}
 
 
html>body #glass {
 background-image:url(images/glass.png);
}
 
 
html>body #oferta {
 background-image:url(images/oferta.png);
}
