@charset "utf-8";
/* CSS Document */

html, body {
	width: 100%;
	height: 100%;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #f00;
}

body {
	background:#fff;
	margin: 0;
	padding: 0;	
}

#Container  {
	width: 918px;
	height: auto;
	margin: 0 auto;
	background-image: url(gfx/ContainerBg.png);
	background-repeat: repeat-y;
}

/* HEADER */
#Header  {
	height: 232px;
	width: 900px;
	position: relative;
	background:#fff url(gfx/HeaderBg.jpg);
	background-repeat: no-repeat;
	margin: 0 auto;
	position: relative;
	z-index: 5;	
}

#HeaderTxt {
	width: 900px;
	height: 29px;
	display: block;
	position: absolute;
	top: 0;
	left: 0;
}

#HeaderTxt p {
	margin: 7px 0 0 0;
	color: #333;
	font-size: 11px;	
}

#HeaderTxt a {
	color: #fff;
	text-decoration: none;
}

#HeaderTxt a:hover {
	text-decoration: underline;
}

/* PÄÄNAVIGAATIO */
#MainNav {
	width: 900px;
	height: 24px;
	display: block;
	position: relative;
	top: 178px;
	left: 0;
	z-index: 5;
}

ul.MainNav {
	margin: 0 0 0 15px;
	padding: 0;
	list-style-image: none;
	list-style-type: none;
}

ul.MainNav li {
	width: auto;
	height: 24px;
	vertical-align: middle;
	float: left;
}

ul.MainNav li a, ul.MainNav li.NastaNav a {
	font-size: 12px;
	font-weight: bold;
	line-height: normal;
	color: #fff;
	text-decoration: none;
	padding: 6px 10px 6px 10px;
	background-color: none;	
	display: block;
}

ul.MainNav li a:hover, ul.MainNav li.NastaNav a:hover {
	background-color:#f00;
	opacity: 0.75;
	filter:alpha(opacity=75);
}

ul.MainNav li.NastaNav {
	float: right;
	margin: 0 15px 0 0;
}

/* HOLDER */
#Holder  {
	width: 900px;	
	min-height: 640px;	
	height: auto;
	position: relative;
	background-color: #fff;
	margin: 0 auto;
	overflow: hidden; /* JOTTA KAIKKI 3 PALSTAA OVAT SAMAN KORKUISIA */
	z-index: 1;
}

div.HolderHead {
	width: 100%;
	height: 25px;
	position:absolute;
	top: 0;
	left: 0;
}

p.holderHeadTxt , #Content p.holderHeadTxt, #SubNav p.holderHeadTxt, #Banners p.holderHeadTxt {
	font-size: 16px;
	font-weight: bold;
	color: #333;
	line-height: 25px;
	vertical-align: middle;
	margin: 0 0 0 20px;
	text-transform:uppercase;
}

#Content p.holderHeadTxt {
	margin: 0 0 0 30px;	
}

#Banners p.holderHeadTxt {
	margin: 0 0 0 15px;		
}

/* PERUSTEKSTIT */
#Content h2, #SubNav h2, #Banners h2  {
	font-size: 13px;
	font-weight: bold ;
	line-height:  normal;
	color:  #333;
	margin: 0 0 5px 0;
	text-transform: uppercase;
}

#SubNav h2.subNavH2 {
	margin: 0 0 3px 0;
}

#Content h3, #SubNav h3, #Banners h3 {
	font-size: 12px;
	font-weight: bold ;
	line-height:  normal;
	color: #333;
	margin: 12px 0 3px 0;
	text-transform: uppercase;
}

#SubNav h3.subNavH3 {
	margin: 0 0 5px 0; 
}

#SubNav p.subNavPGap {
	font-size: 10px;
	line-height:  10px;
	margin: 0;
	padding: 0;
}

hr {
	border: none;
	background-color: #f00	;
	height: 1px;
	line-height: 1px;
}

/* SISÄLTÖPALSTA TEKSTIT */
#Content p, #Content td, #SubNav p, #SubNav td, #Banners p, #Banners div {
	font-size: 12px;
	font-weight: normal;
	line-height: 17px;
	color: #333;
	margin: 0 0 15px 0;	
}

#Content a, #SubNav a, #Banners a {
	font-size: 12px;
	font-weight: normal;
	line-height: 15px;
	color: #F00;
	text-decoration: none;
}

