/** General **************/

p {
	padding:5px 0 5px 0;
	margin:0;
}

a
{
    color: #339933;
    text-decoration: none;
}

a:hover
{
    text-decoration: underline;
}

body
{
    margin: 0px;
    padding: 0px;
    color: #000000;
    font-family: 'Segoe UI', arial, helvetica, sans-serif;
    font-size: 0.75em;
    line-height: 1.5em;
	background: #670211 url(../images/page_bg.jpg) no-repeat center top;
}

body, html
{
    height: 100%;
}

h1
{
    margin: 0px 0px 10px 0px;
    padding: 0px;
    font-family: georgia, serif;
    font-weight: normal;
    color: #000000;
    font-size: 2.4em;
    line-height: normal;
}

h2
{
    margin: 0px 0px 10px 0px;
    padding: 0px;
    font-family: georgia, serif;
    font-weight: normal;
    color: #339933;
    font-size: 1.8em;
}

h3
{
    margin: 0px 0px 10px 0px;
    padding: 0px;
    font-family: georgia, serif;
    font-weight: normal;
    color: #000000;
    font-size: 1.5em;
    line-height: 1.4em;
}

img, table
{
    border: none;
}

input, textarea
{
    color: #000000;
    font-family: 'Segoe UI', verdana, arial, helvetica, sans-serif;
    font-size: 1.0em;
}

table tr td
{
    vertical-align: top;
    padding-right: 20px;
}

textarea
{
    display: block;
    overflow: auto;
    color: #666666;
    font-style: italic;
}

small
{
    display: block;
    font-size: 0.9em;
    margin-bottom: 20px;
    color: #999999;
}


/** Shared styles ********/

div.clear
{
    clear: both;
}

div.field div.checkbox input
{
    vertical-align: bottom;
}

div.columns div.column
{
    float: left;
    padding: 0px 25px 0px 0px;
    width: 180px;
}

div.field
{
    float: left;
    clear: both;
    margin: 0px 0px 3px 0px;
    width: 100%;
}

div.input,
div.input input,
div.input-small,
div.input-small input,
div.text,
div.textarea,
div.textarea textarea
{
    float: left;
}

.label
{
    display: block;
    padding: 3px 15px 0px 0px;
    float: left;
    width: 120px;
    text-align: right;
}

div.input,
div.input-small,
div.textarea
{
    border: 1px solid #c5c5c5;
}

div.input input,
div.input-small input,
div.textarea textarea
{
    margin: 0px;
    padding: 2px;
    border: 2px solid #f3f3f3;
}

div.input input:focus,
div.input-small input:focus,
div.textarea textarea:focus
{
    border-color: #def4ff;
}

textarea.focused
{
    color: #000000;
    font-style: normal;
}

div.field div.radio input
{

}

div.field div.radio label
{

}

div.lift
{
    display: none;
    padding: 10px 0px 0px 145px;
}

img.preview
{
    float: left;
    margin: 0px 20px 0px 10px;
    padding: 6px 7px 40px 7px;
    background: transparent url(../images/image_small_bg.gif) no-repeat;
}


/** Page logo ************/

a#page-logo
{
    display: block;
    position: absolute;
    left: 35px;
    top: 5px;
    width: 153px;
    height: 108px;
    background: transparent url(../images/page_logo.gif) no-repeat;
    z-index: 10;
}


/** Page menu ************/

div#page-menu
{
}

div#page-menu div.container
{
    margin-left: 250px;
}

div#page-menu div.container ul
{
    margin: 0px;
    padding: 0px;
    list-style-type: none;
}

div#page-menu div.container ul li
{
    float: left;
}

div#page-menu div.container ul li a
{
    display: block;
    padding: 40px 20px 15px 20px;
    font-family: Georgia, serif;
    color: #ffffff;
    font-size: 1.3em;
}

div#page-menu div.container ul li a.active,
div#page-menu div.container ul li a:hover
{
    background-color: #ffffff;
    color: #339933;
    text-decoration: none;
}

