/*v1.0 | 20080212*/
*
{
	margin: 0;
	padding: 0;
}
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, B, U, I, CENTER, DL, DT, DD, OL, UL, LI, FIELDSET, FORM, LABEL, LEGEND, TABLE, CAPTION, TBODY, TFOOT, THEAD, TR, TH, TD
{
	border: 0;
	outline: 0 none #000000;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
BODY
{
	font-family: Arial, Helvetica, Geneva, SunSans-Regular, sans-serif;
	line-height: 1;
	background-color: #ffffff;
	background-image: none;
	}
UL
{
	list-style: none;
}
BLOCKQUOTE, Q
{
	quotes: none;
}
BLOCKQUOTE:before, BLOCKQUOTE:after, Q:before, Q:after
{
	content: '';
}
:focus
{
	outline: 0;
}
INS
{
	text-decoration: none;
}
DEL
{
	text-decoration: line-through;
}
TABLE
{
	border-collapse: collapse;
	border-spacing: 0;
}
STRONG
{
	color: #444;
	font-weight: bold;
}
/*-------- Basic styles --------*/
HTML, BODY, #container
{
	
}
P
{
	color: #333;
	font-size: 0.85em;
	font-family: Arial, Helvetica, Geneva, SunSans-Regular, sans-serif;
	line-height: 1.4em;
	padding-bottom: 1.4em;
	}

h1, h2, h3, h4, h5, h6 {
	font-family: "trebuchet ms", Arial, Helvetica, Geneva, sans-serif;
	font-weight: normal;
	line-height: 1.3em;
	}

h1 {
	color: #555;
	font-size: 26px;
	line-height: 1.3em;
	}
	
h2 {
        font-size: 18px; 
        }

h3 {
	color: #1c4e8c;
	font-size: 1.1em;
	margin-bottom: 0.5em;
	}

h4 {
	color: #333;
	font-size: 1em;
	margin-top: 1em;
	margin-bottom: 1em;
        }

h6 {
	color: #777;
	font-size: 0.65em;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin-bottom: 1em;
	}

h5 {
	font-size: 0.7em;
	margin-top: 1em;
	margin-bottom: 2.4em;
	padding-top: 20px;
	}
A:link
{
	color: #1c4e8c;
	text-decoration: underline;
}
A:visited
{
	color: #1c4e8c;
	text-decoration: underline;
}
A:hover
{
	color: #0172cf;
	text-decoration: underline;
	}
A:active
{
	text-decoration: underline;
	}

#container {
	background-image: none;
	background-repeat: no-repeat;
	width: 980px;
	height: auto;
	margin-right: auto;
	margin-left: auto;
	}
	
#wrapper {
	background-color: #fff;
	background-image: url(images/page_bg.png);
	background-repeat: repeat-y;
	height: auto;
	float: left;
	width: 100%;
        display: inline;
	}


/*-------- Header --------*/

#header
{
	background-color: transparent;
	height: 145px;
	background-image: url(images/header.png);
	background-repeat: no-repeat;
	background-position: 0 bottom;
	position: relative;
	}

.logo
{
	background-image: url(images/logo11-24.png);
	background-repeat: no-repeat;
	background-position: 0px top;
	text-indent: -9999px;
	width: 759px;
	height: 89px;
	float: left;
	clear: right;
	display: block;
	}

.logo-en
{
	background-image: url(images/logo11en-24.png);
	background-repeat: no-repeat;
	background-position: 0px top;
	text-indent: -9999px;
	width: 759px;
	height: 89px;
	float: left;
	clear: right;
	display: block;
	}
	
div.lang {
	font-size: 0.8em;
	font-family: "Trebuchet MS", Geneva, Arial, Helvetica, SunSans-Regular, sans-serif;
	text-transform: uppercase;
	text-align: right;
	float: right;
	margin-top: 15px;
	}

div.lang a {
	color: #101c22;
	text-decoration: none;
	word-spacing: -1px;
	text-shadow: 1px 1px 1px #ebf1f9;
	}


/*-------- Navigation --------*/

UL#nav {
	width: 100%;
	height: 45px;
	float: left;
	margin: 0;
	padding: 0;
	list-style-type: none;
	}

