/*================================================================
!!!ВСЕ ОБЩИЕ ПАРАМЕТРЫ!!!
================================================================*/

/* ОБЩИЕ ПАРАМЕТРЫ ТЕГА BODY
================================================================*/
body {
	/*ЗАДАЕМ ШИРИНУ В 100%*/
	width			: 100%;
	/*ВЫСТАВЛЯЕМ ВСЕ ОТСТУПЫ РАВНЫМИ НУЛЮ*/
	margin			: 0px;
	padding			: 0px;
	border			: 0px;
	/*ЗАДАЕМ ОСНОВНОЙ ФОН*/
	background		: url('../images/bg.jpg') top left repeat;
	/*ЗАДАЕМ ОСНОВНОЙ ШРИФТ + БЕЗ ЗАСЕЧЕК - SANS-SERIF*/
	color			: #000000;
	font-family		: "Arial", sans-serif;
	font-size		: 12px;
	font-weight		: normal;
	text-decoration	: none;
}
/* ОБЩИЕ ПАРАМЕТРЫ ОСНОВНОЙ КОНТЕНТНОЙ ЧАСТИ
================================================================*/
#main {
	/*ЗАДАЕМ ШИРИНУ В 996PX*/
	width			: 996px;
	/*ЦЕНТРУЕМ MAIN ПО ГОРИЗОНТАЛИ*/
	position		: relative;
	top				: 0px;
	left			: 50%;
	margin-left		: -498px;
	/*ЗАДАЕМ ВЕРХНЕЕ ФОНОВОЕ ИЗОБРАЖЕНИЕ - 990PX*/
	background		: url('../images/bg_vertical.jpg') top left repeat-y;
}
#main_div {
	/*ЗАДАЕМ ВЕРХНЕЕ ФОНОВОЕ ИЗОБРАЖЕНИЕ - 990PX*/
	background		: url('../images/bg_bottom.jpg') bottom left no-repeat;
}
#main_div_div {
	/*ЗАДАЕМ ВЕРХНЕЕ ФОНОВОЕ ИЗОБРАЖЕНИЕ - 990PX*/
	background		: url('../images/bg_top.jpg') top left no-repeat;
}
#copyright {
	/*ЗАДАЕМ ВЕРХНЮЮ РАМКУ В 1PX*/
	border-top		: solid 1px #cccccf;
	/*ЗАДАЕМ ВЫСОТУ В 50PX*/
	height			: 50px;
	/*ЗАДАЕМ ОСНОВНОЙ ФОН*/
	background		: #e9e9e9;
}
#copyright div {
	/*ЗАДАЕМ ШИРИНУ В 996PX И ВЫСОТУ В 50PX*/
	width			: 996px;
	height			: 50px;
	/*ЦЕНТРУЕМ MAIN ПО ГОРИЗОНТАЛИ И ОПУСКАЕМ НА 10PX ОТ РАМКИ*/
	position		: relative;
	left			: 50%;
	margin-left		: -498px;
	margin-top		: 10px;
	/*ЗАДАЕМ ОСНОВНОЙ ФОН*/
	background		: #e9e9e9;
	/*ЗАДАЕМ ВЫРАВНИВАНИЕ ТЕКСТА ПО ПРАВОМУ КРАЮ*/
	text-align		: right;
}
/* ОБЩИЕ ПАРАМЕТРЫ ТАБЛИЦ
================================================================*/
table {
	/*ВЫСТАВЛЯЕМ ВСЕ ОТСТУПЫ РАВНЫМИ НУЛЮ*/
	margin			: 0px;
	padding			: 0px;
	border			: 0px;
}
tr {
	/*ВЫСТАВЛЯЕМ ВСЕ ОТСТУПЫ РАВНЫМИ НУЛЮ*/
	margin			: 0px;
	padding			: 0px;
	border			: 0px;
}
td {
	/*ВЫСТАВЛЯЕМ ВСЕ ОТСТУПЫ РАВНЫМИ НУЛЮ*/
	margin			: 0px;
	padding			: 0px;
	border			: 0px;
}
/* ОБЩИЕ ПАРАМЕТРЫ ФОРМ
================================================================*/
form {
	/*ВЫСТАВЛЯЕМ ВСЕ ОТСТУПЫ РАВНЫМИ НУЛЮ*/
	margin			: 0px;
	padding			: 0px;
	border			: 0px;
}
input {
	/*ВЫСТАВЛЯЕМ ВСЕ ОТСТУПЫ РАВНЫМИ НУЛЮ*/
	margin			: 0px;
	padding			: 0px;
	border			: 0px;
}
select {
	/*ВЫСТАВЛЯЕМ ВСЕ ОТСТУПЫ РАВНЫМИ НУЛЮ*/
	margin			: 0px;
	padding			: 0px;
	border			: 0px;
}
button {
	/*ВЫСТАВЛЯЕМ ВСЕ ОТСТУПЫ РАВНЫМИ НУЛЮ*/
	margin			: 0px;
	padding			: 0px;
	border			: 0px;
}
checkbox {
	/*ВЫСТАВЛЯЕМ ВСЕ ОТСТУПЫ РАВНЫМИ НУЛЮ*/
	margin			: 0px;
	padding			: 0px;
	border			: 0px;
}
radio {
	/*ВЫСТАВЛЯЕМ ВСЕ ОТСТУПЫ РАВНЫМИ НУЛЮ*/
	margin			: 0px;
	padding			: 0px;
	border			: 0px;
}
/* ОБЩИЕ ПАРАМЕТРЫ ССЫЛОК
================================================================*/
a {
	/*ШРИФТ*/
	font-size		: 12px;
	color			: #007cc2;
	text-decoration	: underline;
}
/* ОБЩИЕ ПАРАМЕТРЫ ИЗОБРАЖЕНИЙ
================================================================*/
img {
	/*ЗАДАЕМ ШИРИНУ РАМКИ ВОКРУГ ИЗОБРАЖЕНИЯ РАВНОЙ 0PX*/
	border			: 0px;
	behavior		: url('/engine/iepngfix/iepngfix.htc');
}



