﻿@charset "UTF-8";

/* http://www.w3.org/International/questions/qa-css-charset */


/*	-------------------------------------------------------------
 


/*	-------------------------------------------------------------
	COLORS SCHEME
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	

 
	Blue: #5381ac
	Light Gray: #909090
	Dark Gray: #484747
	Borders: #efefef 


*/


/*	-------------------------------------------------------------
	STYLES FOR SCREEN / PROJECTION
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/

@media screen,
projection {
    /*	-------------------------------------------------------------
	RESET
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/
    html,
    body,
    div,
    span,
    applet,
    object,
    iframe,
    h1,
    h2,
    h3,
    h4,
    h5,
    h6,
    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 {
        margin: 0;
        padding: 0;
        border: 0;
        outline: 0;
        font-size: 100%;
        vertical-align: baseline;
        background: transparent;
    }
    body {
        line-height: 1;
    }
    ul,
    ol {
        list-style-type: none;
        margin: 13px 0 13px 15px;
        padding: 0;
    }
    ul li,
    ol li {
        line-height: 1.7;
        margin: 0 0 2px 0;
        padding: 0;
    }
     :focus {
        outline: 0;
    }
    ins {
        text-decoration: none;
    }
    del {
        text-decoration: line-through;
    }
    /* tables still need 'cellspacing="0"' in the markup */
    table {
        border-collapse: collapse;
        border-spacing: 0;
    }
    /*	-------------------------------------------------------------
	HACKS
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/
    .clearfix {
        display: inline-block;
    }
    .clearfix:after {
        content: ".";
        display: block;
        height: 0;
        clear: both;
        visibility: hidden;
    }
    /* Hide from IE Mac \*/
    .clearfix {
        display: block;
    }
    /* End hide from IE Mac */
    .clear {
        clear: both;
    }
    /*	-------------------------------------------------------------
	BODY
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/
    html {
        font-size: 100%;
        background-color: #d6d6d6;
    }
    body {
        font: 12px/18px "Lucida Grande", "Lucida Sans Unicode", Arial, Verdana, sans-serif;
        color: #666;
        min-width: 1009px;
        line-height: 1.7em;
        background: #d6d6d6 url("../../images/bg_body.png") no-repeat bottom center;
    }
    /*	-------------------------------------------------------------
	LINKS
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/
    a {
        color: #101010;
        margin: 0;
        outline: 0;
    }
    a,
    a:visited,
    a:active {
        text-decoration: none;
    }
    a:hover {
        color: #484747;
        text-decoration: none;
    }
    /*	-------------------------------------------------------------
	TYPOGRAPHY
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/
    p {
        font-size: 0.9em;
        line-height: 1.6em;
        margin-top: 0;
        margin-right: 0;
        margin-bottom: 17px;
    }
    h1,
    h2,
    h3,
    h4,
    h5,
    h6 {
        font-family: sans-serif;
        color: #333;
        line-height: 100%;
        letter-spacing: -0.5px;
    }
    h1 {
        font-size: 2.5em;
        color: #5381ac;
        font-weight: normal;
        margin: 0 0 10px 0;
    }
    h2 {
        font-size: 1.6em;
        color: #343434;
        font-weight: normal;
        margin: 20px 0 0 0;
        line-height: 1.5em;
    }
    h3 {
        font-size: 1.3em;
        color: #5381ac;
        font-weight: normal;
        margin: 20px 0 0 0;
    }
    h4 {
        font-size: 1.1em;
        color: #484747;
        font-weight: normal;
        margin: 25px 0 10px 0;
    }
    ul.nolist,
    ol.nolist {
        margin: 0 0 30px 0;
        padding: 0;
    }
    ul.nolist li,
    ol.nolist li {
        list-style: none;
        background: none !important;
    }
    /*	-------------------------------------------------------------
	GRID
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/
    .wrapper {
        position: relative;
        width: 977px;
        margin: 0 auto;
    }
    .wrapper-home {
        width: 1009px;
        margin: 0 auto;
    }
    .header {
        position: relative;
        height: 97px;
        width: 901px;
        margin: 10px auto 0 66px;
        top: 12px;
    }
    .content-top {
        width: 977px;
        height: 19px;
        margin: 25px auto 0 auto;
        background: url("../../images/bg_content_top.png") no-repeat left bottom;
    }
    .content {
        width: 977px;
        padding: 0;
        margin: 0 auto;
        background: url("../../images/bg_content.png") repeat-y left bottom;
    }
    .content-btm {
        width: 977px;
        height: 19px;
        margin: 0 auto;
        padding: 0;
        background: url("../../images/bg_content_btm.png") no-repeat left bottom;
    }
    .content-header {
        position: relative;
        width: 977px;
        margin: 25px auto 20px auto;
        text-align: center;
    }
    .main-content {
        position: relative;
        width: 913px;
        margin: 0 auto;
        padding: 20px 0 0 0;
    }
    .left,
    .right {
        float: left;
        width: 425px;
    }
    .right {
        margin: 0 0 0 50px;
    }
    .sidebar {
        float: left;
        width: 200px;
        margin: 0 35px 0 0;
    }
    .col-left {
        float: left;
        width: 275px;
    }
    .col-right {
        float: left;
        width: 675px;
    }
    /*	-------------------------------------------------------------
	INTERFACE
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/
    /* QUICKNAV */
    .quicknav {
        width: 100%;
        height: 0px;
        background: #fff;
        border-bottom: 1px solid #c8c8c8;
    }
    .quicknav .clientlogin {
        position: absolute;
        top: 0px;
        right: 13px;
        width: 105px;
        height: 24px;
        padding: 1px 0 0 0;
        text-align: center;
        font-size: 10px;
        font-weight: bold;
        text-transform: uppercase;
        z-index: 1;
        background: transparent url("../../images/bg_client_login.gif") no-repeat top left;
    }
    .quicknav a {
        color: #9a9a9a;
    }
    .quicknav a:hover {
        color: #343434;
    }
    /* HEADER */
    .header h1 a {
        font-family: "Lucida Grande", "Lucida Sans Unicode", Verdana, sans-serif;
        color: #333;
        text-shadow: 1px 1px 0 #fff;
        position: absolute;
        top: 43px;
        left: 10px;
        margin: 0;
        padding: 0;
        height: 41px;
    }
    .header .nav {
        position: absolute;
        top: 31px;
        right: 25px;
        margin: 0;
        padding: 0;
    }
    .header .nav li {
        position: relative;
        float: left;
        width: auto;
        padding: 0 5px !important;
        background: transparent;
    }
    .header .nav li a {
        font-family: "Lucida Grande", "Lucida Sans Unicode", Verdana, sans-serif;
        position: relative;
        display: block;
        color: #7a7a7b;
        font-size: 1.2em;
        padding: 13px 10px 10px;
        text-shadow: 0 1px 0 #fff;
        background: transparent;
    }
    .header .nav li a:hover {
        color: #81960c;
    }
    .header .nav li a.selected {
        color: #3f3f3f;
    }
    /* PROMOS */
    .promo {
        position: relative;
        width: 1009px;
        height: 544px;
        background: url("../../images/bg_promo.png") no-repeat left bottom;
    }
    .promo5 {
        position: relative;
        width: 1009px;
        height: 774px;
        background: url("../../images/bg_promo2.png") no-repeat left bottom;
    }
    .promo3 {
        width: 750px;
        height: 69px;
        background: transparent url("../../images/otsikko.png") no-repeat top right;
        margin-top: 84px;
        margin-left: 50px;
        margin-right: 198px;
        position: absolute;
    }
    .promo1 {
        width: 1009px;
        height: 585px;
        background: transparent url("../../images/ukkelit.png") no-repeat top right;
    }
    .promo2 {
        width: 1009px;
        height: 586px;
        background: transparent url("../../images/kaavio.png") no-repeat top right;
    }
    .promo4 {
        width: 1009px;
        height: 586px;
        background: transparent url("../../images/ukkeli.png") no-repeat top right;
    }
    .promo6 {
        width: 1009px;
        height: 586px;
        background: transparent url("../../images/tweet.png") no-repeat top right;
        margin-top: 20px;
    }
    .promo7 {
        width: 1009px;
        height: 586px;
        /* background: transparent url("../../images/minnataurula.jpg") no-repeat top right; */
    }
    .promo8 {
        position: relative;
        width: 1009px;
        height: 544px;
        background: url("../../images/bg_promo.png") no-repeat left bottom;
    }
    .promo h1 {
        font-family: "Lucida Grande", "Lucida Sans Unicode", Verdana, sans-serif;
        color: #4f4f4f;
        font-size: 1.6em;
        text-transform: none;
        padding: 30px 0 0 68px;
        margin-right: 0;
        margin-left: 0;
        margin-bottom: 10;
        display: inline-block;
    }
    .promo h2 {
        font-family: "Lucida Grande", "Lucida Sans Unicode", Verdana, sans-serif;
        color: #4f4f4f;
        font-size: 1.6em;
        text-transform: none;
        padding: 154px 0 0 68px;
        margin-right: 0;
        margin-left: 0;
        margin-bottom: 10px;
    }
    .promo8 h2 {
        font-family: "Lucida Grande", "Lucida Sans Unicode", Verdana, sans-serif;
        color: #4f4f4f;
        font-size: 1.6em;
        text-transform: none;
        padding: 94px 0 0 68px;
        margin-right: 0;
        margin-left: 0;
        margin-bottom: 10px;
    }
    .promo h3 {
        font-family: "Lucida Grande", "Lucida Sans Unicode", Verdana, sans-serif;
        color: #4f4f4f;
        font-size: 1.6em;
        text-transform: none;
        padding: 94px 0 0 68px;
        margin-right: 0;
        margin-left: 0;
        margin-bottom: 10px;
    }
    .promo h4 {
        font-family: "Lucida Grande", "Lucida Sans Unicode", Verdana, sans-serif;
        color: #4f4f4f;
        font-size: 1.6em;
        text-transform: none;
        padding: 0 0 7px 68px;
        float: left;
        margin: 23px 0 5px;
    }
    .promo p {
        font-family: "Lucida Grande", "Lucida Sans Unicode", Verdana, sans-serif;
        color: #6c6c6c;
        font-size: 1em;
        padding: 0 0 0 70px;
        margin: 0 0 10px;
        width: 444px;
    }
    .promo8 p {
        font-family: "Lucida Grande", "Lucida Sans Unicode", Verdana, sans-serif;
        color: #6c6c6c;
        font-size: 1em;
        padding: 0 0 0 70px;
        margin: 0 0 10px;
        width: 444px;
    }
    .promo p3 {
        font-family: "Lucida Grande", "Lucida Sans Unicode", Verdana, sans-serif;
        color: #6c6c6c;
        font-size: 1em;
        padding: 65px 0 0 70px;
        width: 366px;
        margin: 0 0 10px;
        float: left;
    }
    .promo5 h1 {
        font-family: "Lucida Grande", "Lucida Sans Unicode", Verdana, sans-serif;
        color: #4f4f4f;
        font-size: 1.6em;
        text-transform: none;
        padding: 30px 0 0 68px;
        margin-right: 0;
        margin-left: 0;
        margin-bottom: 10;
        display: inline-block;
    }
    .promo5 h2 {
        font-family: "Lucida Grande", "Lucida Sans Unicode", Verdana, sans-serif;
        color: #4f4f4f;
        font-size: 1.6em;
        text-transform: none;
        padding: 90px 0 0 68px;
        margin-right: 0;
        margin-left: 0;
        margin-bottom: 10px;
    }
    .promo5 p {
        font-family: "Lucida Grande", "Lucida Sans Unicode", Verdana, sans-serif;
        color: #6c6c6c;
        font-size: 1em;
        padding: 0 0 0 70px;
        margin: 0 0 10px;
        width: 444px;
    }
    .promo ul {
        padding: 10px 0 0 85px;
        margin: 0;
        width: 380px;
    }
    .promo ul li {
        font-family: "Lucida Grande", "Lucida Sans Unicode", Verdana, sans-serif;
        color: #6c6c6c;
        font-size: 1em;
        padding: 0 0 0 15px;
        background: transparent url("../../images/list_bullet.gif") no-repeat 0 8px;
    }
    .promo .buttons {
        padding: 35px 0 0 70px;
    }
    .promo a {
        color: #333;
        margin: 0;
        outline: 0;
    }
    .promo a:hover {
        color: #333;
        text-decoration: none;
    }
    /* NEWSTICKER */
    .news {
        position: absolute;
        bottom: 15px;
        left: 15px;
        padding: 0;
        margin: 0;
        width: 944px;
        height: 37px;
        background: transparent url("../../images/bg_newsticker.png") no-repeat top left;
    }
    .news p {
        font-family: "Lucida Grande", "Lucida Sans Unicode", Verdana, sans-serif;
        float: left;
        width: 129px;
        line-height: 39px;
        padding: 0;
        margin: 0;
        font-size: 12px;
        font-weight: bold;
        text-align: center;
        text-transform: uppercase;
        text-shadow: 0 1px 0 #686868;
        color: #fff;
    }
    .news ul {
        position: absolute;
        width: 944px;
        height: 37px;
        margin: 0 0 0 130px;
        padding: 0;
        list-style-type: none;
        list-style: none;
        background: none;
    }
    .news ul li {
        font-family: "Lucida Grande", "Lucida Sans Unicode", Verdana, sans-serif;
        font-size: 12px;
        color: #656565;
        text-shadow: 0 1px 0 #fff;
        line-height: 39px;
        margin: 0;
        float: left;
        background: none;
    }
    .news li a {
        padding: 0;
        margin: 0;
        background: none;
    }
    /* MAIN CONTENT */
    .main-content ul li {
        font-size: 0.9em;
        padding: 0 0 0 15px;
        background: transparent url("../../images/list_bullet.gif") no-repeat 0 8px;
    }
    .main-content .title {
        height: 128px;
        margin: 0 0 20px 0;
    }
    .main-content .title h1 {
        font-family: "TitilliumText14L 800 wt", "Lucida Grande", "Lucida Sans Unicode", Verdana, sans-serif;
        font-size: 3em;
        color: #343434;
        letter-spacing: -2px;
        margin: 0;
        padding: 20px 0 0 0;
    }
    .main-content .title h2 {
        font-family: "Lucida Grande", "Lucida Sans Unicode", Verdana, sans-serif;
        font-size: 16px;
        color: #5381ac;
        font-weight: lighter;
        letter-spacing: -1px;
        margin: 0;
        padding: 0;
    }
    .main-content .postit {
        position: absolute;
        top: -30px;
        right: -40px;
        width: 206px;
        height: 203px;
        z-index: 1;
        background: transparent url("../../images/postit.png") no-repeat top right;
    }
    /* OVERVIEW */
    .overview {
        margin: 20px 0 0 0;
    }
    .overview p {
        padding: 0 0 0 45px;
        margin: 0 0 25px 0;
    }
    .overview p span {
        color: #333;
        display: block;
        font-weight: bold;
    }
    .overview p.tools {
        background: transparent url("../../images/icons/tools.gif") no-repeat top left;
    }
    .overview p.globe {
        background: transparent url("../../images/icons/globe.gif") no-repeat top left;
    }
    .overview p.database {
        background: transparent url("../../images/icons/database.gif") no-repeat top left;
    }
    .overview p.mailprotection {
        background: transparent url("../../images/icons/mail.gif") no-repeat top left;
    }
    .overview p.pie {
        background: transparent url("../../images/icons/pie.gif") no-repeat top left;
    }
    .overview p.question {
        background: transparent url("../../images/icons/question.gif") no-repeat top left;
    }
    /*	-------------------------------------------------------------
	SHOWCASE
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/
    /* FEATURES BOX */
    .feature {
        width: 100%;
        padding: 20px;
        margin: 20px 0;
        background: #f2f2f2;
        -moz-border-radius: 5px;
        -khtml-border-radius: 5px;
        -webkit-border-radius: 5px;
        -ms-border-radius: 5px;
    }
    .feature img {
        float: left;
        margin: 0 20px 0 0;
    }
    .feature h1,
    .feature p {
        margin: 0;
        padding: 0;
        line-height: 1.7em;
    }
    /* SIDEBAR */
    ul.subnav {
        padding: 0;
        margin: 0 0 20px 0;
    }
    ul.subnav li {
        display: block;
        padding: 3px 0;
        background: none;
    }
    ul.subnav li a {
        display: block;
        font-size: 1.1em;
        padding: 12px 10px 3px 10px;
        text-align: left;
        border-top: 1px solid #efefef;
        color: #919394
    }
    ul.subnav li a:hover,
    ul.subnav li a.selected {
        color: #484747
    }
    ul.subnav li:first-child a {
        padding-top: 0;
        display: block;
        border-top: 0px solid #efefef;
    }
    /*	-------------------------------------------------------------
	TABLES
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/
    #table-a {
        width: 600px;
        height: auto;
        margin: 0 0 20px 0;
        float: right;
        border-collapse: separate;
        border-bottom: 1px solid #cecece
    }
    #table-a caption {
        font-family: "Lucida Grande", "Lucida Sans Unicode", Verdana, sans-serif;
        font-size: 20px;
        color: #333;
        margin: 10px 0 20px 0;
        padding: 0;
        text-align: left;
    }
    #table-a thead {
        height: 55px;
        line-height: 55px;
        background: url("../../images/bg_table_thead.gif") no-repeat top right;
    }
    #table-a thead th {
        color: #fff;
        text-shadow: 0 1px 0 #383838;
        text-align: left;
        font-size: 14px;
        padding: 0 0 0 10px;
    }
    #table-a tbody {
        font-size: 0.9em;
        background: #fcfcfc;
    }
    #table-a tr.alt {
        background: #e9e9e9;
    }
    #table-a tr.alt td {
        border-left: 1px solid #fff;
        border-bottom: 1px solid #e4e4e4;
        border-top: 1px solid #e4e4e4;
    }
    #table-a tr.alt td.left {
        border-left: 1px solid #cecece;
    }
    #table-a td {
        padding: 10px;
        color: #666;
        font-weight: normal;
        border: none;
        border-left: 1px solid #cecece;
        vertical-align: middle;
    }
    #table-a td.left {
        width: 150px;
        color: #333;
        font-weight: bold;
        padding: 10px 10px 10px 15px;
        border-left: 1px solid #cecece;
    }
    #table-a td.last {
        border-right: 1px solid #cecece;
    }
    #table-a td.price {
        color: #5381ac;
        font-size: 14px;
    }
    #table-a td.order {
        background: #fff;
        padding: 20px 0 0 10px;
        border: none !important;
    }
    #table-a td.order a {
        color: #fff;
        padding: 10px 13px;
        font-size: 12px;
        font-weight: bold;
        margin: 0 10px 0 0;
        background: #5381ac;
        -moz-border-radius: 5px;
        -khtml-border-radius: 5px;
        -webkit-border-radius: 5px;
        -ms-border-radius: 5px;
    }
    /*	-------------------------------------------------------------
	Lightbox
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/
    #lightview {
        position: absolute;
        top: 50%;
        left: 50%;
        height: 150px;
        width: 150px;
        margin: -75px 0 0 -75px;
        padding: 0;
        text-align: left;
    }
    .lv_Container {
        position: relative;
        width: 100%;
        height: 100%;
        background: none;
        padding: 0;
        margin: 0;
    }
    .lv_Button {
        cursor: pointer;
        text-decoration: none;
        border: none;
        background: none;
        margin: 0;
        padding: 0;
    }
    .lv_Sides {
        position: absolute;
        top: 50%;
        left: 0;
        clear: both;
        width: 100%;
        padding: 0;
        margin: 0;
    }
    .lv_Sides * {
        padding: 0;
        margin: 0;
    }
    .lv_Sides li {
        list-style-type: none;
        position: relative;
    }
    .lv_PrevSide {
        float: left;
    }
    .lv_NextSide {
        float: right;
    }
    .lv_Sides .lv_Wrapper {
        width: 100%;
        height: 100%;
        cursor: pointer;
    }
    .lv_Sides .lv_Button {
        float: left;
        background: none;
    }
    .lv_Frames {
        width: 100%;
        height: 100%;
        position: relative;
        padding: 0;
        margin: 0;
    }
    .lv_Frames li {
        list-style-type: none;
        margin: 0;
        padding: 0;
    }
    .lv_Frame {
        width: 100%;
        display: block;
    }
    .lv_Frame * {
        padding: 0;
        margin: 0;
    }
    .lv_FrameTop {
        position: absolute;
        left: 0;
        width: 100%;
        display: block;
    }
    .lv_FrameBottom {
        position: relative;
        float: left;
        clear: both;
    }
    .lv_Liquid {
        position: relative;
        float: left;
        width: 100%;
        overflow: hidden;
        clear: both;
    }
    .lv_Liquid .lv_Filler {
        position: absolute;
        height: 100%;
        width: 2px;
        top: 0;
        left: 50%;
    }
    .lv_Half {
        display: block;
        height: 100%;
        clear: both;
        line-height: 0px;
    }
    .lv_Half li {
        list-style-type: none;
    }
    .lv_Corner {
        float: left;
        position: relative;
    }
    .lv_CornerTr,
    .lv_CornerBr {
        float: right;
    }
    .lv_Fill {
        position: absolute;
        top: 0;
        width: 100%;
        height: 100%;
    }
    .lv_Half .lv_CornerWrapper {
        float: left;
        position: relative;
        width: 50%;
        height: 100%;
        overflow: hidden;
    }
    .lv_HalfRight .lv_CornerWrapper {
        float: right;
    }
    .lv_Corner {
        position: relative;
    }
    .lv_Corner canvas {
        position: relative;
    }
    .lv_HalfLeft .lv_Corner {
        float: left;
    }
    .lv_HalfRight .lv_Corner {
        position: relative;
        float: right;
    }
    .lv_Center {
        position: relative;
        clear: both;
        height: 100%;
        overflow: hidden;
        background: none;
        padding: 0;
        margin: 0;
    }
    .lv_WrapUp {
        position: absolute;
        left: 0;
        height: 100%;
        width: 100%;
        overflow: hidden;
        padding: 0;
        margin: 0;
    }
    .lv_WrapDown {
        position: relative;
        height: 100%;
        width: 100%;
        overflow: hidden;
        padding: 0;
        margin: 0;
    }
    .lv_WrapCenter {
        position: relative;
        padding: 0;
        margin: 0;
    }
    /* The loading indicator */
    .lv_Loading {
        position: absolute;
        top: 50%;
        left: 50%;
    }
    .lv_Loading .lv_Button {
        float: left;
        height: 100%;
        width: 100%;
    }
    .lv_MediaWrapper {
        position: relative;
        width: 100%;
        display: block;
        overflow: hidden;
        clear: both;
        padding: 0;
        margin: 0;
    }
    .lv_MediaWrapper img {
        position: relative;
        float: left;
        padding: 0;
        margin: 0;
    }
    .lv_PrevNext {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        padding: 0;
        margin: 0;
    }
    .lv_PrevNext * {
        padding: 0;
        margin: 0;
    }
    .lv_PrevNext .lv_Button {
        position: relative;
        height: 100%;
    }
    .lv_PrevButton {
        float: left;
    }
    .lv_NextButton {
        float: right;
    }
    .lv_MenuBar {
        clear: both;
        position: relative;
        width: 100%;
        font: 11px Arial, Helvetica, sans-serif;
        color: #7a7a7a;
        padding: 0;
        margin: 0;
        text-align: left;
    }
    .lv_MenuBar * {
        padding: 0;
        margin: 0;
    }
    .lv_Close {
        position: relative;
        float: right;
        overflow: hidden;
        width: 100%;
        height: 100%;
    }
    .lv_Data {
        position: relative;
        float: left;
        padding-bottom: 3px;
        line-height: 13px;
        overflow: hidden;
    }
    .lv_Data li {
        list-style-type: none;
        float: left;
        margin-top: 3px;
    }
    .lv_DataText {
        width: 100%;
    }
    .lv_DataText .lv_Title {
        font-weight: bold;
        margin-bottom: 2px;
    }
    .lv_DataText .lv_Caption {
        clear: both;
    }
    .lv_Data .lv_ImgNumber {
        color: #a7a7a7;
        margin-right: 5px;
        margin-top: 5px;
    }
    .lv_Data .lv_innerPrevNext,
    .lv_Data .lv_Slideshow {
        position: relative;
        border-left: 1px solid #d7d7d7;
        padding: 0 5px;
        margin-top: 5px;
        vertical-align: middle;
    }
    .lv_Data .lv_Slideshow {
        padding-right: 0px;
    }
    .lv_Data .lv_innerPrevNext .lv_Button,
    .lv_Data .lv_Slideshow .lv_Button {
        /* play and stop */
        float: left;
        background-position: center left;
        background-repeat: no-repeat;
    }
    .lv_contentTop,
    .lv_contentBottom {
        position: relative;
        float: left;
        margin: 0;
        padding: 0;
        clear: both;
    }
    #lightview iframe {
        float: left;
        border: 0;
        clear: both;
        padding: 0;
        margin: 0;
        background: none;
    }
    .lv_topButtons {
        position: absolute;
        left: 0;
        width: 100%;
        overflow: hidden;
        margin: 0;
        padding: 0;
    }
    .lv_topcloseButtonImage {
        cursor: pointer;
    }
    /* Error Handling */
    #lightviewError p {
        padding: 0 0 10px 0;
    }
    #lightviewError div {
        padding: 6px;
        font: 11px Arial, Helvetica, sans-serif;
    }
    #lightviewError .message {
        background: #fcb5b5;
        color: #dd1f1f;
        margin-bottom: 3px;
    }
    #lightviewError .type {
        font-weight: bold;
    }
    #lightviewError .pluginspage {
        background: #b5fcbd;
        color: #21be30;
    }
    #lightviewError a,
    #lightviewError a:hover,
    #lightviewError a:visited {
        color: #21be30;
        text-decoration: none;
        background: none;
        font-weight: bold;
        border-bottom: 1px solid #7de689;
    }
    #lightviewError p {
        margin-left: 0;
        padding: 0;
    }
    #lv_overlay {
        position: absolute;
        /* Opera will use fixed */
        top: 0;
        left: 0;
        height: 100%;
        width: 100%;
    }
    /* NAVBAR */
    #lightviewController {
        position: fixed;
        bottom: 0;
        top: 0;
        left: 50%;
        margin: 0;
        padding: 0;
        color: #d2d2d2;
        font: 11px Arial, Helvetica, sans-serif;
    }
    * html body #lightviewController {
        /* IE6 */
        position: absolute;
        top: auto;
        margin-top: expression( (-1 * this.offsetHeight / 2 + (document.documentElement ? document.documentElement.scrollTop: 0) + (Lightview.controllerOffset || 0)) + 'px');
    }
    #lightviewController ul {
        display: block;
        height: 100%;
        float: left;
        margin: 0;
        padding: 0;
        position: relative;
    }
    .lv_controllerTop,
    .lv_controllerMiddle,
    .lv_controllerBottom {
        list-style-type: none;
        float: left;
        display: block;
        position: relative;
        clear: both;
        overflow: hidden;
        margin: 0;
        padding: 0;
    }
    .lv_controllerCenter {
        width: auto;
        float: left;
    }
    .lv_controllerCornerWrapper {
        position: absolute;
        width: 100%;
        height: 100%;
        margin: 0;
        padding: 0;
    }
    .lv_controllerCornerWrapperTopLeft,
    .lv_controllerCornerWrapperBottomLeft {
        top: 0;
        left: -100%;
    }
    .lv_controllerCornerWrapperTopRight,
    .lv_controllerCornerWrapperBottomRight {
        top: 0;
        left: 100%;
    }
    #lightviewController .lv_CornerWrapper {
        width: 100%;
    }
    #lightviewController .lv_Corner {
        float: left;
    }
    #lightviewController .lv_Corner {
        float: right;
        position: relative;
    }
    #lightviewController .lv_CornerTr,
    #lightviewController .lv_CornerBr {
        float: left;
    }
    .lv_controllerBetweenCorners {
        position: relative;
        height: 100%;
        overflow: hidden;
    }
    .lv_controllerMiddle {
        position: relative;
        height: 100%;
        float: left;
    }
    .lv_controllerCenter {
        float: left;
        width: auto;
    }
    .lv_controllerCenter li {
        list-style-type: none;
        float: left;
        display: inline;
        position: relative;
        clear: none;
    }
    .lv_controllerSetNumber {
        float: left;
        text-align: center;
    }
    #lightviewController .lv_Button {
        float: left;
        position: relative;
        height: 100%;
        clear: none;
    }
    .lv_controllerSetNumber {
        position: relative;
        height: 100%;
        padding-right: 3px;
    }
    .lv_controllerPrev,
    .lv_controllerNext,
    .lv_controllerSlideshow,
    .lv_controllerClose {
        float: left;
        position: relative;
        height: 100%;
        padding-left: 3px;
    }
    .lv_controllerPrev {
        border-left: 1px solid #3c3c3c;
    }
    #lightviewController .lv_controllerNext {
        padding-right: 3px;
        border-right: 1px solid #3c3c3c;
    }
    * html #lightview {
        /* IE6 */
        position: absolute;
        margin-top: expression( (-1 * this.offsetHeight / 2 + (document.documentElement ? document.documentElement.scrollTop: 0) - (Lightview.controllerHeight || 0)) + 'px');
        margin-left: expression( -1 * this.offsetWidth / 2 + (document.documentElement ? document.documentElement.scrollLeft: 0) + 'px');
    }
    html #lv_ {
        position: absolute;
        height: expression(((window.Enumerable && window.Enumerable.max) ? [document.body.scrollHeight, document.documentElement.scrollHeight, document.body.offsetHeight, document.documentElement.clientHeight].max(): document.documentElement.scrollHeight) + 'px');
        width: expression(((window.Enumerable && window.Enumerable.max) ? [document.body.scrollWidth, document.documentElement.scrollWidth, document.body.offsetWidth, document.documentElement.clientHeight].max(): document.documentElement.scrollWidth) + 'px');
    }
    /*	-------------------------------------------------------------
	FOOTER
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/
    .footer {
        margin: 20px 0 20px 3px;
        width: 973px;
        height: 91px;
        display: block;
        background: transparent url("../../images/bg_footer.png") no-repeat top left;
    }
    .footer p {
        padding: 18px 0 0 30px;
        line-height: 18px;
        color: #f2f2f2;
    }
    .footer a {
        color: #f2f2f2;
    }
    /*	-------------------------------------------------------------
	CLOSING STYLES FOR SCREEN / PROJECTION
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/
}


/* form */

