@charset "UTF-8";
/* CSS Document */

/* @PRODUCT CAROUSEL */

#product-scroller {
	width: 705px; height: 121px; margin:0;
	overflow: hidden;
}

#product-scroller #products {
	width: 5000px;
}

#product-scroller a, #product-scroller img, #product-scroller a img {
	border: 0; text-decoration: none;
}

#product-scroller .backward {
	z-index: 99; position: relative;
	cursor: pointer;
	width: 30px; height: 116px; float: left;
	background: #fff url('../images/backward-on.png') no-repeat;
	background-position: 5px 35px;
}

#product-scroller .backward.disabled {
	cursor: default;
	width: 30px; height: 116px; 
	background: #fff url('../images/backward-off.png') no-repeat;
	background-position: 5px 35px;
}

#product-scroller .forward {
	z-index: 99;
	cursor: pointer;
	position: absolute; left:675px; width: 35px; height: 116px;
	background: #fff url('../images/forward-on.png') no-repeat;
	background-position: 5px 35px;
}

#product-scroller .forward.disabled {
	cursor: default;  width: 35px; height: 116px;
	background: #fff url('../images/forward-off.png') no-repeat;
	background-position: 5px 35px;
}

#product-scroller .productimg {
	float:left; width:50px; padding-right:10px; padding-top:25px;
}

#product-scroller .productinfo {
	z-index: 50;
	position: relative;
	float:left;width:200px; height: 120px;
	margin-right: 24px;
}

#product-scroller .productinfo div.imgwrap {
	width: 80px; margin-right: 0px;
	height: 121px; overflow: hidden; float: left;
}

#product-scroller .productinfo div img {
	margin-top: 10px; 
}

#product-scroller .productinfo h2 {
	color: #0088ce;
	font-size: 18px;
	margin-top: 15px; margin-bottom: 0;
}

#product-scroller .productinfo p {
	margin:0; padding: 5px 0 0 0;
}

/* @end */

body {
	background-image:url(/files/minirisk/images/main-back.jpg);
	background-color:#eef9ff;
	background-repeat: no-repeat;	
	margin:0;
	padding:0;
	background-position:center top;
	color: #3a3a3a;
	font-family: verdana;
	font-size:12px;
	}
	
	h1 {font-size:40px; color:#0088ce;}
	h2 {font-size:18px;}
	h3 {font-size:24px; color:#0088ce;}
	
	h1 {margin-bottom:10px;}
	h2 {margin-bottom:8px;}
	h3 {margin-bottom:10px;}
	
	a:link {color:#0088ce}      
	a:visited {color:#0088ce}  
	a:hover {color:#00d2ff} 
	a:active {color:#00a2ff}

	a.more {font-size:10px;}
	a.faqs-selected {font-size:10px; margin:0;}		
	h2.faqs {font-size:16px; margin:0 0 -15px 0;}
	h2.faqs-selected {font-size:16px; margin:0 0 -15px 0;color:#00d2ff;}

#container {
	width:1000px;
	margin: 0 auto;
	
	}
	
#menu-pic {
	background-image:url("/files/minirisk/images/child.png");
	background-repeat:no-repeat;
	height:468px;
	left:182px;
	margin-bottom:-468px;
	position:relative;
	top:35px;
	width:187px;
	z-index:1000;
	}

#menu {
	width:210px;
	float: left;
	}

#menu-top {
	width:210px;
	height:160px;
	background-image:url(/files/minirisk/images/logo.jpg);
	background-position:center;
	background-repeat:no-repeat;
	background-color:#fff;
	}

#menu-middle {
	width:210px;
	height:400px;
	background-color:#fff;
	margin-top:-20px;
	}
	
#menu-bottom {
	width:210px;
	height:98px;
	background-image:url(/files/minirisk/images/menu-bottom-back.png);
	background-repeat:no-repeat;
 	}
	
#content {
	width:703px;
	float: left;
	margin: 300px 0 0 75px;
	position:relative;
	z-index:1000;
	}
	
#content-wide {
	width:703px;
	height:120px;
	background-image:url(/files/minirisk/images/carucel-back.png);
	background-repeat:no-repeat;
	background-position:center;
	margin-bottom:25px;
	}
	
#content-wide-title {
	float:right;
	margin-top:-55px;	
	}
	
#content-wide-alasivu {
	width:703px;
	height:120px;
	margin-bottom:45px;
	min-height:100px;
	}

.content-narrow-1 {
	width:300px;
	min-height:100px;
	float:left;
	margin-right:60px;
	}

.content-narrow-2 {
	width:300px;
	min-height:100px;
	float:left;
	}


.clear {
	clear:both;
	}

.menu-main {
	padding:30px 0 0 0;
	margin: 0 0 0 0;
	}

.menu {
	background-color: #fff;
	font-color: #184494;
	list-style:none;
	padding:4px 0 4px 20px;
	margin:0;
	font-family: Verdana;
	font-size: 16px;
	background-image:url(/files/minirisk/images/menu-arrow.png);
	background-position: 90% 60%;
	background-repeat: no-repeat;
	}
	.menu a {color:#184494; text-decoration:none;}
	.menu a:hover {color:#00D2FF;}
	

.menu-selected {
	background-color: #184494;
	font-color: #fff;
	list-style:none;
	padding:5px 0 5px 20px;
	font-family: Verdana;
	font-size: 16px;
	background-image:url(/files/minirisk/images/menu-arrow.png);
	background-position: 90% 60%;
	background-repeat: no-repeat;
	}
	.menu-selected a {color:#fff; text-decoration:none;}
	.menu-selected a:hover {color:#fff;}
	
.sub-menu {
	background-color: #fff;
	font-color: #184494;
	list-style:none;
	padding:5px 30px 5px 0;
	margin:0;
	font-family: Verdana;
	font-size: 12px;
	text-align: right;
	}

	.sub-menu a {color:#184494; text-decoration:none;}
	.sub-menu a:hover {color:#00D2FF;}

.sub-menu-selected {
	background-color: #fff;
	font-color: #fff;
	list-style:none;
	padding:5px 30px 5px 0;
	font-family: Verdana;
	font-size: 12px;
	text-align: right;
	font-weight:bold;
	}

	.sub-menu-selected a {color:#184494; text-decoration:none; font-weight:bold;}
	.sub-menu-selected a:hover {color:#184494;}
	
.product-list {}
	
.hidden {display: none;}

.box-top {background-image:url(/files/minirisk/images/box-top.png);background-repeat:no-repeat; width:700px; height:11px;}
.box-middle {background-image:url(/files/minirisk/images/box-middle.png);background-repeat: repeat-y;width:700px;}
.box-bottom {background-image:url(/files/minirisk/images/box-bottom.png);background-repeat: no-repeat;width:700px; height:11px;}
	
.label-kilpailu {
	text-align:left;
	font-weight:normal;
	}

.label-kilpailu {
	padding: 0 0 0 20px;
	color: #015a9c;
	}

.label-kilpailu h3 {margin:0;}

.drop {margin-bottom:-80px;}
	
	
	
	
	
	
	
	
	
	