/* The core style sheet of the website */
body, html {
	background-color:#8a8a00;
	background-image:url(../img/bg_body.gif);
	color:#000000;
	font-family:"Trebuchet Ms", "Tahoma", "Arial", "Helvetica", sans-serif;
	font-size:14px;
	margin:0;
	padding:0;
}
div, ul, li, span ,p{
	/*border:1px solid #0000FF;*/
}

/* General content style */
form {
	padding:0px;
	margin:0px;
}
input, select, textarea {
	font-size:12px;
	font-family:"Trebuchet Ms", "Tahoma", "Arial", "Helvetica", sans-serif;
	vertical-align:middle;
}

h2 {
	font-family:"Trebuchet Ms", "Tahoma", "Arial", "Helvetica", sans-serif;
	font-size:24px;
	color:#62620b;
	margin-top:0px;
	margin-bottom:10px;
}

h3 {
	margin-top:0px;
	color:#62620b;
	margin-bottom:5px;
	font-size:24px;
}
h4 {
	margin-top:0px;
	color:#62620b;
	margin-bottom:5px;
	font-size:18px;
}

p {
	margin-top:10px;
	margin-bottom:10px;
}
p, div, span, table {
	font-family:"Trebuchet Ms", "Tahoma", "Arial", "Helvetica", sans-serif;
	font-size:13px;
	text-align:left;
}

a {
	font-weight:none;
	color:#be1e22 !important;
	text-decoration:none;
	cursor:pointer;
}
a:hover {
	color:#be1e22;
	font-weight:none;	
	text-decoration:underline;	
	cursor:pointer;	
}
a img {
	border:0px;
}
span.left, div.left {
	float:left;
}
span.right, div.right {
	float:right;
}
div.justify, div#wysiwyg div.justify {
	clear:both;
	float:none;
	width:100%;
	font-size:1px;	
}
font.red {
	color:#CC0000;
}
font.grey {
	color:#666666;
	font-size:11px;
}
div.error {
	color:#CC0000;
	background-color:#ffffdb;
	display:block;
	border:1px solid #000000;
	font-weight:bold;
	margin-bottom:10px;
	padding-left:3px;
	padding:15px;
}
div.message {
	background-color:#ffffdb;
	display:block;
	border:1px solid #000000;
	font-weight:bold;
	margin-bottom:10px;
	padding-left:3px;
	padding:15px;
	text-align:center;
	padding-top:40px;
	padding-bottom:40px;
}
/* main container */
div.main_container {
	width:993px;
	margin:auto;
	margin-bottom:-20px;	
	background-image:url(../img/bg_body_loop.gif);
	position:relative;
	z-index:1;	
}
div.main_container#index {
	background-image:url(../img/bg_body_loop_index.gif);
}
div.main_container#popup {
	background-image:url();
	background-color:#e3e385;
	margin:30px;
	width:500px;
	padding:20px;
}

div.main_container#card {
	background-image:url();
	background-color:#e3e385;
	margin:auto;
	width:600px;
	padding:20px;
	padding-top:40px;
}

div.bottom_container div.sidepic {	
	background-position:bottom right;
	background-repeat:no-repeat;
	position:absolute;
	bottom:120px;
	display:block;
	left:0px;
	width:283px;
	height:240px;
	z-index:0;
}
div.bottom_container div.sidepic#pic1 {	
	background-image:url(../img/sidepic_1.jpg);
}
div.bottom_container div.sidepic#pic2 {	
	background-image:url(../img/sidepic_2.jpg);
}
div.bottom_container div.sidepic#pic3 {	
	background-image:url(../img/sidepic_3.jpg);
}
div.bottom_container div.sidepic#pic4 {	
	background-image:url(../img/sidepic_4.jpg);
}
div.bottom_container div.sidepic#pic5 {	
	background-image:url(../img/sidepic_5.jpg);
}
div.bottom_container div.sidepic#pic6 {	
	background-image:url(../img/sidepic_6.jpg);
}
div.bottom_container div.sidepic#pic7 {	
	background-image:url(../img/sidepic_7.jpg);
}

div.main_container div.left_wrapper {
	float:left;
	width:283px;
	font-weight:bold;
	color:#be1e22;
	padding-bottom:240px;
	z-index:1;
}
div.main_container div.right_wrapper {
	float:right;
	width:710px;
}

/* top image container */
div.top_container {
	width:679px;
	height:296px;
	z-index:0;
	position:relative;
}
div.top_container object {
	position:absolute !important;
	z-index:1 !important;
}

