html { font-family: "Tahoma"; }

/* стили для текста */
a {
	color: #29435c;
	text-decoration: underline;
}
a:hover { text-decoration: none; }

.error { color: #f00; }

/* заголовки и псевдозаголовок */
h1, .h1 {
	margin-top: 0;
	color: #29435c;
	font-size: 16px;
	font-weight: bold;
}

#content h1,
#content .h1,
#content h2,
#content .h2 { margin-left: -17px; },
#content h3,
#content .h3 { margin-left: -17px; }


h2, .h2 {
	color: #29435c;
	font-size: 15px;
	margin-top: 25px;
	font-weight: bold;
   /*
	text-decoration: underline;
   */
}

h3, .h3 {
    color: #29435c;
	font-size: 12px;
	margin-top: 20px;
	font-weight: bold;
   /*
	text-decoration: underline;
   */
}




h1, .h1, h2, .h2, h3, .h3 {
	width: 100%;
	clear: both;
	padding-left: 17px;
	background: url('/design/images/h_triangle.gif') left 9px no-repeat;
}




	/* меню */
#menu li a { font-size: 15px; }
#menu li b { font-weight: normal; }

#menu li a { color: #29435c; }
#menu li.active a {
	color: #fff;
	font-weight: normal;
	text-decoration: none;
}
#menu li ul li a {
	color: #fff;
	font-size: 11px;
	text-decoration: none;
}

#phones {
	color: #fff;
	font-size: 12px;
	font-family: "Arial";
}
#phones a { color: #fff; }

	/* контент */
#content { font-size: 12px; }
#content table th { font-weight: normal; }

	/* колонка */
#sideblock { font-size: 12px; }
#sideblock li span { color: #65666a; }

#sideblock h2,
#sideblock .h2 { margin-top: 25px; }

#sideblock h3,
#sideblock .h3 { margin-top: 15px;}

	/* подвал */
#footer { font-size: 11px; }
#footer p { margin: 0; }
