@CHARSET "UTF-8";
BODY 
	{
	background-color:#131619;
	}
#mainContainer
{
	margin:0 auto 0 auto;
	width:950px;
	padding:0;
	
}
#topBar
	{
		
		height:40px;
		width:950px;
		border:0px;
	padding:0;
	margin:0;
	}

.x
{
float:left;
border:0;
}
#mainMediaObject
{
	
	height:218px;
	width:950px;
	overflow:hidden;
	
}
#bottomBar
{
	background: url("../img/top_bar.gif");
	height:40px;
	width:950px;
}
#midleTopBar
{
	
	height:40px;
	width:950px;
}
#content
{
	font-family:Arial,Verdana,Tahoma,sans-serif;
	font-size:14px;
	color:#a2a5b9;
	height: expression( this.scrollHeight <191 ? "190px" : "auto" );
	min-height: 190px;
	
}
#homeBottom
	{
	background: url("../img/home_bottom.jpg");
	height:340px;
	background-repeat: no-repeat;
	}
#hotelBottom
	{
	background: url("../img/hotel_bottom.jpg");
	height:340px;
	background-repeat: no-repeat;
	}
#accommodationsBottom
	{
	background: url("../img/apartament_bottom.jpg");
	height:340px;
	background-repeat: no-repeat;
	}
#facilitiesBottom
	{
	background: url("../img/facilities_bottom.jpg");
	height:340px;
	background-repeat: no-repeat;
	}
#apartamentBottom
	{
	background: url("../img/apartament_bottom.jpg");
	height:340px;
	background-repeat: no-repeat;
	}
#restaurant_barBottom
	{
	background: url("../img/hotel_bottom.jpg");
	height:340px;
	background-repeat: no-repeat;
	}
#contactBottom
	{
	background: url("../img/contact_bottom.jpg");
	height:340px;
	background-repeat: no-repeat;
	}
.submeniuItems
	{
	cursor:pointer;
	padding-left:50px;
	display:block;
	background: url("../img/bullet1.gif");
	background-repeat: no-repeat;
	background-position:  40px 6px;;
	
	}
.bottomCell
	{
	color:#a2a5b9;
	height:260px;
	overflow: hidden;

	}
/* GALERIE HOME */
#gal_preview{
	width:270px;
	height:130px;
	margin:20px auto 0 auto;
	background-color:white;
}
#gal_pages{
	width:240px;
	height:20px;
	margin:40px auto 0 auto;
}
#gal_pages span{
	cursor: pointer;
}
#gal_btn_container{
	width:150px;
	margin:0 auto 0 auto;
	padding:0;
	text-align:left;
	overflow:hidden;
	position:relative;
}
#gal_btn{
	position:relative;
}
#gal_btn_container div{
	color:#a2a5b9;
	margin:0 3px 0 3px;
	text-decoration:none;
	cursor:pointer;
	float:left;
}
#gal_btn_container div.active{
	cursor:default;
	color:white;
	margin:0 3px 0 3px;
	text-decoration:underline;
}


/* GALERIE 2 */
.gal2preview{
	margin:0 auto 0 auto;
	padding:0;
	background-color:white;
	width:383px;
	height:253px;
	overflow:hidden;
}
.g2_thumb{
	width:57px;
	height:58px;
	margin:0 0 3px 0;
	padding:0;
	overflow:hidden;
	background-color:white;
	opacity:0.4;
	filter:alpha(opacity=40);
}
.g2_thumb .pic{
	height:58px;
	border:0;
}
.g2column{
	width:65px;
	margin:0;
	padding:0;
	float:left;
}
.g2column .active{
	opacity:1;
	filter:alpha(opacity=100);
}
#g2thumbsContainer{
	position:relative;
	width:130px;
	height:183px;
	overflow:hidden;
	margin:0 auto 40px auto;
	padding:0;
}
#g2thumbs{
	height:183px;
	position:relative;
	left:0;
	top:0;
}
#g2prevnext{
	width:125px;
	height:20px;
	margin:0 auto 0 auto;
	padding:0 5px 0 0;
}

/* Bottom-Left Form*/
.bl_form{
	margin-left:70px;
	font-weight:bold;
	font-family:Arial;
	font-size:13px;
	line-height:26px;
	width:220px;
}
.bl_form p{
	margin:0;
	padding:3px 0 3px 0;
}
input.text{
	background-color:#222029;
	border:1px solid #56596c;
	color:#9494a5;
}
/* DatePicker */
.pick_date{
	background-color:#222029;
	border:1px solid #56596c;
	color:#9494a5;
}
.ui-datepicker{
	font-size:12px !important;
}
.ui-datepicker-trigger{
	vertical-align:top;
	margin-left:3px;
	cursor:pointer;
}
.popup_input{
	background-color:#222029;
	color:#bdbdd2;
	border:1px solid #56596c;
	width:90%;
	margin:3px auto 3px auto;
	padding:1px;
}