/* top index container */
#index div.top_container {
	height:231px;
	position:relative;
	width:992px;
	background-position:right;
	font-weight:bold;	
	color:#5a5a04;
}
#est #index div.top_container {	
	background-image:url(../img/est/bg_top_index.jpg);
}
#eng #index div.top_container {	
	background-image:url(../img/eng/bg_top_index.jpg);
}
#index div.top_container div.language_box {
	position:absolute;
	left:290px;
	width:640px;
	top:35px;
}
#index div.top_container div.text_box {
	position:absolute;
	font-size:13px !important;
	font-family:"Trebuchet Ms" !important;
	font-weight:normal !important;
	line-height:14px;
	top:115px;	
}
#index div.top_container div.text_box p {
	font-size:13px !important;
	font-family:"Trebuchet Ms" !important;
	font-weight:normal !important;
	margin-bottom:0px;
	margin-top:10px;
}
#index div.top_container div.text_box#ajad {
	left:302px;
}
#index div.top_container div.text_box#kontakt {
	left:514px;
}
#index div.top_container div.text_box#pilet {
	left:741px;
}

/* index blocks */

div.index_block {
	width:930px;
	margin-left:32px;
	font-size:14px !important;
	font-family:"Trebuchet Ms" !important;
	font-weight:normal !important;	
}
div.index_block div.left {
	width:265px;
	height:240px;
	display:block;
	background-position:left top;
	background-repeat:no-repeat;
}
div.index_block div.right {
	width:620px;
	padding-right:40px;
	padding-top:20px;
	font-size:14px !important;	
}
div.index_block div.right p {
	font-size:14px !important;	
	font-family:"Trebuchet Ms" !important;
	font-weight:normal !important;	
}
div.index_block#lyhitutvustus {
	background-color:#dbdb76;
}
#est div.index_block#lyhitutvustus div.left {
	background-image:url(../img/est/titlepic_lyhitutvustus.jpg);
}
#eng div.index_block#lyhitutvustus div.left {
	background-image:url(../img/eng/titlepic_lyhitutvustus.jpg);
}
div.index_block#yritused {
	background-color:#dfdf7d;
}
#est div.index_block#yritused div.left {
	background-image:url(../img/est/titlepic_yritused.jpg);
}
#eng div.index_block#yritused div.left {
	background-image:url(../img/eng/titlepic_yritused.jpg);
}
div.index_block#galerii {
	background-color:;
}
#est div.index_block#galerii div.left {
	background-image:url(../img/est/titlepic_galerii.jpg);
}
#eng div.index_block#galerii div.left {
	background-image:url(../img/eng/titlepic_galerii.jpg);
}
div.index_block#galerii ul.gallery_container {
	width:660px;
	margin-right:-40px;
}



/* main menu structure */
div.main_menu_box {
	padding-top:10px;
}

div.main_menu_box ul {
	padding:0px;
	margin:0px;
	list-style:none;
	list-style-type:none;
}
div.main_menu_box ul li {
	margin:0px;
	font-size:14px;
	font-weight:bold;
	position:relative;
	margin-left:58px;
	padding-left:25px;
	z-index:0;
	background-image:url(../img/menu_dot.gif);
	background-position:left top;
	background-repeat:no-repeat;
}
div.main_menu_box ul li.title {
	padding-left:0px;
	margin-left:0px;
	padding-top:10px;
	background-image:url();
}
div.main_menu_box ul li.activemenu {
	background-image:url(../img/menu_dot_.gif);
}
div.main_menu_box ul li.activemenu a {
	color:#62620b !important;
}

/* navigation box */
div.navigation_container {
	height:30px;
}

div.navigation_box {
	padding-left:55px;
}
div.navigation_box a {
	position:relative;
	font-size:12px;	
}

		
/* Content area structure */
div.body_container {
	width:632px;
	padding-left:18px;
	clear:both;
	padding-top:23px;
	position:relative;
	z-index:998 !important;
}
div.body_container div.justify {
	border:1px solid #e3e385;
	height:1px;
	font-size:1px;
}
div.body_container img {
	margin-bottom:10px;
}

span.print_box {
	font-size:14px;
	font-weight:bold;
	display:block;
	float:right;
	padding-top:7px;
}
span.print_box a {
	color:#62620b !important;
}


/* Footer */
div.bottom_container {
	width:993px;
	height:120px;
	background-image:url(../img/bg_bottom.gif);
	background-position:right;	
	margin:auto;
	font-size:9px;
}
#index div.bottom_container {
	background-image:url(../img/bg_bottom_index.gif);
}
div.footer {
	color:#84841e;
	font-weight:bold;
	margin:auto;
	padding-top:18px;
}
div.footer a {
	color:#84841e !important;
	font-weight:bold;
	position:relative;
	z-index:1;
}
div.footer div {
	font-size:12px;
}
div.footer div.left {
	padding-left:55px;	
}
div.footer div.right div.left {
	padding-left:0px;
}
div.footer div.right {
	width:690px;
}
div.footer div.right div.right {
	width:500px;
	text-align:right;
	padding-right:55px;
}
div.footer div.right div.right p {
	text-align:right;
}
div.footer p, div.footer p p {
	margin:0px;
	margin-top:0px;
	margin-bottom:0px;
	padding:0px;
	font-size:12px;	
}
div.footer div.right br {
	line-height:1px;
}

