/* CSS RESET */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	text-decoration: none;
}

:focus {
	outline: 0;
}
body {
	line-height: 1px;
	color: #3d3d3d;
}

table {
	border-collapse: separate;
	border-spacing: 0;
}

caption, th, td {
	text-align: left;
	font-weight: normal;
}

blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}

blockquote, q {
	quotes: "" "";
}

abbr,acronym {
	cursor: help;
	font-style: normal;
	font-weight: normal;
	text-decoration: none;
}

body {
	font-size: 12px;
	font-family: Arial, Helvetica, Verdana, sans-serif;
	line-height: 18px;
}

input, select, textarea {
	font-size: 12px;
	font-family: Arial, Helvetica, Verdana, sans-serif;
	line-height: 18px;
}

h1 { 
	font-size: 26px;
	line-height: 26px;
	font-family: Helvetica, Verdana, sans-serif; 
	color: #fff;
	text-transform: uppercase;
	font-weight: bold;
	letter-spacing: 4px;
	margin-bottom: 20px;
}

h2 { 
	font-size: 24px;
	line-height: 24px;
	color: #f15a22;
	font-family: Helvetica, Verdana, sans-serif; 
	font-weight: normal;
	margin-bottom: 20px;
}

h3 { 
	font-size: 20px;
	line-height: 20px;
	color: #f15a22;
	font-family: Helvetica, Verdana, sans-serif; 
	font-weight: normal;
	margin-bottom: 20px;
}

h4 { 
	font-size: 18px;
	line-height: 16px;
	color: #999;
	font-family: Helvetica, Verdana, sans-serif; 
	font-weight: normal;
	margin-bottom: 20px;
}

h5 { 
	font-size: 15px;
	line-height: 20px;
	color: #3d3d3d;
	font-family: Helvetica, Verdana, sans-serif; 
	font-weight: normal;
	margin-bottom: 20px;
}

h6 { 
	font-size: 12px;
	line-height: 15px;
	color: #f15a22;
	font-family: Arial, Verdana, sans-serif; 
	font-weight: bold;
	margin-bottom: 20px;
}

em {
	font-style: italic;
}

strong {
	font-weight: bold;
}

a {
	color: #f15a22;
}

*{
	margin: 0;
	padding: 0;
}

html, body{
	height: 100%;
}

ul, ol {
	margin-left: 0px;
	padding-left: 15px;
	list-style-position: outside;
}

p {
	margin-bottom: 15px;
}

body{
	background-color: #fff;
	text-align: center;
	background-position: center center;
	background-attachment: fixed;
	background-image: url(/media/background/body-kesa.jpg);
	background-repeat: no-repeat;
}

#wrap {
	margin: 0 auto;
	width: 930px;
	padding-top: 35px;
	position: relative;
	text-align: left;
	z-index: 3;
}

#tools {
	height: 30px;
	margin-left: 0px;
	padding-left: 0px;
	position: absolute;
	clear: both;
	top: 5px;
	right: 0px;
	z-index: 100;
	list-style-type: none;
}

#tools li {
	float: left;
	padding: 0px 15px;
	background-image: url(/media/background/tools-border.png);
	background-repeat: no-repeat;
	background-position: center right;
}

#tools li a {
	color: #fff;
}

#tools li a:hover {
	color: #f15a22;
}

#tools li.last {
	background-image: none;
	padding-right: 0px;
}

#header {
	width: 910px;
	height: 70px;
	float: left;
	margin-bottom: 15px;
	background-image: url(/media/background/header.png);
	background-repeat: no-repeat;
	padding-left: 20px;
}

#header h1 {
	width: 117px;
	height: 34px;
	margin-top: 12px;
	float: left;
}

#header h1 a {
	width: 117px;
	height: 34px;
	background-image: url(/media/background/loiste.png);
	background-repeat: no-repeat;
	display: block;
	text-indent: -9999px;
}


#navi {
	float: right;
	margin: 0px;
	height: 50px;
	padding: 20px 10px 0px 10px;
	overflow: hidden;
	position: relative;
	z-index: 28;
}

