@charset "UTF-8";
/* CSS Document */

* {
	
	margin: 0;
	padding: 0;
	font-family: "Tahoma", Geneva, sans-serif;
	font-size: 14px;
	
}

/* Typografia */

h1 {


	font-family: "Tahoma", Geneva, sans-serif;
	padding-top: 30px;
	color: #f1901f;
	font-size: 18px;
	letter-spacing: 2px;
	text-align: left;
	padding-bottom:12px;
	
}

h2 {


	font-family: "Tahoma", Geneva, sans-serif;
	padding-top: 30px;
	color: #f1901f;
	font-size: 18px;
	letter-spacing: 2px;
	text-align: center;
	padding-bottom:12px;
	
}

p {

	font-family: "Tahoma", Geneva, sans-serif;
	font-size: 14px;
	line-height: 16px;
	color: #3d3d3d;

}

.footer p {
	
	font-size:12px; 
	color: #2a2929;
	line-height: 20px;
	
}

/* Wrapperit */

html { 

	background-image:url(../images/header_bg.jpg);
	background-repeat: repeat-x;
	background-color: #272728;
	
}

html, body, .wrapper { height: 100%; }


.wrapper {

	width: 100%;
	height: auto;
	min-height: 100%;
	background-image:url(../images/bg1.jpg);
	background-position:top left;
	background-repeat: no-repeat;
	
}

.wrapper2 {

	width: 100%;
	height: auto;
	min-height: 100%;
	background-image:url(../images/bg2.jpg);
	background-position:top left;
	background-repeat: no-repeat;
	
}

.wrapper3 {

	width: 100%;
	height: auto;
	min-height: 100%;
	background-image:url(../images/bg3.jpg);
	background-position:top left;
	background-repeat: no-repeat;
	
}


.main_alku {
	
	padding-bottom: 100px;
	padding-top: 0px;
	padding-left:620px;
	width: 450px;
	
	
}

.main {
	
	padding-bottom: 50px;
	padding-top: 50px;
	width: 860px;
	margin-left:auto;
	margin-right:auto;
	
	
}

/* Navigaatio*/
/* Menun tarkemmat muotoilut löytyvät kansiosta spryAssets */

.navbar {
	padding-top: 50px;
	padding-left:450px;
	width: 100%;
	height: 73px;	
}

/* Sisältö */

.content_row {

	postion: relative;
	

}

.content_row .column {
	
	width: 400px;
	min-height:580px;
	padding: 10px 41px 30px 10px;
	float: left;
	position: relative;
	
	
}
.content_row .column_right{
	
	width: 241px;
	padding: 30px 0 30px 13px;
	float: right;
	position: relative;
	clear: none;
	
}

.content_row .column_full_width {

	padding: 30px 0 30px 13px;

}

.content_row_palvelut .column {
	
	width: 550px;
	padding: 30px 41px 30px 13px;
	float: left;
	position: relative;
	
	
}
.content_row_palvelut .column_right{
	
	width: 241px;
	padding: 30px 0 30px 13px;
	float: right;
	position: relative;
	clear: none;
	
}


/* Footer */

.footer {

	widht:100%;
	margin-top: -200px; /* negative value of footer height */
	height: 200px;
	clear:both;
	position: relative;

}

.footer .footer_content {

	width: 100%;
	margin-left:auto;
	margin-right:auto;
	padding-top: 20px;

}

.footer .footer_content .left_column {
	
	width: 216px;
	height: 255px;
	padding: 15px 60px 15px 0px;
	float: left;

}

.footer .footer_content .middle_column {
	
	width: 160px;
	height: 255px;
	padding: 15px 60px 15px 60px;
	border-left: solid 2px #fffff7;
	float: left;

}

.footer .footer_content .right_column {
	
	width: 216px;
	height: 255px;
	padding: 15px 0px 15px 60px;
	border-left: solid 2px #fffff7;
	float: right;
	
}

/* Extrat */

.separator_thin {
	
	width: 100%;
	height:0px;
	border-top: solid 1px #77a7dc;
	
}

.separator_thick {
	
	width: 100%;
	height:3px;
	background-image:url(../images/bar_2px.gif);
	background-repeat:no-repeat;
	padding:0;
	margin:0;
	
}

.clear {

	clear: both;
	height:0;
	padding: 0;
	margin:0;

}

.clearfix {
	
	display: block;

}
