html * {
margin:0;
padding:0;
}

body {
background:url("img/bodybg.jpg") top repeat-x #fff;
font-family:Arial, Helvetica, sans-serif;
font-size:13px;
color:#000;
}

h1 {
font-size:22px;
color: #ED1C24;
margin-bottom:10px;
}

h2 {
margin-bottom:10px;
}

h3 {
color:#000;
font-size:18px;
margin-bottom:10px;
}

p {
margin-bottom:10px;
}

a {
}

a:hover {
}


.clr {
clear:both;
height:0;
line-height:0;
}



#wrapper {
width:980px;
margin:0 auto;
}

#header {
background:url("img/header.jpg") top no-repeat;
width:980px;
height:220px;
}

#top-content p {
width:200px;
height:100px;
float:right;
text-align:center;
padding:22px 233px 0 0;
color:#fff;
font-weight:bold;
letter-spacing:1px;
font-size:15px;
line-height:22px;
margin:0;
}

#navi {
width:650px;
height:30px;
float:left;
padding:26px 0 0 60px;
}

#navi a {
color:#000;
font-size:18px;
font-family:"Arial Black", Arial, Helvetica, sans-serif;
text-decoration:none;
margin-right:15px;
outline:none;
}
#navi a:hover {
color:#ED1C24;
/*color:#0B7AB7;*/
}
#navi a.active {
color:#ED1C24;
}



#content {
width:880px;
margin:0 0 0 60px;/*topm 10*/
}


#left {
width:360px;/*230*/
float:left;
}

#left-wide {
width:420px;
float:left;
}


#right {
width:500px;/*650px max*//*620*/
float:right;
}

#right-wide {
width:420px;
float:right;
}





/*** lightbox *******************************/
.boxes {
background:#fff;
overflow:hidden;
}

.box_content {
background:#fff;
width:960px;
height:100%;
margin:30px auto;
/*
position:absolute;
top:25%;
left:25%;
*/
color:#DB232B;
}

.boxpad { padding:0px; }

.boxtext_enabled { cursor:pointer; }

.boxtext_close {
float:right;
cursor:pointer;
font-weight:bold;
}









#footer {
background:url("img/footerbg.jpg") top repeat-x;
width:100%;
height:280px;
margin-top:60px;
font-size:14px;
color:#fff;
}

#footer-content {
width:880px;
margin:0 auto;
padding-left:20px;
padding-top:10px;
clear:both;
}

#footer-content img.tuotemerkit {
width:870px;/*874*/
margin:10px auto;
padding-bottom:13px;
}

#footer-navi {
color:#fff;
margin-top:30px;
width:500px;
float:left;
}
#footer-navi a {
color:#fff;
text-decoration:none;
}
#footer-navi a:hover {
color:#000;
}

#footer-copy p {
width:330px;
float:right;
margin:30px 0 0 0;
}
#footer-copy a {
color:#fff;
text-decoration:none;
}

