@charset "iso-8859-1";
@import url("reset.css");
/*
	Variable Grid System.
	Learn more ~ http://www.spry-soft.com/grids/
	Based on 960 Grid System - http://960.gs/

	Licensed under GPL and MIT.
*/

body {
	font: 14px/17px "Myriad Pro", Arial, Helvetica, sans-serif;
	color: #000;
	background: url('../img/body-bg.jpg') 0 0 repeat;
	height:100%;
}

b, strong {
	font-weight:bold;
}


/* MainContainers
----------------------------------------------------------------------------------------------------*/
.container_12 {
	margin-left: auto;
	margin-right: auto;
	width: 840px;
}

#wrapper-etusivu, #wrapper-palvelut, #wrapper-referenssit, #wrapper-galleria, #wrapper-yhteystiedot {
	width: 960px;
	margin: 0 auto;
	padding-bottom: 30px;
}

#wrapper-etusivu {background: url('../img/sisalto-etusivu.jpg') 10px 0 no-repeat;}
#wrapper-palvelut {background: url('../img/sisalto-alasivu4.jpg') 10px 0 no-repeat;}
#wrapper-referenssit {background: url('../img/sisalto-alasivu3.jpg') 10px 0 no-repeat;}
#wrapper-galleria {background: url('../img/sisalto-alasivu5.jpg') 10px 0 repeat-y;}
#wrapper-yhteystiedot {background: url('../img/sisalto-alasivu6.jpg') 10px 0 no-repeat; padding-bottom:0;}

#lomakebox {
	width:450px;
	min-height: 410px;
	padding: 0 20px 40px 40px;
	float: right;
	margin-right: -60px;
	background: url('../img/lomake-bg.png') 0 0 repeat-x;
}

.header {
	width:960px;
	height: 140px;
	margin:0 auto;
	background: url('../img/menu-bg.png') bottom left no-repeat;
}

#footer {
	width:820px;
	height: 20px;
	margin: 0 auto;
	margin-bottom: 20px;
	padding: 5px 60px;
	background: url('../img/footer-bg.png') bottom center no-repeat;
}

#footer p {
	font-size: 0.8em;
	color: #ddd;
	float: left;
}

#footer p.copy { float: left;}
#footer p.sitedesign { float: right;}
#footer p a.design { text-decoration: none; color: #fff;}

a img:hover { opacity: 0.9;}



/* Logo and navi
----------------------------------------------------------------------------------------------------*/

#logo {
	float: left;
	margin: 20px 0 0 53px;
}

#navi {
	float:left;
	margin:100px 0 0 0;
}

#navi ul {
	position:relative;
	float:left;
	width:540px;
}

#navi li {
	float: left;
	background: url('../img/menu-jakaja.png') top right no-repeat;
}

#navi li.last {	background: transparent;}

#navi li a {
	font: 14px/18px Arial, Helvetica, sans-serif;
	height: 20px;
	line-height: 36px;
	padding: 10px 10px;
	text-transform: uppercase;
	color: #fff;
	list-style: none;
	text-decoration: none;
}

#navi li a:hover,
#navi li.active a {
	color: #ddd;
	background: url('../img/menu-hoverbg.png') 0 0 repeat-x;
}

.face{ margin: 30px 0 0 0;
	-moz-border-radius: 5px; -webkit-border-radius: 5px;
	background: #eee;
}


.errors{ margin: 20px 0 10px 0;
			padding: 20px;
			-moz-border-radius: 5px; -webkit-border-radius: 5px;
			background: #eee;
			color: #F00;
}

.errors strong{ color: #222;
}



/* Tekstityylit
----------------------------------------------------------------------------------------------------*/

h1 {
	font: 26px/36px Arial, Helvetica, sans-serif;
	font-weight: bold;
	text-shadow: 0 1px 5px #333;
	color: #fff;
	border-bottom: 2px #666 solid;
	margin-bottom: 5px;
}