UL#nav LI {
	line-height: 45px;
	height: 45px;
	float: left;
	}

UL#nav A {
	color: #222;
	font-size: 16px;
	font-family: "trebuchet ms", Arial, Helvetica, sans-serif;
	font-weight: normal;
	background-color: transparent;
	text-decoration: none;
	text-transform: uppercase;
	text-align: left;
	padding-right: 20px;
	padding-left: 20px;
	display: block;
	text-shadow: 0px 1px 1px #fff;
	}

UL#nav A:hover {
	background-color: transparent;
	background-image: url(images/nav-hover.png);
	background-repeat: no-repeat;
	background-position: center bottom;
	height: 45px;
	text-shadow: 0 0 0	
	}

UL#nav A:active {
	color: #000;
        }
 
/*------- Feature-------- */

.intro {
	background-image: url(images/feature_bg.jpg);
	background-repeat: no-repeat;
	background-position: 0 0;
	width: 731px;
	height: 316px;
	overflow: visible;
	clear: right;
	float: left;
	background-color: transparent;
	margin-top: 1px;
	margin-left: 10px;
	}
.intro h1 {
	color: white;
	text-transform: uppercase;
	padding-top: 30px;
	padding-left: 20px;
	display: block;
	text-shadow: 1px 1px 2px #15232b;
	}
.intro h2 {
	color: white;
	padding: 10px 20px 10px 20px;
	}
.intro h1 span {
	font-size: 33px;
	color: #d9f6ff;
	}
.intro p {
	color: #e5f9ff;
	padding: 10px 20px 10px 20px;
	}
	
.intro a {
	color: #4bdfff;
	}
/*-------- Content --------*/
div#content-wrapper {
	background-color: transparent;
	width: 567px;
	float: left;
	padding-left: 10px;
	}
div#content-wrapper-wide {
	background-color: transparent;
	padding-left: 10px;
	width: 717px;
	float: left;
	}
div#content {
	background-color: transparent;
	background-image: url(images/content_bg.png);
	background-repeat: repeat-y;
	position: relative;
	width: 527px;
	float: left;
	padding-right: 20px;
	padding-left: 20px;
	}
div#content-wide {
	background-image: none;
	position: relative;
	width: 100%;
	float: left;
	padding-right: 20px;
	padding-left: 20px;
	}

div#content-wide h1 {
        padding-top: 40px;
        }  

.content-top {
	float: left; 
	display: block;
	width: 567px;
	height: 62px;
	background: url(images/content_top.png) no-repeat 0 top;
	}
.content-bot {
	float: left;
	display: block;
	width: 567px;
	height: 81px;
	background: url(images/content_bot_mato.png) no-repeat 0 top;
	}
.content-bot2 {
	float: left;
	display: block;
	width: 567px;
	height: 81px;
	background: url(images/content_bot_hirv.png) no-repeat 0 top;
	}
.content-bot3 {
	float: left;
	display: block;
	width: 567px;
	height: 81px;
	background: url(images/content_bot_leppis.png) no-repeat 0 top;
	}
div#content img, div#content iframe {
	margin-bottom: 10px;
	padding: 7px;	
	background-color: #fff;
        border: 1px solid  #999;
	}
div#content h1, div#content-wide h1 {
	margin:  -35px 0 12px 0em;
        position: relative;
	}

div#content h2, div#content-wide h2 {
	background: url(images/green_arrow.png) no-repeat right top;
	height: 38px;
	line-height: 38px;
	float: left;
	padding-right: 30px;
	padding-left: 10px;
	color: #fff;
	font-family: "trebuchet ms", Arial, Helvetica, Geneva, sans-serif;
	position: absolute;
	top: -54px;
	left: 0;
	}
div#content h3, div#content-wide h3 {
	margin-top: 0;
	margin-bottom: 0.3em;
	padding-top: 0;
	}
div#content ul, div#content ol {
	color: #4c4c4c;
	font-size: 0.8em;
	}
div#content ol li {
	line-height: 1em;
	margin-bottom: 8px;
	list-style-position: inside;
	}
div#content ul li {
	line-height: 1em;
	background-image: url(images/list.png);
	background-repeat: no-repeat;
	background-position: 0 4px;
	margin-bottom: 8px;
	padding-left: 15px;
	}

