/* ----------------------
 * general
   ---------------------- */

body {
	margin:0px;
	padding:0px;
	font-size: 9pt;
	font-family: Arial, Helvetica, sans-serif;
	background-color: #000;
}

p {	margin:12px; }
p.definition { margin: 10px 10px 0px 24px; }
dd p.definition {margin: 10px 10px 10px 0px; }
h1, h2 {
	margin:26px 10px 26px 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

a:visited, a:hover, a:link, a:active {
	color: #060;
	font-weight: bold;
}

h1 { font-size: 150%; text-align: center; }
h2 { font-size: 130%; }
h3 { font-size: 110%; margin: 20px 12px 12px 14px;}

table.listing {
	border: 1px solid #999999;
	margin: 12px;
	padding: 8px;
	width: 500px;
}

table.kuva {
	border: 1px solid #999999;
	margin: 6px;
	padding: 2px;
	width: 550px;
}


table.listing th, table.results th {
	padding-top: 10px;
	padding-left: 6px;
	padding-bottom: 10px;
}

table.listing td {
	padding: 4px;
}

table.results {
	margin: 0px 12px 0px 12px;
	padding: 0px;
}

div.resultcontainer {
	border: 1px solid #999999;
	margin: 10px;
	padding: 4px;
}

table.results td {
	padding: 0px 8px 0px 4px;
	vertical-align: top;
	font-size: 9px;
}

.left {	text-align: left; }
.right { text-align: right; }
.center { text-align: center; }
.bold { font-weight: bold; }
.red { color: #ff0000; }

/* ----------------------
 * page header + footer
   ---------------------- */
 
#topheader {
	width: 100%;
	margin: 0px;
	text-align: center;
	
}

#topheader h1 {
	color: #0080ff;
	font-size: 36px;
	text-align: center;
	padding-left: 20px;
}

#footer {
	width: 600px;
	clear: both;	
	padding: 10px 0px 10px 0px;
	font-size: 100%;
	background: #fff;
	color: #000;
	border-left: 1px solid #999;
	border-right: 1px solid #999;
	border-bottom: 1px solid #999;
}

#footer p {
	text-align: center;
	font-weight: bold;
	font-size: 28px;
	padding: 8px 4px 0 4px;
}

#footer img {
	vertical-align: middle;
}


/* ----------------------
 * left section 
   ---------------------- */

#contentleft {
	width: 190px;
	float: left;
	text-align: left;
	margin: 0px;
	/* background-color:#e0e0c0; */
	background-color:#000000;
	padding-bottom: 0px;
}

#contentleft p {
	margin: 15px 20px 5px 20px;
	background: #fff;
	color: #333;
	padding: 0.5em;
	text-align: center;
	border: 1px solid #999;
}

#contentleft ul {
	margin-top: 0px;
	margin-bottom: 0px;
}

#bottomline {
	border: 0;
	margin: 0px;
	padding: 0px;
	float:left;
	position: absolute;
}

#bottomline img {
	margin: 0px;
	padding: 0px;
	border: 0;
}

#contentleft #logo {
	/* background: #e0e0c0; */
	background-color: #000000;
	border-right: 0px;
	text-align: center;
}


/* ----------------------
 * navigation @ left sec
   ---------------------- */

#navigation {
	background: #000000;
	margin-top: 20px;
	margin-left: 20px;
	margin-right: 20px;
	margin-bottom: 0px;
	padding: 0px 0px px 0px;
}	

#navigation ul {
	margin: 0;
	padding: 0;
	list-style: none;
	width: 150px;
	border-bottom: 1px solid #999;
}

#navigation ul li {
	position: relative;
}

#navigation li ul {
	position: absolute;
	left: 149px;
	top: 0;
	display: none;
	}

#navigation ul li a {
	display: block;
	text-decoration: none;
	color: #333;
	background: #fff;
	padding: 5px;
	border: 1px solid #999;
	border-bottom: 0;
}

/* Fix IE. Hide from IE Mac \*/
* html ul li { float: left; height: 1%; }
* html ul li a { height: 1%; }
/* End */

#navigation li:hover ul, #navigation li.over ul { 
	display: block;
}

#navigation ul li a:hover {
	color: #006000;
	background: #e0e0e0;
	font-weight: bold;
}

/* ----------------------
 * main area container
   ---------------------- */



#contentcenter {
	
	margin: 0px 20px 10px 200px;
	height: auto;
	
	background:#fff;
	padding: 10px;
	
	border-left: 1px solid #999;
	border-right: 1px solid #999;
	voice-family: "\"}\""; 
	voice-family:inherit;
		 
	

} 




/* ----------------------
 * feedback form
   ---------------------- */

#contentcenter #contactform {
	margin-left: auto;
	margin-right: auto;
	margin-top: 20px;
	width: 420px;
	padding: 10px;
	border: 1px solid #5B3E8C;
	background: #f0f0f0;
}

#contentcenter #contactform .row {
	clear: both;
	padding: 2px;
	margin: 0px;
}


#contentcenter #contactform .row .text {
	font-weight: bold;
	text-align: right;
	float: left;
	width: 180px;
	padding-top: 2px;
}

#contentcenter #contactform .row .input {
	text-align: left;
	float: right;
	width: 210px;
	font-size: 100%;
}
	
#contentcenter #contactform .row .submitleft {
	text-align: right;
	float: left;
	width: 180px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
}

#contentcenter #contactform .row .submitright {
	text-align: left;
	float: right;
	width: 210px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
}

#contentcenter #contactform .row .submit {
	border: 1px solid #000;
	background-color: #666666;
	color: #ffffff;
	font-family: Arial, Helvetica, sans-serif;
	padding: 1px;
	font-size: 100%;
	width: 125px;
}

#contentcenter #contactform .row .input .field {
	border: 1px solid #000;
	background-color: #e0e0e0;
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	padding: 1px;
}

#contentcenter #contactform .row .input .textarea {
	border: 1px solid #000;
	background-color: #e0e0e0;
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	width: 180px;
	height: 100px;
	padding: 1px;
	font-size: 100%;
}


#banner {


 margin-left : 10px; 
 margin-right : 10px; 
 margin-bottom : 10px;
 margin-top : 10px;
 background : #fff; 

 border-top : 1px solid #000; 
 border-right : 1px solid #000; 
 border-left : 1px  solid #000; 
 border-bottom : 1px solid #000; 
 height : auto;
 text-align : left;
}
#banner2 {
 margin-left : 10px; 
 margin-right : 10px; 
 margin-bottom : 10px;
 margin-top : 10px;
 background : #ccc; 
 height : auto; 
 border-top : 0px dashed #000; 
 border-right : 0px dashed #000; 
 border-left : 0px  dashed #000; 
 border-bottom : 0px dashed #000; 
 height : 120px;
 text-align : center;
}