h2.ingressi, h2.ingressi2, h2.ingressi3 {
	font: 18px/22px Arial, Helvetica, sans-serif;
	font-weight: bold;
	text-shadow: 0 1px 5px #333;
}

h2.ingressi {
	color: #ddd;
}

h2.ingressi2 {
	color: #fff;
}

h2.ingressi3 {
	font: 15px/19px Arial, Helvetica, sans-serif;
	color: #ddd;
	padding-bottom: 12px;
	border-bottom: 1px solid #666;
}

h1.palvelunimi {
	font: 20px/24px Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #333;
	margin-bottom: 12px;
	border-bottom: 2px solid #999;
}

.grid_5 p b, .grid_5 p strong {
	color: #000;
	padding-top: 10px;
}

p {
	font: 14px/17px Arial, Helvetica, sans-serif;
	color: #333333;
}

a {
	font: 12px/18px Arial, Helvetica, sans-serif;
	color: #666;
	text-decoration: none;
}

a:hover {
	color: #333;
	text-decoration: underline;
}

#content p {
	text-shadow: 0 1px 1px #fff;
}

.valkoinen { color: #fff;}

/* Nostetut boxit
----------------------------------------------------------------------------------------------------*/

.palvelunostot {
	float: left;
	padding: 10px;
	padding-bottom: 20px;
	background: url('../img/nostoboxin-bg.png') 0 0 repeat-x;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
}

.vaakanostot {
	float: left;
	padding: 20px;
	background: url('../img/nostoboxin-bg.png') 0 0 repeat-x;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	margin-top: 20px;
}

#vaakaboxit .vaakanostot p {
	color: #ddd;
	font-size: 0.9em;
	margin: 10px 0;
	text-shadow: 0 1px 5px #000;
}

.vaakanostot p b {
	color: #fff;
	font-size: 1.0em;
}

.palvelukuva { border: 1px solid #333;}

.palvelunostot h1 {
	text-align: center;
	text-decoration: none;
	color: #fff;
	font-size: 1.6em;
	line-height: 28px;
	font-weight: bold;
	border-bottom: 2px solid #adadad;
	margin: 10px 0;
}

.palvelunostot h1 a {
	text-align: center;
	font-size: 1.0em;
	text-decoration: none;
	color: #fff;
	font-weight: bold;
	text-shadow: 0 1px 2px #000;
}
.palvelunostot h1 a:hover {
	color: #eee;
	text-shadow: 0 1px 5px #000;
}

.palvelunostot ul li {
	color: #999;
	padding-left: 40px;
	background: url('../img/lista-block.png') 10px 2px no-repeat;
}

#alaboxit .palvelunostot p {
	display: block;
	text-align: center;
	font-size: 0.9em;
	color: #eee;
	font-weight: bold;
	margin-top: 10px;
	text-shadow: none;
}

a.nostokuva1 { background: url('../img/nappi-seinatyo.jpg') bottom left no-repeat;}
a.nostokuva2 { background: url('../img/nappi-lattiantyo.jpg') bottom left no-repeat;}
a.nostokuva3 { background: url('../img/nappi-remontit.jpg') bottom left no-repeat;}

a.nostokuva1, a.nostokuva2, a.nostokuva3 {
	height: 120px; width: 240px; display: block; border: 1px solid #666;}
	
a.nostokuva1:hover, a.nostokuva2:hover, a.nostokuva3:hover { background-position: top;}


h1.palveluotsikko {
	text-align: left;
	text-decoration: none;
	color: #fff;
	font-size: 1.6em;
	line-height: 28px;
	font-weight: bold;
	border-bottom: 2px solid #adadad;
	margin: 0 0 10px 0;
	text-shadow: 0 1px 3px #333;
}

/* Kuvaboxi
----------------------------------------------------------------------------------------------------*/

#kuvaboxi {
	padding: 10px;
	height: 280px;
	width: 440px;
	background: url('../img/kuvaboxin-bg.png') 0 0 no-repeat;
	margin: 40px 0 40px 20px;
}

