/*  	-----------------------------------------------------------------------------
		INTERFACE LAYOUT
		----------------------------------------------------------------------------- 	*/
				
		
		BODY	{
			background: #F8F8F6 url('../../images/background_img.jpg');
			background-position: top center;
			background-repeat: no-repeat;
			color: #73736A;
			font-family:arial;
			font-size:10pt;
		}
		
		#container {
			position: absolute;
			left: 50%;
			top: 0;
			width: 850px;
			margin-left: -425px;
			margin-bottom: 100px;
			margin-top:32px;
			font-size:10pt;
			font-family: arial;
		}
		#laikipa {
			position:absolute;
			top:-20px;
			right:10px;
			font-family: "Trebuchet MS", arial;
			font-size:9pt;
			color:#888855;
		}

/*  	-----------------------------------------------------------------------------
		CONTENT
		----------------------------------------------------------------------------- 	*/	
				
		.rightimage {	display:block;	}
			.rightimage img {
				float:right;
				padding:10px;
				background:white;
				border:0;
			}
			.rightimage .ri {
				float:right;
				padding:0 10px 10px 0;
				background:white;
				border:0;
			}
			.rightimage .padder {	float:right;	}
			.rightimage p {
				width:285px;
				text-align:justify;
				padding:0; margin:10px 0 0 0;
			}
		
		.leftimage {	display:block;	}
			.leftimage img {
				float:left;
				padding:10px;
				background:white;
				border:0;
			}
			.leftimage .padder {	float:left;	}
			.leftimage p {
				width:440px;
				text-align:justify;
				padding:0; margin:10px 0 0 0;
			}
		
		.botline 	{	clear:both; display:block; height:1px; width:850px; background:#E8EBDF; overflow:hidden; }
		.padder 	{	padding:30px 30px 0 30px; }
		
		.noimage {	display:block; }
			.noimage .padder { padding:30px; }
			.noimage p {
				width:780px;
				text-align:justify;
			}

/*  	-----------------------------------------------------------------------------
		GENERAL STYLES
		----------------------------------------------------------------------------- 	*/	
	
		a 		{ color:#B9BB9D; text-decoration:none; }
		a:hover { text-decoration:underline; }
		
		h3		{ height:50px; width:250px; display:block; margin:0; font-size:22px; font-family:arial; }
		h3.med  { width:350px; }
		h3.long { width:450px; }
		h3.sIFR-replaced { margin-bottom:-20px; height:40px; }
		
		.thumb_holder { 		border:1px solid #ccc; background:white; padding:5px; margin:0 9px 20px 9px; position:relative; float:left; }
		.thumb_holder:hover { 	border:1px solid #333; }
		.thumb_holder img { 	border:0; display:block; }
		
		h3		{ font-size:14px; }
		p		{ color:#73736A; padding:0; font-size:9pt; }
		.wh		{ color:white; }
		
		.indented { margin-left:10px; }
		
/*  	-----------------------------------------------------------------------------
		HEADING
		----------------------------------------------------------------------------- 	*/	

		h1 {
			display:block; 
			margin:27px 0 28px 295px;
			width:265px;
			height:68px;
			background:url(../../images/loisaba_logo2.gif);
			text-indent:-9999px;
			overflow:hidden;
			padding:0;
		}

/*  	-----------------------------------------------------------------------------
		MENU NAVIGATION
		----------------------------------------------------------------------------- 	*/	


		#menu {
			position:relative;
			margin-left:25px;
			height:57px;
			display:block;
		}
		
			#menu ul {
				list-style: none;
				display:inline;
				margin:0;
				padding:0;
			}
		
			#menu ul li {
				display: inline;
			}
		
				#menu ul li a {
					display:block;
					height:55px;
					text-indent:-999px;
					overflow:hidden;
					background-position:top left;
					float:left;
					margin-right:2px;
				}
					#menu ul li a.home 		{ background:url(../../images/menu_01.gif); width:79px; }
					#menu ul li a.mind 		{ background:url(../../images/menu_02.gif); width:77px; }
					#menu ul li a.body 		{ background:url(../../images/menu_03.gif); width:74px; }
					#menu ul li a.soul 		{ background:url(../../images/menu_04.gif); width:71px; }
					#menu ul li a.gallery 	{ background:url(../../images/menu_05.gif); width:100px; }
					#menu ul li a.balloon 	{ background:url(../../images/menu_06.gif); width:105px; }
					#menu ul li a.contact 	{ background:url(../../images/menu_07.gif); width:132px; }
					#menu ul li a.news		{ background:url(../../images/menu_08.gif); width:76px; }
					#menu ul li a.fact_file	{ background:url(../../images/menu_10.gif); width:106px; }
					#menu ul li a.rates		{ background:url(../../images/menu_11.gif); width:71px; }

					#menu ul li a:hover  	{ background-position:0 55px; }
					
					#tooltip_0 				{ position:absolute; top:-21px; left:55px; }
					#tooltip_1 				{ position:absolute; top:-21px; left:135px; }
					#tooltip_2 				{ position:absolute; top:-21px; left:208px; }


/*  	-----------------------------------------------------------------------------
		TOP BAR
		----------------------------------------------------------------------------- 	*/	


/*  	-----------------------------------------------------------------------------
		CONTENT BLOCK
		----------------------------------------------------------------------------- 	*/


		

/*  	-----------------------------------------------------------------------------
		FOOTERS
		----------------------------------------------------------------------------- 	*/
		
		#footer {
			display:block;
			width:850px;
			height:100px;
			background:url(../../images/footer_bg.gif) no-repeat;
		}
			#footer_text {
				padding:27px 0 0 0;
				color:#B9BB9D;
				font-size:8pt;
				text-align:center;
			}
			#footer_text a {	margin-left:10px;	}