/*********************************************************************/

html {
  height: 100%;
}
body {
  position: relative;
  margin: 0;
  padding: 0;
  font-size: 1em;
  font: 76% Arial, Helvetica, Tahoma, sans-serif;
  height: 100%;
  background: url('../images/background.jpg') 0 0 repeat-x #E1EDC0;
}
* html body {
  text-align: center;
  behavior: url("css/csshover.htc");
}
#wrapper {
  position: relative;
  width: 100%;
  min-width: 990px;
  height: 100%;
  margin: 0 auto;
}
* html #wrapper {
  width: expression(document.body.clientWidth > 990 ? "100%": "980px" );;
  text-align: left;
}

/*********************************************************************/

h1, h2, h3, h4, form, dl, ul {
  margin: 0;
}
strong, b {
  font-weight: bold;
}
em, i {
  font-style: italic;
}
small {
  display: block;
}
fieldset, img {
  border: 0;
}
h1 {
  display: none;
}
/*********************************************************************/

#skeleton {
  width: 100%;
  height: 100%;
  min-width: 990px;
  border-collapse: collapse;
}
#tdcontent {
  vertical-align: top;
}
#footer {
  vertical-align: bottom;
}

/*********************************************************************/

#header {
  position: relative;
  width: 100%;
  height: 140px;
}

/*********************************************************************/

#language {
  list-style: none;
  position: absolute;
  top: 32px;
  right: 265px;
}
#language li {
  float: left;
  padding: 6px 10px 5px 11px;
  font-weight: bold;
  color: #333;
  text-transform: uppercase;
}
#language li a {
  text-decoration: none;
  color: #757E5E;
}
#language li.active {
  background: url('../images/lang-bckg.gif') 50% 50% no-repeat;
}

/*********************************************************************/

#menu {
  position: absolute;
  top: 80px;
  right: 20px;
  list-style: none;
}
#menu li {
  float: left;
  padding: 8px 5px;
  font-size: 1.1em;
}
#menu li a {
  padding: 8px 2px;
  color: #757E5E;
  text-decoration: none;
}
#menu li a span {
  padding: 8px 0;
}
#menu li.active {
  background: url('../images/menu-l.gif') 0 0 no-repeat;
}
#menu li.active a {
  background: url('../images/menu-r.gif') 100% 0 no-repeat;
  padding: 8px 5px 8px 0;
  color: #757E5E;
}
*html #menu li.active a {
  padding-top: 0;
}
*:first-child+html #menu li.active a {
  padding-top: 0;
}
#menu li.active a span {
  padding: 8px 5px;
  background: url('../images/menu-x.gif') repeat-x;
}

/*********************************************************************/

#search {
  position: absolute;
  top: 30px;
  right: 20px;
  background: url('../images/search-bckg.gif') 0 0 no-repeat;
  width: 200px;
  padding: 8px 10px;
}
#search form {
  width: 100%;
  border: 0;
  padding: 0;
}
#search form div {
}
#search form fieldset {
  padding: 0;
  margin: 0;
}
#search form .txtfld {
  margin-top: -1px;
  padding:0;
  text-indent: 2px;
  border: 0;
  background: #FCFEFA;
  color: #000;
  width: 181px;
  vertical-align: middle;
}
#search form .bt {
  vertical-align: middle;
}

/*********************************************************************/

#logo {
  position: absolute;
  top: 15px;
  left: 20px;
}

/*********************************************************************/

#copyrights {
  overflow: hidden;
  padding: 30px 30px 50px 30px;
  margin: 0;
  font-size: .9em;
  color: #575D49;
  background: white;
}
#copyrights a {
  color: #6C8700;
  text-decoration: underline;
}
#copyrights div.left {
  width: 45%;
  float: left;
  padding: 0;
  margin: 0;
}
#copyrights div.right {
  width: 45%;
  float: right;
  text-align: right;
  padding: 0;
  margin: 0;
}
*html #copyrights {
  height: 60px;
}

#copyrights div.right .lng {
	padding: 0 5px;
}

/*********************************************************************/

#navigation {
  padding: 0 0 0 50px;
  margin: 0;
  width: 100%;
}
.menu_header {
  padding: 10px 0;
}
.menu_header a {
  padding: 3px 0 3px 40px;
  background: url('../images/tip4.png') 10px 50% no-repeat;
}
*html .menu_header a {
	background: none;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=crop, src='images/tip4.png');
}
.menu_header a:hover {
  text-decoration: none!important;
}
.menu_header:hover a {
  background: url('../images/tip2.png') 10px 50% no-repeat;
}
*html .menu_header:hover a  {
	background: none;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=crop, src='images/tip2.png');
}
.opened a {
  padding: 3px 0 3px 40px;
	line-height: 30px;
  background: url('../images/tip2.png') 10px 50% no-repeat;
}
*html .opened a {
	background: none;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=crop, src='images/tip2.png');
}
.opened a:hover {
  text-decoration: none!important;
}
.opened:hover a {
  background: url('../images/tip1.png') 10px 50% no-repeat;
}
*html .opened:hover a {
	background: none;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=crop, src='images/tip1.png');
}
.menu_block {
  padding: 0;
  text-align: justify;
  overflow:hidden;
}
.menu_block_container {
}
.close_block {
  position: relative;
  width: 100%;
  bottom: 0px;
  height: 15px;
  text-align: center;
  display: block;
}
div.btm {
  background: url('../images/block-lb.gif') 0 100% no-repeat white;
}
div.w30 {
  width: 30%!important;
}
div.w50 {
  width: 49%!important;
}
div.w100 {
  width: 99%!important;
}
div.pl {
  padding-right: 50px!important;
}

