@font-face {
	
	font-family: humanst;
	fsrc: url('humanst521.ttf');
	
}

@charset "ISO-8859-1";
body, div, h1, h2, h3, h4, h5, h6, p, ul, ol, li, dl, dt, dd, img, form, fieldset, blockquote {
	margin: 0; padding: 0; border: 0;
}


body {
	
	font-family: Helvetica, Arial, sans-serif;
	/*font-family: Verdana, Geneva, sans-serif;*/
	line-height: 24px;
	/*background: #0d0d0d url(images/tausta.jpg) center top no-repeat;
	background-attachment:fixed;*/
	background-color: #f2f2f2;
	background: url(images/gradient_squares.png);



}

#ylanurkka {

	width: 250px;
	position: absolute;
	position: fixed;

}

#isopaa {
	
	width: 1304px;
	margin: 0 auto;
	min-height: 550px;
    height:auto !important;
	position: relative;
	
}

#paa {
	
	width: 1304px;
	margin: 0 auto;
	margin-top: 100px;
	min-height: 550px;
    height:auto !important;
	box-shadow: 0px 0px 10px #ccc;
	background: #fff url(images/kitchen1.jpg) center no-repeat;
	position: relative;
	overflow: hidden;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;

}

#paa_korkeampi {
	
	width: 1304px;
	margin: 0 auto;
	margin-top: 100px;
    height: 800px;
	box-shadow: 0px 0px 10px #ccc;
	background: #fff url(images/kitchen1.jpg) center no-repeat;
	position: relative;
	overflow: hidden;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;


}

@-moz-keyframes anim
{
from {height:0px;}
to {height:550px;}
}

@-webkit-keyframes anim
{
from {height:0px;}
to {height:550px;}
}

@-o-keyframes anim
{
from {height:0px;}
to {height:550px;}
}

#sisalto {
	
	width: 1304px; 
	margin: 0 auto;
	min-height: 500px;
    height:auto !important;
	position: relative;

}

#header {
	
	padding: 0px 0px 0px 0px; 
	/*margin-top: 45px;*/
	height: 60px;
	position: relative;
	/*z-index: 50;*/
	/*background-color: #000;*/
	background-image:url(images/bg.png);
	box-shadow: 0px 2px 3px #666;

}

#logo {
	
	width: 350px; 
	height: 170px;
	/*background:url(images/logo.png);*/
	position: absolute;
	top: -75px;
	left: -5px;
	z-index: 60;

}

#logo img {
	
	-moz-transition: all 100ms ease-in-out;
	-webkit-transition: all 100ms ease-in-out;
	-o-transition: all 100ms ease-in-out;
	transition: all 100ms ease-in-out;
	
}

#logo img:hover {
	
	/*-moz-transform: scale(0.98);
	-webkit-transform: scale(0.98);
	-o-transform: scale(0.98);
	transform: scale(0.98);*/
	
}

#facebook_logo {
	
	width: 102px; 
	height: 102px;
	/*background:url(images/facebook2.png) no-repeat;*/
	position: absolute;
	bottom: -90px;
	right: 0px;
	z-index: 30;

}
	


	#header ul#nav {
		
		width: 650px;
		height: 60px;
		float: right;
		margin: 0px 0 0 0;
	
	}
		
		#header ul#nav li {
			
			float: right;
			height: 60px;
			list-style: none;
		
		}
			#header ul#nav li a {
				
				display: block; 
				width: 130px;
				height: 40px;
				padding-top: 20px;
				margin-left: 1px;
				font-size: 17px;
				/*font-family: nyala;*/
				color: #f2f2f2;
				text-decoration: none;
				text-align: center;
				vertical-align: middle;
				text-shadow: 1px 1px 1px #333;
				/*background-color: #000;*/
				position: relative;
				/*border-radius: 10px 10px 0px 0px;*/
				-moz-transition: all 500ms ease-in-out;
				-webkit-transition: all 500ms ease-in-out;
				-o-transition: all 500ms ease-in-out;
				transition: all 500ms ease-in-out;

			
			}
				
				#header ul#nav li a:hover {
					/*color: #ff00ff;*/
					background-color: #fe1a00;
					-moz-box-shadow: inset 0px 0px 30px 10px #ce0100;
					-webkit-box-shadow: inset 0px 0px 30px 10px #ce0100;
					box-shadow: inset 0px 0px 30px 10px #ce0100;
					text-shadow: 1px 1px 1px #b23e35;
				
				}


				#header ul#nav li a.active {
					color: #fff;
					background-color: #fe1a00;
					z-index: 40;
					-moz-box-shadow: inset 0px 0px 30px 10px #ce0100;
					-webkit-box-shadow: inset 0px 0px 30px 10px #ce0100;
					box-shadow: inset 0px 0px 30px 10px #ce0100;
					text-shadow: 1px 1px 1px #b23e35;
				
				}
				