div#page-menu div.container ul li a.active
{
    background: #ffffff url(../images/menu_bg.gif) no-repeat center top;
}


/** Page submenu ************/

ul#submenu
{
    margin: 0px;
    padding: 0px;
    list-style: none;
}

ul#submenu li
{
    float: left;
    width: 200px;
}

ul#submenu li a
{
    display: block;
    padding: 5px 0px 5px 0px;
    color: #000000;
    font-size: 1.3em;
}


/** Page container *******/

div#page
{
    position: relative;
    min-height: 100%;      
}

div#page div.content
{
    position: relative;
    width: 950px;
    margin: 0px auto 0px auto;
    padding: 0px 0px 120px 0px;  
    background: transparent url(../images/bg_footer.gif) repeat-x left bottom;  	
}

div#footer-background
{
    overflow: hidden;
}

/** Page content *********/

div#page-content
{
    clear: both;
    float: left;
    margin: 0px auto 0px auto;
    padding: 20px 0px 0px 199px;
    width: 710px;
    background: transparent url(../images/content_bg.png) no-repeat right top;
}

div#page-content div.container
{
    padding: 0px 40px 50px 60px;
    background: transparent url(../images/content_bg.png) no-repeat right bottom;
    min-height: 500px;
 }

div#page-content div.text-content h2
{
    margin: 40px 0px 20px 0px;
}

/** Page footer **********/

div#page-footer
{
    position: absolute;
    bottom: 0px;
    width: 100%;
    padding: 20px 0px 20px 0px;
    background-color: #ffffff;
}

div#page-footer div.container
{
    width: 800px;
    margin: 0 auto;
    padding-left:20px;
    color: #999999;
    overflow: hidden;
}

div#page-footer div.container div
{
    float: right;
}

div#page-footer div.container div a
{
    margin-left: 20px;
    color: #000000;
}

div#page-footer div.container ul
{
    margin: 0px;
    padding: 0px;
    list-style-type: none;
}

div#page-footer div.container ul li
{
    float: left;
    width: 180px;
    margin-right: 10px;
    line-height: normal;
}

div#page-footer div.container ul li a
{
    color: #666666;
}

div#page-footer div.container ul li a span
{
    display: block;
    padding: 0px 0px 1px 0px;
    color: #339933;
    font-family: Georgia, sans-serif;
    font-size: 1.2em;
}

div#page-footer div.container ul li a:hover
{
    color: #000000;
    text-decoration: none;
}

div#page-footer div.container ul li a:hover span
{
    text-decoration: underline;
}


/** Activity page *************/

div#column-3
{
    padding-right: 0px;
}

div#page-content.activity div#column-1,
div#page-content.activity div#column-2
{
    width: 200px;
}

div#page-content.activity div#column-3
{
    width: 150px;
}

div#page-content.activity ul
{
    margin: 0px;
    padding: 0px;
    list-style: none;
}

div#page-content.activity ul li h2
{
    font-size: 1.3em;
    color: #000000;
}

div#page-content.activity ul li img
{
    vertical-align: middle;
}

div#slideshow-slider
{
    position: absolute;
    right: 36px;
    padding: 10px 0px 0px 13px;
    width: 198px;
    height: 206px;
    background: transparent url(../images/slider_bg.gif) no-repeat;
}

div#slideshow-slider div
{
    width: 188px;
    height: 192px;
}

div#slideshow-slider div img
{
    width: 188px;
    height: 192px;
}


DIV#Tagtab {
width:auto;
margin: 30px auto 20px auto;
background:url('../IMG/TagTabBG.jpg') left bottom repeat-x;
padding:0px 6px;
font-size:15px;
}


DIV#Tagtab DIV {
display:block;
float:left;
padding:0px;

position:relative;
}

DIV#Tagtab DIV.clear{
float:none;
clear:both;
}

DIV#Tagtab DIV A {
display:block;
padding:4px 15px 4px 15px;
height:100%;
color:#339933;
text-decoration:none;
vertical-align:middle;
}

