@charset "utf-8";
body {
	margin: 0;
	padding:0;

}
span.logotip{
	position:absolute;
	left:6px;
	top:0px;
	width:294px;
	height:101px;	
}
span.black{
	position:absolute;
	left:300px;
	top:0px;
	width:500px;
	height:7px;	
	background:
	url(../drawings/Template/black.jpg)
	repeat-x;
}
div.firstpaint, div.secondpaint, div.thirdpaint { /* Положение трех элементов-картинок в правом блоке */
	margin: 0; 
	width: 77px; 
	height: 77px; 
	text-align: left; 
	padding: 10px; 
	background: white; 
	position:relative;
	color:#000000;
	left: 44px; 
	cursor: pointer; 
}
div.firstpaint{
    top: 50px; /* Положение от верхнего края */
}
div.secondpaint{
    top: 103px; /* Положение от верхнего края */
}
div.thirdpaint{
    top: 157px; /* Положение от верхнего края */
}
td.topleft{
	background:
	#48433D;
}
td.topright{
	background:
	url(../drawings/Template/topright.jpg)
	repeat-y;	
}
td.menu div{
	position:relative;
	width:175px;
	cursor: pointer; 
	height:32px;	
}
td.submenu div{
	position:relative;
	width:175px;
	cursor: pointer; 
	height:27px;	
}
td.selectmenu div{
	position:relative;
	width:175px;
	cursor: pointer; 
	height:32px;	
}
td.selectsubmenu div{
	position:relative;
	width:175px;
	cursor: pointer; 
	height:27px;	
}
td.title{   /* Шрифты для заголовка "Главная -- о компании") */
	font-size: 11px;
	color:#999966;
	font-style: normal;
	font-family: Arial;
	text-align: right;
}
td.title2{/* Шрифты для подзаголовка "о компании" */
	font-size: 14px;
	color:#999966;
	font-style:normal;
	font-family: Arial;
	text-align: right;
	font-weight: bold;
}
table.leftdown{
	width:175px;
	height:335px;
	border:0;
	position:absolute;
	left:0px;
	top:508px;
}
table.leftup{
	width:175px;
	height:359px;
	border:0;
	background:
	url(../drawings/Template/lefttop2.jpg);
	position:absolute;
	left:0px;
	top:149px;
}
td.center{
	width:625px;
	height:694px;
	border:0;
	background:
	url(../drawings/Template/centr.jpg);
	position:absolute;
	left:175px;
	top:149px;
}
td.text{/* Шрифты для основного текста */
    font-size: 12px;
	color:#000000;
	font-style: normal;
	font-family: Arial;
	text-align: left;
}
td.menu,td.submenu,td.selectmenu,td.selectsubmenu{
	text-align:left;
	font-size: 14px;
	color:#FFFFFF;
	font-style: normal;
	font-family: Arial, Helvetica, sans-serif;
	vertical-align:baseline;
	padding:0;
}
td.menu{/* Шрифты для основного меню */
    height:32px;
	text-indent:15px;
	background:
	no-repeat
	right
	url(../drawings/Buttons/menu.jpg);	
}
td.selectmenu{/* Шрифты для основного меню */
    background:
	no-repeat
	right
	url(../drawings/Buttons/selectmenu.jpg);
	height:32px;
	text-indent:30px;
}
td.selectsubmenu{/* Шрифты для основного меню */
    background:
	no-repeat
	right
	url(../drawings/Buttons/selectsubmenu.jpg);
	height:27px;
	text-indent:30px;
}
td.emptymenu{/* Шрифты для "пустых" кнопок*/
    background:
	no-repeat
	right
	url(../drawings/Buttons/menu.jpg);
	height:32px;
	text-indent:15px;
}
td.menu:hover{
	background:
	no-repeat
	right
	url(../drawings/Buttons/menu2.jpg);
	}
td.submenu{/* Шрифты для подменю */
    background:
	url(../drawings/Buttons/submenu.jpg) 	no-repeat
	right;
	height:27px;
	text-indent:30px;
}
td.submenu:hover{
	background:
	no-repeat
	right
	url(../drawings/Buttons/submenu2.jpg);
}
a:link {/* Цвет ссылки белый, линии подчеркивания нет*/
	color: #FFFFFF;
	text-decoration: none;
}
a:visited {/* Цвет посещенной ссылки белый, линии подчеркивания нет*/
	text-decoration: none;
	color: #FFFFFF;
}
a:hover {/* Цвет ссылки под мышкой белый, линии подчеркивания нет*/
	text-decoration: none;
	color: #FFFFFF;
}
a:active {
	text-decoration: none;
	color: #FFFFFF;
}
/* CSS Document */

