@charset "utf-8";
/* CSS Document for www.mindnote.ee */
/* made by Tarmo Vannas, tarmo@tarmovannas.com, www.tarmovannas.com */

/* General */
* {
	border: 0;
	margin: 0;
	padding: 0;
}
html {
	background-attachment: scroll;
	background-color: #FFFFFF;
	background-image: url(img/background.jpg);
	background-position: center top;
	background-repeat: no-repeat;
	height:100%;
}
body, td, th {
	color: #224444;
	font: 62.5%/1.6em Tahoma, Arial, Helvetica, sans-serif;
	text-align: center;
}
body {
	background-attachment: scroll;
	background-color: #FFFFFF;
	background-image: url(img/background.jpg);
	background-position: center top;
	background-repeat: no-repeat;
}
p {
	padding: 0 0 1em 0;
}
a:link {
	color: #336666;
	text-decoration: none;
}
a:visited {
	color: #336666;
	text-decoration: none;
}
a:hover {
	color: #DD3355;
	text-decoration: underline;
}
a:active {
	color: #FF5577;
	text-decoration: none;
}
a img {
	border: none;
}

/* Text */
h1, h2, h3, h4, h5, h6 a:link, a:visited, a:hover, a:active {
	text-decoration: none;
}
h1 {
	display: block;
	height: 110px;
	width: 315px;
}
h1 a span {
	display: none;
}
h1 a {
	display: block;
	height: 110px;
	margin: 0 0 0 20px;
	width: 140px;
}
h2 {
	color: #DD3355;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.8em;
	font-weight: bold;
	letter-spacing: -0.1em;
	line-height: 0.9em;
	padding: 10px 20px;
	text-transform: uppercase;
}
h3 {
	color: #336666;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 1.1em;
	font-weight: bold;
	padding: 0 30px 0 0;
}
h3 a:link, a:visited, a:active {
	color: #336666;
	text-decoration: none;
}
h3 a:hover {
	color: #DD3355;
	text-decoration: none;
}
h3.pink {
	color: #DD3355;
}
h3 a.pink {
	color: #DD3355;
}
div.mainItem {
	padding: 0 0 0 20px;
}
div.mainText {
	display: block;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 1.1em;
	padding: 0 30px 0 0;
}
div.subItem {
	padding: 0 0 0 20px;
}
div.subText {
	display: block;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 1.1em;
	padding: 0 20px 0 0;
}
.date {
	background-image: url(img/99AAAA.gif);
	background-repeat: repeat-x;
	color: #99AAAA;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	padding: 2px 0 0 0;
	text-transform: uppercase;
}

/* Forms */
input.kontaktText {
	background-color: #EFF0F0;
	background-image: url(img/input.jpg);
	border: #CFD0D0 1px solid;
	color: #336666;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.1em;
	margin: 1px 0 3px 0;
	padding: 2px;
	width: 200px;
}
input.kontaktSubmit {
	background-color: #EFF0F0;
	border: #CFD0D0 1px solid;
	color: #336666;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.1em;
	font-weight: bold;
	margin: 0 0 3px 0;
	padding: 2px;
	width: 100px;
}
textarea.kontaktTextarea {
	background-color: #EFF0F0;
	background-image: url(img/input.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	border: #CFD0D0 1px solid;
	color: #336666;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.1em;
	height: 180px;
	margin: 1px 0 3px 0;
	padding: 2px;
	width: 200px;
}
select.formSelect {
	background-color: #EFF0F0;
	background-image: url(img/input.jpg);
	border: #CFD0D0 1px solid;
	color: #336666;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.1em;
	margin: 1px 0 3px 0;
	width: 204px;
}

/* Layers */
div#body {
	height: 100%;
	margin: 0 auto;
	padding: 20px;
	position: relative;
	text-align: left;
	width: 720px;
}
div#left {
	float: left;
	margin: 0 19px 0 0;
	overflow: visible;
	padding: 0;
	width: 315px;
}
div#right {
	float: left;
	margin: 93px 0 0 0;
	overflow: hidden;
	padding: 0;
	width: 386px;
}
div#flash {
	height: 386px;
	overflow: hidden;
	width: 386px;
	margin: 0 0 10px 0;
}
div#video {
	height: 386px;
	overflow: hidden;
	width: 386px;
	margin: 0 0 10px 0;
	background-color: #000000;
}
div.hr {
	height: 5px;
}
div.hr hr {
	display: none;
}
div#footer {
	float: left;
	padding: 20px;
	width: 680px;
}
div#copyText {
	background-image: url(img/copytext.gif);
	background-repeat: no-repeat;
	float: left;
	height: 16px;
	margin: 5px 0 0 0;
	width: 275px;
}
div#copyText span {
	display: none;
}
div#fundamental {
	background-image: url(img/88AAAA.gif);
	background-repeat: repeat-x;
	float: right;
	margin: 5px 0 0 0;
	padding: 6px 0 0 0;
	width: 346px;
}

/* Navigation */
ul#nav {
	background: url(img/navbar_over.gif) no-repeat;
	list-style-type: none;
	height: 80px;
	width: 374px;
}
ul#nav li {
	display: block;
	float: left;
}
ul#nav li a span {
	display: none;
}
ul#nav li a:hover span {
	display: none;
}
ul#nav li a {
	background: url(img/navbar.gif) no-repeat;
	border: 0;
	display: block;
	height: 30px;
}
ul#nav li a:hover {
	border: 0;
	display: block;
	background-image: url(img/navbar_over.gif);
}
li#uudised a {
	width: 61px;
}
li#artistid a {
	width: 70px;
}
li#artistid a:link,
li#artistid a:visited,
li#artistid a:hover {
	background-position: -61px 0px;
}
li#reliisid a {
	width: 65px;
}
li#reliisid a:link,
li#reliisid a:visited,
li#reliisid a:hover {
	background-position: -131px 0px;
}
li#videod a {
	width: 59px;
}
li#videod a:link,
li#videod a:visited,
li#videod a:hover {
	background-position: -196px 0px;
}
li#press a {
	width: 55px;
}
li#press a:link,
li#press a:visited,
li#press a:hover {
	background-position: -255px 0px;
}
li#kontakt a {
	width: 64px;
}
li#kontakt a:link,
li#kontakt a:visited,
li#kontakt a:hover {
	background-position: -310px 0px;
}
