body, html, td, th {
	font-family: verdana, tahoma, sans-serif;
	font-size: 11px; margin: 0 0 0 0;
}

.full	{
	padding: 0; border-collapse: collapse;
	width: 100%;
}
.bgleft	{
	width: 50%; background: url(/images/left.gif);
}
.bgright	{
	width: 50%; background: url(/images/right.gif);
}


ol, ul {
	margin: 0px 0px 5px 35px;
}
li {
	font-size: 12px;
	margin: 0px 0px 5px 0px;
}

a:link, a:visited {
	text-decoration: underline;
}
a:hover, a:active {
	text-decoration: none;
}

a img {
	border: 0px;
}

hr {
	margin: 2px;
	width: 98%;
	height: 1px;
	background: black;
	color: black;
	border: 0px;
}

.green {
	color: green;
}

strong	{
		line-height: 1; }
h1, #h1	{	font-family: sans-serif; font-weight: normal; 
		font-size: 20px; margin: 0 0 0 0; text-transform: uppercase; }
h2	{
		font-family: verdana, tahoma, sans-serif; font-weight: normal;
		font-size: 11px; margin: 0 0 0 0;	
}
th, h3	{
		font-family: verdana, tahoma, sans-serif;
		font-size: 11px; margin: 0 0 0 0; text-transform: uppercase;
}
td	{
	text-align: left;
}

/* главная таблица */
#center {
	width: 100%;
}


#main {
	width: 780px;
}
#left {
	width: 120px;
	vertical-align: top;
}
#right {
	width: 190px;
	vertical-align: top;
}
#center {
	width: 360px;
	height: 100px;
	padding: 0px 5px 0px 5px;
	vertical-align: top;
}
#footer {
	height: 70px;
	vertical-align: top;
}

/* блок навигации */
#navigation {
	text-align: left;
	width: 210px;
	border-collapse: collapse;
	border: 1px solid #BE9C72;
}
#navigation th {
	text-align: left;
	padding: 5px 5px 5px 15px;
	border: 1px solid #BE9C72;
	background: #D5CAA4;
}
#navigation td {
	font-weight: bold;
	padding: 5px 5px 5px 15px;
	border: 1px solid #C7B299;
	background: #EAE3CC;
}
#navigation img {
	margin: 0px 3px 0px 0px;
}
#navigation a:link, #navigation a:visited {
	color: black;
	text-decoration: none;
}
#navigation a:active, #navigation a:hover {
	text-decoration: underline;
}

/* оформление дополнительных блоков */


.dop_block {
	width: 100%;
	border-collapse: collapse;
	border-top: 4px solid #8DD283;
	border-left: 4px solid #66B55B;
	border-right: 4px solid #66B55B;
	border-bottom: 4px solid #66B55B;
	background: #66B55B;
}


.dop_block th {
	color: white;
	text-align: left;
	padding: 10px 5px 10px 15px;
}

.dop_block td {
	color: black;
	padding: 8px 10px 8px 10px;
	background: white;
}
.dop_block p {
	line-height: 2;
}
.dop_block strong {
	color: #339933;
}
.dop_block img {
	margin: 0px 0px 0px 0px;
	border: 1px solid #C6C29D;
}
.dop_block a {
	color: black;
}
a.green {
	color: green;
}



.dop_block2 {
	width: 210px;
	border-collapse: collapse;
	border-top: 4px solid #8DD283;
	border-left: 4px solid #66B55B;
	border-right: 4px solid #66B55B;
	border-bottom: 4px solid #66B55B;
	background: #66B55B;
}


.dop_block2 th {
	color: white;
	text-align: left;
	padding: 10px 0px 10px 0px;
}

.dop_block2 td {
	color: black;
	padding: 8px 0px 8px 4px;
	background: white;
}
.dop_block2 p {
	line-height: 1.5;
	margin: 0px;
}
.dop_block2 strong {
	color: #339933;
}
.dop_block2 img {
	margin: 0px 0px 0px 0px;
	border: 1px solid #C6C29D;
}
.dop_block2 a {
	color: black;
}


/* оформление тадлиц в тексте */ 

table.spec {
	width: 100%;
	border-collapse: collapse;
	border: 1px solid black;
	background: white;
}
table.spec td, table.spec th {
	color: black;
	background: white;
	padding: 5px;
	border: 1px solid black;
	font-size: 12px;
	line-height: 1.5;
}


/* титульная картинка */

.title_image {
	width: 100%;
	height: 242px;
	border-collapse: collapse;
	background: #EAEAEA;
}
.title_image_text {
	width: 100%;
	height: 100%;
}
.title_image_text_pos {
	width: 143px;
	height: 170px;
}
.title_image_text p {
	line-height: 1.3;
	margin: 0px;
}

/* содержание страницы */

.page_content {
	width: 100%;
	border-collapse: collapse;
}
.page_content th {
	text-align: left;
	color: white;
	background: #66B55B;
	padding: 5px 5px 5px 15px;
}
.page_content td {
	color: black;
	padding: 5px 0px 0px 0px;
	
}

.page_content p {
	font-size: 12px;
	margin: 10px 0px 10px 0px;
	line-height: 1.5;
	text-indent: 15px;
	text-align: justify;
}

.objects {
	width: 100%;
	border-collapse: collapse;
}
.objects td {
	vertical-align: top;
	padding: 5px;
}
.objects p {
	text-indent: 0px;
}
.objects img {
	border: 1px solid #C6C29D;
}

/* низ */
#footer hr {
	width: 100%;
	height: 8px;
	background: #66B55B;
	color: #66B55B;
	border: 0px;
}

.banners {
	width: 100%;
	text-align: center;
}
.banners a:link, .banners a:visited {
	font-weight: bold;
	color: black;
	text-decoration: none;
}
.banners a:active, .banners a:hover {
	text-decoration: underline;
}


.address	{
	border-collapse: collapse;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
}
.address td	{
	margin: 0 0 0 0;
	padding: 3px 0px 3px 0px;
	white-space: nowrap;
}
#content	{
	position: absolute; z-index: 2;
	width: 100%; display: block; 
}
#fmenu	{
	 position: absolute; bottom: 10px; left: center; z-index: 2;
	 width: 100%; display: block;
}