@charset "UTF-8";
/* Tuokko */

body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre , form, fieldset, input, textarea, p, blockquote, th, td { 
	margin: 0;
	padding: 0;
}
fieldset,img { 
	border: 0;
}
address, caption, cite, code, dfn, em, strong, th, var {
	font-style: normal;
	font-weight: normal;
}
ol,ul {
	list-style: none;
}
h1, h2, h3, h4, h5, h6 {
	font-size: 100%;
	font-weight: normal;
}
br {
	clear: both;
	}

/* Yleiset */

body {
	background-color: #387bab;
	border-top: 2px solid #b6c2c0;
	
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	line-height: 19px;
	color: #606060;
	}

a {
	color: #387bab;
	border-bottom: 1px solid #b6c2c0;
	text-decoration: none;
	}

a:hover {
	border-bottom: 0;
	}

a img {
	border: 0;
	text-decoration: none;
	}
	
img a {
	border: 0;
	text-decoration: none;
	}
	
h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	font-weight: normal;
	margin-top: 14px;
	margin-bottom: 20px;
	}

.h1_mainpage {
	margin-top: 14px;
	margin-bottom: 20px;
	color: #606060;
	}
	
h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-weight: bold;
	
	margin-bottom: 14px;
	}

h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	color: #387BAB;
	}
	
span .vihrea {
	color: #92A480;
	}
	
span .sininen {
	color: #387BAB;
	}
	
hr {
	color: #b6c2c0;
	background-color: #b6c2c0;
	height: 1px;
	border: 0;
	width: 100%;
	margin: 0;
	padding: 0;
	}
	
/* Sisältö */

#contentwrapper {
	background-color: white;
	}

#content {
	margin: 0 auto;
	width: 960px;
		
	background-color: white;
	}
	
/* Topmenu */

#topmenu {
	position: relative;
	z-index: 2;
	text-align: right;
	}
	
#topmenu ul {
	padding: 5px 20px 0 0;
	}

#topmenu li {
	display: inline;
	padding: 0px 4px 0px 4px;
	}
	
#topmenu .slash {
	position: relative;
	top: -6px;

	padding-left: 4px;
	font-size: 33px;
	line-height: 27px;
	color: #b6c2c0;
	}
	
/* Main menu */
	
#mainmenu {
	height: 110px;
	position: relative;
	top: -14px;
	position: relative;
	z-index: 0;
	
	text-align: right;
	padding-right: 20px;
	
	background-image: url(logo.gif);
	background-repeat: no-repeat;
	}
	
#logo {
	float: left;
	z-index: 1;
	}
	
#logo a {
	position: relative;
	width: 183px;
	height: 100px;
	display: block;
	z-index: 1;
	}

#mainmenu a {
	color: #606060;
	border-bottom: 0;
	}
	
#mainmenu a:hover {
	color: #387bab;
	}

#mainmenu .active {
	color: #387bab;
	}
	
#mainmenu ul {
	position: relative;
	top: 84px;
		
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-weight: bold;
	}
	
#mainmenu li {
	display: inline;
	padding-left: 18px;
	}

/* Pääkuva */

.mainimage {
	display: block;
	float: left;
	}

/* Yritysesittely */

#about_left {
	height: 320px;
	width: 460px;
	background-color: #CCCCCC;
	float: left;
	}

#about_right {
	height: 319px;
	width: 458px;
	background-color: #f0f2f2;
	border: 1px solid #b6c2c0;
	margin-left: 20px;
	float: left;
	}
	
#about_right_2 {
	border-width: 1px 0 0 1px;
	height: 298px;
	border-color: white;
	border-style: solid;
	padding: 20px 20px 0 20px;
	}
	
#about_right_2 p {
	margin-bottom: 16px;
	}
	
#about_right_2 h2 {
	color: #387BAB;
	}

/* Luelisää */

.readmore {
	position: relative;
	top: -15px;
	right: 40px;
	float: right;

	height: 30px;
	background-color: #387bab;
	}
	
.readmore a {
	height: 30px;
	border: 0;
	
	
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-weight: bold;
	color: white;
	}

.readmore p {
	padding: 5px 10px 0 10px;
	}

/* Ajankohtaista */

#newscolumns {
	width: 100%;
	float: left;
	}

#newscolumns h2 {
	font-weight: normal;
	font-size: 15px;
	color: #387BAB;
	}

.newscolumn {
	width: 220px;
	float: left;
	margin-right: 20px;
	}
	
.datescolumn {
	width: 220px;
	float: left;
	margin-right: 20px;
	border-bottom: 1px solid #b6c2c0;
	margin-bottom: 20px;
	}

#newscolumns #first {
	clear: both;
	}

#last {
	margin-right: 0px;
	}

.datescolumn .date {
	color: #606060;
	margin-top: 18px;
	margin-bottom: 16px;
	display: block;
	text-align: right;
	line-height: 0px;
	}
	
