#centre {
position: absolute;
width: 100%;
height: 100%;
background-image: url(images/home-photo.png);
background-position:center center;
background-repeat:no-repeat
}
#blank {
position: absolute;
width: 100%;
height: 100%;
}

.styleHL {font-size: 14px;color:#391e00; font-weight:bold;}
.styleTE {font-size: 12px;color:#391e00; line-height:13px}
.styleTEW {font-size: 12px;color:#FFFFFF; line-height:14px}
.styleTER {font-size: 12px;color:#391e00; line-height:13px}

.styleME-HL {font-size: 14px;color:#391e00; font-weight:bold;}
.styleME-SW {font-size: 12px;color:#391e00; line-height:13px; font-style:italic}
.styleME-IN {font-size: 12px;color:#000000; line-height:13px}

a:link {text-decoration:none;color:#391e00}
a:visited {text-decoration:none;color:#391e00}
a:active {text-decoration:none;color:#391e00}
a:hover {text-decoration:none;color:#391e00}

#divFIKA-cms {background-image:url(images/cms-bg.jpg)}
#divBG-scroller {background-image:url(images/fikacafe-scroller.jpg)}
#divBG {background-image:url(images/fikacafe-bg.jpg)}
#divBG-map {background-image:url(images/fikacafe-map.jpg)}
#divFIKA-upstairs {background-image:url(images/upstairs-bg.jpg)}

#navbars a:link,#navbars a:active,#navbars a:visited,#navbars a:hover {font-size:12px;color:#391e00;cursor:pointer;text-decoration:none; font-weight:bold;}



#dhtmlgoodies_scrolldiv{
/* The total width of the scrolling div including scrollbar */
position	: absolute;
top			: 60px;
left		: 40px;
width		: 425px;
height		: 400px;
}
#scrolldiv_parentContainer{
width:400px;	/* Width of the scrolling text */
height:100%;
overflow:hidden;
float:left;
position:relative;
}
/*
CSS for the scrolling content 
*/
#scrolldiv_content{
padding: 5px;
position:relative;
font-size: 0.9em;
line-height:130%;
color: #333;
}	
/*
The scrollbar slider 
*/
#scrolldiv_slider{
width:15px;
margin-left:2px;
height:400px;
float:left;
}	
/*
The scrollbar (The bar between the up and down arrow )
*/
#scrolldiv_scrollbar{
width:15px;
height:360px;	/* Total height - 40 pixels */
position:relative;	
}
/*
The scrollbar handle
*/
#scrolldiv_theScroll{
margin:1px;
width:13px;
height:13px;
position:absolute;	
top:0px;
left:0px;
cursor:pointer;
}
/*
Scroll buttons(The up and down arrows)
*/
#scrolldiv_scrollUp,#scrolldiv_scrollDown{
width:15px;
height:16px;
color: #391e00;
text-align:center;
font-size:16px;
line-height:16px;
cursor:pointer;
}
#scrolldiv_scrollUp{
margin-bottom:2px;
}
#scrolldiv_scrollDown{
margin-top:2px;
}
#scrolldiv_scrollDown span,#scrolldiv_scrollUp span{
font-family: Symbol;
}




body {
	background-image: url(images/background-pattern.jpg);
	background-repeat:repeat;
	overflow:hidden;
	height:100%;
	width:100%;
	margin:0;padding:0;

}

#wrapper {
	width:100%;
	height:100%;
	position:absolute;
	top:0;left:0;
	overflow:hidden;
}


	#mask {
		background-image: url(images/background-pattern.jpg);
		background-repeat:repeat;
		width:100%;
		height:500%;
		overflow:hidden;
	}

	.item {
		width:100%;
		height:20%;
		display:block;
	}
	
	.item-photo {
		width:100%;
		height:30%;
		display:block;
	}	
	
	
	.content {
		width:1000px;
		height:559px;
		top:8%;
		margin:0 auto;
		position:relative;
	}
	
	.selected {
		background:#fff;
		font-weight:700;
	}

