﻿
FORM  /* | */
{
	/*position: absolute;*/
	top: 0;
	left: 0;
	height: 100%;
	width:100%;
	/*overflow: hidden;*/
	min-height: 600pt;
	min-width:  800pt;
}

body
{
    /* Выравнивание по верхиму левому краю */
    margin: 0; /* Важный элемент */
    padding: 0;
    font-family: Arial;
    background-image: url(img/L_menu.jpg);
    background-repeat: repeat-y;
}

.TABLE  /* | */
{
	border: 0px;
	margin: 0px;
	padding:0px;
	width:100%;
	height:100%;

}

.Td_Left  /* | */
{
	position: relative;
	top: 0;
	left: 0;
	width: 300px;
	height: 100%;
	overflow: hidden;
	vertical-align: top;
	text-align: left;
	background-color: #000000;
/*
	border-right: red 1px solid;
	border-top: red 1px solid;
	border-left: red 1px solid;
	border-bottom: red 1px solid;
*/
}

.Td_Right  /* | */
{
	position: relative;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	overflow: auto;
	
	vertical-align: top;
	background-color: #ffffff;
	text-align: left;
}

/* Обработка левой части сайта */

/* Центр наружной рекламы */
.Div_TitleText  /* | */
{
	text-align: center;
	width: 100%;
	color: #ffffff;
	text-transform: uppercase;
}

/* Картинка АВРОРА */
.Div_TitleImg   /* | */
{
	left: 0px;
	text-align: center;
	width: 100%;
}

/* Меню АВРОРА */
.Div_TitleMenu   /* | */
{
	left: 40px;
	text-align: left; /* Необходим небольшой отступ */
	width: 90%;
	color: #ffffff;
	text-decoration: underline;
	position: relative; /*background-color: #993300;*/
	line-height: 30px;
}

/* Меню АВРОРА */
.Div_Menu  /* | */
{
	left: 40px;
	text-align: left; /* Необходим небольшой отступ */
	width: 90%;
	color: #ffffff;
	position: relative;
	font-size: 12px; /*background-color: #993300;*/
	line-height: 30px;
}

/* г. Щёлково */
.Div_TitleBottom  /* | */
{
	text-align: center;
	width: 100%;
	color: Gray;
	background-color: #000000;
	height:100%;
  /*
	border-right: red 1px solid;
	border-top: red 1px solid;
	border-left: red 1px solid;
	border-bottom: red 1px solid;
  */
}

/* Заголовок  (полностью заглавными буквами)*/
H1  /* | */
{
	font-size: 15px;
	font-family: Arial;
	font-weight: normal; 
	/* Информацию о цвете задаю в DIV */ 
	/* Информацию о расположении задаю в DIV */ 
	/* Информацию о text-transform (отображении заглавными буквами или как-нибудь по другому)задаю в DIV */
}

H2  /* | */
{
	font-size: 36px;
	font-family: Arial;
	font-weight: normal; 
	/* Информацию о цвете задаю в DIV */ 
	/* Информацию о расположении задаю в DIV */ 
	/* Информацию о text-transform (отображении заглавными буквами или как-нибудь по другому)задаю в DIV */
}


.AL  /* | */
{
	color: #ffffff;
	font-family: Arial;
	text-decoration: none;
}

.AL:active .AL:link .AL:visited
{
	color: #ffffff;
	font-family: Arial;
	text-decoration: none;
	font-weight: normal;
}

/* Заставляет менятся цвет при наведении мышки */
.AL:hover
{
	color: #ff7d00;
	font-family: Arial;
	text-decoration: none;
	font-weight: normal;
}

.AR  /* | */
{
	color: #a6a6a6;
	font-family: Arial;
	text-decoration: none;
}

.AR:active .AR:link .AR:visited
{
	color: #a6a6a6;
	/*
	font-family: Arial;
	text-decoration: none;
	font-weight: normal;
  */
}

/* Заставляет менятся цвет при наведении мышки */
.AR:hover
{
	color: #ff7d00;
}

.AL_P
{
    color: #000000;
    font-family: Arial;
    text-decoration: none;
    font-size: 9pt;
}

.AL_P:active .AL_P:link .AL_P:visited
{
	color: #000000;
	font-family: Arial;
	text-decoration: none;
	font-weight: normal;
	font-size: 9pt;
}

/* Заставляет менятся цвет при наведении мышки */
.AL_P:hover
{
	color: #ff7d00;
	font-family: Arial;
	text-decoration: none;
	font-weight: normal;
	font-size: 9pt;
}

