body{
	background-color: #000;
	font-size: 10px;
	font-family: Verdana, Helvetica, Arial, sans-serif;
	margin: 0;
	padding: 0;
}
#body{
	width: 1000px;
	height: auto !important;
	margin: 0 auto;
	overflow: auto;
	padding: 0;
}

/* SISÄLTÖDIVIT */	
/* header */
#header{
	width: 1000px;
	height: 140px;
	background-color: #aaa;
	margin: 0;
	background-repeat: no-repeat;
}
#header img{
	border: none;
}

/* sisältö */	
#content{
	clear: both;
	width: 1000px;
	height: auto !important; 
	overflow-y: auto;
	background-color: #fff;
	margin: 0;
}

#left{
	width: 160px;
	float: left;
	padding-left: 20px;
	min-height: 600px;
	margin: 0;
}

#center{
	width: 760px;
	padding: 0 20px 10px 20px;
	float: left;
	margin: 0;
}

/* footer */
#footer{
	width: 100%;
	height: 60px;
	float: left;
	background-color: #aaa;
	text-align: center;
	font-size: 10px;
	border-top: 1px dotted #aaa;
}
#footer li{
	display: inline;
	list-style-type: none;
	padding: 0 5px;
}
#footer a:hover {
	color: #aa1212;
}
#footer p {
	padding-left: 30px;
}

/* muotoiluja */
h1{
	padding: 5px 0 0 10px;	
	margin: 0;
	font-size: 20px;
	font-family: Franklin Gothic;
	text-align: left;
	float: left;
}
h2{
	font-size: 15px;
	padding-top: 10px;
}
h3{
	padding: 10px 5px 20px 5px;
	margin: 0;
}
#avoinna{
	text-align: right;
	float: right;
	padding-right: 5px;
	margin-top: 5px;
	font-size: 12px;
	line-height: 1.5;
}
#back img{
	padding-right: 5px;
	padding-top: 5px;
}
.info{
	width: 150px;
	padding:0;
	font-size: 10px;
	margin-bottom: 20px;
}
#yhteystiedot{
	margin-top: 20px;
}
#yhteystiedot td{
	padding-right: 10px;
}
.info_left{
	font-weight: bold;
	width: 60px;
}
#submit{
	margin: 5px 0 0 100px;
}
#wrap{
	margin-top: 20px;
	width: 180px;
}
img{
	border: 0;
}

/* NAVIGAATIO */
#navi{
	width: 1000px;
	padding: 10px 0;
	background-color: #eee;
}

#navi ul{
	display: inline;
}

#navi li{
	list-style-type: none;
	display: inline;
	padding: 50px;
}
.navi a:link, .navi a:visited {
	color: #000;
	text-decoration: none;
	font-size: 14px;
}
.navi{
	padding-top: 20px;
}

/* dropdown-valikko */
#dropdown { 
	/* overflow:hidden; */
	padding: 0; 
	font-weight: bold; 
	list-style-type: none;
	color: #000;
	margin: 10px 0 0 0;
}
#dropdown:hover { 
	cursor:pointer;
}
#dropdown ul {
	padding-left: 10px;
	margin: 0;
}
#dropdown li{
	padding-bottom: 10px;
	height: 10px;
	overflow: hidden;
}
#dropdown li{
	height: 10px;
}
#dropdown .active{
	height: auto;
}

#dropdown li li{
	list-style-type: none;
	font-weight: normal;
	font-size: small;
	height: auto;
	padding: 0;
	margin: 0;
}
#dropdown li a:hover{
	color: #aa1212;
}
#dropdown li .selected  a{ 
	color: #aa1212;
}

/* TUOTTEET */
.product{
	background-color: #fff;	
	border: 1px solid #aaa;
	margin-top: 20px;
	padding: 20px;
	padding-top: 0;
}
.breaker {
	clear: left; 
	line-height: 0; 
	height: 0;
}
.product img{
	max-height:300px;
	max-width: 300px;
	float: left;
	padding-bottom: 10px;
}
.product p{
	margin-top: 0;
	margin-left: 20px;
	float: left;
	font-size: 14px;
}
.product th{
	text-align: left;
}
.product td{
	width: 50px;
}
.product a{
	text-decoration: none;
	color: #000;
	font-size: 14px;
}

/* TUOTENAVIGAATIO */
#sites input{
	border: none;
	background-color: #fff;
	padding: 5px;
	vertical-align: middle
}
#sites input:hover{
	font-weight: normal;
	color: #aa1212;
}
.selected { 
	color: #aa1212;
}
.inline{
	display: inline;
	font-size: 10px;
}

/* satunnaisesti valittavat tuotteet */
.small_img{
	max-height: 140px;
	max-width: 150px;
	display: inline;
}
.small_left, .small_center, .small_right{
	float: left;
	width: 150px;
	height: 180px;
	padding: 20px 40px;
	overflow: hidden;
	margin: 0px;
}
.small_left{
}
.small_left p, .small_center p, .small_right p{
	height: auto;
}
.small_left a, .small_center a, .small_right a{
	text-decoration: none;
	color: #000;
}
.small_left td, .small_center td, .small_right td{
	padding: 0 5px 0 5px;
}
.small_left th, .small_center th, .small_right th{
	height: 50px;
	position:relative;
	top:0;
	left: 0;
}
.block{
	height: 140px;
	width: 150px;
}
.block img{
	display: block;
	margin: auto;
}