DIV#Tagtab DIV A:hover {
color:#000000;
}

DIV#Tagtab DIV.Current {
background:#ffffff url('../IMG/TagTabCurrentLeft.jpg') left top no-repeat;
border:solid 1px #dddddd;
border-bottom-width:0px;
}

DIV#Tagtab DIV.Current A {
padding:3px 15px 4px 15px;
background:url('../IMG/TagTabCurrentRight.jpg') right top no-repeat;
color:#000000;
text-decoration:none;
}

/** Home page *****************/

div#page.home div.content
{
    min-height: 900px;
    height: auto !important;
    height: 900px;
    width: 1180px;
}

div#page.home div.content div.header
{
    width: 950px;
    margin: 0px auto;
    position: relative;
    height: 295px;
}

div#page.home div.liftup
{
    position: absolute;
    clear: both;
    z-index: 1;
}

div#page.home div#about
{
    left: 10px;
    top: 132px;
    width: 190px;
    color: #cccccc;
    font-weight: bold;
    z-index: 2;
}

div#page.home div#about a
{
    margin: 5px 5px 0px 0px;
    float: right;
    color: #fdb813;
    font-family: georgia, serif;
    font-size: 1.1em;
    font-weight: normal;
}

div#page.home div#about div.container
{
    height: 115px;
    padding: 0px 20px 15px 25px;
    overflow: auto;
}

div#page.home div#activities
{
    left: 200px;
    top: 73px;
    width: 709px;
    background: transparent url(../images/activities_bg.gif) no-repeat;
    color: #ffffff;
}

div#page.home div#activities div.container
{
    height: 172px;
    padding: 35px 20px 0px 380px;
    background-position: 10px 10px;
    background-repeat: no-repeat;
    text-align: center;
}

div#page.home div#activities div.container a
{
    padding: 0px 5px 0px 5px;
    color: #c7d6f2;
    font-family: georgia, serif;
    font-size: 1.2em;
    line-height: 1.6em;
}

div#page.home div#activities div.container a:hover,
div#page.home div#activities div.container a.active
{
    color: #ffffff;
    text-decoration: none;
}

div#page.home div#activities div.container h2
{
    margin: 0px 0px 15px 0px;
    color: #ffffff;
    font-size: 1.8em;
    font-weight: bold;
    text-align: left;
}

/************** LIFTUPS ***************/

div#page div#columns div.liftup
{
    position: static;
}

div#columns div.column
{
    float: left;
    width: 295px;
    overflow: hidden;
}

div#columns
{
    clear:both;
	position: relative;
    top: 0px;
    padding-left: 0px;
    padding-bottom:0px;
    width:1180px;
    overflow: hidden;
}
div#page.home div#order1
{
    left: 25px;
    top: 295px;
    width: 293px;
    color: #000000;
}

div#page.home div#order1 div.container
{
    min-height: 160px;
    height: auto !important;
	height: 160px;
    padding: 30px 25px 0px 25px;
    background: transparent url(../images/orange-bg.png) no-repeat top;
}

div#page.home div#order1 div.container a
{
    color: #000000;
}

div#page.home div#order1 div.container h2
{
    margin: 0px 0px 15px 0px;
    color: #ffffff;
    font-size: 1.7em;
}

div#page.home div#order1 div.container h2 a
{
    color: #ffffff;
}

div#page.home div#order1 div.end
{
    height: 30px;
    background: transparent url(../images/orange-bg.png) no-repeat bottom;
}

div#page.home div#current
{
    left: 325px;
    top: 295px;
    width: 293px;
    color: #000000;
}

div#page.home div#current div.container
{
    min-height: 161px;
    height: auto !important;
    height: 161px;
    padding: 30px 25px 0px 25px;
    background: transparent url(../images/beige-bg.png) no-repeat top;
}

div#page.home div#current div.container a
{
    color: #000000;
}