IMG  /* | */
{
	border: 0;
}

/* Обработка правой части сайта */

.T_Telefon  /* | */
{
	height: 34px;
	left: 0px;
	top: 0px;
	width: 100%;
	margin:0;
	padding:0;
/*
	border-right: red 1px solid;
	border-top: red 1px solid;
	border-left: red 1px solid;
	border-bottom: red 1px solid;
*/
}

.Table_R_Telefon
{
	font-size: 27px;
	font-family: EuroStyle, Arial;
	letter-spacing: 2pt;
	font-weight: bold;
	vertical-align: middle;
	text-align: right;
	height: 30px;
	color: #c37229;
	/*
	border-right: lime 1px solid;
	border-top: lime 1px solid;
	border-left: lime 1px solid;
	border-bottom: lime 1px solid;
  */
}
/* Стиль для прорисовки меню */
/*
.Div_MenuImg  
{
	left: 10px;
	text-align: right;
	vertical-align: top;
	width: 100%;
	min-width: 100px;
	height: 30px;
	max-height: 30px;
	background-color: #ffffff;
	color: #c37229;
	font-size: 16px;
	font-family: Arial;
	font-weight: normal;
}
*/
/*------------------------*/
.Table_R_TitleMenu_L  /* | */
{
	background-position: right top;
	background-repeat: no-repeat;
	/*background-image: url(img/Menu_L.jpg);*/
	min-width: 12px;
	max-width: 12px;
	height: 33px;
	background-attachment: scroll;
}

.Table_R_TitleMenu_R  /* | */
{
	background-position: left top;
	background-repeat: no-repeat;
	/*background-image: url(img/Menu_R.jpg);*/
	min-width: 12px;
	max-width: 12px;
	height: 33px;
	background-attachment: scroll;
}

/* Меню сайта */
.Table_R_TitleMenu_Text
{
	text-align: center;
	vertical-align: middle;
	background-position: left top;
	background-repeat: repeat-x; /*background-image: url(img/Menu_Im.jpg);*/
	font-weight: bold;
	color: #a6a6a6;
	font-family: Arial;
	min-width: 120px;
	max-width: 120px;
	height: 33px;
	font-weight: bold;
	font-size: 11pt;
	text-decoration: none;
}

/* Меню сайта */
.T_Menu  /* | */
{
	border: 0;
	margin:0;
	padding:0;
	width:100%; 
/*
	border-right: red 1px solid;
	border-top: red 1px solid;
	border-left: red 1px solid;
	border-bottom: red 1px solid;
	vertical-align: top;
*/
}
/*------------------------*/
/* Описание стиля страниц с контентом */
.new_title1
{
	color: #c37229;
	font-weight: bold;
}

/* Новости */
.Table_R_TitleMenu_L  /* | */
{
	background-position: right top;
	background-repeat: no-repeat;
	/*background-image: url(img/Menu_L.jpg);*/
	min-width: 12px;
	max-width: 12px;
	height: 33px;
	background-attachment: scroll;
}

.wR
{
	border-right: red 1px solid;
	border-top: red 1px solid;
	border-left: red 1px solid;
	border-bottom: red 1px solid;
	vertical-align: top;
}

.wG
{
	border-right: blueviolet 3px solid;
	border-top: blueviolet 3px solid;
	border-left: blueviolet 3px solid;
	border-bottom: blueviolet 3px solid;
	vertical-align: top;
}

.ALMaket
{
	color: #ffffff;
	font-family: Arial;
	text-decoration: underline;
	font-size: 9pt;
}

.ALMaket:active .ALMaket:link .ALMaket:visited
{
	color: #ffffff;
	font-family: Arial;
	text-decoration: none;
	font-weight: normal;
	text-decoration: underline;
	font-size: 9pt;
}

/* Заставляет менятся цвет при наведении мышки */
.ALMaket:hover
{
	color: #ff7d00;
	font-family: Arial;
	text-decoration: none;
	font-weight: normal;
	text-decoration: underline;
	font-size: 9pt;
}

.AClients
{
	color: #ff7d00;
	font-family: Arial;
	text-decoration: none;
	font-weight: normal;
	font-size: 9pt;
}

.AClients:active .AClients:link .AClients:visited
{
	color: #ff7d00;
	font-family: Arial;
	text-decoration: none;
	font-weight: normal;
	font-size: 9pt;
}

/* Заставляет менятся цвет при наведении мышки */
.AClients:hover
{
	color: #ff7d00;
	font-family: Arial;
	text-decoration: none;
	font-weight: normal;
	font-size: 9pt;
}