div.info_box {
        background-color: #eeeeee;
        padding: 10px;
        border: solid 3px #b2b2b2; 
        margin: 20px 0 20px 0;
        }  

/*-------- Sidebar -------- */
.sidebar {
	background-color: transparent;
	width: 210px;
	float: left;
	overflow: hidden;
	clear: left;
	margin-top: 2px;
	margin-left: 15px;
        display: inline;
	}
	
.sidebar h2 {
	width: 100%;
	height: 34px;
 	background: #1f3449 url(images/side_column_top.png) no-repeat;
    color: #fff;
    padding: 13px 0 0 10px; 
    }
	
.side-column {
	background-color: transparent;
	background-image: url(images/side_column_bg.png);
	background-repeat: repeat-y;
	width: 202px;
	height: auto;
	margin-left: 4px;
	}

.side-column p {
        padding-bottom: 0.5em;
        }
	
.side-column-bot {
	display: block;
	width: 202px;
	height: 20px;
	background: url(images/side_column_bot.jpg) no-repeat 0 top;
	margin-left: 4px;
	}

.subnav {
        height: 256px;
        }
	
ul.menu {
        padding-bottom: 10px;
	}
	
ul.menu li {
	 height: 38px;
	 line-height: 38px;
	}
	
ul.menu li a {
	background: url(images/green_arrow.png) no-repeat right top; 
	height: 38px;
        float: left;
        padding-right: 30px;
        padding-left: 10px; 
        color: #fff;
        font-family: "trebuchet ms", Arial, Helvetica, Geneva, sans-serif;
        text-decoration: none;
	}

ul.menu li a span {	
	}

ul.menu li a.current, ul.menu li a:hover{
	padding-left: 20px;
        }

ul.menu li a.current span, ul.menu li a:hover span {
	}
/*-------- Sidebar 2 --------*/
.side2 {
	background-color: transparent;
	width: 152px;
	float: left;
	overflow: hidden;
	clear: right;
	margin-top: 2px;
	margin-left: 13px;
	}

.side2-top {
	width: 152px;
	height: 9px;
 	background: url(images/side2-top.png) no-repeat left -1px;
        color: #fff; 
    }
.side2-content {
	background-color: transparent;
	background-image: url(images/side2-bg.png);
	background-repeat: repeat-y;
	width: 152px;
	height: auto;
	padding: 10px 6px 15px;
	}

.side2-content h2 {
	margin-bottom: 6px;
	}	

.side2-content img {
	margin-top: 30px;
	}	

.side2-bot {
	width: 152px;
	height: 10px;
	background: url(images/side2-bot.png) no-repeat;
	}
	
ul#social {
	
	}
	
UL#social LI {
	font-size: 0;
	line-height: 31px;
	height: 31px;
	overflow: visible;
	float: left;
	clear: right;
	margin-bottom: 10px;
	display: block;
	}
    
.sbuttons {
	height: 31px;
	width: 119px;
	text-indent: -9999px;
	background-image: url(images/social_sprite.png);
	background-repeat: no-repeat;
	float: left;
	}
    
.rss {
	background-position: 0 0;
    }
    
.rss:hover {
	background-position: 0 -96px;
	cursor: pointer;
    }
.facebook {
	background-position: 0 -31px;
	}
	
.facebook:hover {
	background-position: 0 -127px;
	cursor: pointer;
	}
.twitter {
	background-position: 0 -62px;
	}
.twitter:hover {
	background-position: 0 -158px;
	cursor: pointer;
	}
/*-------- Blog --------*/

div#postDate h5 {
       margin: -12px 0 1.5em 0;
       padding: 0;
       }

div.blogItem {
       	background-image: url(images/divider.png);
	background-repeat: repeat-x;
	background-position: 0 bottom;
        margin: 0 0 10px 0;
        }

p.more {
        margin-top: -10px;
        }

/*-------- Footer --------*/
#footer {
	background-image: url(images/footer.png);
	width: 816px;
	float: left;
	margin: 0 15px;
	background-repeat: no-repeat;
	background-position: 0 bottom;
	position: relative;
	overflow: hidden;
	clear: both;
	opacity: 0.8;
        display: inline;
	}

