html,body
{
margin:0;
padding:0;
background:#f1f1f1;
width:100%;
height:100%;
 font-family:"Times New Roman",
 Times, serif;
 }

* html 


#wrap
{
height: 100%;
}

p,td
{
font-family:Arial, Helvetica, sans-serif;
 margin-top: 0px;
 }

a img
{
border:0;
}

.img
{
border:1px solid #ccc;
padding: 5px;
}

a
{
color: #1e8acd;
text-decoration: underline;
}

a:hover
{
color: #2e5785;
text-decoration: none;
}

a.hidden
{
text-decoration: none;
color: #000;
cursor:default;
}

form
{
margin:0;
padding:0;
}

div.clr
{
clear:both;
}

   .leftimg {
    float:left; /* Выравнивание по левому краю */
    margin: 0px 10px 7px 0; /* Отступы вокруг картинки */
   }
   .rightimg  {
    float: right; /* Выравнивание по правому краю  */ 
    margin: 7px 0 7px 7px; /* Отступы вокруг картинки */
   }
  
ul
{
margin-left:20px;
margin-top:0px;
padding:1px;
list-style-type: square;
line-height: 16px;
}

h1
{
font-size: 22px;
font-weight:normal;
color: #005889;
margin: 5px 0 8px;
}

#wrap
{
position:relative;
 min-height:100%;
 margin:0 auto;
 width:100%; 
 background:#f1f1f1;
 }
 
#page
{
width:920px;
margin:0 auto;
 background:#FFF;
 border:1px solid #FFF;
 border-top:none;
 }
 
#top
{
height:129px; 
position:relative;
}

#header
{
background:#b9b5b0 url(../images/img01.jpg) no-repeat left;
 height:233px;
 position:relative;
 }

#logo
{
 position:absolute;
 margin:16px 0 0 30px;
 }
 
#company_name
{
font-size:26px;
font-weight:normal;
text-transform:none;
color:#1d3f6c;
 position:absolute;
 margin:80px 0 0 140px;
 font-family:"Times New Roman",
 Times, serif;
 }
 
#text
{
 float:right;
 margin:13px 30px 0 30px;
 
 }
 
#text span.gray
 
{
color:#687585;
}

#text p
{
font-family:"Times New Roman",
 Times, serif; 
 font-size:26px;
 }
 
#text table
{
margin-top:10px;

}

#intro
{
position:absolute;
 width:282px; 
 height:173px;
 margin-left:374px;
 padding:40px 15px 20px 15px; 
 font-size:12px;
 }
 
#intro p
{
margin:2px 0 5px;
}

#intro h2
{
font-family:"Times New Roman", Times, serif;
 font-size:20px; 
 color:#194670; 
 font-weight:normal;
 font-style: italic;
 text-align:center;
 margin:20px 0 20px;
 }
 
 #intro h1
{
font-family:"Times New Roman", Times, serif;
 font-size:30px; 
 color:#194670; 
 font-weight:normal;
 font-style: italic;
 text-align:center;
 margin:0 0 5px;
 }
 

#menu
{
color:#FFF;
font-weight: bold;
padding: 0;
white-space: nowrap;
 width:234px; 
 position:absolute;
 margin:10px 0 0 686px;
 background:url(../images/menu_bg.gif) no-repeat; 
 height:217px;
 }
 
	#menu ul
	{
	list-style:none;
	font-size:14px;
	font-family:tahoma; 
	font-weight:normal; 
	margin:20px 20px 0 25px;
	}
	
	#menu ul li
	{
	background:url(../images/bullet.gif) no-repeat;
	padding:0 0 10px 20px;
	}
	
	#menu a
	{
	text-decoration: none;
	color: #FFF;
	}
	
	#menu a:hover
	{
	color: #FFF;
	text-decoration: underline;
	}
	

#contentwrap
{
 position:relative; 
 overflow:hidden;
 }
 
#body_txt
{
color: #808080;
text-align: justify;
font-style: italic;
padding:10px 8px;
margin: 15px 5px 15px 5px;
vertical-align: top; 
font-size:12px;
 width:646px; 
 float:left;
 border:1px solid #ccc;
 
 
 }
#body_txt  img
{
border:1px solid #ccc;
padding: 5px;
}



#body_txt  table td
{
border:1px solid #ccc;
padding: 5px;
}
 
#sidebar
{
float:right;
 width:214px;
 font-size:12px;
 padding:5px 10px 20px 10px;
 border:1px solid #ccc;
  margin: 15px 5px 15px 5px;
 }
 
#sidebar p
{
margin:3px 0 7px;
}

#sidebar h2
{
font-family:"Times New Roman", Times, serif;
 font-size:18px; 
 font-weight:normal;
 color:#005889;
 margin:2px 0 5px;
 }
 
#login_form
{
height:22px;
width:250px;
border: 1px solid #b9b5b0;
font-size: 13px;
padding-top: 3px;
padding-left: 1px;
}


#footer
{
width:921px; 
background-color: #fff;
background-image: url(../images/footer1.gif);
background-repeat: repeat-x;
background-position: bottom;
height: 70px;
text-align: center;
    font: 17px Arial;
    font-weight: bold;
    font-style: italic;
    padding-top: 20px;
    color: #4a6475;
    border-top:1px double #087eb9;
	border-width: 4px;
    
}


 
	#bottom_addr
	{
	color: #000;
	text-align:center;
	padding: 3px 15px 10px;
	font-size:11px;
	}
	
	#bottom_addr a
	{
	text-decoration: none;
	}
	#bottom_addr a:hover
	{
	text-decoration: underline;
	}

	#bottom_menu
	{
	color: #000;
	text-align:left;
	padding: 10px 10px 3px; 
	font-size:12px;
	}
	
	#bottom_menu a
	{
	color: #000;
	text-decoration:underline;
	padding:0 5px;
	}
	
	#bottom_menu a:hover
	{
	color: #1285c8;
	text-decoration: underline;
	}


