/* Текстовые стили */
body {
	font-size: 12px;
	font-family: "Arial";
}

h1 {
	margin: 0;
	position: absolute;
}

h1.as_h2 {
	color: #a7abb1;
	font-size: 16px;
	position: static;
	font-weight: bold;
	margin-bottom: 15px;
	display: inline;
	background: none;
}

h2, .h2, .h3 {
	color: #a7abb1;
	font-size: 16px;
	font-weight: bold;
	margin-bottom: 15px;
}
.h2 h2 { display: inline; }
.h3 {
	font-size: 14px;
	font-weight: 100;
}

p {
	color: #000;
	margin: 10px 0;
}
a { color: #1787c7; }
a:hover { text-decoration: none; }

a img { border: none; }

#content #roadmap a { text-decoration: none; }

#mainmenu {
	font-size: 12px;
}

#mainmenu a { text-decoration: none; }

#mainmenu li span { color: #909397; }

#contacts {
	color: #1787c7;
	font-size: 11px;
}

#contacts strong {
	color: #a7abb1;
	display: block;
	margin-top: 15px;
	font-weight: 100;
}
#contacts .tel { display: block; }

#footer p {
	margin: 0;
	font-size: 11px;
}
