body {
	 font-family: Arial Cyr, Arial, Verdana, Helvetica, Geneva, Sans-serif;
	 background: #fff;
}

td {
	/* font-size: 0.8em; */
	font-size: 13px;
	line-height: 1.2em;
}

input, textarea {
	font-family: Arial Cyr, Arial, Verdana, Helvetica, Geneva, Sans-serif;
	/* font-size: 1em; */
	font-size: 13px;
}

a:link, a:active, a:visited, a:hover {text-decoration: underline;}
a:link		{color: #c00;}
a:active	{color: #c00;}
a:visited	{color: #c00;}
a:hover		{color: #c00; text-decoration: none;}

/* Выпадающее меню (начало) */
.menu div {
	float: left;
}

.m1 {
	margin: 0;
	padding: 0;
	position: relative;
	z-index: 10;
}

.m1 ul {
	position: absolute;
	left: 0px;
	top: 29px;
	display: none;
	margin: 0;
	padding: 0;
	list-style: none;
	width: 150px;
	z-index: 100;
}

.m1 a {
	display: block;
	background: #c00;
	padding: 0em;
	line-height: 1em;
	margin: 0;
	padding: 8px 5px 8px 5px;
	background-image: url('img/top_menu_bg.gif');
	background-repeat: repeat-x;
}

.m1 ul li {
	background: #c00;
	display: block;
	width: 150px;
}

.m1 span.selected, .m1 span.disable {
	display: block;
}

.m1 ul li a, .m1 span.selected, .m1 span.disable {
	padding: 8px 5px 8px 5px;
	background: #c00;
}

.m1 span.selected {background: #999;}
.m1 span.disable {color: #ccc;}


.m1 a:hover {
	background: #999;
}

div:hover ul, div.over ul { 
	display: block;
}

/* Fix IE. Hide from IE Mac \*/
* html .m1 ul li { float: left; }
* html .m1 ul li a { height: 1%; }
/* End */

/* Выпадающее меню (конец) */





h1 {
	color: #000;
	/* font-size: 1.5em; */
	font-size: 20px;
}

h2 {
	color: #000;
	/* font-size: 1.5em; */
	font-size: 20px;
}

h3 {
	color: #000;
	/* font-size: 1.0em; */
	font-size: 16px;
	margin-top: 0;
}

h4 {
	color: #000;
	/* font-size: 1.5em; */
	font-size: 20px;
}

h5 {
	color: #000;
	/* font-size: 1.2em; */
	font-size: 18px;
}

h6 {
	/* font-size: 1.0em; */
	font-size: 16px;
	color: #000;
}

hr {
	color: #666;
	background-color: #666;
	height: 1px;
	border: none;
}

.head {
	background-color: #ff7c03;
}

.path {
	background-position: top left;
	background-repeat: repeat-x;
}

.path div {
	padding: 17px;
	color: #fff;
	font-size: 13px;
}

.path a:link, .path a:active, .path a:visited {text-decoration: none;}
.path a:link	{color: #fff;}
.path a:active	{color: #fff;}
.path a:visited {color: #fff;}
.path a:hover	{color: #fff; text-decoration: underline;}

.path .active {font-weight: bold;}

.search td {
	background-position: top left;
	background-repeat: no-repeat;
	color: #fff;
}

.search input {
	border: none;
	background-image: url('img/search_form.gif');
	background-position: top left;
	background-repeat: repeat-x;
	background-color: #fff;
	height: 19px;
	font-size: 13px;
	padding: 2px 0px 0px 0px;
	margin: 0px;
}

.menu {
	color: #fff;
	background-position: top left;
	background-repeat: repeat-x;
	background-color: #c00;
	font-size: 13px;
	line-height: 1em;
}

.menu a:link, .menu a:active, .menu a:visited, .menu a:hover, .bottom a:link, .bottom a:active, .bottom a:visited {text-decoration: none;}
.menu a:link, .bottom a:link {color: #fff;}
.menu a:active, .bottom a:active {color: #fff;}
.menu a:visited, .menu a:hover, .bottom a:visited {color: #fff;}
.bottom a:hover {color: #fff; text-decoration: underline;}

.buttons {
	background-position: top left;
	background-repeat: repeat-x;
	background-color: #ccc;
}

.phone {
	background-color: #000;
	color: #c00;
	font-size: 20px;
	font-weight: bold;
}

th {
	/* font-size: 0.8em; */
	font-size: 13px;
	text-align: left;
	font-weight: bold;
	font-family: verdana;
}

.actions_head h2, .service_head h2, .news_head h2 {
	font-weight: normal;
	/* font-size: 1.3em; */
	font-size: 18px;
	display: inline;
	padding: 0 0 0 5px;

}

.news_head h2 {
	color: #ff7c03;
	padding: 0px 0px 0px 82px;
}

.news_head {
	background-position: bottom right;
	background-repeat: no-repeat;
}

.news_head td {
	background-position: top right;
	background-repeat: no-repeat;
}

.news_head, .news_color1, .news_color2, .news_color3 {margin-top: 5px;}

.news_color1 {background-color: #dadada;}
.news_color2 {background-color: #e4e4e4;}
.news_color3 {background-color: #f1f1f1;}

.news_pic img {margin: 0px 0px 0px 17px;}

.news_pic {
	vertical-align: top;
	background-position: top left;
	background-repeat: repeat-y;
}

.news_color1 .news_pic {background-color: #c31700;}
.news_color2 .news_pic {background-color: #ff7c03;}
.news_color3 .news_pic {background-color: #000;}

.news_text {
	padding: 5px 5px 5px 10px;
}

.news_text a:link, .news_text a:active, .news_text a:visited {text-decoration: none;}
.news_text a:link {color: #000;}
.news_text a:active {color: #000;}
.news_text a:visited {color: #000;}
.news_text a:hover {color: #666; text-decoration: underline;}

.actions_head h2 {
	color: #000;
}

.service_head h2, .inside_head h2 {
	color: #fff;
}

.inside_head h2 {
	padding-left: 12px;
	display: inline;
	/* font-size: 1.4em; */
	font-size: 18px;
	/*font-weight: normal;*/
}

.actions_head, .service_head, .inside_head {
	background-color: #ccc;
}

.middle {
	margin-bottom: 20px;
}

.red a:link {color: #c00;}
.red a:active {color: #c00;}
.red a:visited {color: #c00;}
.red a:hover {color: #c00;}

.orange a:link {color: #f60;}
.orange a:active {color: #f60;}
.orange a:visited {color: #f60;}
.orange a:hover {color: #f60;}

.grey a:link {color: #999;}
.grey a:active {color: #999;}
.grey a:visited {color: #999;}
.grey a:hover {color: #999;}

p.grey a:link, p.grey a:visited {text-decoration: none;}
p.grey a:hover, p.grey a:active {text-decoration: underline;}

.date {
	background-position: center left;
	background-repeat: no-repeat;
	color: #fff;
	height: 20px;
	float: left;
}

.date td {
	font-size: 13px;
	text-align: center;
	padding: 0px 20px 0px 15px;
	background-position: right;
	background-repeat: no-repeat;
}

.red .date {
	background-image: url('img/date_red_left.gif');
	background-color: #c31700;
}

.red .date td {
	background-image: url('img/date_red_right.gif');
}

.orange .date {
	background-image: url('img/date_orange_left.gif');
	background-color: #ff7c03;
}

.orange .date td {
	background-image: url('img/date_orange_right.gif');
}

.grey .date {
	background-image: url('img/date_grey_left.gif');
	background-color: #999;
}

.grey .date td {
	background-image: url('img/date_grey_right.gif');
}

.red h2, .red h3, .red h4, .red h5, .red h6 {
	color: #c31700;
}

.orange h3 {
	color: #ff7c03;
}

.grey h3 {
	color: #999;
}

h3 {
	/* font-size: 1.0em; */
	font-size: 13px;
	font-weight: bold;
	font-family: verdana;
}

.hr {
	background-image: url('img/hr_bg.gif');
	background-position: center center;
	height: 20px;
}

.red .hr {
	background-color: #c00;
}

.orange .hr {
	background-color: #f60;
}

.grey .hr {
	background-color: #ccc;
}

.news_head th a:link {color: #ff7c03; text-decoration: none;}
.news_head th a:visited {color: #ff7c03; text-decoration: none;}
.news_head th a:active {color: #ff7c03; text-decoration: none;}
.news_head th a:hover {color: #ff7c03; text-decoration: underline;}

.img-left {
	float: left;
	margin: 0px 10px 10px 0px;
}

.img-right {
	float: right;
	margin: 0px 0px 10px 10px;
}

.bottom {
	background-position: top left;
	background-repeat: repeat-y;
	background-color: #ff7c03;
}

.bottom div {
	color: #fff;
	padding: 3px 17px 3px 17px;
	white-space: nowrap;
}

.bottom .bmenu {
	text-align: right;
	white-space: normal;
}

.left_menu {
	display: block;
	width: 337px;
	margin: 1em 0px 1em 0px;
	padding: 0px 0px 0px 0px;
	text-align: left;
	list-style: none;
	background: #ccc;
	font-size: 13px;
	color: #999;
}

.left_menu a, .left_menu span.selected, .left_menu span.disable {
	display: block;
	height: 25px;
	padding: 0px 0px 0px 50px;
	line-height: 24px;
}

.left_menu a, .left_menu span.disable {
	background: url('img/left_menu2_inactive.gif') left center no-repeat;
}

.left_menu a:link {color: #f60; text-decoration: none;}
.left_menu a:active {color: #f60; text-decoration: none;}
.left_menu a:visited {color: #f60; text-decoration: none;}
.left_menu a:hover, .left_menu span.selected {color: #f60; text-decoration: none; background: url('img/left_menu2_active.gif') left center no-repeat;}

.left_submenu {
	display: block;
	margin: 0px;
	padding: 0px;
	text-align: left;
	list-style: none;
	background: #fff;
	font-size: 13px;
}
.left_submenu li {
	padding-left: 65px;
}
.left_submenu a, .left_submenu span.selected {
	padding-left: 16px;
}
.left_submenu a {
	background: url('img/left_submenu2_inactive.gif') left center no-repeat;
}
.left_submenu a:hover, .left_submenu span.selected {
	background: url('img/left_submenu2_active.gif') left center no-repeat;
}

.content {
	padding: 38px 0 0 0;
}

.content h2 {
	position: relative;
	left: -65px;
	z-index: 1;
	margin: 1em 0em 1em 0em;
	z-index: 0;
}


.block_icon {
	float: right;
	margin-bottom: 10px;
}
.block_type1 {
	float: left;
}
.block_type2 {
	clear: right;
	float: right;
	text-align: right;
	margin-top: 1em;
	padding-right: 20px;
	width: 60%;
}
.block_type2 img {
	position: relative; top: .15em;
}
.block_type3 {
	clear: both;
}
.block_standart {
	clear: both;
	padding: 0 0 0 160px;
}
.gallery {
	float: left;
	margin: 0 4px 10px 4px;
}

.contacts_gallery {
	float: right;
	width: 390px;
	margin-top: 1em;
	clear: both;
}

.contacts {
	padding: 0 0 0 12px;
}

.banner-position {
	float: right;
	margin-top: -33;
	position: relative;
	z-index: 100;
	width: 100%;
	width: 30%;
	padding: 0 17 0 0;
	}
	.banner-position img {
		float: right;
		margin: 0 4 4 0;
		}
.td-banner-position {
	padding-bottom: 50;
	}
.iframe {
	width: 320;
	height: 120;
	margin: 20 0 0 20;
	padding: 0 5 0 0;
	text-align: left;
	overflow: scroll;
	overflow-x: hidden;
	}
.iframe a:link, .iframe a:hover, .iframe a:active, .iframe a:visited {
	color: #bababa;
	}