body {
	background-color: #ffffff;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
TD.caption1 {
	padding-top: 2px;
	padding-left: 12px;
	padding-right: 0px;
}

TD.caption2 {
	padding-top: 10px;
	padding-left:10px;
	padding-right: 10px;
}
TD.caption3 {
	BORDER-RIGHT: #ccccd0 1px solid;
}
TD.caption4 {
	padding-top: 10px;
	padding-left: 20px;
	padding-right: 20px;
}
.copyright {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	color: #000000;
	padding-top:10px;
	padding-right:12px;
	padding-bottom:5px;
}
a.keywords {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	color: #ffffff;
	}
.keywords {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	color: #ffffff;
	}	
h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-style: bold;
	font-weight: bold;
	padding-top: 0px;
	padding-bottom: 0px;
	color: #881616;
}
h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: bold;
	font-weight: bold;
	padding-top: 0px;
	padding-bottom: 0px;
	color: #881616;
}
h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-style: normal;
	font-weight: bold;
	padding-top: 0px;
	padding-bottom: 0px;
	color: #881616;
}
.tel {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-style: normal;
	color: #ffffff;
	font-weight: bold;
}
a	{
	text-decoration: underline;
	color: #881616;
	}
a:hover {
	text-decoration: underline;
	text-underline-position: below;
	color: #B87373;
	}
a.ruskovrik {
	text-decoration: none;
	color: #ffffff;
	}
	
.ruskovrik {
	font-family: Times New Roman, "Arial Black", Arial;
	font-size: 52px;
	font-style: normal;
	font-weight: normal;
	color: #FFFFFF;
	}


//*menu http://beholder-eye.info/2006/03/30/dropdown-menu-css */

#nav, #nav ul {
  
  list-style: none;
  margin: 0;
  padding: 0;
  border: 1px solid #000000;
  background: #5f2323;
  float: center;
  width: 100%;
}
#nav li {
  font-family: Arial, Helvetica, sans-serif;
  font-weight: bold;
  float: left;
  position: relative;
  background: #5f2323;
  }
#nav li ul {
  display: none;
  position: absolute;
  background: url(fone-tr.png);
  padding: 8px 0;
  width: 138px;
}



#nav a {
  color: #fff;
  text-decoration: none;
  display: block;
  width: 140px;
  padding: 4px 10px;

}
#nav a:hover {
  color: #000;
  background: #ccc;
}
#nav li:hover {
  background: #333;
}


#nav li li a {
  width: 138px;
  background: none;
}
#nav li:hover ul {
  display: block;
}


#nav li:hover li ul {
  display: none;
  width: 138px;
  top: -9px;
  left: 133px;
}
#nav li:hover li:hover ul {
  display: block;
}








