body
{
	margin: 0px;
}
td, p, div, span, ul, li
{
	color: #404040;
	font: 11px Tahoma;
}
a
{
	color: #404040;
	font: 11px Tahoma;
}
a:hover
{
	color: #3B78B2;
}
h1
{
	color: #45739E;
	font-size: 17px;
	font-weight:normal;
	font-style:oblique;
	margin: 0px;
}
.h1_right
{
	border-bottom: 4px solid #F4B80A;
	padding: 0px 20px 8px 10px;
}
.h1_left
{
	border-bottom: 4px solid #616F96;
}
h2
{
	color: #3B78B2;
	font: bold 13px Tahoma;
}
h3
{
	color: #EC7C00;
	font: bold 12px Tahoma;
}
ul
{
	margin: -15px 30px 10px 30px;
	list-style-image: url(/img/bullet_ul.gif)
}
#content
{
	padding: 20px 40px 40px 80px;
	background: url(/img/left_fon.gif) top left repeat-y;
}
#bottom
{
	padding: 8px 0px 8px 40px;
}
#right_menu
{
	background: url(/img/menu_left.gif) top left repeat-y; 
}
#menu td
{
	background: #EEEEEE url(/img/menu_fon.gif) bottom repeat-x;
	height: 26px;
	/*color:#EC7C00;*/
}
#menu a
{
	display: block;
	color:#696969;
	font: 12px Tahoma;
	text-decoration:none;
	background: url(/img/bullet.gif) left top no-repeat;
	margin-left: 45px;
	padding: 2px 10px 4px 25px;
}
#menu a:hover
{
	color:#EC7C00;
	text-decoration:none;
	background: url(/img/bullet_on.gif) left top no-repeat;
}
#menu a.activ
{
	color:#EC7C00;
	text-decoration:none;
	background: url(/img/bullet_on.gif) left top no-repeat;
}
/* меню второго уровня*/
.submenu td
{
	text-align: center;
}
.submenu td.border
{
	border-left: 1px solid #C0C0C0;
}
.submenu td.bottom
{
	border-bottom: 1px solid #C0C0C0;
}
.submenu a
{
	color: #807D7D;
	font-size: 12px;
	text-decoration: none;
}
.submenu a:hover
{
	color: #3B78B2;
}
.submenu a.activ
{
	color: #807D7D;
	font-weight: bold;
	font-size: 12px;
	text-decoration: none;
}
.submenu a.activ:hover
{
	color: #3B78B2;
}
.model table
{
	float:left;
	margin: 0px 0px 10px 10px;
}
.model table td
{
	padding: 2px;
}
.tbl th
{
	border-bottom: 2px solid #787878;
	padding: 2px 10px 2px 2px;
	text-align: left;
	font: bold 11px Tahoma;
	background-color: #EEEEEE;
}
.tbl td
{
	border-bottom: 1px solid #787878;
	padding: 2px 10px 2px 2px;
}