div#page.home div#current div.container h2
{
    margin: 0px 0px 15px 0px;
    color: #bf4f04;
    font-size: 1.7em;
    text-align: left;
}

div#page.home div#current div.container h2 a
{
    color: #bf4f04;
}

div#page.home div#current div.end
{
    height: 30px;
    background: transparent url(../images/beige-bg.png) no-repeat bottom;
}

div#page.home div#business
{
    left: 621px;
    top: 295px;
    width: 295px;
    color: #000000;
}

div#page.home div#business div.container
{
    min-height: 160px;
    height: auto !important;
    height: 160px;
    padding: 30px 25px 0px 25px;
    background: transparent url(../images/beige-bg.png) no-repeat top;
}

div#page.home div#business div.container a
{
    color: #000000;
}

div#page.home div#business div.container h2
{
    margin: 0px 0px 15px 0px;
    font-size: 1.7em;
	color:#1f4485;
}

div#page.home div#business div.container h2 a
{
	color:#1f4485;
}

div#page.home div#business div.end
{
    height: 30px;
    background: transparent url(../images/beige-bg.png) no-repeat bottom;
}

div#page.home div#wrap-liftups { /** Kolmen alimman divin ympärillä **/
	position:relative;
	top:180px;
}

div#page.home div#order2
{
    left: 25px;
    top: 295px;
    width: 293px;
    color: #000000;
}

div#page.home div#order2 div.container
{
    min-height: 160px;
    height: auto !important;
	height: 160px;
    padding: 30px 25px 0px 25px;
    background: transparent url(../images/beige-bg.png) no-repeat top;
}

div#page.home div#order2 div.container a
{
    color: #000000;
}

div#page.home div#order2 div.container h2
{
    margin: 0px 0px 15px 0px;
    color: #177707;
    font-size: 1.7em;
}

div#page.home div#order2 div.container h2 a
{
    color: #177707;
}

div#page.home div#order2 div.end
{
    height: 30px;
    background: transparent url(../images/beige-bg.png) no-repeat bottom;
}

div#page.home div#news
{
    left: 325px;
    top: 444px;
    width: 293px;
    color: #000000;
}

div#page.home div#news div.container
{
    min-height: 161px;
    height: auto !important;
    height: 161px;
    padding: 30px 25px 0px 25px;
    background: transparent url(../images/orange-bg.png) no-repeat top;
}

div#page.home div#news div.container a
{
    color: #000000;
}

div#page.home div#news div.container h2
{
    margin: 0px 0px 15px 0px;
    color: #ffffff;
    font-size: 1.7em;
    text-align: left;
}

div#page.home div#news div.container h2 a
{
    color: #ffffff;
}

div#page.home div#news div.end
{
    height: 30px;
    background: transparent url(../images/orange-bg.png) no-repeat bottom;
}

div#page.home div#examples
{
    left: 621px;
    top: 295px;
    width: 295px;
    color: #000000;
}

div#page.home div#examples div.container
{
    min-height: 160px;
    height: auto !important;
    height: 160px;
    padding: 30px 25px 0px 25px;
    background: transparent url(../images/beige-bg.png) no-repeat top;
}

div#page.home div#examples div.container a
{
    color: #000000;
}

div#page.home div#examples div.container h2
{
    margin: 0px 0px 15px 0px;
    font-size: 1.7em;
	color:#b42200;
}

div#page.home div#examples div.container h2 a
{
	color:#b42200;
}

div#page.home div#examples div.container img
{
    float: left;
    margin: 5px 0px 5px 0px;
    padding: 8px;
    background: transparent url(../images/frontpage-small-img-bg.png) no-repeat;
}

div#page.home div#examples div.end
{
    height: 30px;
    background: transparent url(../images/beige-bg.png) no-repeat bottom;
}

div#page.home div#weather
{
    left: 918px;
    top: 295px;
    width: 293px;
    color: #000000;
}

