html {
	font-family: sans-serif;
}

body {
	font-size: 12px;
}

a {
	text-decoration: underline;
}

a:hover {
	text-decoration: none;
}

p {
	margin: 15px 0;
}

.error {
	color: #f00;
	font-size: 12px;
}

h1, .h1 {
	color: #995811;
	font-size: 18px;
	margin: 25px 0 15px 0;
	font-weight: normal;
	font-family: "Georgia", fantasy;
}
h2, .h2 {
	color: #995811;
	font-size: 18px;
	margin: 25px 0 15px 0;
	font-weight: normal;
	font-family: "Georgia", fantasy;
}
.psevdolink {
    text-decoration: none;
        color: #995811
}
.psevdolink:hover{
    text-decoration: underline;
        color: #995811
}

#sidecolumn h1, .h1 {
	margin-top: 15px;
}

	/* шапка */
#body_wrapper #header #logo h1 {
	color: #0551ad;
	font-size: 36px;
	font-weight: normal;
	font-family: "Myriad Pro", "Tahoma", sans-serif;
}

#body_wrapper #header #logo .h1 {
	color: #0551ad;
	font-size: 36px;
	font-weight: normal;
	font-family: "Myriad Pro", "Tahoma", sans-serif;
        margin:37px 0 4px;
}
#body_wrapper #header #logo h2 {
	font-size: 13px;
	line-height: 180%;
	font-weight: normal;
	text-transform: uppercase;
	font-family: "Myriad Pro", "Tahoma", sans-serif;
}

#body_wrapper ul {
	padding: 0;
	margin: -10px 0 0 0;
	list-style-type: none;
}

#body_wrapper ul li {
	color: #995811;
    padding: 0 0 0 15px;
    background: url('/design/images/textbullet.gif') 3px 50% no-repeat;
}
#body_wrapper .page_navi ul li { background: none; }

#body_wrapper .phone { font-family: "Georgia", fantasy; }

#body_wrapper .phone dt {
	font-size: 14px;	
}

#body_wrapper .phone dd {
	color: #0551ad;
	font-size: 24px;
}
	/* конец шапки */

	/* главное меню */
#body_wrapper #menu li.active a {
}
	/* конец меню второго уровня */


	/* форма отправки данных */
#content_wrapper form div.submit button,
#content_wrapper form div.submit input {
	font-size: 11px;
}
	/* конец формы отправки данных */

	/* подвал */
#body_wrapper #footer #copyright p {
	font-size: 12px;
	font-family: sans-serif;
}
#body_wrapper #footer #copyright p span {
	font-size: 11px;
}
   /* конец подвала */