/* WYSIWYG styles */
div#wysiwyg {
	padding-bottom:10px;
	margin:auto;
}
div#wysiwyg p, div#wysiwyg  div, div#wysiwyg  span, div#wysiwyg  table {
	font-family:"Trebuchet Ms", "Tahoma", "Arial", "Helvetica", sans-serif;
}
div#wysiwyg ul {
}
div#wysiwyg ul li {
	padding-bottom:5px;
}
div#wysiwyg a {
	color:#84841e !important;	
}

/* gallery container */

ul.gallery_container {
	width:104%;
	margin:0px;
	padding:0px;
	padding-top:15px;
}
ul.gallery_container li {
	float:left;
	width:200px;
	height:190px;
	list-style:none;
	margin-right:12px;
}
ul.gallery_container li div {
	width:100%;
	text-align:center;
	line-height:14px;
}
ul.gallery_container li div.thumbnail_box {
	height:150px;
}
ul.gallery_container#sponsors li div.thumbnail_box {
	background-color:#FFFFFF;
}
ul.gallery_container li div.thumbnail_box img {
	margin:0px;
	border:0px;
}
ul.gallery_container li div.title_box {
	padding-top:5px;
}
ul.gallery_container#wallpapers li div.title_box a {
	font-size:11px;	
}
ul.gallery_container li div.title_box a {
	font-weight:bold;
	font-size:12px;
	text-decoration:none;
	color:#84841e;	
}

/* pages box */

div#wysiwyg div.pages_box {
	border-bottom:1px solid #B4B45e;
	margin-top:10px;
	margin-bottom:20px;
}	
div#wysiwyg div.pages_box span {
	font-size:12px;
	color:#000000;
	padding-top:5px;
	padding-bottom:5px;
}
div#wysiwyg div.pages_box span a {
	color:#84841e;
}
div#wysiwyg div.pages_box span b {
	padding:6px;
	padding-top:1px;
	padding-bottom:1px;
	display:inline-block;
	background-color:#84841e;	
	color:#FFFFFF;
}
div#wysiwyg div.pages_box span b a {
	color:#FFFFFF;
}

/* events */

ul.faq, ul.faq li {
	margin:0px;
	padding:0px;
	list-style:none;
	width:100%;
}
ul.faq li {
	border-bottom:1px solid #d2d26e;
	padding-top:4px;
	margin-bottom:2px;
}
ul.faq li li {
	list-style-type:square;
}
ul.faq li a {
	cursor:pointer;
}
#est div.index_block#yritused div.left ul.faq div.left, #eng div.index_block#yritused div.left ul.faq div.left {
	background-image:url();
}
ul.faq li div.left_box {
	width:500px;
	font-weight:bold;
}
ul.faq li div.right {
	text-align:center;
	padding:0px;
}
ul.faq li div.content_box {
	padding:20px;
	background-color: #d2d26e;
	display:none;
}

/* other */

table.calendar {
	background-color:#cccc67;
	width:610px;
	padding-left:10px;	
}
table.calendar td {
	width:190px;
	text-align:center !important;	
}
table.calendar div.cont {
	position:relative;
	display:block;
	z-index:1 !important;
}
table.calendar div.day {
	text-align:center !important;
}
table.calendar div.content {
	background-color:#eaf298;
	padding:10px;
	border:1px solid #000000;
	font-size:12px;
	position:absolute;
	right:100px;
	display:none;
	top:-120px;
	text-decoration:none;
	color:#000000;
	width:400px;
	z-index:999 !important;
}
div.lined_box {
	text-align:center;
	margin-top:10px;
	margin-bottom:20px;
}

div.lined_box_card {
	text-align:center;
	margin-top:10px;
	margin-bottom:20px;
	padding-bottom:20px;
	border-bottom:1px solid #cccc67;	
}
div.card_box {
	width:580px;
	margin:auto;
}

div.lined_box {
	border-bottom:1px solid #cccc67;
}
table.form_container {
	width:400px;
	margin:auto;
	margin-bottom:15px;
}
table.form_container td {
	vertical-align:top;
	padding-top:2px;
}
table.form_container td.submit {
	text-align:right;
	background-color: #cccc67;
	padding:10px;
}
table.form_container input {
	width:98%;
	margin-top:-2px;
}
table.form_container textarea {
	width:98%;
}
table.form_container div.kcaptcha_box {
	float:right;
	height:83px;
	width:170px;
	background-image:url(../img/bg_kcaptcha.gif);
	background-position:top;
	background-repeat:no-repeat;
}
table.form_container div.kcaptcha_box img {
	border:1px solid #000000;
	margin-left:35px;
	margin-top:11px;
}