#kuvaslide {
	height: 280px;
	width: 440px;
}


/* Table ja referenssit sivu
----------------------------------------------------------------------------------------------------*/
table {margin-top: 20px;}

tr  {
	display: block;
	float: left;
	text-align: left;
	width: 560px;
}

td {
	float: left;
	color: #fff;
	width: 260px;
	padding: 5px 0;
}

#sivukuvat {
	margin-top: 72px;
}

#sivukuvat img {
	height: 140px;
	width: 200px;
	margin: 0 0 20px 50px;
	border: 1px solid #333;
}

/* Galleria
----------------------------------------------------------------------------------------------------*/
.thumbscontainer {

}

ul.thumbs {

}

ul.thumbs li {
	width:195px;
	height:135px;
	overflow:hidden;
}

#content ul.thumbs li a {
	float:left;
	display:block;
	width:193px;
	height:128px;
	border:1px solid #666;
	position:relative;
	overflow:hidden;
}

#content ul.thumbs li a:hover {
	border-color: #222;
}

#content ul.thumbs li a img {
	position:absolute;
	bottom:0; left:0;
}

#content ul.thumbs li p {
	display: none;
}

.managecontainer {
	padding: 20px;
	background: #ddd;
	-moz-border-radius: 5px; -webkit-border-radius: 5px;
}

.managepicturecontainer {
	padding: 20px;
	background: #fff;
}


/*	Lomaketta koskevat tyylittelyt
------------------------------------------------------------------------ */

