html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, /*pre,*/
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, /*sub, sup,*/ tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}

ol, ul {
	list-style: none;
}

blockquote, q {quotes: none;}
:focus {outline: 0;}
ins {text-decoration: none;}
del {text-decoration: line-through;}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

td, th {
	vertical-align: top;
	text-align: left;
}

html {
	height: 100%;
}

body {
	font: 12px Arial, Tahoma, Verdana, sans-serif;
	width: 100%;
	height: 100%;
	background: url("/images2/body-bg.png") 0 0 repeat;
	overflow-x: hidden;
}

a {
	color: #0856ad;
	outline: none;
	text-decoration: underline;
	cursor: pointer;
}

a:hover {
	text-decoration: none;
}

img {
	border: none;
	vertical-align: top;
}

hr {
	margin: 0;
	border-style: solid;
    border-width: 1px 0 0;
    height: 1px;
}

input, select {
	vertical-align: middle;
}

input , select, textarea {
	font: 12px Arial, Tahoma, Verdana, sans-serif;
	padding: 0;
	margin: 0;
	border: none;
	background: none;
}

/* убирает рамку с кнопки в firefox */ 
input.input-submit::-moz-focus-inner {
	border: none; 
	padding:0; 
	margin:0;
}

input.input-submit {
	cursor: pointer;
}

h1 {
	font-weight: normal;
	color: #000;
}

.topbg {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 692px;
	background: url("/images2/top-bg.png") 0 0 repeat-x;
}

#wrapper {
	width: 1000px;
	margin: 0 auto;
	min-height: 100%;
	height: auto !important;
	height: 100%;
	position: relative;
	background: #fff;
}

.pattern-left {
	position: absolute;
	top: 0;
	left: -9px;
	width: 9px;
	height: 100%;
	background: url("/images2/pattern-left-bg.png") right 0 repeat-y;
}

.pattern-right {
	position: absolute;
	top: 0;
	right: -9px;
	width: 9px;
	height: 100%;
	background: url("/images2/pattern-right-bg.png") 0 0 repeat-y;
	overflow: hidden;
}


/* header
-----------------------------------------------------------------------------*/
#header {
	height: 132px;
	padding-top: 24px;
	background: url("/images2/header-bg.png") 0 0 repeat-x;
}

#header .info {
	overflow: hidden;
	margin-bottom: 26px;
}

#header .logo {
	float: left;
	margin-left: 32px;
	width: 297px;
	height: 66px;
}

#header .phone {
	float: right;
	margin: 11px 20px 0 0;
	font-size: 24px;
	text-align: right;
	height: 47px;
	line-height: 47px;
	padding-left: 60px;
	background: url("/images2/phone-icon.png") 0 0 no-repeat;
}

#header .topmenu {
	margin-left: 10px;
	width: 981px;
	height: 40px;
	overflow: hidden;
	background: url("/images2/topmenu-bg.png") 0 0 no-repeat;
}

#header .topmenu a.toform, #footer a.toform {
	height: 30px;
	line-height: 29px;
	font-weight: bold;
	color: #fff;
	padding-left: 16px;
	width: 164px;
	background: url("/images2/link-toform-bg.png") 0 0 no-repeat;
}

#header .topmenu a.toform {
	float: right;
	margin: 5px 7px 0 0;
}

#header .topmenu ul.menu {
	overflow: hidden;
	margin: 7px 0 0 8px;
}

#header .topmenu ul.menu li {
	float: left;
	height: 27px;
}

#header .topmenu ul.menu li a {
	display: inline-block;
	height: 27px;
	padding-left: 14px;
	font-weight: bold;
	color: #1b2730;
}

#header .topmenu ul.menu li a span {
	/*display: inline-block;*/
	display: block;
	height: 27px;
	line-height: 25px;
	padding-right: 15px;
}

#header .topmenu ul.menu li.current a {
	color: #fff;
	text-decoration: none;
	background: url("/images2/link-topmenu-cur-left.png") 0 0 no-repeat;
}

#header .topmenu ul.menu li.current a span {
	background: url("/images2/link-topmenu-cur-cont.png") right 0 no-repeat;
}

/*-----------------------------------------------------------------------------*/

.serviceblock {
	margin: 20px 10px 0;
	width: 970px;
	padding: 8px 0 0 10px;
	height: 247px;
	background: url("/images2/serviceblock-bg.png") 0 0 no-repeat;
	overflow: hidden;
	position: relative;
}

.serviceblock-left {
	width: 304px;
	position: relative;
	z-index: 2;
}

.serviceblock h1 {
	font-size: 18px;
	color: #1b2730;
	margin: 4px 0 6px 20px;
}

.serviceblock ul.level1 {
	position: relative;
}

.serviceblock ul.level1 li {
	width: 304px;
	margin-bottom: 8px;
}