#navi li {
	float: left;
	display: inline;
	list-style-type: none;
	margin-right: 10px;
}

#navi li a {
	height: 17px;
	padding: 8px 12px 5px 12px;
	float: left;
	font-size: 14px;
	line-height: 14px;
	display: block;
	white-space: nowrap;
	color: #fff;
}

#topcorner {
	width: 930px;
	height: 20px;
	float: left;
	background-image: url(/media/background/topcorner.png);
	background-repeat: no-repeat;
	overflow: hidden;
}

#bottomcorner {
	width: 930px;
	height: 20px;
	float: left;
	background-image: url(/media/background/bottomcorner.png);
	background-repeat: no-repeat;
	overflow: hidden;
}

#contentwrap {
	width: 890px;
	float: left;
	padding: 0px 20px 0px 20px;
	background-color: #fff;
	background-image: url(/media/background/contentwrap.png);
	background-repeat: no-repeat;
	background-position: 0px 115px;
	position: relative;
}

#nobg #contentwrap {
	background-image: none;
}

#threeColumn #contentwrap {
	background-image: url(/media/background/contentwrap-threecolumn.png);
	background-repeat: repeat-y;
}

#contentwrap .asiakkaat {
	float: left;
	list-style-type: none;
	margin-left: 0px;
	padding-left: 0px;
}

#contentwrap .asiakkaat li {
	float: left;
	width: 125px;
	height: 70px;
	margin-right: 8px;
}

#contentwrap .asiakkaat .last {
	margin-right: 0px;
}

#loisteputki {
	width: 667px;
	height: 342px;
	float: left;
	margin-bottom: 15px;
	background-color: transparent;
	position: relative;
	overflow: hidden;
	background-image: url(/media/background/loisteputki.png);
	background-repeat: no-repeat;
	padding: 29px 4px 7px 4px;
}

#joulukortti {
	width: 700px;
	height: 338px;
	float: left;
	margin-bottom: 47px;
	background-color: transparent;
	position: relative;
}

#joulukortti embed {
	position: absolute;
	left: -20px;
	top: -20px;
	width: 720px;
	height: 358px;
}

#loistecycle {
	margin: 0px;
	padding-left: 0px;
	list-style-type: none;
	width: 667px;
	height: 338px;
	overflow: hidden;
}

#loistecycle li {
	width: 667px;
	height: 338px;
}

#cyclenavi {
	position: absolute;
	bottom: 39px;
	right: 13px;
	margin: 0px;
	z-index: 30;
	padding-left: 0px;
	list-style-type: none;
}

#cyclenavi li {
	float: left;
	margin-right: 7px;
}

#cyclenavi li a {
	float: left;
	display: block;
	width: 19px;
	height: 19px;
	background-color: #f15a22;
	border: 1px solid #f15a22;
	color: #fff;
	text-align: center;
}

#cyclenavi li a.activeSlide {
	border: 1px solid #fff;
	width: 19px;
	height: 19px;
}

#cyclebg {
	left: 4px;
	bottom: 25px;
	background-color: #666;
	position: absolute;
	width: 667px;
	height: 49px;
	z-index: 20;
}

#cycletitle {
	width: 400px;
	height: 37px;
	position: absolute;
	left: 20px;
	bottom: 31px;
	z-index: 25;
}

#cycletitle a, #cycletitle h5, #cycletitle span {
	color: #fff;
}

#caset {
	float: left;
	width: 675px;
	list-style-type: none;
	margin-left: 0px;
	padding-left: 0px;
}

#caset li {
	float: left;
	height: 145px;
	width: 157px;
	overflow: hidden;
	margin-right: 15px;
	margin-bottom: 15px;
}

#caset li.last {
	margin-right: 0px;
}

#caset li a {
	float: left;
	height: 130px;
	width: 135px;
	padding: 5px 10px;
	border: 1px solid #c5c5c5;
	background-color: #eeeded;
	line-height: 16px;
}

#caset li a:hover {
	background-color: #dfdddd;
}