label { display:block; color: #fff; float: left; text-align: left; padding: 5px 0 0 3px;
font: 14px/18px Arial, Helvetica, sans-serif; width: 180px;}
label em { color: #f2142b;}
input { float: left; padding: 2px;}
textarea { clear: both; width: 420px;	-moz-border-radius: 5px; -webkit-border-radius: 5px; padding: 3px;
font: 12px/15px Arial, Helvetica, sans-serif;}

fieldset {float: left; display: block; border: none; padding: 30px 0 0 0; width: 220px;}
#viestilohko {float: left;}
.kentta { float: left; width: 190px; padding: 2px;}


legend {display: none;}

select#valinta { float: left; width: 228px; padding: 2px;}

button.laheta {margin: 20px 0 10px 80px; height: 26px; width: 280px;}
button.laheta:hover { color: #F00;}

.radio {float: left; clear: left; height: 14px; width: 14px; margin: 7px 0 0 6px;}
.check {float: left; font-size: 12px; padding-left: 10px;}


/* Grid >> Global
----------------------------------------------------------------------------------------------------*/

.grid_1,
.grid_2,
.grid_3,
.grid_4,
.grid_5,
.grid_6,
.grid_7,
.grid_8,
.grid_9,
.grid_10,
.grid_11,
.grid_12 {
	display:inline;
	float: left;
	position: relative;
	margin-left: 10px;
	margin-right: 10px;
}

/* Grid >> Children (Alpha ~ First, Omega ~ Last)
----------------------------------------------------------------------------------------------------*/

.alpha {
	margin-left: 0;
}

.omega {
	margin-right: 0;
}

/* Grid >> 12 Columns
----------------------------------------------------------------------------------------------------*/

.container_12 .grid_1 {
	width:50px;
}

.container_12 .grid_2 {
	width:120px;
}

.container_12 .grid_3 {
	width:190px;
}

.container_12 .grid_4 {
	width:260px;
}

.container_12 .grid_5 {
	width:330px;
}

.container_12 .grid_6 {
	width:400px;
}

.container_12 .grid_7 {
	width:470px;
}

.container_12 .grid_8 {
	width:540px;
}

.container_12 .grid_9 {
	width:610px;
}

.container_12 .grid_10 {
	width:680px;
}

.container_12 .grid_11 {
	width:750px;
}

.container_12 .grid_12 {
	width:820px;
}



/* Prefix Extra Space >> 12 Columns
----------------------------------------------------------------------------------------------------*/

.container_12 .prefix_1 {
	padding-left:70px;
}

.container_12 .prefix_2 {
	padding-left:140px;
}

.container_12 .prefix_3 {
	padding-left:210px;
}

.container_12 .prefix_4 {
	padding-left:280px;
}

.container_12 .prefix_5 {
	padding-left:350px;
}

.container_12 .prefix_6 {
	padding-left:420px;
}

.container_12 .prefix_7 {
	padding-left:490px;
}

.container_12 .prefix_8 {
	padding-left:560px;
}

.container_12 .prefix_9 {
	padding-left:630px;
}

.container_12 .prefix_10 {
	padding-left:700px;
}

.container_12 .prefix_11 {
	padding-left:770px;
}



/* Suffix Extra Space >> 12 Columns
----------------------------------------------------------------------------------------------------*/

.container_12 .suffix_1 {
	padding-right:70px;
}

.container_12 .suffix_2 {
	padding-right:140px;
}

.container_12 .suffix_3 {
	padding-right:210px;
}

.container_12 .suffix_4 {
	padding-right:280px;
}

.container_12 .suffix_5 {
	padding-right:350px;
}

.container_12 .suffix_6 {
	padding-right:420px;
}

.container_12 .suffix_7 {
	padding-right:490px;
}

.container_12 .suffix_8 {
	padding-right:560px;
}

.container_12 .suffix_9 {
	padding-right:630px;
}

.container_12 .suffix_10 {
	padding-right:700px;
}

.container_12 .suffix_11 {
	padding-right:770px;
}



/* Push Space >> 12 Columns
----------------------------------------------------------------------------------------------------*/

.container_12 .push_1 {
	left:70px;
}

.container_12 .push_2 {
	left:140px;
}

.container_12 .push_3 {
	left:210px;
}

.container_12 .push_4 {
	left:280px;
}

.container_12 .push_5 {
	left:350px;
}

.container_12 .push_6 {
	left:420px;
}

.container_12 .push_7 {
	left:490px;
}

.container_12 .push_8 {
	left:560px;
}

.container_12 .push_9 {
	left:630px;
}

.container_12 .push_10 {
	left:700px;
}

.container_12 .push_11 {
	left:770px;
}



/* Pull Space >> 12 Columns
----------------------------------------------------------------------------------------------------*/

.container_12 .pull_1 {
	left:-70px;
}

.container_12 .pull_2 {
	left:-140px;
}

.container_12 .pull_3 {
	left:-210px;
}

.container_12 .pull_4 {
	left:-280px;
}

.container_12 .pull_5 {
	left:-350px;
}

.container_12 .pull_6 {
	left:-420px;
}

.container_12 .pull_7 {
	left:-490px;
}

.container_12 .pull_8 {
	left:-560px;
}

.container_12 .pull_9 {
	left:-630px;
}

.container_12 .pull_10 {
	left:-700px;
}

.container_12 .pull_11 {
	left:-770px;
}




/* Clear Floated Elements
----------------------------------------------------------------------------------------------------*/

/* http://sonspring.com/journal/clearing-floats */

.clear {
	clear: both;
	display: block;
	overflow: hidden;
	visibility: hidden;
	width: 0;
	height: 0;
}

/* http://perishablepress.com/press/2008/02/05/lessons-learned-concerning-the-clearfix-css-hack */

.clearfix:after {
	clear: both;
	content: ' ';
	display: block;
	font-size: 0;
	line-height: 0;
	visibility: hidden;
	width: 0;
	height: 0;
}

.clearfix {
	display: inline-block;
}

* html .clearfix {
	height: 1%;
}

.clearfix {
	display: block;
}

.toppad10 {	padding-top: 10px;}
.toppad20 {	padding-top: 20px;}
.toppad30 {	padding-top: 30px;}
.toppad40 {	padding-top: 40px;}
