@charset "utf-8";
/* CSS Document */
* {margin: 0px; padding: 0px;}
body { 
	background-color: #c1c3c5; 	
	font-family: Arial, Helvetica, sans-serif;
	background-image: url(../img/bg.gif);
	background-repeat: repeat-x;

}

html {overflow-y: scroll;}

p {	
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
	margin: 0 0 1em 0;
	text-align: justify;
	font-size: 11px;
}


a { 
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: underline; 
	color: #000000;
	font-size: 11px;
}

hr
{
	border:0;
	height:1px;
	background-color:#5f6062;
}
h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #c41230;
	font-weight: normal;
}

/*Referenssi-sivun pienet, harmaat otsikot*/ 
h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #5f6062;
	font-weight: normal;
}

/*Referenssi-sivun mustat otsikot*/ 
h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #000000;
	font-weight: bold;
}

/*Referenssi-sivun punaiset otsikot*/ 
h4 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #c41230;
	font-weight: bold;
}
h5
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #c41230;
	font-weight: bold;
}
h6 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000;
	font-weight: bold;
}
h7
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #5f6062;
	font-weight: bold;
}
#wrap {
	position: relative;
	width: 870px;
	margin: auto;
	padding: 0 47px;
	background-color:#FFF;
	background-position: bottom center;
	background-repeat:repeat-y;
}


#header {
	width: 870px;
	height: 70px;
	border-bottom: 3px solid #606060;
	margin-top: 20px;
}

#header a {
	display: block;
	width: 144px;
	height: 32px;
	float: left;	
	margin-top: 20px;
	background-image: url(../img/logo.gif);
	background-position: left center;
	background-repeat: no-repeat;
}

#header h1, #header p {
	display: none;
}

#fonts {
	float: right;
	height: 70px;
	line-height: 86px;
}

#fonts a {
	background-position: center;
	background-repeat: no-repeat;
	display: block;
	height: 18px;
	width: 18px;
	float: left;
	margin: 35px 0 0 5px;;
}

#fonts a.plus {
	background-image: url(../img/aplus.gif);
}

#fonts a.minus {
	background-image: url(../img/aminus.gif);
}


#fonts a span { display: none; }

#links {
	width: 870px;
	height: 40px;
	margin-top: 10px;
	text-align: center;
}

#links ul {
	list-style: none;
}

#links ul li {
	border-left: 1px solid #000;
	border-color: #5f6062;
	float: left;
}

#links ul li.first {
	display: inline;
	border-left: none;
}


#links ul li a {
	text-decoration:none; 
	color: #5f6062;
	display: block;
	width: 143px;
	height: 15px;
	float: left;
	line-height: 15px;
	text-transform: uppercase;
}

#links ul li a:hover {
	color: #c41230;
}


#content {
	width: 100%;
	min-height: 500px;
	padding: 10px 0 40px 0;
}

* html #content { height: 500px; }


/*People-loota*/
#box {
	width: 155px;
	float: left;
	background-image: url(../img/box1-2.gif);
}
.border
{
	border:1px solid grey;
	margin:2px;
}
#boxtop { 
	width: 155px;
	height: 6px;
	background-image: url(../img/box1-1.gif);
	background-repeat: no-repeat;
	background-position: top;
	padding-bottom: 10px;
	overflow: hidden;
}


#boxbottom { 
	width: 155px;
	height: 25px;
	background-image: url(../img/box1-3.gif);
	background-repeat: no-repeat;
	background-position: bottom;
	overflow: hidden;
}

#box ul {
	list-style: none;	
	float: left;
	padding-left: 20px;
}

#box ul li {
	line-height: 14px;
}

#box ul li a {
	text-decoration:none; 
	color: #5f6062;
	text-transform: uppercase;
}

#box ul li a:hover {
		color: #c41230;
}



/*Contact-loota*/
#box2 {
	width: 246px;
	float: left;
	background-image: url(../img/box2-2.gif);
	margin-bottom: 30px;
}

#box2top { 
	width: 246px;
	height: 9px;
	background-image: url(../img/box2-1.gif);
	background-repeat: no-repeat;
	background-position: top;
	padding-bottom: 10px;
	overflow: hidden;
}


#box2bottom { 
	width: 246px;
	height: 25px;
	background-image: url(../img/box2-3.gif);
	background-repeat: no-repeat;
	background-position: bottom;
	overflow: hidden;
}