#sisalto_ala {
	
	width: 700px;
	padding: 40px 20px 10px 20px;
	margin: auto;
	margin-top: 30px;
	border: 2px solid #f2f2f2;
	height: 600px;
    /*height:auto !important;*/
	overflow: hidden;
	background-image: url(images/bg2.png);
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	border-radius: 2px;
	position: relative;
	z-index: 5;
	-moz-box-shadow: 0px 0px 10px #666;
	-webkit-box-shadow: 0px 0px 10px #666;
	box-shadow: 0px 0px 10px #666;
	-moz-animation:anim 0.9s ease-in-out;
	-webkit-animation:anim 0.9s ease-in-out;
	-o-animation:anim 0.9s ease-in-out;

}

#yhteystiedot {
	
	width: 950px;
	padding: 40px 20px 10px 20px;
	margin: auto;
	margin-top: 30px;
	border: 2px solid #f2f2f2;
	height: 600px;
    /*height:auto !important;*/
	overflow: hidden;
	background-image: url(images/bg2.png);
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	border-radius: 2px;
	position: relative;
	z-index: 5;
	-moz-box-shadow: 0px 0px 10px #666;
	-webkit-box-shadow: 0px 0px 10px #666;
	box-shadow: 0px 0px 10px #666;
	-moz-animation:anim 0.9s ease-in-out;
	-webkit-animation:anim 0.9s ease-in-out;
	-o-animation:anim 0.9s ease-in-out;

}

#tarjouspyynto {
	
	width: 500px;
	padding: 40px 20px 10px 20px;
	margin: auto;
	margin-top: 30px;
	/*border: 1px solid red;*/
	height: 550px;
    /*height:auto !important;*/
	overflow: hidden;
	background-image: url(images/bg2.png);
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	border-radius: 2px;
	position: relative;
	z-index: 5;
	-moz-box-shadow: 0px 0px 10px #666;
	-webkit-box-shadow: 0px 0px 10px #666;
	box-shadow: 0px 0px 10px #666;
	-moz-animation:anim 0.9s ease-in-out;
	-webkit-animation:anim 0.9s ease-in-out;
	-o-animation:anim 0.9s ease-in-out;

}

#tarjoukset {
	width: 350px;
	padding: 10px 20px 10px 20px;
	margin: auto;
	margin-top: 30px;
	/*border: 1px solid red;*/
	height: 410px;
	/*height:auto !important;*/
	overflow: hidden;
	/*background-image: url(images/bg2.png);*/
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	border-radius: 2px;
	position: absolute;
	left: 20px;
	z-index: 5;
	/*-moz-box-shadow: 0px 0px 10px #666;
	-webkit-box-shadow: 0px 0px 10px #666;
	box-shadow: 0px 0px 10px #666;*/

}

#tarjoukset img {
	
	padding-left: 15px;
	z-index: 3;
	
}

#tarjoukset ul {
	
	list-style: none;
	
}

#tarjoukset li {
	
	height: 410px;
	
}

#yhteystiedot_palkki {
	
	width: 450px;
	height: 500px;
	float: left;
	margin-left: 20px;
	/*border: 1px solid red;*/
	
}

