/* reset.css */
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, code, del, dfn, em, img, q, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {margin:0;padding:0;border:0;font-weight:inherit;font-style:inherit;font-size:100%;font-family:inherit;vertical-align:baseline;}
body {line-height:1.5;}
table {border-collapse:separate;border-spacing:0;}
caption, th, td {text-align:left;font-weight:normal;}
table, td, th {vertical-align:middle;}
blockquote:before, blockquote:after, q:before, q:after {content:"";}
blockquote, q {quotes:"" "";}
a img {border:none;}

/* typography.css */
html {font-size:100.01%;}
body {font-size:75%;color:#222;background:#fff;font-family:"Helvetica Neue", Arial, Helvetica, sans-serif;}
h1, h2, h3, h4, h5, h6 {font-weight:normal;color:#111;}
h1 {font-size:20px;line-height:1;margin-bottom:0.5em; color:#222222; text-transform:uppercase;}
h2 {font-size:2em;margin-bottom:0.75em;}
h3 {font-size:1.5em;line-height:1;margin-bottom:1em;}
h4 {font-size:1.2em;line-height:1.25;margin-bottom:1.25em;}
h5 {font-size:1em;font-weight:bold;margin-bottom:1.5em;}
h6 {font-size:1em;font-weight:bold;}
h1 img, h2 img, h3 img, h4 img, h5 img, h6 img {margin:0;}
p {margin:0 0 1.5em;}
p img.left {float:left;margin:1.5em 1.5em 1.5em 0;padding:0;}
p img.right {float:right;margin:1.5em 0 1.5em 1.5em;}
a:focus, a:hover {color:#C04602;}
a {color:#1770B4;text-decoration:underline;}
blockquote {margin:1.5em;color:#666;font-style:italic;}
strong {font-weight:bold;}
em, dfn {font-style:italic;}
dfn {font-weight:bold;}
sup, sub {line-height:0;}
abbr, acronym {border-bottom:1px dotted #666;}
address {margin:0 0 1.5em;font-style:italic;}
del {color:#666;}
pre {margin:1.5em 0;white-space:pre;}
pre, code, tt {font:1em 'andale mono', 'lucida console', monospace;line-height:1.5;}
li ul, li ol {margin:0;}
ul, ol {margin:0 1.5em 1.5em 0;padding-left:3.333em;}
ul {list-style-type:disc;}
ol {list-style-type:decimal;}
dl {margin:0 0 1.5em 0;}
dl dt {font-weight:bold;}
dd {margin-left:1.5em;}
table {margin-bottom:1.4em;width:100%;}
th {font-weight:bold;}
thead th {background:#c3d9ff;}
th, td, caption {padding:4px 10px 4px 5px;}
tr.even td {background:#e5ecf9;}
tfoot {font-style:italic;}
caption {background:#eee;}
.small {font-size:.8em;margin-bottom:1.875em;line-height:1.875em;}
.large {font-size:1.2em;line-height:2.5em;margin-bottom:1.25em;}
.hide {display:none;}
.quiet {color:#666;}
.loud {color:#000;}
.highlight {background:#ff0;}
.added {background:#060;color:#fff;}
.removed {background:#900;color:#fff;}
.first {margin-left:0;padding-left:0;}
.last {margin-right:0;padding-right:0;}
.top {margin-top:0;padding-top:0;}
.bottom {margin-bottom:0;padding-bottom:0;}


.box {padding:1.5em;margin-bottom:1.5em;background:#E5ECF9;}
hr {background:#ddd;color:#ddd;clear:both;float:none;width:100%;height:.1em;margin:0 0 1.45em;border:none;}
hr.space {background:#fff;color:#fff;visibility:hidden;}
.clearfix:after, .container:after {content:"\0020";display:block;height:0;clear:both;visibility:hidden;overflow:hidden;}
.clearfix, .container {display:block;}
.clear {display:block;height:0;clear:both;visibility:hidden;overflow:hidden;}
.clean {
	margin:0;
	padding:0;
	list-style:none;
}

#header {
	height:242px;
	background:url("images/head_bg.png") 0 0 repeat-x;
	padding-bottom:37px;
}
#header .h_line {
	height:93px;
}

#ico {
	padding:23px 0 0 34px;
	float:left;
}
#ico a {
	display:block;
	overflow:hidden;
	width:34px;
	height:34px;
	text-indent:-1000em;
	float:left;
	margin-right:18px;	
}

#ico b {
	display:block;
	overflow:hidden;
	width:34px;
	height:34px;
	text-indent:-1000em;
	float:left;
	margin-right:18px;	
}


#ico span.current {
	display:block;
	overflow:hidden;
	width:34px;
	height:34px;
	background:url("images/ico_bg.png") 0 0 no-repeat;
	float:left;
	margin-right:18px;	
}

#ico a.home {
	background:url("images/home_ico.gif") 11px 11px no-repeat;
}

#ico span.current a.home {
	background:url("images/home_ico_h.gif") 11px 11px no-repeat;
}

#ico span.current b.home {
	background:url("images/home_ico_h.gif") 11px 11px no-repeat;
}


#ico a.write {
	background:url("images/write_ico.gif") 10px 11px no-repeat;
}
#ico span.current a.write {
	background:url("images/write_ico_h.gif") 10px 11px no-repeat;
}
#ico a.map {
	background:url("images/sitemap_ico.gif") 10px 11px no-repeat;
}
#ico span.current a.map {
	background:url("images/sitemap_ico_h.gif") 10px 11px no-repeat;
}

#menu {
	margin-left:328px;
	padding-top:30px;
}
#menu li {
        padding: 0px;
	margin-right:32px;
	float:left;
        background: none;
	font-size:11px;
	text-transform:uppercase;
	font-family: tahoma;
	color:#033152;
        text-decoration: underline;
}
#menu a{
	font-size:11px;
	text-transform:uppercase;
	font-family: tahoma;
	color:#033152;
}

#logo {padding:0 0 0 34px;float:left;}

#tel {float:right;padding:50px 38px 0 0;}

#flash {	margin-left: 295px;}

/*разметка + футер*/

#h100 {
  width: 100%;
  width: expression((documentElement.clientWidth||document.body.clientWidth)<895?'900px':'');
  min-width: 900px;
}
#container {width: 100%;}

#content {
  width: 100%;
  float: left;
}

#wrapper {
	padding:0 30px 0 30px;
}