#buttonlomake {
	width: 246px;
	height: 35px;
	background-image: url(../img/lomake.gif);
	background-repeat: no-repeat;
	background-position: center bottom;
	clear: both;
}

#box2 p {
	padding-left: 20px;
	color: #5f6062;
}

#box2 h1 {
	padding-left: 20px;
	color: #c41230;
}
#content
{
	float:left;
}
#content table
{
	font-size:11px;
}
#content td
{
	padding-bottom:20px;
	padding-right:10px;
}
#content .input
{
	background-image:url(../img/form.jpg);
	width:234px;
	height:13px;
	border:0px;
	padding:5px;
	font-size:11px;
}
#content .textarea
{
	background-image:url(../img/textarea.jpg);
	width:236px;
	height:263px;
	border:0px;
	padding:4px;
}
#content .virheet
{
	font-size:12px;
}
#content .formerror
{
	padding:0;
	margin-left:10px;
	padding-top:5px;
	color:#c41230;
}
#content .submit
{
	background-image:url(../img/submit.jpg);
	width:113px;
	height:32px;
	border:0;
	margin:0;
	padding:0;
	float:left;
}
/*Company-loota*/
#box3 {
	width: 108px;
	float: left;
	background-image: url(../img/box3-2.gif);
}

#box3top { 
	width: 108px;
	height: 7px;
	background-image: url(../img/box3-1.gif);
	background-repeat: no-repeat;
	background-position: top;
	padding-bottom: 10px;
	overflow: hidden;
}


#box3bottom { 
	width: 108px;
	height: 309px;
	background-image: url(../img/box3-3.gif);
	background-repeat: no-repeat;
	background-position: bottom;
	overflow: hidden;
}

#box3 ul {
	list-style: none;	
	float: left;
	padding-left: 20px;	
}

#box3 ul li {
	line-height: 35px;
}

#box3 ul li a {
	text-decoration:none; 
	color: #5f6062;
	text-transform: uppercase;
}

#box3 ul li a:hover {
	color: #c41230;
}
.uutinen
{
	width:450px;
	float:left;
}

/*References-loota*/
#box4 {
	width: 130px;
	float: left;
	background-image: url(../img/box4-2.gif);
	margin-bottom: 30px;
}

#box4top { 
	width: 130px;
	height: 8px;
	background-image: url(../img/box4-1.gif);
	background-repeat: no-repeat;
	background-position: top;
	padding-bottom: 10px;
	overflow: hidden;
}


#box4bottom { 
	width: 130px;
	height: 8px;
	background-image: url(../img/box4-3.gif);
	background-repeat: no-repeat;
	background-position: top;
	overflow: hidden;
}

#box4 ul {
	list-style: none;	
	float: left;
	padding-left: 20px;
	width: 95px;
}

#box4 ul li.r {
	background-image: url(../img/nuoli.gif);
	width: 100%;
	background-repeat: no-repeat;
	background-position: center right;
	line-height:14px;	
}

#box4 ul li.rnoarrow {
	/*background-image: url(../img/nuoli.gif);*/
	width: 100%;
	font-size:11px;
	color: #5f6062;
	line-height:14px;
	/*background-repeat: no-repeat;
	background-position: center right;*/
}

#box4 ul li.rsub {
	width: 100%;
	margin-left: 10px;
}

#box4 ul li.puna {
	background-image: url(../img/nuolipuna.gif);
	width: 100%;
	background-repeat: no-repeat;
	background-position: center right;
	line-height:14px;	
}

#box4 ul li.punanoarrow {
	/*background-image: url(../img/nuolipuna.gif);*/
	width: 100%;
	line-height:14px;
	/*background-repeat: no-repeat;
	background-position: center right;*/
}

#box4 ul li.punasub {
	margin-left: 10px;
	width: 100%;
}

#box4 ul li {
	line-height: 12px;
}

#box4 ul li a {
	text-decoration:none; 
	color: #5f6062;
	text-transform: uppercase;	

}
#box4 rsub a {
	text-decoration:none; 
	color: #5f6062;

}

#box4 ul li a:hover {
	color: #c41230;
}


#buttonref {
	width: 78px;
	height: 45px;
	background-image: url(../img/tieto.gif);
	background-repeat: no-repeat;
	background-position: center;
	clear: both;
	margin: auto;
	padding-top: 20px;
}
/*Services-loota*/
#box5 {
	width: 297px;
	float: left;
	background-image: url(../img/box5-2.gif);
	margin-bottom: 30px;
}