.datescolumn span .slash {
	position: relative;
	left: -6px;
	top: 8px;
	font-size: 33px;
	line-height: 20px;
	color: #b6c2c0;
	}
	
/* Päälinkit */
	
#linkboxes {
	margin-top: 20px;
	margin-bottom: 10px;
	float: left;
 	}
	
.linkbox {
	width: 320px;
	height: 141px;
	float: left;	
	}
.linkbox a {
	background-image: url(linkbox.gif);
	display: block;
	width: 320px;
	height: 141px;
	border: 0;
	color: #606060;
}
.linkbox h2 {
	color: #387BAB;
	font-weight: bold;
	}
.linkbox a:hover {
	background-position: 0 -141px;
}
.linkbox span {
	position: relative;
	left: 20px;
	top: 20px;
	width: 270px;
	display: block;
}
#linkbox_first {
	position: relative;
	z-index: 3;
	}
#linkbox_second {
	position: relative;
	z-index: 2;
	left: -8px;
	}
#linkbox_third {
	position: relative;
	z-index: 1;
	left: -18px;
	}

.siirry {
	position: relative;
	top: -15px;
	left: 20px;
	width: 60px;
	height: 30px;
	background-color: #387bab;
	}
	
.siirry a {
	background-image: none;
	width: auto;
	height: auto;
	display: block;
	padding-top: 5px;
	text-align: center;
	
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-weight: bold;
	color: white;
	}
	
/* Palvelut-taulukko */

#servicesgrid {
	margin-bottom: 40px;
}

table {
	border-collapse: collapse;
	margin: 0;
	padding: 0;
	}
	
.servicesgrid td {
	border-top: 1px solid #b6c2c0;
	text-align: left;
	vertical-align: top;
	height: 90px;
	}
	
#bottomtd td {
	border-bottom: 1px solid #b6c2c0;
	text-align: left;
	vertical-align: top;
	height: 90px;
	}
	
.servicesgrid h2 {
	margin-bottom: 12px;
	color: #387BAB;
	}
	
.servicesgrid td a {
	border-top: 1px solid #b6c2c0;

	display: block;
	border: 0;
	padding: 18px 12px 20px 18px;
	
	color: #606060;
	height: 90px;
	}
	
.servicesgrid td a:hover {
	background-color: #f0f2f2;
	height: 90px;
	}
	
/* Yhtiöiden grid */

#servicesgrid_palvelut {
	margin-bottom: 40px;
}

table {
	border-collapse: collapse;
	margin: 0;
	padding: 0;
	}
	
.servicesgrid_palvelut td {
	border-top: 1px solid #b6c2c0;
	text-align: left;
	vertical-align: top;
	}
	
#bottomtd_palvelut td {
	border-bottom: 1px solid #b6c2c0;
	text-align: left;
	vertical-align: top;
	}
	
.servicesgrid_palvelut h2 {
	margin-bottom: 12px;
	color: #387BAB;
	}
	
.servicesgrid_palvelut td a {
	border-top: 1px solid #b6c2c0;

	display: block;
	border: 0;
	padding: 18px 12px 8px 18px;
	
	color: #606060;
	}
	
.servicesgrid_palvelut td a:hover {
	background-color: #f0f2f2;
}









	
.lefttd {
	border-right: 1px solid #b6c2c0;
	}
	
.righttd {
	border-left: 1px solid #b6c2c0;
	}

/* Sisältösivu */

#leftcolumn {
	width: 220px;
	padding-right: 20px;
	float: left;
	margin-bottom: 0px;
	}

#leftcolumn ul li {
	padding: 2px 0 2px 0;
	}
	
#rightcolumn ul li {
	padding: 2px 0 2px 0;
	}
	
#leftcolumn ul li li {
	margin-left: 4px;
	}
	
#leftcolumn ul li li:before {
	  content: "» ";
	}
		
#leftcolumn .active {
	font-weight: bold;
	}	

#centercolumn {
	width: 420px;
	float: left;
	margin-bottom: 20px;
	}
	
#centercolumn b {
	color: #92a480;
	display: inline;
	}
	
#rightcolumn b {
	color: #387BAB;
	}


#centercolumn ul {
	margin: 20px 0 0px 10px;
	list-style-type: disc;
	}
	
#centercolumn li {
	margin-left: 5px;
	padding-left: 10px;
	list-style-position: outside;
	}
	
#centercolumn p {
	margin: 0 0 18px 0;
	}
	
#rightcolumn {
	width: 220px;
	padding-left: 60px;
	float: left;
	}

/* Kilkkeet */

	
#footer .slash {
	position: relative;
	top: -6px;
	
	padding-left: 4px;
	font-size: 33px;
	line-height: 27px;
	color: #b6c2c0;
	}
	

/* Footer */

#footerwrapper {
	clear: both;
	height: 247px;
	width: 100%;
	
	padding-top: 20px;
	margin: 0 auto;
	
	background-image: url(footerbg.jpg);
	background-position: bottom center;
	background-repeat: no-repeat;
	}
	
