/* @override http://riga.pm/css/map.css */




html, body {
   margin:0;
   padding:0;
   height:100%;
}

#container {
	min-height: 100%;
	position: relative;
	padding-bottom: 30px;
}


#body {
   padding-bottom:60px;   /* Height of the footer */
}

#flat li div {
	font: 1.3em 'DroidSans', sans-serif;
	color: #666;
	text-shadow: 1px 1px 1px #fff;
   	line-height: 70px;
}



/* @group footer */

#contact {
	height: 65px;
	background: url(/img/footer.png) repeat-x 0 -20px;
	position: absolute;
	width: 100%;
	bottom: 0px;
}

#contact p {
padding-top: 35px;
display: block;
text-align: center;
font-size: .95em;
font-weight: bold;
color: white;
text-shadow: 0px 0px 3px #333;
}	

div#contact p a {
text-decoration: none;
color: white;
border-bottom: dotted 1px;
}

/* @end */

/* @group Top nav */

#navi { 
	margin-left: auto;
	margin-right: auto;
	width:890px; 
	height:112px;
	background-repeat: no-repeat;
	margin-top: -30px;
}

.navtxt {
	margin-left: 30px;
	margin-top: 60px;
	display: block;
	width: 400px;
	float: left;
	text-align: center;
	font-size: 0.8em;
	color: #5f866e;
	text-decoration: none;
}

.left {
	width: 290px;
	margin-left: 100px ;
}

.right {
	width: 290px;
	margin-left: 40px ;
}

.front {
}

.back {
	color: #bbb;
}

.back:hover {
	color: #a2d7bb;
}

/* @end */


#house { 
	width:100%; 
	min-width: 800px;
	background: url('/img/maja-izkrasota-liela.png') no-repeat center -200px;
}

#flat {
			margin-left:auto;
			margin-right:auto;
			padding:0;
			width:800px;
			height:570px;
			margin-bottom: -50px;
/*			background: rgba(223,253,215,0.49); */
		}
		
#flat li {
			margin:0;
			padding:0;
			list-style:none;
		}
		
		
#flat li div {
			position: relative;
			display:block;

			background: url('/img/bg2.png') no-repeat left;
   			background-color: rgba(255,255,255,0.6); 
   			
   			text-decoration:none;
   			
   			text-align: center;
   			
			vertical-align: middle;
			height:70px;
		
			-moz-border-radius: 15px;
			border-radius: 15px;
		
			-moz-box-shadow: 0px 0px 15px #4f5c4e;
			box-shadow: 0px 0px 15px #4f5c4e;
			
			width:150px; 
			
}

#flat li div span   { display:none; 
	}	

		
#flat li div:hover span {
			position:absolute;
			display:block;
			width:160px;
			height: 60px;
			left:120px;
			top:0px;
			padding:5px;
			line-height: 29px;
			font-size: 20px;
			left:150px;
		
			
  		}
  		
#flat li div:hover  {
			width:260px;
			background-position: right;
			text-align: left;
			padding-left: 15px;
}

	
#flat div.f1, #flat div.o1 {
			top:385px;
			left:250px;
			cursor: default
		}
		

#flat div.f2, #flat div.o2 {
			top:200px;
			left:50px;
			cursor: default
		}
		
#flat div.f3, #flat div.o3 {
			top:130px;
			left:390px;
			cursor: default
			}
			
#flat div.f4 {
			top:-40px;
			left:250px;
			cursor: default
		}
		
a.vidlink, a.slidelink {
			display:block;
	  		   			
   			text-decoration:none;
   			
   			padding-left: 30px;
			vertical-align: middle;
			width:110px;
			height:25px;
					
			margin-top: 2px;
			margin-bottom: 6px;
			font: small-caps 1em 'DroidSans', sans-serif;
			
			line-height: 22px;
			
			color: #444;

}

		
a.vidlink {
			background: url('/img/video.png') no-repeat left center;
		}		
		
a.slidelink {
			background: url('/img/slide.png') no-repeat left center;
		}		
		
a.hidden { display:none !important;}
		