body, html {
	margin: 0;
	padding: 0;

	scrollbar-base-color:#f1f1f1;
	scrollbar-3dlight-color:#f1f1f1;
	scrollbar-arrow-color:#fff;
	scrollbar-darkshadow-color:#f1f1f1;
	scrollbar-face-color:#bfbfbf;
	scrollbar-highlight-color:#f1f1f1;
	scrollbar-shadow-color:#f1f1f1;
	scrollbar-track-color:#f1f1f1;	

}

img {
	border: 0;
}

.c{
	clear: both;
}




/*  HEADER   */

#header {
	height: 368px;
	padding-bottom: 10px;
}

#headercontent {
	width: 980px;
	margin-left: auto;
	margin-right: auto;
	height: 80px;
}



#logo {
	float: left;
	padding: 12px 0 4px 0;
	width: 235px;
	height: 57px;
}

#upperlinks {
	float: right;
	margin-top: 6px;
	text-align: right;
	width: 400px;
}

#upperlinks a {
	color: #000;
	padding: 0 10px 0 10px;
	border-right: 1px solid #bfbfbf;
	font-weight: normal;
	font-size: 11px;
	text-decoration: none;
}

#upperlinks a:hover {
	color: #8a9098;
	text-decoration: underline;
}

#searchbox {
	height: 30px;
	margin-top: 16px;
}

#mainpic {
	background: transparent url(../../images/headerbgcolor.jpg) no-repeat;
	text-align: center;
	height: 223px;
/*	width: 100%; */
}

#navi {
	margin: 0;
	padding: 0;
	height: 64px;
	background: url(../../images/navibg.jpg) repeat-x;
	text-align: center;

}

#navicenter {
	border-left: 1px solid #bfbfbf;
	height: 52px;
	background: url(../../images/navibg.jpg) repeat-x;
	text-align: center;
	overflow: hidden;
}

#navicenter ul {
	float:left;
	left: 50%;
	list-style-type: none;
	margin: 4px 0 0 0;
	padding: 0;
	position: relative;
}

#navicenter ul li{
	float: left;
	position: relative;
	right: 50%;
	border-right: 1px solid #bfbfbf;
	height: 52px;
	padding-top: 15px;
}

#navicenter ul li.firstLi{
	border-left: 1px solid #bfbfbf;
}

#navicenter ul li a {
	text-transform: uppercase;
	font-weight: bold;
	font-size: 13px;
	color: #474e56;
	padding: 15px
}

#navicenter ul li a:hover {
	background: #f1f1f1 url(../../images/mainnavihover.jpg) repeat-x;
	position: relative;
}

#navicenter ul li a.selected {
	background: #f1f1f1 url(../../images/mainnavihover.jpg) repeat-x;
	position: relative;
}

/*  PAGE CONTENT   */

#content {
	width: 980px;
	margin-left: auto;
	margin-right: auto;
	min-height: 300px;
}

#leftnavi {
	float: left;
	width: 210px;
}

#leftnavi ul {
	padding: 0;
	margin: 0;
}

#leftnavi ul li {
	list-style: none;
}

#leftnavi ul li a {
	list-style: none;
	/*background: url(../../images/navi_plus.gif) no-repeat;*/
	background: url(../../images/subdots.gif) no-repeat;
	padding-left: 20px;
	display: list-item;
}

#leftnavi ul li a:hover {
	color: #8a9098;
}

#leftnavi ul li a.selected {
	/*background: url(../../images/navi_minus.gif) no-repeat;
	padding-left: 20px;*/
	text-decoration:underline;
}

#leftnavi ul li a.minusFirstImg {
	background: url(../../images/dots_minus_top.gif) no-repeat;
}

#leftnavi ul li a.firstImg {
	background: url(../../images/dots_top.gif) no-repeat;
}

#leftnavi ul li a.minusImg {
	background: url(../../images/dots_minus.gif) no-repeat;
}

#leftnavi ul li a.lastImg {
	background: url(../../images/dots_bottom.gif) no-repeat;
}


#leftnavi ul li a.firstPlusImg {
	background: url(../../images/dots_plus_top.gif) no-repeat;
}

#leftnavi ul li a.plusImg {
	background: url(../../images/dots_plus.gif) no-repeat;
}

#leftnavi ul li a.lastPlusImg {
	background: url(../../images/dots_plus_bottom.gif) no-repeat;
}

#leftnavi ul li span.linkName {
	/*display: list-item;*/
}


#leftnavi ul li ul {
	margin-left: 20px;
}

#leftnavi ul li ul li {
	
}

#leftnavi ul li ul li a {
	background: url(../../images/subdots.gif) no-repeat;
	padding-left: 20px;
	margin-left: 0 !important;
}

#leftnavi ul li ul li a:hover {

}

#leftnavi ul li ul li .selected {
	text-decoration:underline;
}

#leftnavi ul li ul li ul {

}

#leftnavi ul li ul li ul li {

}

#leftnavi ul li ul li ul li a {
	background: url(../../images/subdots.gif) no-repeat;
	margin-left: 20px;
}

#leftnavi ul li ul li ul li a:hover {

}

#leftnavi ul li ul li ul li .selected {
	text-decoration:underline;
}




#pagecontent {
	float: left;
	width: 570px;
	padding-left: 20px;
	padding-bottom:40px;
}

#rightside {
	float: right;
	width: 170px;
}

.pagecontent ul li{
	list-style-image:url('../../images/greenball.gif');
	margin-left: 17px;
}

/*GALLERIA*/

.valikkoDiv{
	list-style-image:url('../../images/greenball.gif');
}

.galleriaDiv{

}


/*  FOOTER  */

#footer {
	background: url(../../images/footerbg.jpg) repeat-x;
	height: 90px;
}

#address {
	border-top: 1px dotted gray;
	padding-top: 6px;
	font-size: 11px;
	text-align: center;
}

#footercontent {
	width: 980px;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}


#softers {
	text-align: center;
}


/********* FORM *************/

/*.button {
	background: url(../../images/buttonbg.jpg) repeat-x;
	height: 26px;
	padding: 0 4px 0 4px;
}*/

input.text, textarea.text {
	border: 1px solid #bfbfbf;
	background: #f1f1f1;
	width: 300px;
}

/*******************************************************************************************
*	Galleria
*******************************************************************************************/
.kuvataulukko td{
	padding: 3px;
	border-top: 1px solid #dee5e7;
	border-left: 1px solid #dee5e7;
	border-right: 1px solid #cdd6d8;
	border-bottom: 1px solid #cdd6d8;
	background: #fcfeff;
}

.KuvaDiv{
	text-align: center;
}

/*******************************************************************************************
*	Message
*******************************************************************************************/
.message{
	background: #ffe400;
	margin-bottom: 15px;
}

.message p{
	margin: 5px;
}