.serviceblock ul.level1 li a.level1-link {
	display: block;
	width: 240px;
	padding: 0 18px;
	height: 60px;
	color: #fff;
	background: url("/images2/serviceblock-level1-link.png") 0 0 no-repeat;
	font-size: 22px;
	font-style: italic;
}

.serviceblock ul.level1 li a.level1-link.line1 {
	padding-top: 19px;
	height: 41px;
}

.serviceblock ul.level1 li a.level1-link.line2 {
	padding-top: 8px;
	height: 52px;
}

.serviceblock ul.level1 li.current a.level1-link {
	padding-right: 46px;
	background-position: 0 bottom;
}

.serviceblock ul.level2 {
	position: absolute;
	top: 4px;
	left: 304px;
	width: 666px;
}

.serviceblock ul.level2 li {
	padding-left: 26px;
	height: 34px;
	margin: -4px 0 -6px;
	width: auto;
	background: url("/images2/marker-white.gif") 15px 13px no-repeat;	
}

.serviceblock ul.level2 li.current {
	background: url("/images2/serviceblock-level2-cur-left.png") 0 0 no-repeat;
}

.serviceblock ul.level2 li span {
	display: inline-block;
	padding-right: 20px;
	height: 34px;
	line-height: 31px;
	min-width: 146px;
	position: relative;
}

.serviceblock ul.level2 li.current span {
	background: url("/images2/serviceblock-level2-cur-cont.png") right 0 no-repeat;
}

.serviceblock ul.level2 li span a {
	font-weight: bold;
	color: #fff;
}

.serviceblock ul.level2 li.current span a {
	color: #22292f;
}

.serviceblock .service-pic {
	position: absolute;
	top: 8px;
	right: 8px;
	padding: 4px;
	width: 479px;
	height: 231px;
	background: url("/images2/servicepic-bg.png") 0 0 no-repeat;
}

.serviceblock .service-pic .state {
	position: absolute;
	right: 2px;
	bottom: 18px;
}


/* middle
-----------------------------------------------------------------------------*/

#middle {
	width: 100%;
	padding: 20px 0 /*95px*/0;
	height: 1%;
	position: relative;
}

#middle:after {
	content: '.';
	display: block;
	clear: both;
	visibility: hidden;
	height: 0;
}

#container {
	width: 100%;
	float: left;
	overflow: hidden;
}

#content2 {
	padding: 0 20px 0 280px;
}

#content2 .breadcrumb {
	display: inline-block;
	height: 25px;
	padding-left: 14px;
	margin: 0 0 12px -10px;
	font-size: 11px;
	color: #1b2730;
	background: url("/images2/breadcrumb-bg.png") 0 0 no-repeat;
}
#content2 .breadcrumb-content {
	height: 25px;
	line-height: 23px;
	padding-right: 14px;
	background: url("/images2/breadcrumb-bg.png") right bottom no-repeat;
}

#content2 .breadcrumb a {
	color: #1b2730;
}

#content2 .breadcrumb a:hover {
	color: #0856ad;
	text-decoration: underline;
}

#content2 .breadcrumb span.cur {
	color: #84939f;
}

#content2 h1 {
	font-size: 18px;
	color: #ab0710;
	margin: 12px 0; 
}

#content div.articles	{ padding:10px 25px 10px 25px; border-top: 1px dashed #8298A9; margin-bottom: 20px; }

#content div.articles h2 {
	font-size: 18px;
	color: #ab0710;
	margin: 12px 0; 
	font-weight: normal;
}

#content2 p,
#content div.articles p {
	margin-bottom: 12px;
}

#content {
	padding: 0 5px 95px;
	margin-top: 30px;
}

#content h1 {
	font-size: 26px;
	font-style: italic;
	margin: 15px 0 10px;
}

#content .article {
	border-top: 1px dashed #8298a9;
	margin-bottom: 20px;
}

#content .article table.table-index {
	width: 100%;
}

#content .article table.table-index td {
	width: 1%;
	padding: 0 25px;
}

#content .article table.servicemenu2 td {
	padding: 0 15px;
}

#content .article table.table-index ul.popular-service {
	margin-bottom: 12px;
}

#content .article table.table-index ul.popular-service li {
	margin-top: 6px;
	min-height: 15px;
	font-weight: bold;
	padding-left: 14px;
	background: url("/images2/marker-blue.gif") 0 5px no-repeat;	
}

#content .article table.table-index .one-news {
	margin-bottom: 14px;
}

#content2 .one-news { margin-bottom:10px; }

#content .article table.table-index .one-news .date {
	margin-bottom: 4px;
}

#content .article table.table-index .one-news .name {
	margin-bottom: 2px;
	font-weight: bold;
}

#content .article table.table-index .one-news .short {
	color: #555;
}

a.redlink {
	display: inline-block;
	height: 24px;
	padding-left: 16px;
	font-weight: bold;
	color: #fff;
	background: url("/images2/redlink-bg.png") 0 0 no-repeat;
}
a.redlink span {
	display: block;
	height: 24px;
	line-height: 22px;
	padding-right: 16px;
	background: url("/images2/redlink-bg.png") right bottom no-repeat;
}

