/* Main */
body{
	margin: 0;
	
	
	font-family: Arial;
	color: #474747;
	font-size: 12px;
}

#bigframe{
	background-image: url('../images/bodybg.gif');
	background-position: top left;
	background-repeat: repeat-x;
	
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 100%;
	margin: auto;
	
	text-align: center;
}


#main{
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 100%;
	margin: auto;
	
	text-align: center;
	
}

#header{
	height: 85px;
	width: 992px;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	margin: auto;
}

#logo{
	width: 374px;
	float: left;
}

#banner{
	width: 618px;
	float: right;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	margin: auto;
}

#bannertext{
	width: 760px;
	float: left;
	text-align: left;
	background-image: url('../images/bannerbg.gif');
	background-position: top left;
	background-repeat: no-repeat;
	height: 109px;
	margin-top: 16px;
	
	padding: 12px 16px 0px 16px;
}

#navi{
	height: 30px;
	right: 0;
	bottom: 0;
	left: 0;
	margin: auto;
	width: 992px;
}

#breadcrumbs{
	margin-top: 4px;
	height: 21px;
	top: 0;
	text-align: left;
}

#haku{
	width: 210px;
	float: right;
	height: 27px;
	top: 0;

	background-image: url('../images/searchbg.gif');
	background-position: top left;
	background-repeat: no-repeat;
}

#navigointi{
	top: 0;
	width: 782px;
	float: left;
	height:27px;
}


#content{
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	margin: auto;
	width: 987px;
}

#b{
	float: left;
	width: 551px;
	margin: 16px 18px 50px 18px;
	text-align:left;
}

#c{
	width: 200px;
	float: right;
	margin: 16px 0px 50px 0px;
}

#footer{
	background-color: #ffffff;
	clear:both;
	height: 82px;
	margin-top: 50px;
	background-image: url('../images/footerbg.gif');
	background-position: top left;
	background-repeat: repeat-x;
}

#footertext{
	padding-top: 28px;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	margin: auto;
	width: 992px;
	
	font-family: Arial;
	color: #888888;
	font-weight: normal;
	font-size: 11px;
	text-decoration:none;
}

#copyright{
	width: 782px;
	text-align: left;
	float: left;
}

#copyright div{
	float: left;
	text-align: left;
	clear:both;
}

#some{
	width: 210px;
	float: right;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	margin: auto;
}

#left{
	float: left;
	width: 218px;
	margin: 0;
}

#basic{
	float: left;
	width: 569px;
	margin: 0;
}

#right{
	width: 200px;
	float: right;
	margin: 0;
	text-align:right;
}

.error {
  font-style: italic;
  text-transform: uppercase;
  padding: 5px;
  color: #cccccc;
  font-size: 14px;
  font-weight: bold;
}

a:link, a:visited {
	color: #d00002;
	text-decoration: none;
	font-weight: normal;
}

a:hover {
	color: #d00002;
	text-decoration: none;
	font-weight: normal;
}

.small {
	color: #545454;
	font-size: 11px;
}

h1{
	font-family: Trebuchet MS;
	font-size: 20px;
	
	color: #545454;
	font-weight: bold;
}

h2{
	font-family: Trebuchet MS;
	font-size: 16px;
	
	color: #666666;
	font-weight: bold;
}

h3{
	font-family: Trebuchet MS;
	font-size: 14px;
	
	color: #666666;
	font-weight: bold;
}

.code {
	background-color: #ddd;
	border: 1px solid #bbb;
}

form {
	margin: 0;
 	padding: 0;
}

/* Lang menu */
#lang_switcher{
	float: left;
	width: 200px;
	margin: 0px 0px 0px 0px;
}
.lang_switcher ul{
  list-style-type:none;
}
.lang_switcher li{
  display:inline;
}
.lang_switcher a{
  float:left;
  width:50px;
  text-decoration:none;
  text-align: center;
  color:black;
  font-weight:normal;
  font-size:9px;
  background:#eee;
  padding:0px;
  border:1px solid #fff;
}
.lang_switcher .current{
  float:left;
  width:50px;
  text-decoration:none;
  text-align: center;
  color:white;
  font-weight:normal;
  font-size:9px;
  background:#333;
  padding:0px;
  border:1px solid #fff;
}
.lang_switcher a:hover{
background:#ddd;
}

/* Menu */
#menu{
	float: left;
	width: 200px;
	margin: 16px 0px 50px 0px;
}
.menu ul{
  margin: 0;
  padding: 0;
  list-style-type: none;
  width: 200px;
  border-bottom: 1px solid #fff;
}
.menu ul li{
  position: relative;
}
.menu ul li ul{
  position: absolute;
  width: 250px;
  top: 0;
  visibility: hidden;
}
.menu ul li a{
  display: block;
  overflow: auto;
  color: black;
  text-align: left;
  font-weight: bold;
  font-size: 12px;
  text-decoration: none;
  background: #eee;
  padding: 8px 5px;
  border: 1px solid #fff;
}
.menu ul li a:visited{
  color: black;
}
.menu ul li a:hover{
  background-color: #fff;
  border: 1px solid #eee;
}
.menu .subfolderstyle{
  background: #eee url(../images/arrow.gif) no-repeat center right;
}
* html .menu ul li { float: left; height: 1%; }
* html .menu ul li a { height: 1%; }


/* gallery */
#content .gallery {
	float: left;
	width: 100%;
	margin: 0 0 1em 0;
	padding: 0;	
}
#content .gallery li {
	_display: inline;
	float: left;
	width: 27%;
	margin: 0 1em 1em 1em;
	padding: 1em 0 0 0;
	list-style: none;
	text-align: center;
}
#content .gallery img {
  border: 1px solid #eee;
}
#content .gallery a {
  border: 0;
}

/* thumbnail */
#content .thumbnail {
	float: left;
	width: 100%;
	margin: 0 0 1em 0;
	padding: 0;	
}
#content .thumbnail li {
	_display: inline;
	float: left;
	width: 27%;
	margin: 0 1em 1em 1em;
	padding: 1em 0 0 0;
	list-style: none;
	text-align: center;
}
#content .thumbnail img {
  border: 1px solid #eee;
}
#content .thumbnail a {
  border: 0;
}
#content .product li {
	_display: inline;
	width: 27%;
	margin: 0 1em 1em 1em;
	padding: 1em 0 0 0;
	list-style: none;
	text-align: center;
}

/* news */
#content ul.news {
	margin: 0 0 1em 0;
	padding: 0;	
}
#content ul.news li {
	_height: 1%;
	margin: 0 0 1em 0;
	list-style: none;
}
.news .title {
	margin: 0;
	font-weight: normal;
}
.news .anounce {
	margin: 0 1em;
}