/*================================================================
!!!INDEX CSS!!!
================================================================*/

/* CSS ДЛЯ COPYRIGHT
================================================================*/
.copyright {
	position		: relative;
	top				: 10px;
	padding-right	: 40px;
	font-size		: 12px;
	color			: #8e8e8e;
	text-decoration	: none;
}
.copyright a{
	color			: #007cc2;
	text-decoration	: underline;
}
/* CSS ALL
================================================================*/
.online_request_subject {
	/*ШРИФТ*/
	font-family		: "Georgia", sans-serif;
	font-weight		: normal;
	font-size		: 18px;
	color			: #ffffff;
}
.online_request_link {
	/*ШРИФТ*/
	font-family		: "Georgia", sans-serif;
	font-weight		: normal;
	font-size		: 26px;
	color			: #fff879;
}
.online_request_link a {
	/*ШРИФТ*/
	font-family		: "Georgia", sans-serif;
	font-weight		: normal;
	font-size		: 26px;
	color			: #fff879;
	text-decoration	: none;
}

.menu_top {
	/*ШРИФТ*/
	font-family		: "Tahoma", sans-serif;
	font-weight		: bold;
	font-size		: 13px;
	color			: #ffffff;
}
.menu_top a {
	/*ПАРАМЕТРЫ*/
	position		: relative;
	top				: -10px;
	/*ШРИФТ*/
	font-family		: "Tahoma", sans-serif;
	font-weight		: bold;
	font-size		: 13px;
	color			: #ffffff;
	text-decoration	: none;
}
.menu_top a:hover {
	/*ШРИФТ*/
	font-family		: "Tahoma", sans-serif;
	font-weight		: bold;
	font-size		: 13px;
	color			: #ffffff;
	text-decoration	: underline;
}

.menu_left {
	/*ПАРАМЕТРЫ*/
	margin-left		: 12px;
	margin-right	: 12px;
	margin-bottom	: 6px;
	/*ШРИФТ*/
	font-family		: "Georgia", sans-serif;
	font-weight		: normal;
	font-size		: 19px;
	color			: #000000;
	text-decoration	: none;
}
.menu_left_link {
	/*ПАРАМЕТРЫ*/
	margin-left		: 24px;
	margin-right	: 12px;
	margin-bottom	: 4px;
	/*ШРИФТ*/
	font-family		: "Arial", sans-serif;
	font-weight		: normal;
	font-size		: 13px;
	color			: #000000;
	text-decoration	: none;
}
.menu_left_link a {
	/*ШРИФТ*/
	font-family		: "Arial", sans-serif;
	font-weight		: normal;
	font-size		: 13px;
	color			: #000000;
	text-decoration	: none;
}
.menu_left_link a:hover {
	/*ШРИФТ*/
	font-family		: "Arial", sans-serif;
	font-weight		: normal;
	font-size		: 13px;
	color			: #000000;
	text-decoration	: underline;
}