#caset li img {
	float: left;
	margin-bottom: 3px;
	width: 135px;
	height: 80px;
}

#caset li .title {
	float: left;
	width: 100%;
	font-weight: bold;
}

#caset li .type {
	float: left;
	width: 130px;
	color: #767676;
}


#contentright {
	float: right;
	width: 170px;
	padding: 0px 10px;
	background-color: #eeeced;
}

#kaaret 	#contentright {
	min-height: 755px;
	height: auto !important;
	height: 755px;
}

#contentleft {
	width: 325px;
	min-height: 490px;
	height: auto !important;
	height: 490px;
	float: left;
	margin-right: 25px;
	margin-bottom: 15px;
	position: relative;
}

#content_1-4 {
	width: 195px;
	float: left;
	margin-right: 25px;
}

#content_2-4 {
	width: 455px;
	float: left;
	margin-right: 25px;
}

#content_2-3 {
	width: 675px;
	float: left;
	margin-right: 25px;
}

#google-maps {
	width: 325px;
	height: 223px;
}

#contentwrap .full-maps {
	width: 455px;
	height: 312px;
}

#news {
	width: 325px;
	min-height: 370px;
	height: auto !important;
	height: 370px;
	float: left;
}

#news .newsbox {
	width: 325px;
	float: left;
	border-bottom: 1px solid #dfdfdf;
	margin-bottom: 10px;
}

#newsaction {
	list-style-type: none;
	float: left;
	width: 325px;
	margin-left: 0px;
	padding-left: 0px;
}

#newsaction li{
	float: right;
}

#newsletter {
	width: 540px;
	min-height: 120px;
	height: auto !important;
	height: 120px;
	float: right;
	position: relative;
	z-index: 30;
	margin-bottom: 15px;
}

#newsletter form {
	position: absolute;
	top: auto;
	left: 0px;
	z-index: 40;
	min-height: 90px;
	height: auto !important;
	height: 90px;
	padding: 15px 45px;
	width: 480px;
	background-image: url(/media/background/newsletter-form.png);
	background-repeat: no-repeat;
	color: #fff;
}

#external {
	float: left;
	border-bottom: 1px solid #dfdfdf;
	margin-bottom: 15px;
	padding-bottom: 15px;
	width: 166px;
}

#external ul {
	margin: 0px;
	padding-left: 0px;
	list-style-type: none;
}

#external ul li {
	width: 166px;
	float: left;
	margin-bottom: 7px;
}

#external img {
	float: left;
	margin-right: 10px;
}

#external .last {
	margin-bottom: 0px;
}	

#external a {
	color: #393939;
}

#loistelaiset {
	float: left;
	height: 166px;
	width: 166px;
	border-bottom: 1px solid #dfdfdf;
	position: relative;
	background-repeat: no-repeat;
	background-position: bottom right;
}

#loistelaiset .yhteystiedot {
	padding-top: 10px;
}

.loistelainen-mari {
	background-image: url(/media/background/random-loistelainen-mari.jpg);
}

.loistelainen-laura {
	background-image: url(/media/background/random-loistelainen-laura.jpg);
}

.loistelainen-mikko {
	background-image: url(/media/background/random-loistelainen-mikko.jpg);
}

.loistelainen-heidi {
	background-image: url(/media/background/random-loistelainen-heidi.jpg);
}

#carousel {
	width: 860px;
	min-height: 82px;
	height: auto !important;
	height: 82px;
	margin: 0px;
	padding: 0px 15px;
	float: left;
	overflow: hidden;
}

#footer {	
	width: 930px;
	float: left;
	padding-bottom: 35px;
	color: #666;
	font-weight: bold;
	font-size: 12px;
}

#ota-yhteytta-lappu {
	top: 70px;
	left: 140px;
	position: absolute;
	cursor: pointer;
}

#contentwrap .orangebutton span {
	background-image: url(/media/background/orangebutton.png);
	background-repeat: no-repeat;
	background-position: top left;
	height: 24px;
	display: inline-block;
	margin-right: 6px;
	font-weight: bold;
	padding: 5px 0px 1px 6px;
	cursor: pointer;
}

