﻿@charset "utf-8";

/* ------NAVIGATION-----*/

.oliver {
    background-color: #6b142a;
    height: 25px;
}

/*----CONTENT----*/

#arkki{	
	height:100%;
	position:relative;
	/*overflow:auto; нужно для scrollbar */	
	/*background-color: #333;	*/
}

#arkki_teksti_s, #arkki_teksti_eng{
	display: inline-block; /* Строчно-блочный элемент */
	width:43%;
	float:left;
	/*padding: 0 2% 0 2%;
	background-color:#CC33FF;*/
}
#arkki_teksti_s{
	margin-right:45px;
	margin-left:35px;
}
#arkki_teksti_eng{margin-right:0px;}

#oliver_nimi h5{
	/*background-color:#CC99CC;*/
	position:absolute;
	top: -74px;
	left:-500px;
	text-align: center;
	color:#fef2f6;
	margin-top:10px;
	height: 34px;
	width: 429px;
}

#oliver_teksti{
	/*background-color: rgb(204,153,102);*/
	position:absolute;
	top:80px;
	right: -74px;
	width:394px;
	color:#fef2f6;
	/*text-align:justify;*/
	font-weight:lighter;
	/*border: 2px solid #320d20;
	outline: 4px solid #fef2f6;*/
}
#oliver_teksti_1{
	position:absolute;
	width:640px;
	height:100px;
	bottom:70px;
}

#oliver_teksti_1_center{
	width:50%;
	margin-left:auto;
	margin-right:auto;
	text-align:center;
}

#oliver_teksti a{
	text-decoration: underline;
}
a.oliver_link:link{
	color:#980f32;
}
a.oliver_link:visited{
	color:#980f32;
}
a.oliver_link:hover{
	color:#465160;
}

/*----VIDEO----*/

#oliver_video{
	position:absolute;
	width:640px;
	height:600px;
	left:-100px;
	top:60px;
	left:0;
	background-color:transparent;
	border:none;
	overflow:hidden;
}

.ui-widget-content {
	background:none;
}

.ui-widget-header {
	background:none;
}

.ui-tabs-nav {
	border:none;
}

.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default {
	background:none;
	background-color:#580e1e;
	border-color:#3e0a15;
}

.ui-state-active,
.ui-widget-content .ui-state-active,
.ui-widget-header .ui-state-active {
	background-image:none;
	background-color:#781731;
	border-color:#580e1e;
}

.ui-state-default a {
	font-family:"myfont_2";	
	font-size:1em ;
	color:#fef2f6;
}

.ui-state-default a:link {
	color:#fef2f6;
}

.ui-state-default a:visited {
	color:#fef2f6;
}

.ui-state-default a:hover {
	color:#000000;
}

#oliver_video_1, #oliver_video_2, #oliver_video_3{
	background:url(../lib/common/img/loaderclock.gif) center no-repeat black;
	width:640px;
	height:360px;
	border:none;
	padding:1px 0 0 0;
}

/*----SOUND----*/

#aani{
	position: absolute;
	width:30px;
	height:30px;
	right:-80px;
	bottom:70px;
}

#aani.on{background-image: url(../img/aani/aani_on.png);}/*background-color: rgb(128,255,128);*/
#aani.off{ background-image:url(../img/aani/aani_off.png);}/*background-color:#FF8080;*/
#aani.on-hover{ background-image:url(../img/aani/aani_on_hover.png);}/*background-color: rgb(0,255,0);*/
#aani.off-hover{ background-image: url(../img/aani/aani_off_hover.png);}/*background-color:#FF0000;*/
