@charset "UTF-8";

/* Misc */

.Hidden {
	display: none;	
}

.Clear {
	clear: both;	
}

.Right {
	text-align: right;
	float: right;	
}

.Left {
	text-align: left;
	float: left;	
}

.Center {
	text-align: center;
	margin-left: auto;
	margin-right: auto;
}

a img {
	border: 0;
}


/* Typography */

body, input, textarea {
	font-family: Arial, Helvetica, sans-serif;
	color: #111;
	font-size: 13px;
	line-height: 18px;
}

a:link,
a:visited,
a:hover,
a:active {
	color: #da001a;
	text-decoration: none;
}
a:hover,
a:active {
	color: #f43e54;
}

input, textarea {
	border: 1px solid #ccc;
	padding: 3px;
	background: #fff;
}

ul {
	list-style: square;
}

h1,h3 {
	color: #000;
}

h2 {
	font-size: 21px;
	line-height: 30px;
	margin: 0;
	padding: 0;
	font-weight: normal;
}

h3 {
	font-size: 17px;
	line-height: 25px;
	margin: 0 0 4px 0;
	padding: 0;
}

/* Visuals */

body, html {
	padding: 0;
	margin: 0;
	text-align: center;
	height: 100%;
	width: 100%;
}

html {
	background: #ffd54b url(../gfx/bg-2.gif) repeat-x;
}

.KarkkikatuTitle
{ 
  position: absolute; 
  top: -3px!important; top: 14px; 
  left: 170px; 
  height: 130px; width: 130px; 
  display: block; 
  background: transparent url(../gfx/logo.png) left top no-repeat;
z-index: 10;
}

.KarkkikatuTitle span{ display: none; }

#sisasivu #Wrapper {
	width: 1000px;
	margin: 0 auto;
}

#etusivu_body #Wrapper {
	width: 1260px;
	margin: 0 auto;
position: relative;
}

#widePage {
	width: 1000px;
	margin: 0 auto;
	padding: 0;
	min-height: 20px;
}

#widePage .Content {
	text-align: left;
	padding: 20px 90px;
}


#Menu
{
        width: 1000px;
	margin: 0 auto;
        height: 60px;
        padding: 3px 0 0 0;
}

#Navigation {
	list-style: none;
	margin: 0;
	padding: 0;
	display: block;
	text-align: center;
	width: 755px;
	height: 57px;
	float: right;
	/*border: 1px solid green;*/
}

#Navigation li {
	display: inline;
	float: left;
	height: 54px;
	margin: 0;
	padding: 0;

}

#Navigation li.current a:hover, #Navigation li.current a {
	display: block;
	padding: 21px 23px 2px 23px;
	height: 31px;
	line-height: 12px;
	font-size: 12px;
	background: transparent url(../gfx/mainnavi_pipe_act.gif) left top no-repeat;
}

#Navigation li a:hover {
	display: block;
	padding: 22px 23px 1px 23px;
	height: 31px;
	line-height: 12px;
	font-size: 12px;
	background: transparent url(../gfx/mainnavi_pipe_hover.gif) left top no-repeat;
}


#Navigation li a {
	display: block;
float: left;
	padding: 23px 23px 0 23px;
	height: 31px;
	line-height: 12px;
	font-size: 12px;
	background: transparent url(../gfx/mainnavi_pipe.gif) left top no-repeat;
}

#Navigation li a span#etusivu
{

	display: block;
	float: left;
	height: 17px;
	width: 71px;

	background: transparent url(../mainmenu/etusivu.png) center top no-repeat;
}

#Navigation li a span#tuotteet
{
	display: block;
	height: 17px;
	width: 80px;
	float: left;
	background: transparent url(../mainmenu/tuotteet.png) center top no-repeat;
}

#Navigation li a span#kuvapankki
{
        display: block;
	height: 17px;
	width: 108px;
	float: left;
	background: transparent url(../mainmenu/kuvapankki.png) center top no-repeat;
}

#Navigation li a span#yhteystiedot
{
	display: block;
	height: 17px;
	width: 117px;
	float: left;
	background: transparent url(../mainmenu/yhteystiedot.png) center top no-repeat;
}

#Navigation li a span#uutuudet
{
	display: block;
	height: 17px;
	width: 83px;
	float: left;
	background: transparent url(../mainmenu/uutuudet.png) center top no-repeat;
}

#Navigation li a span#yritysinfo
{
	display: block;
	height: 17px;
	width: 98px;
	float: left;
	background: transparent url(../mainmenu/yritysinfo.png) center top no-repeat;
}