#kartta {
	
	width: 450px;
	height: 350px;
	float: left;
	margin-left: 20px;
	/*border: 1px solid red;*/
	
}

#aukioloajat {
	
	width: 450px;
	height: 200px;
	float: left;
	margin-left: 20px;
	margin-bottom: 10px;
	/*border: 1px solid red;*/
	
}

#etusivuteksti {
	
	width: 900px;
	height: 50px;
	padding: 10px 10px 10px 10px;
	/*border: 1px solid red;*/
	overflow: hidden;
	/*background-image: url(images/bg.png);*/
	/*border-radius: 10px 10px 10px 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;*/
	position: absolute;
	right: -10px;
	bottom: 45px;
	z-index: 5;
	/*-moz-box-shadow: 0px 0px 5px #000;
	-webkit-box-shadow: 0px 0px 5px #000;
	box-shadow: 0px 0px 5px #000;*/
	color: #f2f2f2;
	font-size: 50px;
	font-weight: bold;
	text-shadow: 1px 1px 3px #333;

}

#etusivupainike {
	
	width: 150px;
	height: 30px;
	position: absolute;
	bottom: 30px;
	right: -13px;
	z-index: 40;
	
	
}


#nuolivasen a {
	
	display: block;
	width: 26px;
	height: 35px;
	position: absolute;
	top: 130px;
	left: 5px;
	background: url(...) no-repeat;
	z-index: 20;
	text-indent: -9999px;
	text-decoration: none;
	outline: none;
	
}

#nuolioikea a {
	
	display: block;
	width: 26px;
	height: 35px;
	position: absolute;
	top: 130px;
	right: 5px;
	background: url(...) -27px no-repeat;
	z-index: 20;
	text-indent: -9999px;
	text-decoration: none;
	outline: none;
	
}

	#nuolivasen a:hover {
	background:url(...) -27px no-repeat;
	}

	#nuolioikea a:hover {
	background:url(...) no-repeat;
	}
		

#sisalto_ala ul li {
	
	font-size: 14px;
	color: #000;
	margin: 0 0 0 0;
	/* text-shadow: 1px 1px 3px #000;*/

}

#lista {
	
	font-size: 14px;
	color: #000;
	padding-left: 15px;
	margin: 0 0 0 0;
	text-shadow: 1px 1px 3px #f2f2f2;
	line-height: 30px;

}


#palvelut_kuva {
			
	margin-top: 10px;
	float: right;
		
}
	



	#sisalto_ala p {
			
			font-size: 16px;
			color: #333;
			margin: 0 0 24px 0;
			text-shadow: 1px 1px 2px #f2f2f2;
		
		}
		
	#yhteystiedot p {
			
			font-size: 16px;
			color: #333;
			margin: 0 0 24px 0;
			text-shadow: 1px 1px 2px #f2f2f2;
		
		}
		
	#tarjouspyynto p {
			
			font-size: 16px;
			color: #333;
			text-shadow: 1px 1px 2px #f2f2f2;
		
		}
		
	#tarjoukset p {
			
			font-size: 14px;
			color: #f2f2f2;
			font-weight: bold;
			text-shadow: 1px 1px 2px #333;
		
		}

		#sisalto_ala a {
			
			color: #ff00ff;
			text-decoration: none;
		
		}
			
			#sisalto_ala a:hover {
				
				/*color: #ff00ff;*/
				text-decoration: underline;
			
			}
		
		#tarjoukset h2 {
			
			color: #f2f2f2;
			font-size: 30px;
			font-weight: bold;
			text-shadow: 1px 1px 3px #333;
			z-index: 4;
			
		}	
			
			
		#sisalto_ala h4 {
			
			font-size: 16px;
			font-weight: normal;
			color: #fff;
			margin: 0 0 30px 0;
			clear: both;
			
		}
			

		
		#sisalto_ala h3 {
			
			font-size: 22px;
			font-weight: normal;
			color: #3d3d3d;
			margin: 0 0 10px 0;
			clear: both;
			/*text-shadow: 0 3px 3px #000;*/
		
		}
	
	
