html, body{
	height:100%;
}

body{
	padding:0;
	margin:0;
	background:url(images/bg.jpg) repeat-x #fff;
}

/* YLEISET TYYLIT */

.hidden{
	display:none;
}

a{
	color:#f68428;
}

a:active {
  outline:none;
}

:focus {
  -moz-outline-style:none;
}

ol{
	margin-top:0;
	padding-top:0;
}

form{
	padding:0;
	margin:0;
}

/* TEKSTITYYLIT */
body{
	font-family:Arial, Helvetica, sans-serif;
	color:#525251;
	font-size:11px;
}

h1{
	font-size:18px;
	color:#7e7e7d;
	margin:0;
	padding:25px 0 10px 0;
}

#leftCol h1, #rightCol h1{
	padding-top:10px;
}

h2{
	color:#f68428;
	font-size:12px;
	margin:0;
	padding:25px 0 5px 0;
}

#laatikko_nosto h2{
	color:#525251;
	padding-top:0;
}

h3{
	color:#f68428;
	font-size:11px;
	margin:0;
	padding:5px 0;
}

p{
	line-height:16px;
	margin:0;
	padding:0 0 15px 0;
}

#footer p{
	line-height:normal;
	padding:0;
}

.over_input{
	font-weight:bold;
	padding-bottom:0;
}

.field{
	color:#525251;
	font-size:11px;
}

.palautekentta{
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
}

.submit, .submit2{
	font-size:11px;
	font-weight:bold;
	color:#525251;
}

label.error{
	padding:0;
	margin:0 0 0 20px;
	color:#FF0000;
}

.small{
	font-size:10px;
}

.no_padding{
	padding:0;
}

.tai{
	font-weight:bold;
	padding:5px 10px;
}

/* RAKENTEELLISET TYYLIT */

#white_bg{
	position:fixed;
	top:0;
	left:50%;
	margin-left:-490px;
	width:980px;
	height:100%;
	background:#fff;
}

#all{
	margin:0 auto;
	width:980px;
}

#top{
	position:relative;
	width:980px;
	height:83px;
}

#logo{
	position:absolute;
	top:28px;
	left:37px;
}

#navigation{
	position:absolute;
	top:19px;
	left:313px;
	padding:0;
	margin:0;
	border-left:solid 2px #dcdcd8;
}

#navigation li{
	float:left;
	height:43px;
	list-style:none;
	border-right:solid 2px #dcdcd8;
}

.selected{
	background:url(images/bg_nav.jpg) repeat-x;
}

#navigation a{
	height:43px;
	padding:0 17px;
	background-position:top center;
	background-repeat:no-repeat;
	display:block;
	overflow:hidden;
}

#navigation a:hover{
	background-position: bottom center;
}

#navigation a.mobile{
	width:41px;
	background-image:url(images/nav_mobile.png);
}

#navigation a.ukk{
	width:94px;
	background-image:url(images/nav_ukk.png);
}

#navigation a.ongelmat{
	width:117px;
	background-image:url(images/nav_ongelmat.png);
}

#navigation a.palaute{
	width:51px;
	background-image:url(images/nav_palaute.png);
}

#content{
	position:relative;
	margin: 0 auto;
	width:962px;
	min-height:55px;
	background:url(images/bg_content.jpg) repeat-x top;
}

#phone{
	position:absolute;
	top:10px;
	left:2px;
	width:277px;
	height:532px;
	display:block;
	overflow:hidden;
	background:url(images/phone.png) no-repeat;
}

#phone a#sulje{
	position:absolute;
	top:22px;
	left:24px;
	width:70px;
	height:24px;
	overflow:hidden;
	background-image:url(images/btn_sulje.jpg);
	background-repeat:no-repeat;
	background-position:left top;
	text-decoration:none;
	display:none;
}

#phone a:hover#sulje{
	background-position:left bottom;
}

#phone_content{
	position:absolute;
	top:51px;
	left:24px;
	width:229px;
	height:369px;
	overflow:hidden;
}

#phone_content #kuva{
	width:229px;
	height:223px;
	overflow:hidden;
}

#phone_content #buttons{
	width:229px;
	height:146px;
	background-color:#f68428;
	overflow:hidden;
}
#phone_content #buttons a#btn_videoesittely, #phone_content #buttons a#btn_demo{
	margin:0 auto;
	margin-top:20px;
	width:181px;
	height:41px;
	display:block;
	background-repeat:no-repeat;
	background-position:top left;
	overflow:hidden;
}
#phone_content #buttons a#btn_videoesittely{
	background-image:url(images/btn_videoesittely.jpg);
}

#phone_content #buttons a#btn_demo{
	background-image:url(images/btn_demo.jpg);
}

#phone_content #buttons a:hover#btn_videoesittely, #phone_content #buttons a:hover#btn_demo{
	background-position:bottom left;
}

#loadContent{
	position:absolute;
	top:15px;
	left:302px;
	width:650px;
}

#footer{
	position:absolute;
	top:550px;
	left:2px;
	width:277px;
	height:20px;
	text-align:center;
}

