HTML {
	margin: 0;
	padding: 0;
}
BODY {
	margin: 0;
	padding: 0;
	border: 0; /* ie6 fix */
	font: normal .75em/1.2em Georgia, serif;
	color: #000;
	background: #fff url(pics/bg.gif) repeat-x top;
}

/* Basic Elements
===================*/
A {
	text-decoration: none;
	outline: none;
    color: #ed1c24;
}
A:hover {
	text-decoration: underline;
}
A IMG {
	border: 0;
}
H1 A, H2 A,
H1 A:hover, H2 A:hover {
	text-decoration: none;
	color: #004361;
}
H3 A,
H3 A:hover {
	text-decoration: none;
	color: #ed1c24;
}
H1,
H2 {
	font-size: 1.75em;
	line-height: 1.2em;
	font-weight: normal;
	margin: 0;
  	padding: 15px 0 0 0;
  	color: #004361;
}
H3 {
	font-size: 1em;
	line-height: 1.2em;
	font-weight: bold;
	margin: 0;
  	padding: 0 0 10px 0;
  	color: #ed1c24;
}
P {
	margin: 0;
	padding: 5px 0;
}
HR,
.hr {
	clear: both;
	height: 2px;
	border: 0;
	margin: 10px 0;
	padding: 0;
	color: #407289;
	background-color: #407289;
}
INPUT, SELECT, TEXTAREA {
	font: 12px Georgia, serif;
}
FORM {
	margin: 0;
}
IMG, TABLE, TD {
	border-color: #ccc;
}


/* wrapper
============*/
#wrapper {
	margin: 0 auto;
	width: 670px;
	padding: 10px 0 20px 0;
	height: auto;
	min-height: 350px;
	overflow: hidden;
	background: url(pics/wrapper.jpg) no-repeat right top;
}

/* Header
==========*/
#header {
	width: 111px;
	float: left;
	height: auto;
	min-height: 100px;
	overflow: hidden;
}

/* logo
=========*/
#logo {
	padding: 10px 0;
}

/* subnav
==========*/
#subnav {
	padding: 10px 0;
}
#subnav UL {
	margin: 0;
	padding: 0;
}
#subnav UL LI {
	margin: 0;
	padding: 0;
	list-style-type: none;
	display: inline;
}
#subnav UL LI A {
	color: #000;
	display: block;
}
#subnav UL LI A:hover,
#subnav UL LI A.open {
	color: #ed1c24;
	text-decoration: none;
}
/* sub */
#subnav UL LI UL {
	margin: 0;
	padding: 5px 0;
}
#subnav UL LI UL LI A {
	padding: 0 0 0 5px;
}

/* lang
=========*/
.lang {
	padding: 10px 0 0 0;
}
.lang A {
	color: #000;
	text-decoration: none;
	text-transform: uppercase;
}
.lang A:hover {
	color: #ed1c24;
}

/* Content
============*/
#content {
	width: 450px;
	padding: 0 0 0 20px;
	float: left;
	height: auto;
	min-height: 100px;
	overflow: hidden;
}

/* banner
===========*/
.banner {
	height: 80px;
	padding: 0 0 2px 0;
	background: url(pics/border.gif) repeat-x bottom;
	overflow: hidden;
}

/* main
=========*/
#main {
	height: auto;
	min-height: 350px;
	overflow: hidden;
	position: relative;
}
.mainText {
	padding: 25px 90px 0 0;
	background: url(pics/border.gif) repeat-x left 20px;
	height: auto;
	min-height: 100px;
	overflow: hidden;
}

#clearDiv,
.clearDiv {
	clear: both;
}




/* form
=========*/
.persistableForm {
	padding: 50px 0 0 0;
	font-size: 12px;
}
INPUT#nimi,
INPUT#email {
	width: 180px;
	height: 17px;
	border: 1px solid #004361;
}
LABEL {
	font-size: 10px;
}
INPUT#submit {
	margin: 20px 0 0 0;
}
.errors {
	color: #c00;
}
.tfih {
	display: none;
}