#sisalto_ala .perussivu {
	
	width: 700px;
	float: left;
	padding: 0 30px 0 30px;
	margin: 0 0 24px 0;

}


	#kuvasivu img {
	
	opacity: 1;
	-webkit-transition: opacity;
	-webkit-transition-timing-function: ease-out;
	-webkit-transition-duration: 500ms;
	}

	#kuvasivu img:hover{
	
	opacity: .3;
	-webkit-transition: opacity;
	-webkit-transition-timing-function: ease-out;
	-webkit-transition-duration: 500ms;
	}


#sisalt_ala .logot {
	
	width: 700px;
	padding: 0 30px 0 30px;
	margin: 0 0 0 0;
	vertical-align: middle;
	
}

#footer {
	
	width: 1304px;
	height: 205px;
	min-height: 100px;
	overflow: hidden;
	margin: 0 auto;
	margin-top: 2px;
	background: url(images/footer.png) no-repeat;
	
}

#footer2 {
	
	width: 1304px;
	height: 214px;
	min-height: 100px;
	overflow: hidden;
	margin: 0 auto;
	margin-top: 2px;
	background: url(images/footer2.png) no-repeat;
	
}
	
	#footer p {
		
		font-size: 12px;
		text-decoration: none;
		color: #666;
		/*text-shadow: 0 1px 1px #000;*/
		text-align:center;
		margin: 2px 0 0 0;
		
	}
	
	#footer p a.linkki_ala {
		font-size: 12px;
		text-decoration: none;
		color: #666;
		/*text-shadow: 0 1px 1px #000;*/
		text-align:center;
		margin: 2px 0 0 0;
	
	}
		
		#footer p a.linkki_ala:hover {
			
			color: #fe1a00;
		
		}
		
	#footer2 p {
		
		font-size: 12px;
		text-decoration: none;
		color: #666;
		/*text-shadow: 0 1px 1px #000;*/
		text-align:center;
		margin: 2px 0 0 0;
		
	}
	
	#footer2 p a.linkki_ala {
		font-size: 12px;
		text-decoration: none;
		color: #666;
		/*text-shadow: 0 1px 1px #000;*/
		text-align:center;
		margin: 2px 0 0 0;
	
	}
		
		#footer2 p a.linkki_ala:hover {
			
			color: #fe1a00;
		
		}

#peitto {
	
	position: absolute;
	background-color: #fff;
	width: 514px;
	height: 7px;
	right: -3px;
	top: 177px;
	z-index: 50;
}

.input {

border-radius: 5px;
border: 1px solid #ccc;
width: 300px;
height: 20px;
padding: 5px;

}


.textarea {

border-radius: 5px;
border: 1px solid #ccc;
width: 300px;
padding: 5px;

}

iframe {

border-radius: 3px;
border: 1px solid #ccc;

}

.painike {
	
	-moz-box-shadow:inset 0px 1px 0px 0px #f29c93;
	-webkit-box-shadow:inset 0px 1px 0px 0px #f29c93;
	box-shadow:inset 0px 1px 0px 0px #f29c93;
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #fe1a00), color-stop(1, #ce0100) );
	background:-moz-linear-gradient( center top, #fe1a00 5%, #ce0100 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#fe1a00', endColorstr='#ce0100');
	background-color:#fe1a00;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	border-radius:3px;
	border:1px solid #d83526;
	display:inline-block;
	color:#ffffff;
	font-family:arial;
	font-size:15px;
	/*font-weight:bold;*/
	padding:6px 18px;
	text-decoration:none;
	text-shadow:1px 1px 0px #b23e35;

}

.painike:hover {

	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #ce0100), color-stop(1, #fe1a00) );
	background:-moz-linear-gradient( center top, #ce0100 5%, #fe1a00 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ce0100', endColorstr='#fe1a00');
	background-color:#ce0100;

}

.painike:active {

	position:relative;
	top:1px;

}