/*------------------------------------------------------------------------
 ÜLDISED PARAMEETRID
------------------------------------------------------------------------*/

body {
background: #ccc;
font: 100% helvetica, arial, sans-serif;
margin:10px 0px; padding:0px; /* Need to set body margin and padding to get consistency between browsers. */
text-align:center; /* Hack for IE5/Win */
}


/* Right scrollbar hack */
#scroll {
position:absolute;
top:0;
bottom:-0.1px;
width:1em;
z-index:-1;
}

HTML {
   overflow: -moz-scrollbars-vertical;
}



#Content {
	background: #fff;
	width:733px;
	height:600;
	margin:0px auto; /* Right and left margin widths set to "auto" */
	text-align:left; /* Counteract to IE5/Win Hack */
	padding:0px;
	}
	
/* Igaks juhuks, muidu brauserid võivad unustada... */
pre { font-family: monospace; }
h1,h2,h3,h4,h5,p,ul { font-family: sans-serif; }



/* Põhitekst */
p { 
margin-top: 0.3em;
margin-bottom: 0.3em;
margin-left: 1.7em;
font: 12px helvetica, arial, sans-serif;
color: #000;
}


/* List param. 
dl, dt, dd, li {
padding: 0;
margin left: 8; /* IE 6 millegipärast ei saa aru, et vasakult
list-style: none;
} */

/*------------------------------------------------------------------------
 PEALKIRI
------------------------------------------------------------------------*/

#pealkiri {
position: absolute;
margin: 24px 75;
padding: 0;
}


/*------------------------------------------------------------------------
 ÜLAMENÜÜ
------------------------------------------------------------------------*/

#navcontainer
{
position: absolute;
margin: 66 100;
}

#navcontainer ul
{
margin: 0;
padding: 0;
height: 22px;
font: 11px Verdana, sans-serif;
width: 400;
border-bottom: 1px solid #bbb;
list-style-type: none;
background: #fff;
}

#navlist li
{
float: left;
margin: 0;
padding: 0;
width: auto;
display: block;
}

#navlist li a, #navlist li a:link
{
background: #fff;
color: #555;
text-decoration: none;
padding: 3px 9px 3px 9px;
display: block;
outline: none;
}

#navlist li a:hover
{
color: black;
border-bottom: 4px solid #bbb;
cursor: pointer;
background: #eee;
}

#navlist li a#current, #navlist li a#current:link
{
color: #CC3300;
cursor: default;
font-weight: bold;
border-bottom: 4px solid #000;
outline: none;
}

#navlist li a#current:hover
{
border-bottom: 4px solid #CC3300;
background: #eee;
}



/*------------------------------------------------------------------------
 MEDIA PLAYER
------------------------------------------------------------------------*/

#container {
position: absolute;
margin:500px 100;
padding: 0;
font: 12px helvetica, arial, sans-serif;
}


/*------------------------------------------------------------------------
 IMAGE ROTATOR
------------------------------------------------------------------------*/

#rotator {
position: absolute;
margin: 96px 100;
padding: 0;
}



/*------------------------------------------------------------------------
 ALAMENÜÜ
------------------------------------------------------------------------*/

#menu {
position: absolute;
margin: 530px 0;
width: 733px;
background: #fff;
}


#menu dt {
cursor: pointer;
margin: -1px 100;
height: 15px;
line-height: 15px;
text-align: left;
font: 90% helvetica, arial, sans-serif;
font-weight: bold;
border-top: 1px solid silver;
border-bottom: 1px solid #C0C0C0; /* hõbe */
background: #fff;
padding: 5 5;
}

#pikendus {
margin: 1 0 -1px;
text-align: left;
background: #ccc;
padding: 0;
}


/* Menüü kursor kohal */
#menu dt:hover {
color: #fff;
background: silver;
}

/* List param. */
#menu ul {
padding: 0.5em;
margin: 0.5em 6em;
list-style: none;
}


/* Alam-Menüü tava */
#menu li {
text-align: left;
background: #fff;
font: 90% helvetica, arial, sans-serif;
color: #808080;
}

/* Alam-Menüü play link */
#menu li a.play {
color: #808080;
display: block;
border: 0 none;
margin: 0em 0em;
background-image: url(gui/play.png);
background-repeat: no-repeat;
background-position: 0 .25em;
padding-left: 1.3em;
}

/* Loo nimi kursor kohal */
#menu li a.play:hover {
color: #CC3300;
background-image: url(gui/play_hover.png);
background-repeat: no-repeat;
background-position: 0 .25em;
padding-left: 1.3em;
}

/* Loo nimi vajutus - active on IE jaoks */
#menu li a.play:focus, #menu li a.play:active {
color: #CC3300;
background-image: url(gui/play_hover.png);
background-repeat: no-repeat;
background-position: 0 .25em;
padding-left: 1.3em;
outline: none;
}

/* download */
p a.download {
color: #fff; /* hall */
display: block;
border: 0 none;
background-image: url(gui/download.png);
background-repeat: no-repeat;
background-position: 0 .1em;
padding-left: 0em;
font: 95% helvetica, arial, sans-serif;
margin-top: 0em;
margin-bottom: 2em;
}

/* download hiir kohal */
p a.download:hover {
color: #808080;
background-image: url(gui/download_hover.png);
background-repeat: no-repeat;
background-position: 0 .1em;
padding-left: 0em;
font: 95% helvetica, arial, sans-serif;
}





/* Alam-Menüü suur link */
#menu li a.suur {
color: #808080;
display: block;
border: 0 none;
}

/* Alam-Menüü suur kohal */
#menu li a.suur:hover {
color: #CC3300;
}



