@charset "UTF-8";
/* CSS Document */
/* - fix title */
/* - transparent content background */
/* -  */

body {
margin-left: 15%;
background-image: url(images/bg.jpg);
background-repeat: repeat-x;
background-color: #CBD2DC;

}
.topbar {
position: absolute;
width: 800px;
height: 212px;
margin: 0;
padding: 0;
background-image: url(images/topbar.jpg);
background-color: #393378;
z-index: 1;
}

.title {
position: absolute;
width: 800px;
height: 77px;
top: 195px;
margin: 0;
padding: 0;
background-image: url(images/title.png);
z-index: 900;
}

.mainmenu {
position: absolute;
width: 800px;
margin: 0;
padding: 0;
}

.main {
position: relative;
width: 595px;
margin: 0px;
padding: 0px;
top: 298px;
left: 195px;
padding-left: 5px;
padding-top: 5px;
padding-right: 5px;
background-image: url(images/spacer.png);
background-repeat: repeat;
text-align: left;
color: #FFFFFF;
font-family: helvetica;
}

img.main {
padding: 10px;
}

.submenu {
position: absolute;	
width: 185px;
margin: 0;
padding: 0;
padding-left: 5px;
padding-right: 5px;
top: 314px;
background-image: url(images/subspacer.png);
background-repeat: repeat;
font-family: helvetica;
color: #FFFFFF;
}

a{
text-decoration:none;
color:#FFFFFF;
}

a.linkText:hover {
text-decoration:none;
color: #FFFFFF;
}

.home {
position: absolute;	
width: 66px;
margin: 0;
padding: 0;
top: 272px;
}

.whoweare {
position: absolute;	
width: 112px;
margin: 0;
padding: 0;	
top: 272px;
left: 74px;


	}
	
.elders {
position: absolute;	
width: 72px;
margin: 0;
padding: 0;
top: 272px;
left: 186px;

	}	
	
.history {
position: absolute;	
width: 78px;
margin: 0;
padding: 0;	
top: 272px;
left: 258px;

	}
	
.livingculture {
position: absolute;	
width: 123px;
margin: 0;
padding: 0;	
top: 272px;
left: 336px;

	}
	
.projects{
position: absolute;	
width: 85px;
margin: 0;
padding: 0;	
top: 272px;
left: 459px;

	}
	
.gallery{
position: absolute;	
width: 74px;
margin: 0;
padding: 0;
top: 272px;
left: 544px;

	}
	
.news {
position: absolute;	
width: 67px;
margin: 0;
padding: 0;	
top: 272px;
left: 618px;

	}

.contacts{
position: absolute;	
width: 115px;
margin: 0;
padding: 0;	
top: 272px;
left: 685px;

	}

.homespan{
padding: 20px;
}


/*
	CSS for Gallery. 
*/

#img_gallery{ margin:50px auto; width:500px; }
#img_gallery a{ outline:none; border:none; }
#img_gallery a img{border:none;}

/* --- IMAGE STAGE */
#fullimg{
	width:500px;
	overflow:hidden;
	height:380px;
}
#fullimg img{ width:500px; }
#fullimg p, #fullimg span{
	position:absolute;
	background:black;
	opacity:.5;
	color:white;
	margin:0px;
	width:500px;
	padding:6px;
	font-size:11px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
}

/* --- SLIDER --- */
#img_gallery #wrapper{
	overflow:hidden;
	padding:4px 2px;
	width: 460px;
	float:left;
	height:50px;
	background-color:#181818;
	position: relative;

}

#items{
	margin:0px 0px;
	padding:0px;
	list-style:none;
	width:50000px;
	position: relative;
	letter-spacing:0em;
}
#items li{
	float:left;
	list-style:none;
	margin-right:2px;
}
#items .thumb{
	width:75px;
	height:50px;
	cursor:pointer;
	margin:0px;
	padding:0px;
}
#items .large{
	display:none;
	position:absolute;
}
#fullimg .loading{
	width: 24px;
	height: 24px;
}
#fullimg .thumb{display:none;}

#items .item  p, #items .item  span{
	display:none;
	text-indent: -2000em;
}
#moveleft, #moveright{
	margin:0px;
	height:58px;
	color: white;
	width: 16px;
	text-indent: -2000em;
	text-decoration: none;
	z-index: 1000; 
	display:block;
	cursor: pointer;
	float:left;
}
#moveleft{background: url('images/left.gif');}
#moveright{background: url('images/right.gif');}
#moveleft:hover, #moveright:hover{ background-position:bottom; }
