html, body { height:100%; margin:0; }
/*
html>body { min-height:100%; height:auto; }
#coun { position:absolute; bottom: 5px; left:5px }	 	 
*/
 
body { 
/*font:16px Tahoma, Arial, Sans serif; */
/*font:17px Times New Roman, Arial, Sans serif; */
font:16px Verdana, Arial, Sans serif;
color: black;
line-height: 1.5;
min-width: 1000px;
/*position: relative;*/
}


#content {
	height:100%;
	min-height:100%;
}

* html #content {
    height:100%
}

#coun {
	position:relative;
	margin-top:-21px; 
	height:20px; 
	vertical-align:middle;
}

#lang_bar { 
font-size: 13px; 
font-weight: bold; 
text-align: right; 
margin: 5px 5px 30px;
white-space: nowrap;
}


form {
	margin: 0px;
}	

img {
	 border: none;
}	 

table {
	border: none; border-collapse: collapse;
}

tr, td {
 border-spacing: 0px;  padding: 0px;
}



h1           {font: 26px Times New Roman, Sans serif; color: #565656; font-weight: 400;}
h3           {font: 18px; font-weight: 400;}
hr           { color: #999999; }

a:link       { color: #0000CC; TEXT-DECORATION: none }
a:visited       { color: #0000CC; TEXT-DECORATION: none }
a:active       { color: #3366FF; TEXT-DECORATION: none }
a:hover	{ color: #3366FF; TEXT-DECORATION: none }


.ind_ul1 li {
	list-style-image: url(/img/bul_12.gif); margin-bottom: 15px; 
	color: navy; font-size: 22px;
}


.ind_ul li {
	list-style-image: url(/img/bul_14.gif);  margin-bottom: 15px;
	color: green; font-size: 15px; font-weight: bold;
}

.menu ul { 
	list-style: square;
	color: #aaaaaa;
}
	
.menu ul li { 
	padding: 5px 5px 5px 0px;
	font-size: 15px;
	
}	
.menu ul li a:hover{ 
	border-bottom:1px gray dashed;
}	

.menu ul li ul { 
	margin-left: -20px;
	margin-top: 10px;
	background: #FFFDD0;
}

.menu ul li ul li { 
	margin-left: -10px;
	border-bottom:none;
	font-weight: normal; 
	font-size: 13px;
}	

.menu ul li ul li a{ 
	border-bottom:none;
}	

/*
.menu a:active  { border-bottom:1px gray dashed }
.menu a:hover { border-bottom:1px gray dashed }
*/

.left_menu_bottom_gr {
/*background: #fffa87 url('/img/left_menu_bottom_gr.gif') bottom repeat-x;*/
background: #fffa87;
}

	
.way { font-size: 12px }
.font2 { color: #0066FF; font-size: 24px }


.block {
	margin: 30px 0px;
	width: 98%;
}

.block td {
	text-align: left;
}


.prise {
	margin: 30px 0px;
}

.prise td {
	border-color: silver; border-style: solid; border-width: 1px;
	padding: 5px;
}

.form td {
padding: 10px;
}


.upp {
	text-transform: uppercase;
}


.text p {
	text-align: justify; text-indent: 30px; margin: 0;
}

/*

.page    {font-size: 12pt}


form         { font-family: Tahoma, Arial, Helvetica, Sans serif; color: #565656; font-size: 10pt }
table        { font-family: Tahoma, Arial, Helvetica, Sans serif; color: #565656; font-size: 10pt }
td           { font-family: Tahoma, Arial, Helvetica, Sans serif; color: #565656; font-size: 10pt } 
li           { margin-bottom: 15px; font-size: 14px }
ul           { color: #000000;}



.prise    {border-collapse: collapse; border-style: solid #99CCFF; border-width: 1px; padding-left: 5px; padding-right: 5px; padding-top: 5px; padding-bottom: 5px}
.prise td   {padding-left: 5px; padding-right: 5px; padding-top: 5px; padding-bottom: 5px}
.font_normal { color: #666666; font-size: 10pt }



.dashed a:link          { border-bottom:1px gray }
.dashed a:visited          { border-bottom:1px gray }
.dashed a:active          { border-bottom:1px gray dashed }
.dashed a:hover          { border-bottom:1px gray dashed }
.dashed ul           { color: #aaaaaa;}





*/

.jqueryslidemenu1 {
background: #fffa87 url('/img/c1.gif') top left no-repeat;
width: 100%;
}


.jqueryslidemenu{
font-weight: bold;
line-height: normal;
white-space: nowrap;
letter-spacing: -1px;
font-size: 12px;
margin: 0 10px;

}

.jqueryslidemenu ul{
margin: 0;
padding: 0;
list-style-type: none;
}

/*Top level list items*/
.jqueryslidemenu ul li{
position: relative;
display: inline;
float: left;
}

/*Top level menu link items style*/
.jqueryslidemenu ul li a{
display: block;
background: #fffa87; /*background of tabs (default state)*/
color: #0000CC;
padding: 5px 8px;
border-right: 1px solid #ccc;
color: #2d2b2b;
text-decoration: none;
}

* html .jqueryslidemenu ul li a{ /*IE6 hack to get sub menu links to behave correctly*/
display: inline-block;
}

.jqueryslidemenu ul li a:link, .jqueryslidemenu ul li a:visited{
color: #0000CC;
}

.jqueryslidemenu ul li a:hover{
background: #FFFFCC; /*tab link background during hover state*/
color: #3366FF;
}
	
/*1st sub level menu*/
.jqueryslidemenu ul li ul{
position: absolute;
left: 0;
display: block;
visibility: hidden;
}

/*Sub level menu list items (undo style from Top level List Items)*/
.jqueryslidemenu ul li ul li{
display: list-item;
float: none;
}

/*All subsequent sub menu levels vertical offset after 1st level sub menu */
.jqueryslidemenu ul li ul li ul{
top: 0;
}

/* Sub level menu links style */
.jqueryslidemenu ul li ul li a{
font-weight: normal;
letter-spacing: normal;
font-size: 15px;
width: 250px; /*width of sub menus*/
padding: 7px;
margin: 0;
border-top-width: 0;
border-bottom: 1px dashed #ccc;
white-space: normal;
}


.jqueryslidemenuz ul li ul li a:hover{ /*sub menus hover style*/
background: #eff9ff;
color: black;
}

.downarrowclass{
position: absolute;
top: 12px;
right: 7px;
}

.rightarrowclass{
position: absolute;
top: 6px;
right: 5px;
}


.zoomimg {
    cursor: url('/img/zoomin.cur'), pointer;
    outline: none;
}


