body {
		/*margin:20px 20px 20px 20px;
		padding:5px;*/
		/*color:#1b3a5a;*/
		/*color:#eeeeee;*/
		background-color:#eeeeee;
		/*background-color:Yellow;*/
		}
	
	

/*.rightcontent>p+p*/

img {
border:none;
}

#leftcontent {
position:absolute;
left:10px;
top:75px;
width:200px;
/*background:#fff;*/
background:#eeeeee;
/*border:1px solid #000;*/
/*z-index:1000;*/
/*border-style:inset;*/
}

#centercontent {
/*background:#c6e2ff;*/
/*background:d6e4f3;*/
background:#eeeeee;
position:absolute;
left:190px;
top:75px;
/*padding-right:15px;*/
/*width:500px;*/
width:665px;
margin-right:1em;
/*margin-left: 199px;
margin-right:199px;*/
/*border:1px solid #000;*/
padding-left:1em;
/*padding-left:10px;*/
/*z-index:500;*/
/*border:1px solid #000;*/

/*padding-right:1em;*/
/*padding-left:15px;*/

/*
IE5x PC mis-implements the box model. Because of that we sometimes have
to perform a little CSS trickery to get pixel-perfect display across browsers.
The following bit of code was proposed by Tantek Celik, and it preys upon a CSS
parsing bug in IE5x PC that will prematurly close a style rule when it runs
into the string "\"}\"". After that string appears in a rule, then, we can override
previously set attribute values and only browsers without the parse bug will
recognize the new values. So any of the name-value pairs above this comment
that we need to override for browsers with correct box-model implementations
will be listed below.

We use the voice-family property because it is likely to be used very infrequently,
and where it is used it will be set on the body tag. So the second voice-family value 
of "inherit" will override our bogus "\"}\"" value and allow the proper value to
cascade down from the body tag.
The style rule immediately following this rule offers another chance for CSS2
aware browsers to pick up the values meant for correct box-model implementations.
It uses a CSS2 selector that will be ignored by IE5x PC.

Read more at http://www.glish.com/css/hacks.asp
*/

voice-family: "\"}\"";
voice-family: inherit;
/*margin-left: 201px;
margin-right:201px;*/
/*background:#d6e4f3;*/
background:#eeeeee;
position:absolute;
left:190px;
top:75px;
/*width:500px;*/
width:665px;
/*right:190px;*/
/*padding-right:15px;*/
/*padding-left:10px;*/
/*z-index:500;*/
}
/*html>body #centercontent {
margin-left: 201px;
margin-right:201px;
}
*/
#rightcontent {
position:absolute;
right:10px;
top:75px;
width:200px;
background:#eeeeee;
border:1px solid #000;
/*z-index:400;*/
}

#images_right_slide 
{
	/*images should have exatly the same width*/
	position:relative;
	width:300px;
	float:right;
	margin-right:7px;
	margin-left:1px;
	/*border:1px solid #000;*/
}

#images_right_slide_narrow
{
	/*images should have exatly the same width*/
	position:relative;
	width:150px;
	float:right;
	margin-right:7px;
	margin-left:1px;
	/*border:1px solid #000;*/
}



#logo_corner {
position:absolute;
left:10px;
top:20px;
background:#eeeeee;
height:75px;
width:180px;
padding-left:0px;
/*border-top:1px solid #000;
border-right:1px solid #000;
border-left:1px solid #000;*/
voice-family: "\"}\"";
voice-family: inherit;
position:absolute;
height:75px;
width:180px;
padding-left:0px;
left:10px;
top:20px;
background:#eeeeee;
/*z-index:500;*/
/*border:1px solid #000;*/
}

#banner {
position:absolute;
left:190px;
top:20px;
background:#eeeeee;
height:75px;
width:665px;
padding-left:20px;
/*border-top:1px solid #000;
border-right:1px solid #000;
border-left:1px solid #000;*/
voice-family: "\"}\"";
voice-family: inherit;
height:75px;
width:665px;
position:absolute;
left:190px;
top:20px;
padding-left:20px;
background:#eeeeee;
/*border:1px solid #000;*/
}

/*html>body #banner {
height:50px;
}
*/

#front_address_box{
position:absolute;
left:10px;
top:250px;
width:180;
font-family:Century;
font-size:50%;
background:#eeeeef;
voice-family: "\"}\"";
voice-family: inherit;
left:10px;
top:250px;
width:180px;
background:#eeeeef;
font-size:70%;


}

#front_news_box{
position:absolute;
left:5px;
top:300;
background:#feeeef;
}

#jblock
{
	position:absolute;
	/*margin:50px 50px 50px 50px;*/
	/*top:100;*/
	left:100;
	right:5;
}

p,h1,pre {
margin:0px 10px 10px 10px;
}
	
h1 {
font-size:14px;
padding-top:10px;
/*font-size:large;*/
font-family:Century Gothic;
/*font-style:oblique;*/
font-weight:bold;
}

#imp_text
{
	font-size:large;
	font-weight:bold;
	color:Green;
	margin:0px 10px 10px 10px;
}

#imp_text_header
{
	font-size:large;
	font-weight:bold;
	color:Green;
	margin:0px 10px 10px 10px;
	clear:both;
}

#banner h1 {
font-size:14px;
padding:10px 10px 0px 10px;
margin:0px;
/*z-index:1000;*/
}

