/* CSS Document */


html>body .hovermenu ul li a:active{ /* Apply mousedown effect only to NON IE browsers */
border-style: inset;
}

html {
background:#fff;
color:#000;
	background-image: url(images/SE13.jpg);
	background-repeat: repeat;
}

body
{
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 1.0em;
	margin:0.3em;
	color: #000;
	background: #E2E5C6;
	margin-left:8em;
	padding-left:0.3em;
	border:0.4em solid #003333;
}

#container {
	position: relative;
	/*margin: 10px auto 5px;*/
	margin: 0px auto 5px 0px;
	text-align: left;
	overflow: auto;
	padding-left: 10px;/*	color: #666666;
	background-color: #DCDCDC;
	border: 1px solid #999999;
*/
	height: 800px;
}
	
#footer {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 15px;
	color: #333333;
	position: relative;
	text-align: center;
	width: 100%;
	background-color: #FFFFFF;
	background-attachment: scroll;
	background-image: url(images/logo_100h.gif);
	background-repeat: no-repeat;
	background-position: bottom right;
	height: 54px;
}

.h1text {
	font-family: sans-serif;
	font-size: 1.5em;
	font-weight: bold;
}

h1 { font-family: sans-serif;}

/* next lines are for menu on catalog page */
.hovermenu ul{
font: bold 13px arial;
padding-left: 0;
margin-left: 0;
height: 20px;
}

.hovermenu ul li{
list-style: none;
display: inline;
}

.hovermenu ul li a{
padding: 2px 0.5em;
text-decoration: none;
float: left;
color: black;
background-color: #FFF2BF;
border: 2px solid #FFF2BF;
}

.hovermenu ul li a:hover{
background-color: #FFE271;
border-style: outset;
}
/* Preceeding lines are for menu on catalog pages */

.tablehead {
	font-weight:bold;
	text-align: center;
}

.tablecaption {
	font-weight:normal;
	text-align: center;
	font-size: x-small;
	padding: 4px;
}
.tabletext {
	font-size: .8em;
}
.orange {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	color: #FF6600;
	font-weight: bold;
	font-size: 16px;
}
.msds {
	font-size: 0.7em;
	font-variant: small-caps;
}

/* valikko */
.tabs {
	display: block;
	position:absolute;
	margin:0;
	margin-left:-8.8em;
	padding:0;
	width:7.25em;
	font-size: .7em;
}

.tabs li 
{
	list-style-type:none;
	color:#E2E5C6;
	width:94%;
	margin:0;
	padding:0;
}
.tabs li a
{
	background:#003366;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	padding:0 0.5em;
	width:100%;
	display:block;
	margin:0.5em 0;
	height:3em;
	color: #E2E5C6;
	border-left:0.2em solid #666666;
	border-top:0.1em solid #666666;
	border-bottom:0.3em solid #000000;
	width:102%;
}

.tabs li a:hover
{
	color:#ffffff;
	border-right:0.3em solid #ff6100;
	width:106%;
}

li  a.this	
{
background:#E2E5C6;
color:#000;
border-right:0.1em solid #E2E5C6;
border-left:0.1em solid #999999;
border-top:0.01em solid #999999;
border-bottom:0.1em solid #000000;
	width:106%;
	font-weight: bold;
}

li a.this:hover	
{
	color:#000;
	border-right:0.1em solid #E2E5C6;
	cursor: default;
}