.form {
    width: 300px;
    margin-top: 10px;
    margin-left: 55px;
}

.form fieldset {
    border: 0;
}

.form legend {
    display: none;
}

.form label {
    float: left;
    display: block;
    margin: 0 0 0 2px;
    padding-top: 7px;
}

.form p {
    margin: 0 0 10px 0 !important;
    float: left;
    width: 279px;
    margin-left: -3px;
    height: 23px;
    padding: 0 0 0 14px;
}

.form input,
.form textarea {
    float: right;
    border: 1;
    border-right: 1px solid #bdbdbd;
    border-bottom: 1px solid #bdbdbd;
    background: url(../../images/formBackground.gif) no-repeat top left;
    color: #464646;
    margin: 3px;
    padding: 4px;
    font: 1em Arial, Helvetica, sans-serif;
}

.form input {
    width: 200px;
}

.form textarea {
    width: 200px;
    height: 50px;
}

.form button {
    background: url(../../images/navi_submit.png) no-repeat right;
    float: left;
    border: none;
    cursor: pointer;
    width: 100px;
    height: 39px;
    margin-left: 79px;
    margin-top: 44px;
}

.form .errorMessage {
    background: url(../../images/formBackground2.gif) no-repeat top left;
}

.form label.errorMessage,
.form #singleErrorMessage {
    display: none;
}

.address {
    float: left;
    padding-top: 20px;
    width: 300px;
}


/****

       Tweet

****/

#yhteydenotto {
    float: left;
    margin: -20px 0 0 0;
    padding: 0;
    width: 480px;
}

#twitter_update_list {
    float: left;
    width: 404px;
    height: 290px;
    color: #757575;
    line-height: 1.3em;
    font-size: 1.2em;
    padding-bottom: 0;
    margin-top: 200px;
    margin-left: 0;
}

#twitter_update_list li {
    display: block;
    font-style: italic;
    list-style-type: none;
    font-size: 10px;
    border-bottom: none;
    margin-bottom: 18px;
}

#twitter_update_list span a {
    display: inline;
    color: #252525;
}

#twitter_update_list span a:hover {
    color: #666666;
}

#twitter_update_list span {
    font: 22px/33px Georgia, serif;
    display: inline;
    color: #464646;
}

#twitter_update_list:before {
    content: '“';
    font: 72px/52px Georgia, serif;
    color: #bdb9ad;
}