.footer-top {
	background-color: transparent;
	background-image: url(images/page_bot_shadow.png);
	background-repeat: no-repeat;
	background-position: 0 0;
	position: absolute;
	width: 816px;
	top: 0;
	left: 0;
	height: 15px;
	float: left;
	}
	
.footer_col {
	background-image: url(images/footer_ver_div.jpg);
	background-repeat: no-repeat;
	background-position: 93% 50px;
	overflow: hidden;
	width: 230px;
	float: left;
	padding: 5px 20px 20px;
	}
	
#footer p {
	color: #f5f5f5;
	font-size: 0.7em;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin: 0;
	padding: 0;
	}
	
.design a {
       width: 114px;
       height: 51px;
       float: left;
       background: url(images/henrikroger.png) no-repeat left top;
       text-indent: -9999px;
       }

.address_bottom {
	color: #667983;
	font-size: 0.65em;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-position: center 0;
	text-align: center;
	width: 100%;
	float: left;
	margin-top: -5px;
	padding-top: 0;
	padding-bottom: 10px;
	display: block;
	}

.address_bottom a {
	color: #667983;	
	}

div.footer_col ul
{
	font-size: 0.9em;
	margin-top: 15px;
	margin-right: 0;
	margin-left: 0;
	padding: 0;
	}

div.footer_col li
{
	font-size: 0.9em;
	line-height: 1em;
	background-image: url(images/list.png);
	background-repeat: no-repeat;
	background-position: 0 4px;
	margin-bottom: 8px;
	padding-left: 15px;
}
.page-top {
	background-image: url(images/page_top.png);
	background-repeat: no-repeat;
	width: 100%;
	height: 7px;
	float: left;
        display: block;
	}
.page-bot {
	background-image: url(images/page_bot.jpg);
	background-repeat: no-repeat;
        width: 100%;
	height: 106px;
	float: left;
	}
.front-page-bot {
	background-image: none;
	background-repeat: no-repeat;
        background-position: 0px 0px;
	width: 100%;
	height: 40px;
	float: left;
        text-indent: -9999px;        
	}
ul#palvelut li.ul_active {
	font-weight: bold;
	background-image: url(images/list_active.png);
	background-repeat: no-repeat;
	background-position: 0 4px;
	margin-bottom: 8px;
	padding-left: 15px;
	}

.intro h4
{
	padding-left: 20px;
	width: 400px;
}
.active {
	background-color: #1dabe8;
	background-image: url(images/active_bg.jpg);
	background-repeat: repeat-x;
	height: 51px;
	}

UL.sidesitemap A {
	color: #333;
	text-decoration: none;
	margin: 0;
	padding: 0;
}
	
UL.sidesitemap LI
{
	font-size: 12px;
	line-height: 1em;
	background-image: url(images/list.png);
	background-repeat: no-repeat;
	background-position: 0 4px;
	margin-bottom: 8px;
	padding-left: 15px;
}
UL.sidesitemap UL
{
	margin-top: 6px;
	margin-bottom: 10px;
}
UL.sidesitemap UL LI
{
	margin-bottom: 5px;
}
UL.sitemap A
{
	color: #fff;
	text-decoration: none;
	margin: 0;
	padding: 0;
	text-shadow: 0px 1px 0px #100010;
	}
UL.sitemap LI {
	font-size: 12px;
	line-height: 1em;
	background-repeat: no-repeat;
	background-position: 0 4px;
	margin-bottom: 8px;
	padding-left: 15px;
	}
UL.sitemap UL {
	margin-top: 6px;
	margin-bottom: 10px;
	}
UL.sitemap UL LI
{
	margin-bottom: 5px;
	}
.sidesitemap
{
	margin: 0 0 30px;
	padding: 0;
}
.sitemap
{
	margin: 0 0 30px;
	padding: 0;
}
.home_bg
{
	
}
UL#twitter_update_list
{
	color: #DDD;
	font-size: 0.8em;
	text-shadow: 0px 1px 0px #100010;
}
UL#twitter_update_list LI
{
	line-height: 1.2em;
	margin-bottom: 15px;
}
#twitter-link
{
	font-size: 0.8em;
	text-align: right;
	display: block;
}
#main
{
	width:100%;
	background-image: url(images/bg.jpg);
	background-repeat: repeat-x;
	background-position: 0 bottom;
	min-height: 550px;
	}