#content .article table.servicemenu2 .item a {
	display: block;
	position: relative;
	padding: 0 134px 0 16px;
	width: 150px;
	font-size: 22px;
	color: #fff;
	background: url("/images2/servicemenu2-link-bg.jpg") 0 0 no-repeat;
	height: 80px;
	margin: 60px 0 15px;
}

#content .article table.servicemenu2 .item a span {
	display: block;
}
#content .article table.servicemenu2 .item a span.line2 {
	padding-top: 18px;
}
#content .article table.servicemenu2 .item a span.line3 {
	padding-top: 8px;
}

#content .article table.servicemenu2 .item a img.item-pic {
	position: absolute;
	right: 0;
	bottom: 0;
}

#content .article table.servicemenu2 .item p {
	margin-left: 10px;
}

#content .article .article-content {
	margin: 0 25px;
}

#content .article .customers {
	margin: 0 20px 35px;
	
	text-align: justify;	
}

#content .article .customers:after {
	width: 100%;
    height: 0;
    visibility: hidden;
    overflow: hidden;
    content: '';
    display: inline-block;
}

#content .article .customers a {
	display: inline-block;
	vertical-align: middle;
	text-align: left;
}

#content .article .comment {
	margin-bottom: 15px;
}

#content .article .comment .who {
	font-weight: bold;
}
#content .article .comment .what {
	color: #545454;
}

#content .comments a.redlink {
	margin-top: 10px;
}

/* left
-----------------------------------------------------------------------------*/
#left {
	float: left;
	width: 240px;
	margin-left: -100%;
	position: relative;
}

#left .leftmenu {
	margin-left: 20px;
	width: 220px;
}

#left .leftmenu .part {
	overflow: hidden;
}

#left .leftmenu .part-name {
	padding: 0 10px;
	width: 200px;
	height: 40px;
	font-size: 18px;
	font-style: italic;
	color: #fff;
	margin-bottom: 15px;
	background: url("/images2/leftmenu-part-bg.png") 0 0 no-repeat;
}

#left .leftmenu .part-name.line1 {
	padding-top: 10px;
	height: 30px;
}
#left .leftmenu .part-name.line2 {
	padding-top: 2px;
	height: 38px;
}

#left .leftmenu .part ul {
	margin-bottom: 17px;
}

#left .leftmenu .part ul li {
	margin: 0 0 6px 17px;
	font-weight: bold;
}

#left .leftmenu .part ul li a {
	display: block;
	min-height: 15px;
	padding-left: 14px;
	background: url("/images2/marker-blue.gif") 0 4px no-repeat;
}

#left .leftmenu .part ul li.current a {
	color: #000;
	text-decoration: none;
	background-image: url("/images2/marker-black.gif");
}


/* footer
-----------------------------------------------------------------------------*/
#footer {
	width: 1000px;
	margin: -95px auto 0;
	height: 95px;
	background: url("/images2/footer-bg.png") 0 0 no-repeat;
	position: relative;
	overflow: hidden;
}

#footer .copyright {
	float: left;
	width: 145px;
	margin: 18px 60px 0 32px;
	text-align: center;
	color: #fff;
}

#footer .logo {
	margin-bottom: 11px;
}

#footer .copyright p {
	font-weight: bold;
}

#footer .contacts {
	float: right;
	width: 180px;
	margin: 16px 16px 0 0;
}

#footer .phone {
	margin: 0 0 8px 20px;
	font-size: 18px;
	color: #fff;
}

#footer a.toform {
	display: inline-block;
}

#footer .bottommenu {
	overflow: hidden;
	margin-top: 39px;
	text-align:center;
}

#footer .bottommenu a {
	margin-right: 13px;
	font-weight: bold;
	color: #1b2730;
}

#content2 .form-online table td input,
#content2 .form-online table td textarea	{ border:1px solid grey; width:200px; padding:2px 2px 2px 4px; }
#content2 .form-online table td p	{ text-align: right; }
#content2 .form-online table td p	{ padding:0px 10px 10px 0px; }
#content2 .form-online table td input.submits	{ border:none; width:100%; cursor: pointer; padding-top: 3px; }
#content2 .form-online table td.subs	{ text-align:center; }


#content2 table.price	{ width:100%; margin:0px 0px 50px 0px; }
#content2 table.price th.th-left	{ background: url("/images2/th-left-bg.png") 0 0 no-repeat; }
#content2 table.price th	{ padding: 14px 0px 15px 28px; font-weight: normal; color: black; background: url("/images2/th-bg.png") 0 0 repeat-x; font-weight: bold; }
#content2 table.price td.name	{ font-weight: normal; color: black; }
#content2 table.price td	{ padding: 7px 0px 9px 30px; border-bottom: 1px solid #0856AD; }
#content2 table.price th.th-right { background: url("/images2/th-right-bg.png") right 0 no-repeat; }