#newsletter .textcolumn {
	background-image: url(/media/background/newsletter-textcolumn.png);
	background-repeat: no-repeat;
	float: left;
	width: 195px;
	height: 17px;
	padding: 5px;
	position: relative;
}

#newsletter .textcolumn input {
	height: 17px;
	width: 176px;
	background-color: transparent;
	border: 0px;
	color: #f15a22;
	float: left;
}

#newsletter .hiddencolumn {
	display: none;
}

#newsletter .submitcolumn {
	color: #fff;
	background-image: url(/media/background/newsletter-submit.png);
	background-repeat: no-repeat;
	background-position: right -27px;
	display: inline-block;
	float: right;
	cursor: pointer;
}

#newsletter .submitcolumn input {
	background-image: url(/media/background/newsletter-submit.png);
	background-repeat: no-repeat;
	background-color: transparent;
	border: 0px;
	color: #fff;
	float: left;
	font-size: 12px;
	background-position: top left;
	height: 27px;
	display: inline-block;
	padding: 0px 3px 0px 6px;
	font-weight: bold;
	margin-right: 3px;
	cursor: pointer;
}

#ota-yhteytta {
	width: 399px;
	height: 500px;
	top: 115px;
	left: -399px;
	position: absolute;
	z-index: 55;
	text-align: left;
}

#ota-yhteytta .yhteystiedot {
	float: left;
	width: 100%;
}

#ota-yhteytta .beforeSubmit {
	background-image: url(/media/background/loading-orange-white.gif);
	background-repeat: no-repeat;
	background-position: center;
}

#ota-yhteytta .yhteystiedot p {
	display: inline;
}

#ota-yhteytta form {
	float: left;
	width: 309px;
}

#yhteydenottopyynto form {
	float: left;
	width: 280px;
}

#ota-yhteytta-tab {
	position: absolute;
	top: 135px;
	left: -1px;
	cursor: pointer;
	z-index: 55;
}

#ota-yhteytta .topcorner {
	float: left;
	width: 399px;
	height: 5px;
	background-image: url(/media/background/ota-yhteytta-topcorner.png);
	background-repeat: no-repeat;
	overflow: hidden;
}

#ota-yhteytta .content {
	float: left;
	width: 309px;
	height: 445px;
	overflow: hidden;
	padding: 45px 45px 0px 45px;
	background-color: #fff;
}

#ota-yhteytta h4 {
	color: #f15a22;
}


#ota-yhteytta .bottomcorner {
	float: left;
	width: 399px;
	height: 5px;
	background-image: url(/media/background/ota-yhteytta-bottomcorner.png);
	background-repeat: no-repeat;
	overflow: hidden;
}

#ota-yhteytta form  label, #osta-kamppis form label  {
	float: left;
	width: 309px;
}

 #yhteydenottopyynto form label {
	float: left;
	width: 280px;
 }

#ota-yhteytta form  p, #osta-kamppis form p, #yhteydenottopyynto form p  {
	margin-bottom: 0px;
	float: left;
}

#ota-yhteytta .checkboxcolumn label, #osta-kamppis .checkboxcolumn label{
	float: left;
	width: auto;
	margin-right: 15px;
	margin-bottom: 5px;
}

#ota-yhteytta .checkboxcolumn label.last, #osta-kamppis .checkboxcolumn label.last  {
	margin-right: 0px;
}

#ota-yhteytta .checkboxcolumn input, #osta-kamppis .checkboxcolumn input {
	float: left;
}

#ota-yhteytta .checkboxcolumn, #osta-kamppis .checkboxcolumn  {
	float: left;
	width: 309px;
	margin-bottom: 7px;
}

#ota-yhteytta .textcolumn, #osta-kamppis .textcolumn{
	background-repeat: no-repeat;
	float: left;
	width: 299px;
	height: 17px;
	padding: 8px 5px;
	margin-bottom: 7px;
}