#footerwrapper-tilintarkastus {
	clear: both;
	height: 247px;
	width: 100%;
	
	margin: 0 auto;
	
	background-image: url(footerbg_praxity.jpg);
	background-position: bottom center;
	background-repeat: no-repeat;
	}
	
#footerwrapper-tilintarkastus #praxity {
	float: left;
	width: 100%;
	margin: 32px auto 0 auto;
	}
	
#footerwrapper-tilintarkastus #praxitylink {
	width: 800px;
	margin: 0 auto;
	color: white;
	line-height: 18px;
	text-align: right;
	}
	
#footerwrapper-tilintarkastus #praxitylink a {
	color: white;
	}
	
/* Avainlippu-footer alkaa */

#footerwrapper-avainlippu {
	clear: both;
	height: 247px;
	width: 100%;
	
	margin: 0 auto;
	
	background-image: url(footerbg_avainlippu.jpg);
	background-position: bottom center;
	background-repeat: no-repeat;
	}
	
#footerwrapper-avainlippu #avainlippu {
	float: left;
	width: 100%;
	margin: 32px auto 0 auto;
	}
	
#footerwrapper-avainlippu #avainlippulink {
	width: 845px;
	margin: 0 auto;
	color: white;
	line-height: 18px;
	text-align: right;
	}
	
#footerwrapper-avainlippu #avainlippulink a {
	color: white;
	}

/* Avainlippu-footer loppuu*/
	
#footer {
	margin: 0 auto;
	border-top: 1px solid #b6c2c0;
	width: 940px;
	position: relative;
	right: 10px;
	}
	
#footer h1 {
	font-size: 13px;
	display: inline;
	}
	
#footer h3 {
	font-size: 13px;
	color: #606060;
	font-weight: bold;
	display: inline;
	}

#shortcuts {
	border-bottom: 1px solid #b6c2c0;
	float: left;
	width: 100%;
	}
	
#shortcuts h2 {
	font-weight: bold;
	font-size: 13px;
	}
	
.linkcolumn {
	padding: 16px 0 15px 0;
	width: 240px;
	float: left;
	}
	
.linkcolumn ul a {
	border-bottom: 0;
	color: #606060;
	}
	
.linkcolumn ul a:hover {
	border-bottom: 0;
	color: #387bab;
	}
	
#facebook a {
	display: block;
	background-image: url(facebook_badge.gif);
	background-position: 0 0;
	width: 100px;
	height: 30px;
	text-decoration: none;
	border: 0;
	position: absolute;
	right: 0;
	bottom: 0;
	margin-bottom: 20px;
	}
	
#facebook a:hover {
	background-position: 0 -30px;
	}
	
#addressbar {
	width: 680px;
	padding-top: 6px;
	float: left;
	}
	
#addressbar span {
	padding-left: 10px;
	display: inline;
	}
	
/* Haku */

	
#search {
	float: right;
	text-align: right;
	
	width: 260px;
	padding-top: 12px;
	}
	
#search h1 {
	display: inline;
	text-align: left;
	}

#search p {
	display: inline;
	float: left;
	}
	
#search p value {
	padding-top: 3px;
	}
	
	
#search form {
	float: right;
	}

.field input {
	height: 21px;
	width: 180px;
	color: #b6c2c0;
	
	border: 0 2px 2px 2px;
	border-color: #b5c7a3;
	border-style: solid;
	
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	color: #606060;
	float: left;
	padding: 5px 0 0 5px;
	}

.button input {
	height: 30px;
	width: 60px;

	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-weight: bold;
	
	background-color: #b5c7a3;
	color: white;
	border: 0;
	}
	
#aboutpraxity {
	width: 100%;
	text-align: right;
	display: block;
	clear: both;
	padding: 20px 50px 0 0;
	border: 1px solid black;
	float: right;
	}

#avainlippu_kulma {
	width: 100px;
	height: 100px;
	background-image: url(http://www.tuokko.fi/web/images/avainlippu_kulma.gif);
	
	position: fixed;
	top: 0;
	right: 0;
	}
	
/* Henkilökuva popupit */

.thumbnail {
	position: relative;
	z-index: 0;
	}

.thumbnail:hover {
	background-color: transparent;
	z-index: 50;
	}

.thumbnail span { /*CSS for enlarged image*/
	position: absolute;
	background-color: white;
	padding: 4px;
	left: -1000px;
	border: 1px solid #B6C2C0;
	visibility: hidden;
	color: #606060;
	text-decoration: none;
	}

.thumbnail span img { /*CSS for enlarged image*/
	border-width: 0;
	padding: 0px;
	}

.thumbnail:hover span { /*CSS for enlarged image on hover*/
	visibility: visible;
	bottom: 0;
	left: 100px; /*position where enlarged image should offset horizontally */
	}
