﻿

#mainMenu
{
	padding:10px 0px 10px 0px;	  
	min-width:190px;          
}

	
#mainMenu ul
{
	list-style:none;
}
#mainMenu li
{
	margin:10px 0px 0px 20px;	

	display:block;
}
#mainMenu li a
{
	color: #fff;
	font-weight: bold;
	text-decoration: none;
	padding:0px 0px 0px 20px;
	margin:0;
	display:block;
	width: 100%; /*kill the white space bug in IE6*/

}
#mainMenu li a:hover
{
	background-image: url('img/btn.png');
	background-repeat:no-repeat;
	background-position:5px 3px;
}
#mainMenu a.Current
{
	background-image: url('img/btn.png');
	background-repeat:no-repeat;
	background-position:5px 3px;
	
}
#mainMenu li.level1
{
	text-transform: uppercase;
}

#mainMenu li.level2
{
	padding-left:15px;
}
#mainMenu li.level3
{
	padding-left:30px;
}

#mainMenu ul
{
	margin: 0px;
	padding: 0px;
	margin-top: 5px;
}
#mainMenu ul li ul
{
	list-style-image: url(  'img/btn.png' );
}
#popUpMenu
{
	background-color: #fff;
	line-height: 31px;
	padding: 0px;
	background-color: #ABC736;
	border-bottom: solid 7px #fff;
}
#popUpMenu ul
{
	padding: 0px;
	margin: 0px;
	list-style: none;
}
#popUpMenu ul li
{
	margin: 0px;
	padding: 0px;
	border: none;
}
#popUpMenu li
{
	position: relative;
	padding-left: 10px;
}
#popUpMenu ul li ul li
{
	border-bottom: 1px solid #FFFFFF;
}
#popUpMenu ul li ul
{
	/* display: none;*/
	padding: 0px;
	margin: 0px;
	position: absolute;
	display:inline;
	top:-8px;
	left: 197px;
	width: 197px;
	background-color: #ABC736;
}
#popUpMenu li a
{
	margin: 0px 10px 0px 20px;
	padding: 0px;
	color: #FFFFFF;
	text-transform: uppercase;
	font-weight: bold;
	text-decoration:none;
	padding:0px 0px 0px 15px;
	
}
	
#popUpMenu li a:hover
{
	background-image: url(  'img/btn.png' );
	background-repeat:no-repeat;
	background-position:0px 3px;
	padding:0px 0px 0px 15px;


}

	
#NaviBar{
	
	background-color: #C8C6C7;
	padding:4px 4px 4px 8px;
	text-transform: uppercase;
	white-space: nowrap;
                line-height: 24px; 
                border-bottom:solid 7px #fff;
}

#NaviBar a {
	padding: 0px 4px 0px 8px;
	color: #495B76;
	text-decoration: none;
	
	background-repeat: no-repeat;
	background-position: left 4px;
}
#LanguageSelector
{
	width:263px; 
	float:right; 
	text-align:right; 
	padding:8px 10px 2px 2px;
}

#LanguageSelector .current {
	color: #3C4566; 
}
#LanguageSelector a {
	margin:0px 10px 0px 0px;
		color: #8F8F8F; 
		text-decoration: none;
}

#HomePageSelector {
	width:200px;
	float:left;
	padding:8px 0px 2px 0px;

}
#HomePageSelector a{
	color: #8F8F8F; 
	text-decoration: none;
}

#ArticleLists ul
{
	list-style: none;
}

.GalleryThumbnail img{
border: none;
}

#adsBanner
{
	position:absolute; 
	color:#fff;
	
	width: 298px; /* for IE5 and IE6 in quirks mode */
 	display: inline;
	left: 50%; 
	top: 180px; 
	margin-left: 103px; 
	text-align:left;
	font-weight:bold;
	/*background-color:#ABC736;*/
	background-image:url(/extensions/kalev/images/bg_50pt.png);
	
}
#pricelist_header a
{
	color:#FFF;
}
#adsBanner a
{
color:#FFF;

}

#adsBanner td {
color:#FFF;

}
#adsBorder
{
	
}

div.overlay div.close, #overlay div.close {	
	background:transparent url(/extensions/kalev/img/close.png) no-repeat scroll 0 0;
	cursor:pointer;
	height:35px;
	position:absolute;
	right:5px;
	top:2px;
	width:35px;
}

#overlay{
    /* growing background image */ 
   background:transparent none repeat scroll 0 0;
	display:none;
	height:240px;
	margin:0;
	padding:40px;
	width:320px;
}

.embed + img { position: relative; left: -21px; top:3px;}
.button {background-image:url('img/button.png'); color:#fff; font-weight:bold;
	background-repeat: no-repeat; 
	background-position:right;
	border: #fff solid 1px;
	padding: 3px;
         cursor:pointer;
         }
.bron_header { cursor:pointer; color:#fff; text-transform:uppercase; line-height:27px; display:block; padding-left:9px;}
#bron_tool{ 
	display:none; background-color:#ABC736; 
	margin:9px;
	WIDTH: 280px;
	}
#search {
	background-image: url('/extensions/kalev/img/bg-site-search.png');
	background-repeat: no-repeat;	
	float:right;
	width:100px;
	padding:8px;
	margin-right:20px;
}
.center {
 /* set left and right to the same value! */
  left: 0;
  right: 0;
  width:802px;

  /* adding auto-margins left and right will
     center the element horizontally!         */
  margin-left: auto;
  margin-right: auto;
  /* mark this element visually prominent */
  background:red;
  height:100px;

}

.searchBox{
	background-image:url(/extensions/kalev/img/bg-site-search-on.png);
	background-position:4px 4px;
	background-repeat:no-repeat;
	padding-left:20px;
	width:196px;
	border:solid 0px #1969BC;
} 