#yhteydenottopyynto .textcolumn  {
	background-repeat: no-repeat;
	float: left;
	width: 270px;
	height: 17px;
	padding: 8px 5px;
	margin-bottom: 7px;
}

#ota-yhteytta .textcolumn {
	background-image: url(/media/background/ota-yhteytta-textcolumn.png);
}

#yhteydenottopyynto .textcolumn {
	background-image: url(/media/background/yhteydenottopyynto-textcolumn.png);
}

#osta-kamppis .textcolumn {
	background-image: url(/media/background/osta-kamppis-textcolumn.png);
}

#ota-yhteytta .textcolumn input, #osta-kamppis .textcolumn input{
	height: 17px;
	width: 299px;
	background-color: transparent;
	border: 0px;
	color: #3d3d3d;
	float: left;
}

#yhteydenottopyynto .textcolumn input  {
	height: 17px;
	width: 270px;
	background-color: transparent;
	border: 0px;
	color: #3d3d3d;
	float: left;
}

#ota-yhteytta .textareacolumn, #osta-kamppis .textareacolumn {

	background-repeat: no-repeat;
	float: left;
	width: 299px;
	height: 60px;
	padding: 5px 5px;
	margin-bottom: 7px;
}

#ota-yhteytta .textareacolumn {
	background-image: url(/media/background/ota-yhteytta-textareacolumn.png);
} 

#osta-kamppis .textareacolumn {
	background-image: url(/media/background/osta-kamppis-textareacolumn.png);
}

#ota-yhteytta .textareacolumn textarea, #osta-kamppis .textareacolumn textarea {
	height: 60px;
	width: 299px;
	background-color: transparent;
	border: 0px;
	color: #3d3d3d;
	float: left;
	overflow: auto;
}

#ota-yhteytta .submitcolumn, #osta-kamppis .submitcolumn, #yhteydenottopyynto .submitcolumn {
	color: #fff;
	background-repeat: no-repeat;
	background-position: right -30px;
	display: inline-block;
	float: right;
	cursor: pointer;
	margin-top: 5px;
}

#ota-yhteytta .submitcolumn, #yhteydenottopyynto .submitcolumn {
	background-image: url(/media/background/orangebutton.png);
}

#osta-kamppis .submitcolumn {
	background-image: url(/media/background/darkorangebutton.png);
}

#ota-yhteytta .submitcolumn input, #osta-kamppis .submitcolumn input, #yhteydenottopyynto .submitcolumn input {

	background-repeat: no-repeat;
	background-color: transparent;
	border: 0px;
	color: #fff;
	float: left;
	font-size: 12px;
	background-position: top left;
	height: 30px;
	display: inline-block;
	padding: 0px 3px 0px 6px;
	font-weight: bold;
	margin-right: 3px;
	cursor: pointer;
}

#ota-yhteytta .submitcolumn input, #yhteydenottopyynto .submitcolumn input {
	background-image: url(/media/background/orangebutton.png);
}

#osta-kamppis .submitcolumn input {
	background-image: url(/media/background/darkorangebutton.png);
}

#osta-kamppis {
	width: 800px;
	height: 500px;
	top: 115px;
	left: -800px;
	position: absolute;
	z-index: 55;
	text-align: left;
}

#osta-kamppis .contentleft {
	float: left;
	width: 399px;
	height: 500px;
	margin-right: 2px;
}

#osta-kamppis .contentright {
	float: left;
	width: 399px;
	height: 500px;
}

#osta-kamppis .topcorner {
	float: left;
	width: 399px;
	height: 5px;
	background-image: url(/media/background/osta-kamppis-topcorner.png);
	background-repeat: no-repeat;
	overflow: hidden;
}

#osta-kamppis .content {
	float: left;
	width: 309px;
	height: 445px;
	padding: 45px 45px 0px 45px;
	color: #fff;
	overflow: hidden;
	background-color: #f15a22;
}

#osta-kamppis h4 {
	color: #fff;
}

#osta-kamppis a {
	color: #fff;
}