#main_block {
	/*ПАРАМЕТРЫ*/
	margin-left		: 22px;
	margin-right	: 14px;
	padding-bottom	: 24px;
	position		: relative;
	top				: -6px;
}

.main_subject {
	/*ПАРАМЕТРЫ*/
	margin-bottom	: 6px;
	/*ШРИФТ*/
	font-family		: "Georgia", sans-serif;
	font-weight		: normal;
	font-size		: 24px;
	color			: #000000;
	text-decoration	: none;
}

.main_text {
	/*ШРИФТ*/
	font-family		: "Arial", sans-serif;
	font-weight		: normal;
	font-size		: 12px;
	color			: #000000;
	text-decoration	: none;	
	text-align		: justify;
}
.main_text a {
	/*ШРИФТ*/
	font-family		: "Arial", sans-serif;
	font-weight		: bold;
	font-size		: 12px;
	color			: #000000;
	text-decoration	: none;
}
.main_text a:hover {
	/*ШРИФТ*/
	font-family		: "Arial", sans-serif;
	font-weight		: bold;
	font-size		: 12px;
	color			: #000000;
	text-decoration	: underline;
}

.form_link_subject {
	/*ПАРАМЕТРЫ*/
	padding-top		: 12px;
	margin-right	: 60px;
	text-align		: right;
	/*ШРИФТ*/
	font-family		: "Georgia", sans-serif;
	font-weight		: normal;
	font-size		: 21px;
	color			: #eb9530;
	text-decoration	: none;
}
.form_link_link {
	/*ПАРАМЕТРЫ*/
	margin-right	: 60px;
	text-align		: right;
	position		: relative;
	top				: -6px;
	/*ШРИФТ*/
	font-family		: "Georgia", sans-serif;
	font-weight		: normal;
	font-size		: 26px;
	color			: #eb9530;
	text-decoration	: none;
}
.form_link_link a {
	/*ШРИФТ*/
	font-family		: "Georgia", sans-serif;
	font-weight		: normal;
	font-size		: 26px;
	color			: #000000;
	text-decoration	: none;
}
.form_link_link a:hover {
	/*ШРИФТ*/
	font-family		: "Georgia", sans-serif;
	font-weight		: normal;
	font-size		: 26px;
	color			: #000000;
	text-decoration	: underline;
}

.menu_bottom {
	/*ШРИФТ*/
	font-family		: "Tahoma", sans-serif;
	font-weight		: bold;
	font-size		: 10px;
	color			: #000000;
	text-decoration	: none;	
}
.menu_bottom a {
	/*ШРИФТ*/
	font-family		: "Tahoma", sans-serif;
	font-weight		: bold;
	font-size		: 10px;
	color			: #000000;
	text-decoration	: none;
}
.menu_bottom a:hover {
	/*ШРИФТ*/
	font-family		: "Tahoma", sans-serif;
	font-weight		: bold;
	font-size		: 10px;
	color			: #000000;
	text-decoration	: underline;
}

.menu_bottom_text {
	/*ПАРАМЕТРЫ*/
	padding-top		: 6px;
	/*ШРИФТ*/
	font-family		: "Arial", sans-serif;
	font-weight		: normal;
	font-size		: 9px;
	color			: #000000;
	text-decoration	: none;	
	text-align		: center;
}
.menu_bottom_text a {
	/*ШРИФТ*/
	font-family		: "Arial", sans-serif;
	font-weight		: normal;
	font-size		: 9px;
	color			: #000000;
	text-decoration	: underline;
}
.menu_bottom_text a:hover {
	/*ШРИФТ*/
	font-family		: "Arial", sans-serif;
	font-weight		: normal;
	font-size		: 9px;
	color			: #000000;
	text-decoration	: underline;
}