* {
	margin: 0;
	padding: 0;
	font-family: Tahoma;
	font-size: 12px;
	
}
html {height: 100%}
body {
	width: 100%;
	height: 100%;
	background-color: #ebeef1;
	background-image: url(/images/fon_t.jpg);
	background-repeat: repeat-x;
}
#fon{
	width: 1110 px;
	height: 540px;
	background-image: url(/images/fon.jpg);
	background-repeat: no-repeat;
	background-position:center;
}
#content{
	margin: -16px auto 0;
}
#footer {
	z-index: 20;
	width: 100%;
	margin: 0 auto 0;
	height: 120px;
	background-image: url(/images/fon_b.jpg);
	background-repeat: repeat-x;
}

a.footer{
	font-size: 11px;
}
a.footer, a.footer:visited{
	color: #3885ff;
}
a.footer:hover{
	color: #3885ff;
	text-decoration: none; 
}

a.catcat{
	font-size: 11px;
	text-decoration: none; 
}
a.catcat, a.catcat:visited{
	color: #3885ff;
}
a.catcat:hover{
	color: #3885ff;
	text-decoration: underline;
}


font.main{
	color: #3885ff; 
	font-size: 11px;
}
font.main_text{
	color: black;
	font-family: Tahoma;
	font-size: 12px;
}
font.cat_name{
	color: #666666;
	font-family: Tahoma;
	font-size: 12px;
	font-weight: bold;
}
font.cat_name_under{
	color: #989797;
	font-family: Tahoma;
	font-size: 14px;
	font-weight: bold;
	text-decoration: underline;
}
font.cat_name_name{
	color: #666666;
	font-family: Tahoma;
	font-size: 12px;
	font-weight: bold;
}
font.cat_name_name1{
	color: #666666;
	font-family: Tahoma;
	font-size: 12px;
}
td.site_text{
	color: #4d4d4d;
	font-family: Tahoma;
	font-size: 11px;
}
a{
	font-family: Tahoma;
	font-size: 12px;
	color: #3885ff;
}
a.main, a.main:visited{
	color: #3885ff;
}
a.main:hover{
	color: #3885ff;
	text-decoration: none; 
}

/*******************************************************/
/* верхнее меню для главной страници входа вебмастеров */
/*******************************************************/
.glossymenu{
position: relative; /* положение от указанного места*/
padding: 0 0 0 0;
margin: 0 auto 0 0px;
height: 30px;
width: 1110px;
list-style: none;
}

.glossymenu li{
float:left;
width:120px;
}

.glossymenu li a{
float: left;
display: block;
color:#000;
text-decoration: none;
font-family: Tahoma;
font-size: 13px;
background: url(/images/4.gif) repeat-x; /*путь к левой картинке*/
padding:0 16px 0 0px; /*Padding to accomodate left tab image. Do not change*/
height: 30px;
line-height: 30px;
text-align: center;
cursor: pointer; 
width:120px;
}
.glossymenu li.current a, .glossymenu li a:hover{
color: #fff;
background: url(/images/3.gif) repeat-x; /*путь к левой картинке*/
background-position: left;
}
.glossymenu li.left{
	background-image: url(/images/1m.gif);
	width: 11px;
	height: 30px;
}
.glossymenu li.right{
	background-image: url(/images/2m.gif);
	width: 11px;
	height: 30px;
}
.glossymenu li.main{
	background-image: url(/images/4.gif);
	height: 30px;
	width: 368px;
	position: relative;
}
/********************************************************************
***************** шапка пд меню ************************************
********************************************************************/
.w_pod_menu{
	position: relative; /* положение от указанного места*/
	padding: 0 0 0 0;
	margin: 0 auto 0 0px;
	width: 1110px;
	height: 21px;
	list-style: none;
	background: url(/images/10.png);
}
#deviation_status_err{
	font-size: 12px; 
	color: red;
	padding:0em .5em 0em .5em;
}