.inner_pages
{
	background-repeat: repeat-y;
	background-position: right 0;
}
.inner
{
	background-image: url(images/inner_bg.png);
	width: 100%;
	float: left;
	padding-top: 30px;
	}

.frontpage_wrap_bg
{
	background-repeat: no-repeat;
}
.inner_wrap_bg
{
	background-image: url(images/inner_wrapper_bg.jpg);
	background-repeat: no-repeat;
	background-position: 0 0;
	min-height: 850px;
	height: auto !important;
	height: 850px;
}
.inner_head
{
	background-color: #3B303D;
	background-image: url(images/header_inner.jpg);
	background-repeat: no-repeat;
	height: 260px;
}
.intro_image
{
	width: 490px;
	height: 241px;
	float: right;
	background-image: url(images/kuorma-auto.jpg);
	background-repeat: no-repeat;
	background-position: 0 1px;
	}
.smallcol, #twitter_div
{
	background-color: transparent;
	background-image: url(images/sub_column_bg.png);
	background-repeat: no-repeat;
	width: 232px;
	float: left;
	padding-right: 20px;
	padding-bottom: 60px;
	}
.float_right
{
	background-color: transparent;
	float: right;
}
.smallcol img
{
	background-color: #fff;
	text-align: center;
	float: none;
	margin-right: auto;
	margin-left: auto;
	padding: 7px;
	border: solid 1px #b1c7d3;
	display: block;
	}

.smallcol a img:hover
{
	background-color:  #85cef4;
	
	}	
	
.smallcol h3 {
	text-align: center;
	margin-top: 27px;
	margin-bottom: 5px;
	}
.smallcol H4, #twitter_div H4
{
	margin-top: 60px;
}
.content P
{
	text-shadow: 0px 1px 0px white;
}
.content H1
{
	font-size: 40px;
	background-image: url(images/triple_point.png);
	background-repeat: no-repeat;
	background-attachment: scroll;
	background-position: center 0;
	text-align: center;
	margin-top: 50px;
	margin-bottom: 40px;
	padding-top: 20px;
	text-shadow: 0px 1px 0px white;
}
.content H3
{
	margin-bottom: 0.8em;
	text-shadow: 0px 1px 0px white;
	font-size: 22pt;
}
.content H4
{
	color: #870099;
	font-size: 1.2em;
	margin-top: 1.6em;
	margin-bottom: 0.8em;
}
.content H5
{
	margin-top: 1.6em;
	margin-bottom: 0.8em;
}
.content H6
{
	background-image: url(images/triple_point.png);
	background-repeat: no-repeat;
	background-position: center;
	width: 100%;
	padding-bottom: 60px;
}
.content UL
{
	margin-bottom: 40px;
	margin-left: 15px;
	overflow: hidden;
}
.content UL LI
{
	color: #4C4C4C;
	font-size: 1em;
	line-height: 1.4em;
	background-image: url(images/list.png);
	background-repeat: no-repeat;
	background-position: 0 5px;
	margin-bottom: 5px;
	padding-left: 20px;
}
.services
{
	background-image: url(images/display.png);
	background-repeat: no-repeat;
	background-position: 0 0;
	text-indent: -9999px;
	width: 208px;
	height: 198px;
	margin-top: 70px;
	display: block;
}
.portfolio
{
	background-image: url(images/portfolio.png);
	background-repeat: no-repeat;
	text-indent: -9999px;
	width: 208px;
	height: 198px;
	margin-top: 70px;
	display: block;
}
.social
{
	background-image: url(images/twitter_bird.png);
	background-repeat: no-repeat;
	text-indent: -9999px;
	width: 208px;
	height: 198px;
	margin-top: 70px;
	display: block;
}
.dot
{
	background-repeat: no-repeat;
	background-position: 0 7px;
	position: relative;
	padding-left: 25px;
}
.blue
{
	background-image: url(images/dot_blue.png);
}
.pink
{
	background-image: url(images/dot_pink.png);
}
.webdesign
{
	background-image: url(images/display2.png);
	background-repeat: no-repeat;
	width: 133px;
	height: 124px;
	float: left;
	margin-right: 20px;
	margin-bottom: 15px;
	display: block;
}
.printdesign
{
	background-image: url(images/pen_sheet.png);
	background-repeat: no-repeat;
	width: 133px;
	height: 142px;
	float: left;
	margin-right: 20px;
	margin-bottom: 15px;
	display: block;
}
.photography
{
	background-image: url(images/camera.png);
	background-repeat: no-repeat;
	width: 133px;
	height: 106px;
	float: left;
	margin-right: 20px;
	margin-bottom: 15px;
	display: block;
}
.knowhow
{
	background-image: url(images/light_bulb.png);
	background-repeat: no-repeat;
	text-indent: -9999px;
	width: 133px;
	height: 153px;
	float: left;
	margin-right: 20px;
	margin-bottom: 15px;
	display: block;
}
.price
{
	background-image: url(images/euro_coins.png);
	background-repeat: no-repeat;
	text-indent: -9999px;
	width: 133px;
	height: 127px;
	float: left;
	margin-right: 20px;
	margin-bottom: 10px;
	display: block;
}
.cms
{
	background-image: url(images/modx_cms.png);
	background-repeat: no-repeat;
	width: 244px;
	height: 68px;
	float: left;
	margin-right: 20px;
	margin-bottom: 15px;
	display: block;
}
.nopadding 
{
	padding-top: 0;
	padding-right: 0;
	padding-left: 0;
	}