#Content a:hover, #SubNav a:hover, #Banners a:hover {
	text-decoration: underline;
}

/* Data-taulukko */
#Content table.dataTable {
	width:100%;
	height: auto;
}

#Content table.dataTable  td {
	height: 25px;
	line-height:25px;
	vertical-align: middle;
	padding: 0 2px 0 10px;
}

/* PALAUTELOMAKE */
#Content  p.formFieldRow {
	margin: 0 0 8px 0;
}

#Content span.formHeadTxt {
	font-size: 12px;
	font-weight: normal;
	line-height: normal;
	color: #333;
	width: 75px;
	display: block;
}

#Content input.formField, #Content textarea.formField {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;	
	font-size: 12px;
	font-weight: normal;
	line-height: normal;
	color: #2c2d31;		
	width: 250px;
}

#Content textarea.formField {
	height: 80px;
}

#Content input.formBtn, #SubNav div.searchTxt input.formBtn  {
	font-size: 12px;	
	width: 110px;
	height: 28px;
	text-align: center;
	padding: 0px 5px 0px 5px;
	margin: 6px 0px 6px 0px;	
}

#SubNav div.searchTxt input.formBtn  {
	margin: 0;
}

/* RENGASKUVAT */
#Banners div.tirePicDiv {
	width: 100%;
	height:auto;
	display: block;
}

/* SUBNAVIGAATIO -PALSTA */
#SubNav {
	width: 160px;
	height:auto;
	position: relative;
	float: left;
	padding: 40px 20px 25px 20px;
	border-right: 1px solid #	;
}

ul.SubNav {
	margin:0;
	padding: 0;
	list-style-image: none;
	list-style-type: none;
}

ul.SubNav li {
	width: auto;
	display: block;
}

ul.SubNav li a{
	font-size: 13px;
	color: #FFF;
	text-decoration: none;
}

ul.SubNav li a:hover{
	color: #f00;
}

ul.SubNav li p{
	font-size: 13px;
	font-weight: bold;
	color: #FFF;
	margin: 0 0 2px 0;
}

/* HAKUKENTTÄ */
#SubNav div.searchTxt H3 {
	font-size: 12px;
	font-weight: bold ;
	line-height:  normal;
	color: #333;
	margin: 10px 0 2px 0;
	text-transform: uppercase;	
}

#SubNav div.searchTxt span, #SubNav div.searchTxt input, #SubNav div.searchTxt select  {
	font-size: 11px;
	font-weight: normal ;
	height: 20px;
	line-height: 20px;
	color: #333;
	vertical-align: middle;
	margin: 0 8px 0 0;
}

#SubNav div.searchTxt input {
	line-height: 15px;	
	height: 15px;	
	margin: 0;
	color: #2c2d31;	
}

#SubNav div.searchTxt select  {
	line-height: 121px;	
	height: 21px;	
	margin: 0;
	color: #f00;
}

#SubNav a.subNavA {
	margin: 2px 0 2px 0;
	line-height: 19px;
}

/* KESKIPALSTA */
#Content {
	width: 455px;
	height: auto;
	position: relative;
	float: left;
	padding: 40px 20px 25px 30px;
}

/* BANNERI-PALSTA */
#Banners {
	width: 150px;
	height: auto;
	position: relative;
	float: right;
	padding: 40px 15px 25px 15px;	
	border-left: 1px solid #f00;	
}

#NoFloat {
	clear: both;
}


/* FOOTER */
#Footer  {
	width: 903px;
	height: 61px;
	margin: 0 auto;
	background-image:url(gfx/FooterBg.png);
	background-repeat:no-repeat;
	position:relative;
}

p.FooterTxt {
	width: auto;
	font-size: 11px;
	font-weight: bold;
	color: #1b1c20;
	position: absolute;
	margin-top: 40px;
	left: 15px;
	display: block;
}

p.FooterImg {
	width: auto;
	position: absolute;	
	margin-top: 37px;
	right: 15px;
	display: block;	
}

/* 3-PALSTAN KORKEUS - SAADAAN KAIKKI 3 PALSTAA YHTÄ KORKEIKSI, RIIPPUMATTA SIITÄ PALJONKO MISSÄKIN PALSTASSA ON SISÄLTÖÄ - HUOM! OVERFLOW-ARVO CONTAINER-KOHDASSA */
#Banners, #Content, #SubNav {
	margin-bottom: -2000px;
	padding-bottom: 2000px;
}