/* mobile */

div.mobile_container div.left {
	width:52%;
	margin-right:-20px;
}
div.mobile_container div.right {
	width:44%;
}

div.mobile_container div.left ul.gallery_container li {
	width:100px;
	height:145px;
	margin-right:10px;
}
div.mobile_container div.left ul.gallery_container li div.thumbnail_box {
	height:100px;
}
div.mobile_container div.left ul.gallery_container li div.title_box a {
	font-size:11px;
	font-weight:normal;
}
div.mobile_container div.right ul.gallery_container li {
	width:128px;
	height:175px;
	margin-right:15px;
}
div.mobile_container div.right ul.gallery_container li div.thumbnail_box {
	height:128px;
}
div.mobile_container div.right ul.gallery_container li div.title_box a {
	font-size:11px;
	font-weight:normal;
}

/* game */
div.games_container a {
	padding-left:30px;
	margin-bottom:0px;
	margin-top:20px;
	display:block;
	float:left;
	width:270px;
}
div.games_container a img {
	border:10px solid #cccc67;
}
ul.sitemap_container li.title {
	margin-left:0px;
	font-size:18px;
	font-weight:bold;
	list-style:none;
	margin-top:20px;
}
ul.sitemap_container li {
	margin-left:30px;
}

/* interactive map */
div.activemap_box {
	background-image:url(../img/active_map.jpg);
	width:580px;
	margin:auto;
	height:615px;
	position:relative;
	border:10px solid #cccc67;	
	z-index:9999;
}
div.activemap_box img {
	display:none;
}
div.activemap_box a {
	background-image:url();
	width:50px;
	height:70px;
	position:absolute;
	background-position:top left;
	background-repeat:no-repeat;
	text-decoration:none;
}
div.activemap_box a.hover {
	text-decoration:none;
}
div.activemap_box a div.content {
	background-color:#eaf298;
	padding:10px;
	border:1px solid #000000;
	font-size:12px;
	position:absolute;
	right:50px;
	bottom:60px;
	text-decoration:none;
	color:#000000;
	width:240px;
}
div.activemap_box a.unhover div.content {
	display:none;
}
div.activemap_box a.hover div.content {
	display:block;
}
div.activemap_box a#btn1 {
	top:339px;
	left:444px;	
}

div.activemap_box a#btn2 {
	top:320px;
	left:287px;	
}

div.activemap_box a#btn3 {
	top:213px;
	left:255px;	
}

div.activemap_box a#btn3b {
	top:203px;
	left:367px;	
}

div.activemap_box a#btn4 {
	top:54px;
	left:104px;	
}

div.activemap_box a.hover#btn4 div.content {
	left:50px;
	bottom:-150px;
}
div.activemap_box a#btn5 {
	top:401px;
	left:201px;	
}

div.activemap_box a#btn6 {
	top:271px;
	left:461px;	
}


/* maps */

div.map_box div.left {
	width:180px;
}
div.map_box div.left img {
	border:10px solid #cccc67;
	margin-top:10px;
}
div.map_box div.right {
	width:440px;
}
table.map_box img {
	border:10px solid #cccc67;
}
table.map_box td {
	vertical-align:top;
}

/* questions */

div.questions_container img {
	border:1px solid #000;
	margin-right:10px;
}
div.questions_container {
	margin-bottom:20px;
}

/* videos */
div.bordered_video {
	border:10px solid #cccc67;
	width:425px;
	margin:auto;
	margin-bottom:10px;
}
h4.video {
	width:440px;
	padding-bottom:10px;
	padding-top:20px;
	margin:auto;
}

/* updates 04.07.09 */

div.index_block#uudiskiri {
	background-color:#dbdb76;
}
#est div.index_block#uudiskiri div.left {
	background-image:url(../img/est/titlepic_uudiskiri.jpg);
}
#eng div.index_block#uudiskiri div.left {
	background-image:url(../img/eng/titlepic_uudiskiri.jpg);
}
#uudiskiri table.form_container {
	float:left;
	width:400px;
}
#uudiskiri div.lined_box {
	border:0px;
}
li.form_li {
	padding-left:0px !important;
	background:none !important;
}
li.form_li {
	color:#000000;
	line-height:20px;
}
li.form_li table.form_container {
	width:160px !important;
	float:left;
}
li.form_li table.form_container td.submit {
	text-align:left;
	padding:0px;
}
li.form_li table.form_container div.kcaptcha_box {
	margin-top:10px;
	margin-bottom:10px;
}