FORM
{
	margin-top: 0;
	padding-top: 0;	
	}
INPUT, TEXTAREA
{
	overflow: auto;
	margin-top: 1px;
	margin-bottom: 3px;
	border: solid 1px #d1e6f1;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	border-radius: 2px;

	}
	
INPUT
{
	height: auto;
}
TEXTAREA
{
	height: 5.6em;
	}
.submit
{
	float: left;
        width: 85px;
	height: 28px;
	margin-top: 12px;
	margin-bottom: 20px;
	border: solid 0 transparent;
        clear: left;
	}
.submit:hover
{
	width: 85px;
	height: 28px;
        background-color: #666666;
	cursor: pointer;
	}

.submit_small {
       	width: auto;
	overflow: auto;
	margin-top: 10px;
	margin-bottom: 3px;
        padding: 3px;
	border: solid 2px #999;
        -moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
        margin-left: 0px;
        height: auto;
        color: #222;
        background-color: #f5f5f5;
        }

.submit_small:hover {
       	width: auto;
	overflow: auto;
	margin-top: 10px;
	margin-bottom: 3px;
        padding: 3px;
	border: solid 2px #97BC86;	
        margin-left: 0px;
        height: auto;
        color: #fff;
        background-color: #4B6B3C;
        }

.display_none
{
	display: none;
}
.aside h3 {
	padding-bottom: 5px;
	padding-left: 20px;
	}
.content_col
{
	background-image: url(images/footer_ver_div.jpg);
	background-repeat: no-repeat;
	background-position: right 20px;
	overflow: hidden;
	width: 242px;
	float: left;
	clear: none;
	padding-right: 15px;
	padding-bottom: 30px;
	}

.footer_right
{
	background-image: none;
	clear: right;
	padding-right: 0;
	}

.footer_col h3
{
	color: #333;
	margin-top: 50px;
	}