/*********************************************************************/

#content {
  clear: both;
  overflow: hidden;
  margin: 0;
  padding: 30px 0 0 0;
  color: #575D49;
}
#content a {
  color: #6C8700;
  text-decoration: underline;
}
#content div.left {
  width: 60%;
  float: left;
  padding: 0;
  margin: 0;
}
#content div h2 {
  font-size: 1.8em;
  font-weight: normal;
  color: #5F664D;
  padding: 0 0 10px 0;
  margin: 0;
}
#content div.left h2 {
  background: url('../images/tab-l.png') 0 0 no-repeat;
  padding-left: 30px;
}
*html #content div.left h2 {
	background: none;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=crop, src='images/tab-l.png');
}
div.specialist,
div.text {
  text-align: justify;
	line-height: 18px;
}
div.text p {
  padding: 5px 0;
  margin: 0;
	line-height: 18px;
}
div.specialist h3 {
  padding: 20px 0 0 0;
  margin: 0;
  font-size: 1.4em;
  font-weight: bold;
}
div.specialist h4 {
  padding: 5px 0;
  margin: 0;
  font-size: 1em;
  font-weight: normal;
}
#sentention {
  padding: 0 0 20px 0;
  margin: -20px 0 0 0;
  font-size: 1em;
  font-weight: normal;
  text-align: right;
  display: block;
  width: 100%;
  height: 77px;
}
#sentention.lt {
  background: url('../images/sentention_lt.gif') 100% 0 no-repeat;
}
#sentention.en {
  background: url('../images/sentention_en.gif') 100% 0 no-repeat;
}
#sentention.ru {
  background: url('../images/sentention_ru.gif') 100% 0 no-repeat;
}
#sentention span {
  display: none;
}
#content div.left div.specialist {
  padding: 0 0 0 50px;
  margin: 0;
}
#content div.left div.text {
  padding: 0 0 0 50px;
  margin: 0;
}
#content div.right {
  width: 35%;
  float: right;
  padding: 0;
  margin: 0;
}
#content div.right h2 {
  background: url('../images/tab-r.png') 100% 0 no-repeat;
  text-align: right;
  padding-right: 30px;
}
*html #content div.right h2 {
	background: none;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=crop, src='images/tab-r.png');
}
#content div.news dl {
  padding: 0;
  margin: 0 0 10px 20px;
  overflow: hidden;
	line-height: 18px;
	clear: both;
}
#content div.right div.news dl dt {
  padding: 10px;
  margin: 0;
  float: left;
  background: url('../images/date-bckg.gif') 50% 50% no-repeat;
  color: #FFF;
}
#content div.right div.news dl dd {
  padding: 0 0 0 15px;
  margin: 0;
  float: left;
  overflow: hidden;
  width: 74%;
}


/*********************************************************************/

dl.person {
  overflow: hidden;
  clear: both;
  padding: 0;
  margin:0 0 2px 13px;
}
dl.person dt {
  float: left;
  width: 90px;
  padding: 0;
  margin: 0 10px 0 0;
}
dl.person dt a{
	display:block;
	width:90px;
	height:90px;
}
dl.person dt.withFoto a:hover{
	background-repeat:no-repeat;
	background-position:-100px -100px;
}

dl.person dd {
  font-size: 1em;
  padding: 0;
  margin: 0;
	white-space: normal;
}
dl.person dd a {
  font-size: 1.8em;
}




#people div.float {
	width:33%;
	float:left;

}

/*********************************************************************/

.roundcont {
  position: relative;
  width: 100%;
  background: url('../images/corners/r.gif') repeat-y 100% 0 #FFF;
}
.roundcont div.profi {
  background: url('../images/profi.png') repeat-y 100% 0;
  width: 12px;
  height: 19px;
  position: absolute;
  top: 15px;
  left: -6px;
}
*html .roundcont div.profi {
	background: none;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=crop, src='images/profi.png');
}
.roundcont p {
  margin: 10px 28px 18px 28px!important;
  text-align: left;
	line-height: 18px;
}
.roundcont dl {
  margin: 0 8px;
  padding: 5px;
  text-align: justify;
}
.roundtop {
  background: url('../images/corners/rt.gif') no-repeat top right;
}
.roundbottom {
  background: url('../images/corners/rb.gif') no-repeat top right;
}
img.corner {
  width: 8px;
  height: 8px;
  border: none;
  display: block !important;
}
.border-left {
  background: url('../images/corners/l.gif') repeat-y 0 0;
  width: 100%;
}
.invisible {
  background: none;
}
img.invisible {
  display: none !important;
}

/*********************************************************************/

#advice {
  padding: 0 20px;
}
#advice p {
  margin: 0 10px!important; 
}

/*********************************************************************/

#photo{
	margin: 20px;
	width:300px;
	height:300px;
}

#photo #inner{
	width:300px;
	height:300px;
	background-image:url(../images/remas-big.png);
}
#photo #inner img{
	display:none;
}
#photo.newsImg{
	float:left;
	margin:20px 20px 10px 0;
}
#photo.newsImg #inner{
	display:block;
}


#search-results {
	list-style: none;
	padding: 0;
	margin: 0;
}
#search-results li {
	padding: 0 0 5px 10px;
}