#Navigation li a span span
{

	display: none;
}




#subNavi {
	list-style: none;
	margin: 0;
	padding: 0 50px;
	display: block;
	text-align: center;
	width: 900px;
	height: 42px;
	background: transparent url(../gfx/subnavi_bg.png) no-repeat;
}
	#subNavi li {
		display: block;
		float: left;
		height: 35px;
		margin: 0;
		padding: 0;
	}
		#subNavi li.Selected a {
			font-weight: bold;
			text-decoration: underline;
		}
		#subNavi li a {
			display: block;
			padding: 13px 30px 0 30px;
			height: 35px;
			line-height: 12px;
			font-size: 12px;
			background: transparent url(../gfx/subnavi_pipe.png) right top no-repeat;
		}
		
#sisasivu #Header {
	background: transparent url(../gfx/header.gif) no-repeat;
	width: 950px;
	height: 150px;
	margin: 0 auto;
	padding: 0 50px 0 0;
}

#etusivu #Header {
	background: transparent url(../gfx/header.gif) no-repeat;
	width: 950px;
	height: 60px;
	margin: 0 auto;
	padding: 0 50px 0 0;
}

#footer_container
{
    width:  100%;
    height: 42px!important;
    height: 34px;
    text-align: center;
 
    background: url(../gfx/footer_bg.png) 0 0 repeat-x!important;
        background: transparent;
 
        border-top: 0!important;
        border-top: 1px solid #ffcd44;
}
#footer_container #footer_container_inner {
    height: 34px;
    width: 900px;
    margin: 8px auto 0 auto!important;
    margin: 0 auto 0 auto;
    background: #ffd13d url(../gfx/footer_bg2.gif) left bottom repeat-x;
}




 
#footer-left
{ text-align: left; float: left;  height: 29px;
  width: 290px; background: url(../gfx/footer_line_1.gif) top left no-repeat;
padding: 5px 0 0 0;
}

#footer-right 
{ text-align: right; float: right; height: 29px;
padding: 5px 0 0 0;
  width: 600px; background: url(../gfx/footer_line_1.gif) top right no-repeat;
}

 
#footer-right a, #footer-left a
{
    color: #da001a;
    text-decoration: none;
    font-size: 12px;
    height: 22px;
    line-height: 22px;
    background: url(../gfx/footer_line_2.gif) 100% 50% no-repeat;
    padding: 0px 12px 5px 10px;
    display: inline;
}
 
#footer-right a
{
    background: url(../gfx/footer_line_2.gif) 0% 50% no-repeat;
    padding: 0px 10px 5px 12px;
}
 
#footer-right a:hover, #footer-left a:hover
{
    text-decoration: underline;
}
 
.container{

/* border: 1px solid #ccc; */ 
width: 900px; padding:  20px 65px 0 65px;
text-align: left;
float: left;
clear: both;
}

.container-1, .container-2, .container-3
{
	/* border: 1px solid #ccc; */ 
	width: 280px;
	padding: 0 15px 10px 0;
	float: left;
}

.container-2
{
	padding: 0 15px 40px 0;
}
.container-3
{
	padding: 0 0 40px 0;
}



.container .border
{
border-bottom: 1px solid #f4b95b;
height: 1px;
width: 280px;
line-height: 1px;
font-size:1px;
clear: both;
padding: 5px 0 0 0;
}

.container h4
{
   padding: 5px 0 0 0;
   margin: 0;
line-height: 16px;
font-size: 12px;
color: #cc0000
}

.container p
{
   padding: 2px 0 5px 0;
   margin: 0;
line-height: 16px;
font-size: 12px;
color: #333333;
}

#footer_container #linkkipalvelut { display:none; }



 
.container-4{

/* border: 1px solid #ccc; */ 
width: 900px; padding:  20px 65px 0 65px;
text-align: left;
float: left;
clear: both;
}

.container-4-1, .container-4-2, .container-4-3, .container-4-3
{
	/* border: 1px solid #ccc; */ 
	width: 202px;
	padding: 0 12px 10px 0;
	float: left;
}

.container-4-1
{
    width: 222px;
    margin-left: -10px!important;
     margin-left: -5px;
}

.container-4-2
{
	padding: 0 23px 40px 0;
}
.container-4-3
{
	padding: 0 23px 40px 0;
}
.container-4-4
{
	padding: 0 0 40px 0;
}