#center {margin: 0px 188px 0px 0px;
	line-height:1.4;
	font-size:1.05em;
}

#right {
  float: left;
  width: 180px;
  margin-left: -180px;
  padding-top:13px;
}


#footer {
	border-top: 1px dashed silver;
	padding:25px 0 0 0;
	margin: 0 30px;
	height:65px;
	position: relative;
	z-index:100;

}
#footer .adress {
	font-size:11px;
	width:230px;
	float:left;
	
}
#footer .nav {
	float:right;
	width:170px;
	padding-top:15px;
}
#footer .txt {
	margin:0 200px 0 250px;
	font-size:1em;
}
#footer .txt p{ margin:0 0 5px 0;}

 /*------------------------------------*/
html, body {height: 100%; position: relative;}
#h100 {
  position: relative;
  min-height: 100%;
  margin-bottom:-95px;

}

#wrapper {padding-bottom:95px;}

* html #h100 {height: 100%;}


.pages_article { margin-top: 30px; }

.img_i { margin-top: 3px; margin-right: 15px; margin-bottom: 10px; }

.img_i_left { margin-top: 3px; margin-right: 15px; margin-bottom: 10px; float: left; }

.img_i_right { margin-top: 3px;  margin-left: 10px; margin-bottom: 15px; float: right; }



h4 { color: #222222; font-size: 14px; text-transform: uppercase; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; font-weight: bold; }

h3 { color: #222222; font-size: 18px; text-transform: uppercase; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; font-weight: normal; }

h2 { font-family: arial; font-size: 18px; color: #222222; font-weight:normal;  margin-left:0px; margin-right:0px;  margin-top:30px;  margin-bottom:20px;  }

h1 { font-family: arial; font-size: 18px; color: #222222; font-weight:normal;  margin-left:0px; margin-right:0px;  margin-top:10px;  margin-bottom:20px; text-transform: uppercase; }

.title { font-family: arial; font-size: 18px; color: #222222; font-weight:normal;  margin-left:0px; margin-right:0px;  margin-top:0px;  text-transform: uppercase; padding-bottom: 10px; display:block;}


.big_link { margin-bottom:20px; margin-top: 35px; }

.big_link a { font-family: arial; font-size: 18px; color: #222222; font-weight:normal;  text-transform: uppercase; }


.ind { margin-top: 35px; }

.inv {display:none}
