/* CSS Document */

body,td,th,p,div {
	color: #555555;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height:16px;
}

body {
	background-color: #EEEEEE;
	background-image: url(images/bg.gif);
	background-position:top;
	background-repeat:repeat-x;
}

a:active, a:hover, a:link, a:visited {
	color: #006699;
	text-decoration:none;
}

#header-top{
  margin: auto;
  width: 910px;
}

.header01{
  background: url("images/header01.jpg");
  background-repeat: no-repeat;
}

.header02 {
  width: 432px;
  float: left;
  padding: 0;
  margin: 0;
}

.header03 {
  background: url("images/header03.jpg");
  background-repeat: no-repeat;
}

.header04 {
  background: url("images/header04.gif");
  background-repeat: no-repeat;
}


#content {
  margin: auto;
  width: 910px;
  background: url("images/background_c.jpg");
  background-repeat: repeat-y;
}

.left_content {
	padding:20px 20px 50px 29px;
	float: left;
	width: 545px;
	background: url("images/background_l.jpg");
	background-repeat: repeat-y;
	padding-bottom: 50px;
}

.right_content {
	float: left;
	width: 270px;
	padding-bottom:50px;
}

.footer{
  margin-top: 0px;
  margin: auto;
  width: 910px;
  height: 14px; 
  background: url("images/footer_b.jpg");
  background-repeat: no-repeat;
  clear: both;
}

.address {
  margin: 0 20px 0 20px;
  border-top: 1px solid #ccc;
  clear: both;
}

.address p {
  text-align: center;
  color: #555;
  padding: 5px;
}


.border {
  border: 1px solid #CCCCCC;
}

h1 {
  font-size: 12px;
  font-weight: bold;
  color: #555;
}

h2 {
  font-size: 11px;
  font-weight: bold;
  color: #555;
}


h3 {
  font-size: 11px;
  font-weight: bold;
  color: #00F0FF;
}

.ajankohtaista {
  background-color: #008BCB;
  background-image:url(images/ajankohtaista_bottom.gif);
  background-position:bottom;
  background-repeat:no-repeat;
  color: #fff;
  width: 230px;
  padding:20px;
  padding-bottom:50px;
  margin-left: 11px;
  margin-top: 0px;

}

div.ajankohtaista a:active, div.ajankohtaista a:hover, div.ajankohtaista a:link, div.ajankohtaista a:visited {
	color: #FFFFFF;
	text-decoration:none;
}

img {
  border: 0;
}

#menu{
	height: 30px;
	width: 478px;
	float: left;
}

#menu ul {
  padding: 0;
  margin: 0;
}


li#etusivu{width: 84px; height: 30px; list-style: none; margin:0;  padding: 0; float: left;}
li#yritys {width: 78px; height: 30px; list-style: none;  margin:0;  padding: 0; float: left;}
li#tuotteet {width: 91px; height: 30px; list-style: none;  margin:0;  padding: 0; float: left;}
li#valmistus {width: 101px; height: 30px; list-style: none;  margin:0;  padding: 0; float: left;}
li#yhteystiedot{width: 124px; height: 30px; list-style: none;  margin:0;  padding: 0; float: left;}

/* Dropdown */
#nav li { 
  list-style: none;
}

#nav li a {
  display: block;
position: relative;
}


#nav li.on a {
  display: none;
  position: relative;
}

#nav li.on ul a, #nav li.off ul a {
  border-bottom: 1px solid #3EADE1;
  color: #fff;
  width: 130px;
  padding: 5px;
  padding-left: 20px;
  text-decoration: none;
background: #008BCB;
}

#nav li.on ul {
  display: block;
position: absolute;
  padding-top: 0px;
 
}

#nav li.off:hover ul {
  display: block;
  text-decoration: none;
}

#nav li.off a:hover, #nav li.off:hover a {
  background: #008BCB;
  text-decoration: none;
}

#nav li.off ul {
  display: none;
 position: absolute;
  padding-top: 0px;
}

#nav li.off:hover ul, #nav li.over ul { 
  display: block;
}

#nav li.off a:hover, #nav li:hover a, #nav li.over a {
  background: #268EA7;
  color: #fff;

}
/* Dropdown loppuu*/




ol {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 11px;
  color: #555;
}

ol li {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 11px;
  font-weight: normal;
  color: #555;
}

ol li.main{
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 11px;
  font-weight: bold;
  color: #555;
  padding-top: 10px;
  clear:left;
}
.white {
	color: #FFFFFF;
}