#box5top { 
	width: 297px;
	height: 9px;
	background-image: url(../img/box5-1.gif);
	background-repeat: no-repeat;
	background-position: top;
	padding-bottom: 10px;
	overflow: hidden;
}


#box5bottom { 
	width: 297px;
	height: 10px;
	background-image: url(../img/box5-3.gif);
	background-repeat: no-repeat;
	background-position: top center;
	overflow: hidden;
}

#box5 ul {
	list-style: none;	
	float: left;
	padding-left: 20px;
}

#box5 ul li {
	line-height: 14px;
}
#box5 .pdf {
	background-image: url(../img/pdf.gif);
	background-repeat: no-repeat;
	background-position: left 5px;
	padding-left:22px;
	padding-right:10px;
	line-height: 14px;	
}
#box5 ul li a {
	text-decoration:none; 
	color: #5f6062;
	text-transform: uppercase;
}

#box5 ul li a:hover {
	color: #c41230;
}


/*#hr {
	width: 240px;
	height: 1px;
	border-top: 1px solid #5f6062;
	clear: both;

	margin-top: 21px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 0px;
	padding: 0px;
}*/

#box5 hr {
	width:250px;
	height: 1px;
	background-color:#5f6062;
	margin-top: 20px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 0px;
	padding-left: 0px;
}
#buttonservice {
	width: 297px;
	height: 40px;
	background-image: url(../img/palvelu.gif);
	background-repeat: no-repeat;
	background-position: center;
	clear: both;
	padding: 10px 0;
}

#thumbs {
	width: 465px;
	height: 500px;
	float: right;
	margin-right: 100px;
	display: inline;
}

#thumbs img { 
	width: 60px;
	height: 80px;
	margin: 6px;
	border: 1px solid white;
}
#thumbs a:hover img { 
	width: 60px;
	height: 80px;
	margin: 6px;
	border: 1px solid #c41230;
}

#image {
	width: 100%;
	height: 307px;
	background-image: url(../img/kuva.jpg);
	background-position: right center;
	background-repeat: no-repeat;
	margin: 50px 0 50px 0;
}
#imagecontact {
	width: 330px;
	height: 477px;
	background-repeat: no-repeat;
	float: right;
	display: inline;
}
.imagecontact {
	width: 330px;
	height: 477px;
	background-repeat: no-repeat;
	margin: 20px 150px 50px 0;
	float: right;
	display: inline;
}

#imagecompany {
	width: 400px;
	height: 420px;
	margin: 20px 10px 0px 0;
	border: 1px solid black;
	float: right;
}

#imageref {
	width: 335px;
	height: 431px;
	margin: 50px 10px 0px 0;
	/*/background-image: url(../img/references.jpg);/*/
	background-position: right center;
	background-repeat: no-repeat;
	float: right;
}
.kommentti
{
	float:left;
	margin-top:20px;
	padding-top:20px;
	width:700px;
}
.nimimerkki
{
	background-image:url(../img/nimimerkki.jpg);
	width:142px;
	height:13px;
	border:0px;
	padding:5px;
	font-size:11px;
}
.kommentti_field
{
	background-image:url(../img/kommentti.jpg);
	width:424px;
	height:141px;
	border:0px;
	padding:5px;
	font-size:11px;
}
#imageservices {
	width: 541px;
	/*height: 201px;*/
	/*/background-image: url(../img/services.jpg);/*/
	background-position: right center;
	background-repeat: no-repeat;
	float: right; 
}

#textindex {
	width: 700px;
	position: relative;
	margin: auto;
	padding-top: 20px;
	clear: both;	
}
#textreferences {

	width: 280px;
	position: relative;
	float: left;
	padding: 20px 10px 10px 40px;
}
#textpeople {
	width: 660px;
	position: relative;
	float: left;
	padding: 20px 10px 10px 40px;
}
#textcompany {

	width: 690px;
	position: relative;
	float: left;
	padding: 20px 10px 10px 40px;
}

#textservices {
	font-size:12px;
	width: 480px;
	position: relative;
	margin: auto;
	padding: 20px 50px 20px 0;
	float: right;	
}
/*#textservices strong {
	font:12px;
	font-weight:bold;
	color:#c41230;
}*/
#textservices ul
{
	padding-left:30px;
	font-size:11px;
}
.blacktext {color:black}


#footer {
	width: 870px;
	height: 55px;
	border-top: 1px solid #5f6062;
	clear: both;
}

#footer p {
	font-size: 9px;
	color: #5f6062;
	margin: 1em 0 0 0;
}