div#page.home div#weather div.container
{
    min-height: 100px;
    height: auto !important;
	height: 100px;
    padding: 30px 25px 0px 25px;
    background: transparent url(../images/orange-bg.png) no-repeat top;
}

div#page.home div#weather div.container a
{
    color: #000000;
}

div#page.home div#weather div.container h2
{
    margin: 0px 0px 15px 0px;
    color: #ffffff;
    font-size: 1.7em;
}

div#page.home div#weather div.container h2 a
{
    color: #ffffff;
}

div#page.home div#weather div.end
{
    height: 30px;
    background: transparent url(../images/orange-bg.png) no-repeat bottom;
}

div#page.home div#current-offers
{
    left: 918px;
    top: 295px;
    width: 293px;
    color: #000000;
}

div#page.home div#current-offers div.container
{
    min-height: 160px;
    height: auto !important;
	height: 160px;
    padding: 30px 25px 0px 25px;
    background: transparent url(../images/beige-bg.png) no-repeat top;
}

div#page.home div#current-offers div.container a
{
    color: #000000;
}

div#page.home div#current-offers div.container h2
{
    margin: 0px 0px 15px 0px;
    color: #177707;
    font-size: 1.7em;
}

div#page.home div#current-offers div.container h2 a
{
    color: #177707;
}

div#page.home div#current-offers div.container img
{
    float: left;
    margin: 5px 0px 5px 0px;
    padding: 8px;
    background: transparent url(../images/frontpage-small-img-bg.png) no-repeat;
}

div#page.home div#current-offers div.end
{
    height: 30px;
    background: transparent url(../images/beige-bg.png) no-repeat bottom;
}


/** Offer page *************/

div#page-content.offer div.input input
{
    width: 300px;
}

div#page-content.offer div.textarea textarea
{
    width: 450px;
    height: 80px;
}

div#page-content.offer h3
{
    padding-bottom: 8px;
    border-bottom: 1px solid #eeeeee;
}

div#page-content.offer div.radio
{
}

div#page-content.offer table tr td
{
    padding-bottom: 15px;
}

div#page-content.offer table tr td img
{
    margin-right: 10px;
    vertical-align: middle;
}

div#page-content.offer div.input-small input
{
    text-align: center;
    font-size: 1.2em;
}

div#page-content.offer div.radio span
{
}

div#page-content.offer div.submit
{
    padding-top: 20px;
    text-align: center;
}

div#page-content.offer div.submit button
{
    width: 133px;
    height: 35px;
    background: transparent url(../images/button.gif) no-repeat;
    color: #ffffff;
    font-family: georgia, serif;
    font-size: 1.5em;
    border: none;
}

div#page-content.offer div.submit div
{
    padding: 20px;
    color: #282828;
    text-align: left;
}

div#page-content.offer div.submit div span
{
    color: #000000;
}

div#page.home div#presentation
{
    left: 325px;
    top: 444px;
    width: 293px;
    color: #000000;
}

div#page.home div#presentation div.container
{
    min-height: 161px;
    height: auto !important;
    height: 161px;
    padding: 30px 25px 0px 25px;
    background: transparent url(../images/orange-bg.png) no-repeat top;
}

div#page.home div#presentation div.container a
{
    color: #000000;
}

div#page.home div#presentation div.container h2
{
    margin: 0px 0px 15px 0px;
    color: #ffffff;
    font-size: 1.7em;
    text-align: left;
}

div#page.home div#presentation div.container h2 a
{
    color: #ffffff;
}

div#page.home div#presentation div.end
{
    height: 30px;
    background: transparent url(../images/orange-bg.png) no-repeat bottom;
}

div.wishes-col {
    float:left;
    width:230px;
}

ol.anchors,
div#page-content.activity ol.anchors
{
    margin: 20px 0px 20px 20px;
    padding: 0px;
}

ol.anchors li a
{
}


div#page-content.activity ul li div.lift ul,
div#page-content.activity-lift ul {
	list-style-type: disc;
    padding: 0px 0px 1em 20px;
}
