* {
    margin: 0;
    padding: 0;
}

body {
    font: 14px Arial, Helvetica, sans-serif;
    text-align: center;
    color: #72382C;
    background: #B62129;
}

h1, h2, h3 {
    font-weight: normal;
    font-family: Georgia, Times, serif;
}

h1 {
    float: left;
    padding-left: 90px;
    width: 370px;
    font-size: 30px;
    line-height: 60px;
    color: White;
}

h1 a {
    color: White;
    text-decoration: none;
}

h2 {
    font-size: 24px;
    padding: 50px 0 0 520px;
    color: #C6774E;
}

h3 {
    font-size: 22px;
    color: Black;
}

h4 {
    font-weight: normal;
    font-size: 0.9em;
    color: #E7B185;
}

p {
    padding: 10px 0;
    line-height: 1.7em;
    text-align: justify;    
}

a {
    color: #DB232C;
    text-decoration: underline;
}

a:hover {
    text-decoration: none;
}

img {
    padding: 4px;
    border: 1px solid #EFE5CC;
}

#otsikko, #intro, #keskiosa, #tekijanoikeudet {
    width: 100%;
    min-width: 960px;
}

#otsikko {
    background: #A21D24 url(images/bg.gif) repeat-x top;
}

#otsikko2 {
    margin: 0 auto;
    width: 960px;
    height: 60px;
    text-align: left;
    background: url(images/header.jpg) no-repeat;
}

#valikko {
    float: right;
    height: 60px;
}

#valikko ul {
    list-style: none;
}

#valikko ul li {
    float: left;
    display: block;
    line-height: 60px;
    color: White;
}

#valikko ul li a {
    float: left;
    display: block;
    padding: 0 5px;
    text-decoration: none;
    color: White;
}

#valikko ul li a:hover {
    color: #F4B7BE;
}

#intro {
    background: White;
}

#intro2 {
    margin: 0 auto;
    width: 856px;
    height: 300px;
    text-align: left;
    background: url(images/img_3.jpg) no-repeat left;
	
}

#intro ul {
    list-style: none;
    margin-top: 30px;
}

#intro h2 {
    margin: 0 0 0 38px;
}

#intro ul li {
    position: relative;
    margin: 0 0 0 560px;
    padding: 0 0 0 40px;
    width: 260px;
    font-size: 16px;
    font: normal 16px/32px Georgia, Times, serif;
    background: url(images/tick.gif) no-repeat left;
}

#keskiosa {
    background: White  url(images/middle.gif) repeat-x bottom;
}

#keskiosa2 {
    margin: 0 auto;
    width: 700px;
    padding: 80px 70px 0 90px;
    text-align: left;
    background: url(images/middle_2_5.jpg) no-repeat top;
}

#vasen {
    float: left;
    padding-bottom: 30px;
    width: 460px;
}
#vasen_laatulupaus {
    float: left;
    padding-bottom: 30px;
    width: 660px;
}

#laatulupaus {
    background: url(images/vine_vertical_fadeout.jpg) no-repeat left top;
	background-position: 0% 75%;
	padding: 75px;
}

.tekstilaatikko {
    margin: 10px 0 30px 0;
}

.yhteystiedot{
	margin: 30px 0 30px 0;
	font-size: 16px;
}

#vasen ul {
    padding: 10px 0 10px 40px;
}

#vasen ul li {
    padding: 0;
    line-height: 1.7em;
    text-align: justify;
}

#sivuvalikko {
    float: right;
    padding-bottom: 30px;
    width: 260px;
}

#sivuvalikko p {
    text-align: left;
}

#sivuvalikko ul {
    padding: 10px 0;
    list-style: none;
}

#sivuvalikko ul li {
    padding: 0;
    line-height: 2.2em;
}

#sivuvalikko ul li a {
    padding: 0;
}

#alakuvat {
    clear: both;
    height: 1%;
}

#alakuvat h2 {
    margin: 0 0 0 38px;
}

.alakuvaotsikko {
	position: relative;
}

.oikea_kuva, .vasen_kuva {
    position: relative;
    padding-bottom: 60px;
    width: 340px;
    height: 122px;
}

.vasen_kuva {
    float: left;
}

.oikea_kuva {
    float: right;
}

.sisalto_kuva {
    float: right;
    padding: 0;
    width: 160px;
}

.lisaa {
    position: absolute;
    top: 130px;
    left: 180px;
    width: 60px;
    height: 22px;
    line-height: 22px;
    text-align: center;
    text-decoration: none;
    background: #F4D0B6 url(images/button.gif) no-repeat;
}

.vasen_kuva img, .oikea_kuva img {
    float: left;
}

.ilmoittaudu {
    position: absolute;
    top: 30px;
    left: 180px;
    width: 80px;
    height: 24px;
    line-height: 22px;
    text-align: center;
    text-decoration: none;
    background: #F4D0B6 url(images/button.gif);
	background-size: cover;
}

.alavali {
    clear: both;
    height: 1px;
    overflow: hidden;
}

#tekijanoikeudet {
    text-align: center;
    background: #B62129 url(images/footer.gif) repeat-x top;
}

#tekijanoikeudet_2 {
    padding: 40px 0;
    margin: 0 auto;
    width: 918px;
}

#tekijanoikeudet p {
    text-align: center;
    color: White;
}

#tekijanoikeudet  a {
    color: #F4B7BE;
}


 /* Popup box BEGIN */
.hover_bkgr_fricc{
    background:rgba(0,0,0,.4);
    cursor:pointer;
    display:none;
    height:100%;
    position:fixed;
    text-align:center;
    top:0;
    width:100%;
    z-index:10000;
}
.hover_bkgr_fricc .helper{
    display:inline-block;
    height:100%;
    vertical-align:middle;
}
.hover_bkgr_fricc > div {
    background-color: #fff;
    box-shadow: 10px 10px 60px #555;
    display: inline-block;
    height: auto;
    max-width: 270px;
    min-height: 100px;
    vertical-align: middle;
    width: 60%;
    position: relative;
    border-radius: 8px;
    padding: 15px 5%;
}
.popupCloseButton {
    background-color: #fff;
    border: 3px solid #999;
    border-radius: 50px;
    cursor: pointer;
    display: inline-block;
    font-family: arial;
    font-weight: bold;
    position: absolute;
    top: -20px;
    right: -20px;
    font-size: 25px;
    line-height: 30px;
    width: 30px;
    height: 30px;
    text-align: center;
}
.popupCloseButton:hover {
    background-color: #ccc;
}
.trigger_popup_fricc {
    cursor: pointer;
    display: inline-block;
    font-weight: bold;
}
/* Popup box BEGIN */