#osta-kamppis .bottomcorner {
	float: left;
	width: 399px;
	height: 5px;
	background-image: url(/media/background/osta-kamppis-bottomcorner.png);
	background-repeat: no-repeat;
	overflow: hidden;
}

#osta-kamppis-tab {
	position: absolute;
	top: 230px;
	left: -1px;
	cursor: pointer;
	z-index: 55;
}

#osta-kamppis .beforeSubmit {
	background-image: url(/media/background/loading-white-orange.gif);
	background-repeat: no-repeat;
	background-position: center;
}

#subnavi-tekijat {
	width: 394px;
	margin-left: 0px;
	padding-left: 0px;
	float: left;
	list-style-type: none;
}

#subnavi-tekijat li {
	float: left;
	margin-right: 2px;
	margin-bottom: 4px;
}

#subnavi-tekijat li a {
	float: left;
	display: block;
	font-size: 16px;
	color: #919191;
	width: 195px;
	font-family: Helvetica, Verdana, sans-serif; 
	height: 28px;
	background-image: url(/media/background/subnavi-tekijat.png);
	background-repeat: no-repeat;
	text-align: center;
	padding-top: 12px;
}

#subnavi-tekijat li a:hover, #subnavi-tekijat li.current a {
	color: #3d3d3d;
}

#content-tekijat {
	float: left;
	width: 259px;
	padding-right: 20px;
}

#info-tekijat {
	float: left;
	padding-left: 55px;
	width: 224px;
	padding-top: 20px;
}

#ryhmakuva {
	float: left;
	margin-bottom: 25px;
}

#tekijakuva {
	float: right;
}

#isoryhmakuva {
	float: left;
	margin-bottom: 25px;
}

#subnavi-sovellukset {
	width: 890px;
	margin-left: 0px;
	padding-left: 0px;
	float: left;
	list-style-type: none;
}

#subnavi-sovellukset li {
	float: left;
	margin-right: 2px;
}

#subnavi-sovellukset li a{
	float: left;
	display: block;
	font-size: 15px;
	color: #3d3d3d;
	width: 146px;
	font-family: Helvetica, Verdana, sans-serif; 
	height: 30px;
	background-color: #f7f7f7;
	text-align: center;
	padding-top: 12px;
}

#subnavi-sovellukset li.last {
	margin-right: 0px;
}

#subnavi-sovellukset li.last a {
	width: 150px;
}

#subnavi-sovellukset li a:hover {
	background-color: #eeeded;
}

#subnavi-sovellukset li.current a {
	background-color: #eeeded;
}

#header-sovellukset {
	float: left;
	width: 890px;
	height: 210px;
	background-image: url(/media/background/header-sovellukset.png);
	background-repeat: no-repeat;
	margin-bottom: 15px;
}

#header-sovellukset .sovellukset-ikoni {
	float: left;
	padding-right: 50px;
	padding-left: 142px;
	padding-top: 41px;
	width: 128px;
	height: 128px;
}

#header-sovellukset .sovellukset-ingressi {
	float: left;
	width: 435px;
	height: 155px;
	padding-top: 55px;
}

#header-sovellukset .ingressi {
	font-size: 14px;
	color: #666;
}

#splasher-sovellukset {
	width: 890px;
	margin-left: 0px;
	padding-left: 0px;
	float: left;
	list-style-type: none;	
}

#splasher-sovellukset li, #splasher-sovellukset div {
	width: 240px;
	height: 136px;
	display: block;
	float: left;
	padding: 20px;
	margin-right: 25px;
	margin-bottom: 15px;
	background-image: url(/media/background/gradientbox.png);
	background-repeat: no-repeat;
}

#splasher-sovellukset .textcolumn {
	background-image: url(/media/background/kirjaudu-editor-textcolumn.png);
	background-repeat: no-repeat;
	float: left;
	width: 195px;
	height: 17px;
	padding: 5px;
	margin-bottom: 7px;
	position: relative;
}

#splasher-sovellukset input.error {
	color: #f15a22 !important;
}