#rightcontent p {
font-size:10px
}


#navi ul {
margin:0;
padding:0;
position:absolute;
left:0px;
top:0px;
list-style:none;
width:180px;
border-bottom: 1px solid #ccc;

}

#navi ul li {
position:relative;
}

#navi li ul {
position: absolute;
left: 180px;
top:0;
display:none;
}

#navi ul li a {
display: block;
text-decoration: none;
/*color: #777;*/
color:#1b3a5a;
/*background: #fff;*/
/*background:#4688c4;*/
background:#b8d5e1;
padding: 5px;
border: 1px solid #ccc;
border-bottom: 0;
/*color:Yellow*/
}

#navi li:hover ul, #navi li.over ul
{ display:block;
	color:#eeeeee;
	
}


#ord_list 
{
	background-color:Green;
	float:none;
	display:block;
margin:0;
padding:0;
list-style:circle;
}
/*
#ord_list ul li
{
	background-color:Blue;
	background-color:Green;
	float:none;
	display:block;
margin:0;
padding:0;
list-style:circle;

}
*/

#centercontent a:link 
{
	color:Green
	}
	

/* Fix IE. Hide from IE Mac \*/

* html ul li { float: left; } 

* html ul li a { height: 1%; }

/* End */
/* siin ei tohi mingil põhjusel #navi kasutada, rikub ära tulirebase pildi */

#teh_yld ul
{

}
	
#teh_yld ul li
{
	float:none;
	display:block;
}

#teh_yld ul li a
{
	display:block;
text-decoration: none;
color:#1b3a5a;
/*background: #fff;*/
padding: 5px;
border-bottom: 0;
}

yld_1
{
	float:left;
}

div.float
{
	float:left;
	/*margin: 10px 10px 5px 5px;*/
	margin:15px 5px 10px 5px;
/*	border: 1px solid #ccc;*/
	
}
div.padd1
{
	padding:5px 5px 5px 5px;
}
/*
div.float form
{
	float:left;
	margin:10px 5px 10px 5px;
	
}
*/
div.busin_card
{	
	float:left;
	/*margin: 0px 0px 0px 0px;*/
 margin:5px 5px 5px 5px;
 padding:0px 0px 0px 0px;
	background-color:#b8d5e1; /*lisatud testimiseks*/
}



div.float p 
{
	text-align:center;
}

div.float img
{
	float:none;
}



#img_float_right
{
	float:right;
	vertical-align:middle;
	margin:1px 1px 1px 1px;
}

#text_pane
{
	float:right;
	vertical-align:middle;
}

div.img_float_left
{
	position:relative;
	/*left:5px;*/
	border-style:none;
	float:none;
	text-decoration:none;
	vertical-align:middle;
}
div.img_float_left.img
{
	left:5px;
	/*position:relative;*/
	border-style:none;
	float:left;
	vertical-align:middle;
	text-decoration:none;
}

/* katsetan, et alati pealkirja saada vasakule*/
#header_left
{
	/*text-align:left;*/
	/*position:relative;*/
	/*left:5px;*/
	/*page-break-before:always;*/
	vertical-align:text-bottom;
	text-decoration:underline;
	
}


div.Article {

  /*background: #cbdea8;*/

  font: 0.7em/1.5 Geneva, Arial, Helvetica, sans-serif;

  float:left;

  } /* miks ei tööta */

div.Article {

  background: 

	url(images/topleft.gif)

  top left no-repeat;

  width:35%;

  }

div.Article h2 {

  background: 

	url(images/topright.gif) 

  top right no-repeat;

  font-size:1.3em;

  padding:15px;

  margin:0;

  }

div.ArticleBody {

  background: 

	url(images/rightborder.gif) 

  top right repeat-y;

  /*background: #cbdea8;*/

  margin:0;

  margin-top:-2em;

  padding:15px;

  }

div.ArticleFooter {

  background: 

	url(images/bottomleft.gif) 

  bottom left no-repeat;

  }

div.ArticleFooter p {

  background: 

	url(images/bottomright.gif) 

  bottom right no-repeat;

  display:block;

  padding:15px;

  margin:-2em 0 0 0;

  }

  



 div.Visiitkaart {

  /*background: #cbdea8;*/

  font: 0.7em/1.5 Geneva, Arial, Helvetica, sans-serif;

  float:left;

  } /* miks ei tööta */

div.Visiitkaart {

  background: 

	url(images/custom_corners_topleft.gif)

  top left no-repeat;

  width:35%;

  float:left;

  }

div.Visiitkaart h2 {

  background: 

	url(images/custom_corners_topright.gif) 

  top right no-repeat;

  font-size:1.3em;

  padding:15px;

  margin:0;

  }

div.VisiitkaartTekst {

  background: 

	url(images/custom_corners_rightborder.gif) 

  top right repeat-y;

  /*background: #cbdea8;*/

  margin:0;

  margin-top:-2em;

  padding:15px;

  }

div.VisiitkaartJalus {

  background: 

	url(images/custom_corners_bottomleft.gif) 

  bottom left no-repeat;

  }

div.ViisiitkaartJalus p {

  background: 

	url(images/custom_corners_bottomright.gif) bottom right no-repeat;

  display:block;

  padding:15px;

 margin:-2em 0 0 0;

  }
