/*
	Design by Free CSS Templates
	http://www.freecsstemplates.org
	Released for free under a Creative Commons Attribution 2.5 License
*/

/* Basic */
body, div, *
{
	margin: 0px;
	padding: 0px;
	font-family: arial, verdana, sans-serif;
}

body
{
	font-size: 10pt;
	color: #666;
	background-color: #fff;
}

a
{
	color: #0077dd;
	text-decoration: underline;
}

a:hover
{
	text-decoration: none;
}

b a
{
	color: #545454;
	text-decoration: none;
	font-weight: bold;
}

b a:hover
{
	color: #545454;
	text-decoration: none;
	font-weight: bold;
}


/* Header */

#header
{
	width: 100%;
	background: #004778 url('/img/a5.gif') bottom left repeat-x;
	height: 10em;
}

#header h1
{
	padding-left: 40px;
	font-size: 2.2em;
}

#header h1 a
{
	color: #fff;
	text-decoration: none;
}

#header h2
{
	padding-left: 40px;
	font-size: 0.8em;
	color: #E0E8EF;
}

/* Menu */
#top-menu
{
text-align: right;
}

#top-menu a
{
color: #fff;
text-decoration: none;
border-left: dotted 1px #E0E8EF;
padding-left: 10px;
padding-right: 10px;
}

#top-menu a:hover
{
	color: #fff;
	text-decoration:underline;
}

#top-menu a.first
{
	border-left: none;
}

#div1
{
margin-top: 10px;
}

#div2
{
margin-top: 40px;
margin-right: 10px;
}

#top-menu img
{
margin: 0px;
padding: 0px;
vertical-align:middle;
}

#top-menu b
{
	color: #005D8E;
	background-color:#FFFFFF;
	font-weight:normal;

background-image: none;
background-repeat: repeat;
background-attachment: scroll;
background-position: 0% 0%;
}


/* Content */

#content
{
	line-height: 1.5em;
}


#content p
{
	margin-bottom: 1.5em;
}

#content h2,h3,h4,h5,h6
{
	color: #545454;
	margin-bottom: 1em;
	border-bottom: dashed 1px #dfdfdf;
	padding-bottom: 0.3em;
}

#content h2
{
	font-size: 1.5em;
}

#content h3
{
	font-size: 1.1em;
}

#content ul, #content ol
{
	margin-bottom: 1em;
	padding-left: 1em;
}

#content ul.inner, #content ol.inner
{
	margin-bottom: 0em;
	padding-left: 3em;
}

#content blockquote
{
	margin-bottom: 1.5em;
	padding: 0.75em 0.75em 0.75em 1.5em;
	border-left: solid 0.75em #005082;
	background: #FDFDFD url('/img/a7.gif') top left repeat-x;
}

#content blockquote p
{
	margin-bottom: 0em;
}

#content .table
{
	margin-bottom: 1.5em;
	border-collapse: collapse;
	text-align: left;
}

#content .table th
{
	font-weight: bold;
	padding: 0.5em;
}

#content .table td
{
	padding: 0.5em;
	border-right: solid 1px #fff;
}

#content .table tr.rowH
{
	color: #fff;
	background: #006192 url('/img/a8.gif') top left repeat-x;
	border-right: solid 1px #fff;
}

#content .table tr.rowA
{
	background: #F8F8F8 url('/img/a6.gif') top left repeat-x;
	border-top: solid 1px #fff;
	color: inherit;
}

#content .table tr.rowB
{
	background: #FDFDFD url('/img/a7.gif') top left repeat-x;
	border-top: solid 1px #fff;
	color: inherit;
}

#content textarea
{
width: 100%;
}

/* ������ ��� ������ */
#print-version
{
 margin: 30px;
}
/* Footer */

#footer
{
	position: relative;
	z-index: 1;
	border-top: dashed 1px #dfdfdf;
	padding: 1em 0em 2em 0em;
	margin: 1em 2em 0em 2em;
	text-align: center;
}

.clear
{
	clear: both;
}

#top_tbl_left_col
{
	background: #fff url('/img/a1.gif') top right repeat-y;
	margin-top: 30px;
}

#top_tbl_right_col
{
	background: #fff url('/img/a2.gif') top left repeat-y;
}

#main_table td
{
padding: 30px;
}

.inner_table
{
padding: 0px;
margin: 0px;
}

/*
фотогалерея
*/

#center_block
{
position:absolute;
top: 0px;
left: 0px;
margin: 0px;
width: 300px;
height:200px;
border: 3px double #006091 ;
background-color:#f9f9f9;
display: none;
z-index: 100;
}

.gal_mini_img
{
border: 3px double #006091 ;
cursor: url(/img/zoomp.cur), pointer;
}

.gal_maxy_img
{
cursor: url(/img/zoomm.cur), pointer;
}

