html, body, #wrap {color: #27435C; font-family:  Arial; font-size: 10pt; line-height: 1.4em; background: #F7F9FD; width: 100%; height: 100%;}
body > #wrap {height: auto; min-height: 100%;}
* { font-size: 100%; line-height: 1.4em;}

/*footer*/

.loader{
  	background:url(images/cont_h.gif) no-repeat;
	background:url(images/kongr_h.gif) no-repeat;
	background:url(images/merop_h.gif) no-repeat;
	background:url(images/organiz_h.gif) no-repeat;
	background:url(images/partners_h.gif) no-repeat;
	background:url(images/reg_h.gif) no-repeat;
   	margin-left:-1000px;
}

#main {padding-bottom: 89px;}  /* значение должно быть равным высоте блока #footer */

#footer {
	position: relative;
	margin-top: -89px; /* отрицательное значение равное высоте */
	height: 89px;
	clear:both;}

/* CLEAR FIX*/
.clearfix:after {content: "."; display: block; height: 0;	clear: both; visibility: hidden;}
.clearfix {display: inline-block;}
/* Hides from IE-mac \*/
* html .clearfix { height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */

/*footer*/

input, textarea {padding: 0.2em;}

img {border: 0;
	margin: 0;
	padding: 0;
}

a {text-decoration: underline;}
a:link, a:visited {color: #4A9BF0;}
a:hover {color: #7FCCE9;}

a.footer {text-decoration: underline;}
a.footer:link, a.footer:visited {color: #27435C;}
a.footer:hover {color: #27435C;text-decoration: none;}

a.news {color: #000000; text-decoration: underline;}
a.news:link, a.news:visited {color: #000000;}
a.news:hover {text-decoration:none; color: #000000;}
a.newsb {color: #000000; text-decoration:none;}
a.newsb:link, a.newsb:visited {text-decoration:none; color: #000000;}
a.newsb:hover {text-decoration:none; color: #000000;}

a.dashed:link, a.dashed:visited {color: #000; text-decoration: none; border-bottom: 1px dashed;}
a.dashed:hover {color: #1baf00;}

h1, h2, h3, h4, h5, h6, h7 {font-weight: bold; margin: 0 0 0.5em 0; line-height: 1em;}
h1 {font-size: 13pt; letter-spacing: 0px; line-height: 120%; text-transform: uppercase;}
h2 {font-size: 12pt;}
h3 {font-size: 11pt;}
h4 {font-size: 10pt;}
h5 {font-size: 9pt;}
h6 {font-size: 8pt;}

p {margin: 0 0 15px 0;}

table { border-collapse: collapse;}
table td, th {}

ul, ol {margin: 0 5px 5px 10px;}


small {font-size: 8pt;}

sup, sub {font-size: 7pt;}

big{font-size: 1.2em;}

address {font-style: normal;}

a.menu {text-decoration: none; font-weight: bold;}
a.menu:link, a.menu:visited {color: #FFF;}
a.menu:hover {color: #FFF;}


.footer {font-size: 9pt; color: #000000;}
.glav{text-align: justify;}

#nav, #nav ul {
  list-style: none;
  margin: 0;
  padding: 0;
  border: 0px solid #4A9BF0;
  background: none;
  float: left;
  width: 100%;
}

#nav li {
  float: left;
  position: relative;
  background: #084C85;
  back\ground: none;


}

#nav a {
  color: #fff;
  text-decoration: none;
  display: block;
  width: 1%;
  padding: 0px 0px;

}
#nav a:hover {
  color: #FFF;
  text-decoration: underline;
  background: none;
}
#nav li:hover,
#nav li.jshover {
  background: none;
}

#nav li ul {
  display: none;
  position: absolute;
  background: #084C85;

  padding: 0px 0;
  width: 230px;
}
#nav li ul ul {
  display: none;
  position: absolute;
  background: #084C85;
  border: 1px solid #4A9BF0;
  padding: 0px 0;
  width: 230px;
}
#nav li li a {
  width: 230px;
  padding: 4px 4px;
  background: none;
}
#nav li:hover ul,
#nav li.jshover ul {
  display: block;
}

#nav li:hover li ul,
#nav li.jshover li ul {
  display: none;
  width: 230px;
  top: 0px;
  left: 230px;

}
#nav li:hover li:hover ul,
#nav li.jshover li.jshover ul {
  display: block;
}


