@charset "windows-1251";
/* 18.04.06       © WebGhost (ICQ:201179716, WebGhost@mail.ru) */


/* фон страниц */ 
body
{
 background: #FFFFFF; 
}

/* фон-дизайн частей сайта*/
	/* верхняя часть*/
.FrameTop
{
	background-image: url(Files/Frame/fr_top.jpg); 
	height: 150px;
}
	/* меню */
.FrameMenu
{
	height: 60px;
	vertical-align: top;
}
	/* информация*/
.FrameInfo
{
	background-image: url(Files/Frame/fr_i.gif);
	background-color: #FEFBE6;
	height: 20px;
	vertical-align: bottom;
}
	/* центральная часть */
.FrameCenter
{
	background-image: url(Files/Frame/fr_c.gif);
	background-color: #FEFBE6;
	height: 350px;
	min-height: 350px;
	vertical-align: top;
}
	/* нижняя часть */
.FrameDown
{
	background-image: url(Files/Frame/fr_d.jpg);
	height: 40px;
	vertical-align: top;
}

	/* левая часть карты*/
.mapleft
{
	/* background-image: url(Files/map/left.jpg); */
	height: 269px;		
	width: 390px;
	vertical-align: top;	
}
	
	/* правая часть карты*/	
.mapright
{
	/* background-image: url(Files/map/right.gif);  */
	width: 350px;		
	vertical-align: top;
	
}


/* ссылки на страницах */
A:link {text-decoration: none; color: #FF6600}
A:visited {text-decoration: none; color: #CC0000}
A:active {text-decoration: none}
A:hover {text-decoration: underline; color: #FF6600}

/*  объекты формы обратной связи */
.Forma
{
  	margin-top: 15px;
	margin-left: 60px; 
	color: black;
}
	/* поле Темы сообщения */
.FS
{
	width: 150px;
	height: 20px;
	color: blue;
}
	/* поле Контактного Лица */
.FU
{
	width: 150px;
	height: 20px;
	color: green;
	margin-top: 5px;
}
	/* поле Текста Сообщения */
.FM
{
	width: 400px;
	height: 300px;
	color: black;
	position: relative;
}
	/* поле Контактов */
.FC
{
	width: 200px;
	height: 20px;
	color: red;	
	margin-top: 5px;	
}
	/* поле Отослать */
.FSend
{
	width: 120px;
	height: 25px;
  	margin-top: 5px;
	margin-left: 270px; 
	color: black;	
}

/* информационная верхняя строка */
	/* дата и время */
.DateTime
{
	margin-left: 48px;
	color: white;

}
	/* навигационное положение */
.UpTitle
{
	margin-left: 55px;
	font-weight: 800;
	font-size: 16px;	
	color: #00AA00;
}

/* информационная нижняя строка */
	/* автор */
.CopyRight
{
	font-size: 12px;
	margin-left: 90px;
	color: blue;
}
A.CopyRight:link {text-decoration: none; color: white}
A.CopyRight:visited {text-decoration: none; color: white}
A.CopyRight:active {text-decoration: none}
A.CopyRight:hover {text-decoration: underline}
	/* компания */
.DownTitle
{
	font-weight: 800;
	margin-left: 30px;
	color: white;
}
	/* информация о компании */
.DownInfo
{
	margin-left: 25px;
	color: white;
}

	/* логотип компании */
.Logo
{
	margin-left: 30px;
	margin-top: 23px;
}

	/* главный блок информации */
.MainWindow
{
	margin-left: 45px;
	margin-top: 25px;
	margin-right: 45px;
	margin-bottom: 25px;	
	text-align: justify;	
}

	/* Элемент Списка */
.List
{
	margin-top: 5px;
	margin-bottom: 5px;	
	text-align: justify;	
}

	/* Описание продукта */       
.Desc
{
	margin-top: 5px;
	margin-bottom: 5px;
	margin-left: 15px;
	text-align: justify;	
}

	/* Заголовок */
.Header
{
	color: #FF6600;
	text-align: center;
	font-size: 16px;
	font-weight: bolder;
	margin-top: 15px;
	margin-bottom: 5px;
}

	/* Заголовок 2 */
.Header2
{
	color: #FF3300;
	font-size: 20px;
	font-weight: bolder;
	margin-top: 25px;
}

/* контакты */
.Text2
{
	margin-left: 25px;
	font-size: 15px;
	font-weight: bolder;
}

	/* Выделенный текст */
.Light
{
	font-weight: bold;
	color: #00AA00; 
}

	/* Текст Цены */
.Price
{
	font-weight: bold;
	color: #AA0000; 
}

	/* Выделенный текст в таблицах */
.T1
{
	color:black;
	text-align: left;
}

	/* Простой текст в таблицах*/
.T2
{
	text-align: center;
}