/*SISÄLTÖ OSION TYYLIT*/

#etusivu_nosto{
	position:relative;
	width:650px;
	height:219px;
	background:url(images/talo.jpg) no-repeat;
}

#etusivu_nosto #nosto_teksti{
	width:250px;
	height:190px;
	margin-left:15px;
	overflow:hidden;
}

#alasivu_nosto{
	position:relative;
	width:650px;
	height:147px;
	background:url(images/talo_alasivu.jpg) no-repeat;
}

#alasivu_nosto #nosto_teksti{
	width:265px;
	height:120px;
	margin-left:15px;
	overflow:hidden;
}


#leftCol{
	float:left;
	width:307px;
	padding:0 12px;
}

#rightCol{
	float:left;
	width:295px;
	padding:0 12px;
}

#laatikko_nosto{
	border:2px solid #f68428;
	padding:20px; 
}

#formi_alue{
	width:626px;
	padding:0 12px;
	overflow:hidden;
}

#tilaus_alue{
	position:relative;
}

.field{
	float:left;
	border:1px solid #dbdbdb;
	width:200px;
	height:16px;
	padding-top:4px;
	background:url(images/bg_input.jpg) repeat-x;
}

.palautekentta{
	float:left;
	border:1px solid #dbdbdb;
	width:200px;
	height:100px;
	padding:4px 0;
	background:url(images/bg_input.jpg) repeat-x;
}

.error_phonenumber{
	position:absolute;
	top:46px;
	left:160px;
}

.submit{
	float:left;
	width:63px;
	height:24px;
	display:block;
	background-image:url(images/btn_laheta.jpg);
	background-position:top left;
	background-color:transparent;
	border:none;
	overflow:hidden;
	margin-bottom:5px;
}

.submit2{
	float:left;
	width:80px;
	height:28px;
	display:block;
	background-image:url(images/btn_laheta2.jpg);
	background-position:top left;
	background-color:transparent;
	border:none;
	overflow:hidden;
	margin-bottom:5px;
}

.submit:hover, .submit2:hover{
	background-position:bottom left;
	cursor:pointer;
	color:#FFFFFF;
}

/* ACCORDION ETUSIVU TYYLIT */

#accordion {
	width: 307px;
}

/* accordion header */

#accordion .header{
	position:relative;
	width:294px;
	height:21px;
	display:block;
	background-image:url(images/bg_accordion_h2.jpg);
	margin:0 0 10px 0;
	padding:8px 0 0 13px;
	cursor:pointer;
}

#accordion h2 {
	color:#525251;
	padding:0;
	margin:0;
	font-size:11px;
	font-weight:bold;
	cursor:pointer;		
}

#accordion .arrow{
	position:absolute;
	top:0;
	right:8px;
	width:18px;
	height:29px;
	background:url(images/accordion_arrows.jpg) no-repeat;
	background-position:top left;
	overflow:hidden;
}

#accordion .active{
	background-position:bottom left;
}


/* currently active header */
#accordion h2.current {
	cursor:default;
}

/* accordion pane */
#accordion div.pane {
	display:none;
	padding:0 13px 0 13px;
}



/* POPUP  */

#popup_bg{
	position:fixed;
	top:0;
	left:0;
	width:100%;
	height:100%;
	background:url(images/bg_popup.png) repeat;
	display:none;
	z-index:10;
}

#popup_all{
	position:relative;
	margin:0 auto;
	width:980px;
}

#popup{
	position:absolute;
	top:95px;
	left:320px;
	width:625px;
	height:490px;
	display:none;
	z-index:1000;
}

a.popupsulje{
	position:absolute;
	top:0;
	left:3px;
	width:70px;
	height:21px;
	overflow:hidden;
	background-image:url(images/btn_sulje.png);
	background-repeat:no-repeat;
	background-position:left top;
	text-decoration:none;
}

a:hover.popupsulje{
	background-position:left bottom;
}

#popup_top{
	width:625px;
	height:6px;
	margin-top:21px;
	background:url(images/popup_big_top.png) no-repeat;
	overflow:hidden;
}

#popup_content{
	width:525px;
	height:450px;
	padding:0 50px;
	background:url(images/popup_big_bg.png) repeat-y;
}

#popup_bottom{
	width:625px;
	height:15px;
	background:url(images/popup_big_bottom.png) no-repeat;
}


/* ACCORDION UKK */

#accordion2{
	position:relative;
	width:638px;
	padding:25px 0 0 12px;
}


#accordion2 h2{
	float:right;
	width:295px;
	margin:0 0 5px 310px;
	padding:0 0 0 15px;
	font-size:11px;
}

#accordion2 h2:hover{
	cursor:pointer;
}

#accordion2 h2.active{
	color:#000000;
	cursor:default;
	background-image:url(images/bg_accordion2_h2.jpg);
	background-repeat:no-repeat;
	background-position:center left;
}

#accordion2 .pane{
	position:absolute;
	top:25px;
	left:12px;
	width:307px;
}

#accordion2 .pane h3{
	margin-top:0;
	padding-top:0;
	padding-bottom:10px;
	font-size:12px;
}