p
{
font-family: Arial, Arial Cyr, Helvetica, Verdana, sans-serif; 
padding: 0px;
margin: 0px;
}

div
{
padding-top: 0px;
padding-bottom: 0px;
}

a
{
font-family: Arial, Arial Cyr, Helvetica, Verdana, sans-serif;  
font-style: normal; 
text-indent:0px;
color: #d40505; 
Font-size: 11pt; 
}

H1
{ 
padding-top: 10px;
padding-bottom: 0px;
text-align: left;
font-family: Arial, Arial Cyr, Helvetica, Verdana, sans-serif; 
font-style: normal; 
font-weight: bold;
color: #d40505;
font-size: 11pt;
}

H2
{ 
padding-top: 10px;
padding-bottom: 0px;
margin: 0px;
color: #232323; 
Font-size: 11pt; 
font-weight: bold;
}

li
{ 
padding: 0px;
margin: 0px;
text-align: left;
font-family: Arial, Arial Cyr, Helvetica, Verdana, sans-serif; 
font-style: normal; 
color: #232323;
font-size: 11pt;
li type: disc;
}

#body 
{
background-color: #000000;
margin:0px;
padding:0px;
}

#main 
{
background-color: #bababa; 
width: 990px;
}

#menu_fon
{
width:220px; 
height:670px;
background-color: #000000; 
background-image: url(images/menu.jpg);
background-repeat: no-repeat; 
}

#menu1
{
text-decoration: none;
font-weight: bold;
font-family: Arial, Arial Cyr, Helvetica, Verdana, sans-serif;  
color: #bababa; 
font-style: normal; 
font-weight: bold;
Font-size: 10pt; 
align: left;
}

#menu1_active
{
text-decoration: none;
font-weight: bold;
font-family: Arial, Arial Cyr, Helvetica, Verdana, sans-serif;  
color: #d40505; 
font-style: normal; 
font-weight: bold;
Font-size: 10pt; 
align: left;
}

#menu2
{
text-decoration: none;
font-family: Arial, Arial Cyr, Helvetica, Verdana, sans-serif;  
color: #bababa; 
font-style: normal; 
Font-size: 10pt; 
align: left;
}

#menu2_active
{
text-decoration: none;
font-family: Arial, Arial Cyr, Helvetica, Verdana, sans-serif;  
color: #d40505; 
font-style: normal; 
Font-size: 10pt; 
align: left;
}

#text_fon
{
width:760px;
height:670px; 
background-color: #bababa; 
background-image: url(images/fon.jpg);
background-repeat: no-repeat; 
}

.prokrutka
{
overflow: auto;
height: 670px;
} 

#text
{
text-align: justify;
font-family: Arial, Arial Cyr, Helvetica, Verdana, sans-serif;  
font-style: normal; 
text-indent:0px;
color: #232323; 
Font-size: 11pt; 
padding-left: 50px;
padding-right: 40px;
padding-top: 0px;
padding-bottom: 0px;
}

#left
{
width:15px; 
height:670px;
background-color: #bababa; 
}

#right
{
width:15px; 
height:670px;
background-color: #000000; 
}

#bot-top
{
width:100%; 
height:1px;
background-color: #bababa; 
}


/* lightbox */

#gallery {
  list-style:none;
}
#gallery li {
  display:inline;
}
#gallery img {
  border:1px solid #000000;
}

a img {
  border:none;
}


#lightbox, #lightbox-overlay {
	position: absolute;
	top: 0px;
	left: 0px;
	bottom:auto;
	right:auto;
	
	z-index:100;
	width:100%;
	height:auto;
	
	text-align:center;
	color:#333333;
	
	/* stop stupid conflicts */
	margin:0px;
	padding:0px;
	border:none;
	outline:none;
	line-height:0;
	
	/* general conflict stopper */
	text-decoration:none;
	background:none;
	word-spacing:normal;
	letter-spacing:normal;
	float:none;
	clear:none;
	display:block;
}

#lightbox-overlay {
	z-index: 90;
	background-color:#000000;
	height: 100%;
	position:fixed;
}
#lightbox-overlay-text {
	text-align: right;
	margin-right: 20px;
	margin-top: 20px;
	color: white;
	font-size: 12px;
	cursor: default;
	line-height:normal;
}
#lightbox-overlay-text a, #lightbox-overlay-text a:hover, #lightbox-overlay-text a:visited, #lightbox-overlay-text a:link {
	text-decoration:underline;
	color:white;
}
#lightbox-overlay-text span {
	padding-left:5px;
	padding-right:5px;
}

#lightbox img, #lightbox a img, #lightbox a { border:none; outline:none; }

#lightbox-imageBox {
	position:relative;
	border:1px solid black;
	background-color:white;
	width:400px;
	height:400px;
	margin:0 auto;
}

#lightbox-imageContainer {
	padding:1px;
}

#lightbox-loading {
	position:absolute;
	top:40%;
	left:0%;
	height:25%;
	width:100%;
	text-align:center;
	line-height:0;
}

#lightbox-nav {
	position:absolute;
	top:0;
	left:0;
	height:100%;
	width:100%;
	z-index:10;
}

#lightbox-nav-btnPrev, #lightbox-nav-btnNext {
	display:block;
	width:49%;
	height: 100%;
	background:transparent url("lightbox_img/blank.gif") no-repeat; /* Trick IE into showing hover */
	zoom:1; /* who knows why? */
	
	padding:0px;
	margin:0px;
}
#lightbox-nav-btnPrev { 
	left:0;
	right:auto;
	float:left;
}
#lightbox-nav-btnNext { 
	left:auto;
	right:0;
	float:right;
}

#lightbox-infoBox {
	font:10px Verdana, Helvetica, sans-serif;
	background-color:#FFFFFF;
	margin:0 auto;
	padding:0px;
}

#lightbox-infoContainer {
	padding-left:10px;
	padding-right:10px;
	padding-top:5px;
	padding-bottom:5px;
	color:#666;
	line-height:normal;
}
#lightbox-infoHeader {
	width:100%;
	text-align:center; 
}
#lightbox-caption {
	text-align:justify;
}
#lightbox-caption-title {
	font-weight:bold;
}
#lightbox-caption-description {
	font-weight:normal;
}

#lightbox-infoFooter {
	margin-top:3px;
	color:#999999;
}
#lightbox-currentNumber {
	display:block;
	width:49%;
	float:left;
	text-align:left;
}
#lightbox-close {
	display:block;
	width:45%;
	float:right;
	text-align:right;
}
#lightbox-close-button{
	padding-left:30%;
}
#lightbox-close-button, #lightbox-close-button:link, #lightbox-close-button:visited, #lightbox-close-button:hover {
	text-decoration:underline;
	color:#999999;
}
#lightbox-close-button:hover {
	color:#666666;
}

#lightbox-infoContainer-clear {
	clear:both; 
	visibility:hidden;
}