/*CLEAR FIX*/
.clearfix:after
{
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.clearfix
{
	display: inline-block;
}
/*Hides from IE-mac \*/
* HTML .clearfix
{
	height: 1%;
}
.clearfix
{
	display: block;
}
/*End hide from IE-mac*/
.pngfix
{
}
UL#favourites LI
{
	font-size: 0.9em;
	width: 160px;
	height: 1.4em;
	margin-top: 0;
	margin-bottom: 0;
	padding-top: 0;
	padding-bottom: 0;
}
UL#favourites LI.col2
{
	margin-left: 180px;
}
UL#favourites LI.top
{
	margin-top: -18.2em;
}
UL#favourites LI.col3
{
	margin-left: 360px;
}
.image_left
{
	float: left;
}

.tarjouspyynto
{
	background-image: url(images/tarjouspyynto.png);
	background-repeat: no-repeat;
	background-position: 0 0;
	text-indent: -9999px;
	width: 139px;
	height: 31px;
	margin-top: 20px;
	margin-left: 20px;
	}
	
	.tarjouspyynto:hover
	{
	background-position: 0 -31px;
	}

.innerpage_top
{
	background-image: url(images/innerpage_top.png);
	background-repeat: no-repeat;
	width: 100%;
	height: 21px;
	float: left;
	clear: both;
	margin-top: 50px;
	display: block;
	}
.innerpage_bot {
	background-image: url(images/innerpage_bot.png);
	background-repeat: no-repeat;
	display: block;
	width: 100%;
	height: 30px;
	float: left;
	clear: both;
	}
	
.aside {
	background-image: url(images/tarjous_bg.png);
	background-repeat: repeat-y;
	width: 232px;
	float: right;
	margin-bottom: 50px;
	padding: 0 75px 0 0;
	}
.tarjous_top {
	background-image: url(images/tarjous_top.png);
	background-repeat: no-repeat;
	width: 100%;
	height: 26px;
	}
.tarjous_bot {
	background-image: url(images/tarjous_bot.png);
	background-repeat: no-repeat;
	width: 100%;
	height: 12px;
	}
label {
	font-size: 0.7em;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	}
.maplink {
	font-size: 0.8em;
	font-weight: bold;
	width: 100%;
	height: 30px;
	float: left;
	clear: both;
	display: block;
	}

ul.yhteistyossa  {
	background-image: url(images/yhteystyossa_bg.png);
	background-repeat: no-repeat;
	width: 500px;
	height: 76px;
	visibility: visible;
	clear: both;
	margin-right: auto;
	margin-left: auto;
	padding-top: 23px;
	display: block;
	}
ul.yhteistyossa li {
	background-image: url(images/yhteistyo_logot.png);
	background-repeat: no-repeat;
	text-indent: -9999px;
	height: 62px;
	float: left;
	display: block;
	}
.yht1 {
	width: 166px;
	}
.yht2 {
	background-position: -166px 0;
	width: 86px;
	}

.yht3 {
	background-position: -252px 0;
	width: 137px;
	}

.yht4 {
	background-position: -389px 0;
	width: 111px;
	}

ul.yhteistyossa li:hover {
	cursor: pointer;
	}

.yht1:hover {
	background-position: 0 -62px;
	}
.yht2:hover {
	background-position: -166px -62px;
	}

.yht3:hover {
	background-position: -252px -62px;
	}

.yht4:hover {
	background-position: -389px -62px;
	}

.footer_mainos {
	height: 109px;
	width: 124px;
	background-image: url(images/savonlinnan_takuusuojaus.png);
	text-indent: -9999px;
	}
	
.footer_mainos:hover {
	background-position: -124px 0;
	cursor: pointer;
	}
	
.addthis_default_style {
	background-color: #fff;
	opacity: 0.6;
	padding: 7px;
	width: 500px;
        float: left;
        clear: both; 
	}
    
.addthis_default_style:hover {
	opacity: 1;
	}
	
p.addthis_otsikko {
	font-size: 0.7em;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin-bottom: 1px;
	}
	
form#yhteydenottopyynto textarea {
	height: 4.2em;
	}
	
/* simple css-based tooltip */ 
div.tooltip { 
    background-color:#000; 
    border:1px solid #fff; 
    padding:10px 15px; 
    width:200px; 
    display:none; 
    color:#fff; 
    text-align:left; 
    font-size:12px; 
 
    /* outline radius for mozilla/firefox only */ 
    -moz-box-shadow:0 0 10px #000; 
    -webkit-box-shadow:0 0 10px #000; 
}

.valioikealle {
	margin-right: 15px;
	}

.valivasemmalle {
	margin-left: 15px;
	clear: right;
	}

div.palaute {
        width: 514px;
	float: left;
	margin-bottom: 35px;	
        }
        
body {
	background: #19262b url(images/bg.jpg) no-repeat left top;
	}

.radio {
         margin-top: 0.5em;
         margin-bottom: 0.5em;
         padding-bottom: 0;
         height: 1em;
         }

.labelTitle {
         width: 80px;
         display: block;
         float: left;
         clear: left;
}

.text {
         float:left;
         display: block;
         width: 200px;
         clear: right;
}


