body {
	font-family: Verdana, Helvetica, Geneva, sans-serif;
	font-size: 11px;
	font-weight: lighter;
	color: #212121;
	line-height: 1.4;
	background-image: url(tausta2.png);
	background-repeat: repeat-x;
	background-color: #2a2a2a;
}

div.container {
	overflow: hidden;
	margin: 0px auto 0px auto;
	background-image: url(keskitausta.png);
	background-repeat: repeat-y;
	width: 770px;
	padding: 0px 0px 10px 0px;
}

div.container_tuote {
	overflow: hidden;
	margin: 0px auto 0px auto;
	background-image: url(keskitausta_tuote2.png);
	background-repeat: repeat-y;
	width: 770px;
	padding: 0px 0px 10px 0px;
}

div.banneri {
	background-image: url(kuvat/banneri.jpg);
	width: 752px;
	height: 83px;
	margin-top: 0px;
	margin-left: auto;
	margin-right: auto;
}

div.navi {
	width: 752px;
	height: 26px;
	background-color: #000;
	margin: 0px auto 0px auto;
}

table.navitable {
	margin-left: 10px;
	width: 630px;
}

div.vasen {
	float: left;
	width: 350px;
	margin-top: 30px;
	margin-left: 20px;
}

div.indeks {
	clear: left;
	width: 730px;
	height: 500px;
	margin: 0px auto 0px auto;
	background: url(kuvat/taustanen.jpg) no-repeat;
	padding-top: 23px;
}

div.tuotevalikko {
	float: left;
	width: 150px;
	margin-top: 0px;
	margin-left: 9px;
	margin-right: 30px;
}

div.tuotevalikko li a {
	color: #999999;
	font-weight: bold;
	margin: 0px;
	border-bottom: 1px solid #212121;
	background-color: #333333;
	width: 141px;
	display: block;
	padding: 5px 5px 5px;
}

li#sub a {
	color: #999999; 
	margin-left: 10px; 
	background: none;
	border-bottom: none;
}

div.tuotevalikko li a:hover {background-color: #666666;}
li#sub a:hover {color: #FFF;}


div.oikea {
	float: left;
	width: 300px;
	margin-top: 30px;
	margin-left: 20px;
}

div.tuote_oikea {
	float: left;
	width: 550px;
}

div.tuotekuva {
	text-align: center;
	float: left;
	width: 200px;
	margin-left: 0px;
	margin-top: 0px;
}

div.tuoteselostus {
	float: left;
	width: 320px;
}
	
table.tuote {
	text-align:center;
	border: 1px solid #999999;
	margin: 10px 10px 0px 0px;
}

table.tuote td {
	border: 1px solid #999999;
	padding: 5px 5px 5px 5px;
}

table.ktt {
	border: 1px solid #999999;
	margin: 10px 10px 10px 0px;
}

table.ktt td {
	border: 1px solid #999999;
	padding: 5px 5px 5px 5px;
}

table.etupoyta {
	text-align:center;
	margin: 0px auto 0px auto;
	width: 700px;
}

table.etupoyta td {
	padding: 5px 5px 5px 5px;

}

table.etupoyta td img {
	vertical-align: middle;

}


table.logopoyta {
	text-align:center;
	margin: 0px auto 20px auto;
	width: 540px;
}

table.logopoyta td {
	padding: 5px 5px 5px 5px;
}

table.logopoyta td img {
	width: 200px;
	vertical-align: middle;
}


div.footer1 {
	clear: left;
	width: 770px;
	height: 18px;
	margin: 0px auto 0px auto;
	background-image: url(alatausta.png);
}

div.footer1_tuote {
	clear: left;
	width: 770px;
	height: 18px;
	margin: 0px auto 0px auto;
	background-image: url(alatausta_tuote2.png);
}

div.footer2 {
	clear: left;
	font-size: 10px;
	width: 100%;
	height: 50px;
	margin-top: 10px;
	background-color: #2f2f2f;
	color: #cccccc;
	text-align: center;
	padding-top: 5px;
}

.button {
	height:26px;
	text-indent: -9999px;
}

.button a {
	display:block;
	width:100%;
	height:100%;
	outline:none;
}

.button a:hover {
background-position:0 -26px;
}

ul.pallo {
list-style: disc;
margin-left: 20px;
margin-right: 10px;
}

h1 {
font-family: verdana;
font-size: 16px;
font-weight: bold;
color: #666666;
letter-spacing: -1px;
}

h2 {
font-family: verdana;
font-size: 13px;
font-weight: bold;
color: #cc0033;
}

b {
color:#292929;
font-family: verdana;
font-size: 11px;
font-weight: bold;
}

a:link {color: #666666; text-decoration: none; font-weight: bold;}
a:visited {color: #000; text-decoration: none; font-weight: bold;}
a:hover {color: #0066cc; text-decoration: none; font-weight: bold;}
a:active {color: #000; text-decoration: none; font-weight: bold;}

.etusivu {background:transparent url(nav_etusivu.png) no-repeat top left;}
.tuotteet {background:transparent url(nav_tuotteet.png) no-repeat top left;}
.yhteystiedot {background:transparent url(nav_yhteystiedot.png) no-repeat top left;}
.kumppanit {background:transparent url(nav_kumppanit.png) no-repeat top left;}
.rccc{background:transparent url(nav_rccc.png) no-repeat top left;}
.nettikauppa {background:transparent url(nav_nettikauppa.png) no-repeat top left;}





div.rounded-box {
    position:relative;
    float:left;
    background-color: #FFF;
    margin: 20px 0px 0px;
}

div.rounded {
	//border: 2px solid black;
	float:left;
	background-color: #FFF;
	margin: 20px 0px 0px;	
	padding: 10px 10px 10px;

  -moz-border-radius:15px;
  -webkit-border-radius:15px;

}


/*********************
GLOBAL ATTRIBUTES
*********************/
div.top-left-corner, div.bottom-left-corner
{position:absolute; width:20px; height:20px; background-color:#8b8b8b; overflow:hidden;}

div.top-right-corner, div.bottom-right-corner
{position:absolute; width:20px; height:20px; background-color:#FFF; overflow:hidden;}

div.top-left-inside, div.bottom-left-inside, div.top-right-inside, div.bottom-right-inside 
{position:relative; font-size:150px; font-family:arial; color:#FFF; line-height: 40px;}


/*********************
SPECIFIC ATTRIBUTES
*********************/

div.top-left-corner { top:0px; left:0px; }
div.bottom-left-corner {bottom:0px; left:0px;}
div.top-right-corner {top:0px; right:0px;}
div.bottom-right-corner {bottom: 0px; right:0px;}

div.top-left-inside {left:-8px;}
div.bottom-left-inside {left:-8px; top:-17px;}
div.top-right-inside {left:-25px;}
div.bottom-right-inside {left:-25px; top:-17px;}

div.box-contents {
	position: relative; padding: 8px;
}

