html {
	height : 100%;
}
body {
	height : auto !important;
	height : 100%;
	min-height : 100%;
	background : #fff;
}
body, div, img, ul, ol, li, p, tr, td, a, span, form {
	margin : 0;
	padding : 0;
	border : 0;
	color : #000;
	font : 11px Tahoma,Arial;
}
p {
	text-align : justify;
}
a {
	text-decoration : none;
}
ul {
	list-style : none;
}
ol {
	list-style : none;
}
/*ОСНОВНАЯ ТАБЛИЦА*/
.main-table {
	width : 1008px;
/*	width : 1002px;*/
	height : 768px;
	border-left : 1px solid #f5f5f5;
	border-right : 1px solid #f5f5f5;
	background : url('/img/bg_right_top.gif') right top no-repeat;
/*	background : url('/img/bg_right_top_.gif') right top no-repeat;*/
}
/*левый верхний угол*/
.left-top {
	width : 376px;
	height : 259px;
	background : url('/img/bg_left_top.gif') left 47px no-repeat;
}
/*служебные кнопки*/
.service {
	margin : 33px 18px 48px 0;
}
.service td {
	padding-left : 3px;
}
/*Основной Заголовок на внутренней странице*/
.title-main {
	margin-left : 22px;
	color : #A32928;
	font-size : 14px;
	text-align : left;
	text-transform : lowercase;
}
/*нижний левый угол*/
.left-bottom {
	width : 376px;
	background : url('/img/bg_left_bottom.gif') left bottom no-repeat;
}
/*Здание Слева на внутренней странице*/
.build-left {
	background : url('/img/build_left_center.jpg') left top no-repeat;
}
/*правый нижний угол*/
.right-bottom {
	background : url('/img/bg_right_bottom.gif') right bottom no-repeat;
}
/*Здание Справа на внутренней странице*/
.build-right {
	background : url('/img/build_right_center.jpg') right top no-repeat;
}
/*Основное МЕНЮ*/
.menu, .menu-print {
	margin : 28px 0 0 9px;
}
.menu li, .menu-print li {
	height : 13px;
}
.menu li a {
	color : #fff;
	letter-spacing : 1px;
	text-transform : lowercase;
}
.menu-print li a {
	color : #A32928;
	letter-spacing : 1px;
	text-transform : lowercase;
}
/*ПОДМЕНЮ*/
.submenu {
	margin : 0;
}
.submenu li {
	height : 24px;
}
.submenu li a {
	letter-spacing : 1px;
}
/*Заголовок анонсов/подменю*/
.title {
	margin-bottom : 16px;
	color : #A32928;
	font-size : 12px;
}
/*ссылка на "ГИС"*/
.gis {
	padding : 0 18px 12px 0;
	color : #A32928;
	font-size : 10px;
}
.gis a {
	font-size : 10px;
}
/*editor красная ссылка подчеркнутая*/
.a-red {
	color : #A32928;
	text-decoration : underline;
}
.a-red:hover {
	text-decoration : none;
}
/*editor красная ссылка неподчеркнутая*/
.a-red0 {
	color : #A32928;
	text-decoration : none;
}
.a-red0:hover {
	text-decoration : underline;
}
/*editor белая ссылка подчеркнутая*/
.a-white {
	color : #fff;
	text-decoration : underline;
}
.a-white:hover {
	text-decoration : none;
}
/*editor черная ссылка подчеркнутая*/
.a-black {
	color : #000;
	text-decoration : underline;
}
.a-black:hover {
	text-decoration : none;
}
/*editor черная ссылка неподчеркнутая*/
.a-black0 {
	text-decoration : none;
}
.a-black0:hover {
	text-decoration : underline;
}
/*editor абзац с отступом снизу*/
.p1 {
	margin-bottom : 16px;
}
/*стиль формы*/
.form1 .text {
	vertical-align : top;
	padding-top : 3px;
}
.form1 .input {
	height : 19px;
	margin-bottom : 7px;
	color : #000;
	font : 11px Tahoma,Arial;
	border : 1px solid #959595;
	padding-left : 5px;
}
.form1 .textarea {
	margin-bottom : 7px;
	padding-left : 5px;
	border : 1px solid #959595;
	color : #000;
	font : 11px Tahoma,Arial;
}
.form1 .submit {
/*	margin-top : 10px;*/
	height : 19px;
	border : 1px solid #959595;
	background : #f5f5f5;
	color : #000;
	font : 11px Tahoma,Arial;
}
.form1 .select {
	color : #000;
	font : 11px Tahoma,Arial;
}
/*стиль списка маркированного*/
.ul1 {
	margin-left : 15px;
	list-style : disc;
}
.ul1 li {
	line-height : 14px;
}
/*стиль списка нумерованного*/
.ol1 {
	margin-left : 20px;
	list-style : decimal;
}
.ol1 li {
	line-height : 14px;
}