/* ????? ??? ???????? ???? ????? */
body {
	margin: 0;
	padding: 0px;
	background-color: White;
}

div {
	height: auto;
	overflow: hidden;
}

/*	???????? ?????? ???????/? ????????/???????? */
.address {
	font-size: 12px;
	margin-bottom: 10px;
	padding-bottom: 10px;
	border-style: dashed;
	border-color: Silver;
	border-width: 0px 0px 1px 0px;
	color: Silver;
}

.address a {
	color: Silver;
}

/* ?????? "?????? ??? ??????" */
.print_version {
	text-align: right;
}

.print_version a {
	
}

/* ????????? ?? ?????? */
.umsg_error {
	background-color: Red;
	color: White;
	padding: 20px;
	margin-bottom: 15px;
	display:block;
}

/*	????????? ?? ?????? ??????????? ???????? */
.umsg_alert {
	background-color: #E0FFFF;
	padding: 20px;
	margin-bottom: 15px;
	display:block;
}

/* ???????? ???? */
form {
	margin: 0;
	padding: 0;
}

input[type="text"], textarea, input[type="password"] {
	border:1px solid #a0a0a0;
	font-size: 13px;
	font-family: Arial, Helvetica, sans-serif;
	padding: 2px;
}

.input_full_width {
	width: 95%;
}

.input_small {
	width: 150px;
}

/* ????? ??? ??????, ???????? ??? ???????? ???????

.border_table {
	border-collapse: collapse;
}

.border_table td, .border_table th {
	border: 1px solid #c0c0c0;
}

.noborder_table td, .noborder_table th {
	padding-bottom: 10px;
	padding-right: 10px;
}
*/



/* ???? ? ??????????? ?????????? ? ????????????? ???? ?? ????? */
.err_block {
	width: 280px;
	height: 23px;
	padding-top: 3px;
	text-align: center;
	font-size: 12px;
	background-image: url(/images/err_block.gif);
	background-repeat: no-repeat;
	display: none;
	position: absolute;
	margin-top: -15px;
	margin-left: 20px;
}

/* ????? - ????? ??????????? ?????? */

.container {
	width: 1000px;
	margin-left: auto;
	margin-right: auto;
	float: none;
	clear: both;
}

.fire_top {
	height: 199px;
	background-color: #af0000;
	background-image: url(/images/fire_top.jpg);
	background-repeat: repeat-x;
	background-position: center;
	margin-bottom: 10px;
}

.logo {
    width: 455px;
    float: left;
    margin-top: 40px;
    padding: 10px;
    background-color: #ffffff99;
    border-radius: 10px;
}

/*.sitetitle {
	width: 600px;
	float: left;
	font-size: 25px;
	text-shadow: 0px 0px 5px #ffffff;
}*/

.topcontacts {
	height: 60px;
}

.top_tel {
	width: 160px;
	height: 45px;
	background-color: #faa913;
	margin-left: 20px;
	margin-bottom: 12px;
	margin-right: 35px;
	float: left;
	color: White;
	background-image: url(/images/tel.png);
	background-repeat: no-repeat;
	padding-left: 45px;
	font-size: 18px;
}

.top_email {
	background-image: url(/images/email.png);
	background-repeat: no-repeat;
	font-size: 18px;
	padding-top: 10px;
	padding-left: 30px;
	background-position: 0px 14px;
	height: 38px;
}

.mainmenu {
	background-color: #f9a814;
	background-repeat: repeat-x;
	margin-bottom: 10px;
}

.mainmenu ul {
	display: block;
	padding: 0;
	margin: 0;
}

.mainmenu li {
	display: block;
	padding: 7px;
	padding-top: 11px;
	margin: 0;
	float: left;
	background-color: #f9a814;
	border-width: 0px 10px 0px 0px;
	border-color: White;
	background-repeat: repeat-x;
	font-weight: bold;
}

.mainmenu li:first-child {
	border-width: 0px 10px 0px 20px !important;
}

.mainmenu a {
	color: #00174a;
}

.mainmenu a:hover {
	color: #fff; /* ???? ?????? ??? ????????? ?? ??? ??????? ???? */  
    text-decoration: underline; /* ????????? ????????????? */
}

.maincontent {
	background-image: url(/images/bg.png);
	background-repeat: repeat-y;
	background-position: center;
	margin-bottom: 10px;
}

.maincontent .container {
	padding-left: 20px;
	padding-right: 20px;
	padding-bottom: 20px;
	width: 960px;
}

footer {
	display: block;
	height: 110px;
	background-color: #870200;
	background-image: url(/images/fire_bg.jpg);
	background-repeat: repeat-x;
	background-position: center;
	color: White;
}

footer a {
	color: White;
}

.copyright {
	width: 500px;
	padding: 20px;
	float: left;
}

.counters {
	width: 460px;
	padding: 20px;
	float: left;
	text-align: right;
}

.send_button {
	border: none;
	padding: 10px;
	font-size: 16px;
	background-color: #FFA500;
	padding-left: 20px;
	padding-right: 20px;
	cursor: pointer;
}

.msgform {
	padding: 10px;
	border:2px solid #FFA500;
}

.qrclass1 {
    text-align: center;
}