#splasher-sovellukset .textcolumn input {
	height: 17px;
	width: 176px;
	background-color: transparent;
	border: 0px;
	color: #3d3d3d;
	float: left;
}

#splasher-sovellukset .submitcolumn {
	color: #fff;
	background-image: url(/media/background/orangebutton.png);
	background-repeat: no-repeat;
	background-position: right -30px;
	display: inline-block;
	float: left;
	cursor: pointer;
}

#splasher-sovellukset .submitcolumn input {
	background-image: url(/media/background/orangebutton.png);
	background-repeat: no-repeat;
	background-color: transparent;
	border: 0px;
	color: #fff;
	float: left;
	font-size: 12px;
	background-position: top left;
	height: 30px;
	display: inline-block;
	padding: 0px 3px 0px 6px;
	font-weight: bold;
	margin-right: 3px;
	cursor: pointer;
}


#splasher-sovellukset .last {
	margin-right: 0px;
}

#splasher-sovellukset .down {
	margin-bottom: 0px;
}

#splasher-sovellukset #verkkomainonta {
	width: 100px;
	padding-left: 160px;
	background-image: url(/media/background/gradientbox-verkkomainonta.png);
	background-repeat: no-repeat;
	padding-top: 50px;
	height: 126px;
	padding-bottom: 0px;
}

#yhteydenottopyynto {
	width: 280px;
	float: right;
	margin-bottom: 15px;
}

#contentleft-sovellukset {
	width: 520px;
	float: left;
	margin-bottom: 15px;
}

#change-case {
	width: 675px;
	list-style-type: none;
	padding-left: 0px;
	margin-bottom: 10px;
	float: left;
}

#change-case li {
	float: left;
	margin-right: 10px;
	cursor: default;
	padding-left: 20px;
	background-image: url(/media/background/checkbox-unchecked-white.gif);
	background-repeat: no-repeat;
	background-position: center left;
}

#change-case li.current {
	background-image: url(/media/background/checkbox-checked-white.gif);
}

#contentwrap .leftsplasher {
	float: left;
	width: 193px;
	background-color: #e3e3e3;
	margin-bottom: 7px;
}

#contentwrap .gradient {
	float: left;
	width: 143px;
	padding: 15px 25px;
	background-image: url(/media/background/gradient-leftsplasher.png);
	background-repeat: repeat-x;
	background-color: #f5f5f5;
}
#contentwrap .leftsplasher ul {
	list-style-type: none;
	margin-left: 0px;
	padding-left: 0px;
}

#contentwrap .bullet {
	list-style-type: disc !important;
}

#contentwrap .smallmargin {
	margin-bottom: 7px;
}

#contentwrap .normalmargin {
	margin-bottom: 15px;
}

#contentwrap .nomargin {
	margin-bottom: 0px;
}

#contentwrap .lightgrey {
	color: #999;
}

#contentwrap .orange {
	color: #f15a22;
}

#contentwrap .grey {
	color: #3d3d3d;
}

#contentwrap .small {
	font-size: 80%;
}

#contentwrap .big {
	font-size: 125%;
	line-height: 125%;
}

#contentwrap .normal {
	font-weight: normal;
}

#contentwrap .orangebutton {
	color: #fff;
	background-image: url(/media/background/orangebutton.png);
	background-repeat: no-repeat;
	background-position: right -30px;
	display: inline-block;
}

#contentwrap .lightbox a {
	border: 1px solid #ccc;
	float: left;
	margin-right: 3px;
	width: 98px;
	height: 70px;
	margin-bottom: 3px;
}
#contentwrap .lightbox .last {
	margin-right: 0px;
}

.right {
	float: right;
}

.left {
	float: left;
}

.novalid {
	background-image: url(/media/background/novalid.png);
	background-repeat: no-repeat;
	background-position: center right;
	padding-right: 20px;
	width: 279px !important;
}

.ingressi {
	font-size: 11px;
	line-height: 16px;
	display: block;
	width: 95%;
}

#yhteydenottopyynto .novalid {
	width: 250px !important;
}