/* v1.0 | 20080212 */

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;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/*   down footer   */

html, body {
    height:100%; /* Растягиваем документ на всю высоту окна */
}
#header-content {
    position:relative;
    min-height:100%; /* Минимальная высота основной части макета */
}
#content {
	background: url('/files/img/border_bg.jpg') left 130px repeat-x;
    padding-bottom:60px; /* Пространство необходимое, чтобы подвал не залезал на основную часть при большом количестве контента */
}
#footer {
    position:relative;
    height:60px; /* Высота подвала, указывать необязательно, но полезно при разработке */
    margin:-60px 0 0; /* Поднимаем футер наверх */
}
* HTML #header-content {
    height:100%; /* Эмулируем min-height для IE <7 */
}

#bg_div {
	height:100%;
	width:100%;
	min-height:100%;
	position:absolute;
	z-index:-1;
}

* HTML #bg_div{
	height:100%;
}

/*   my styles   */

td, p, div {
	font: 11px Verdana;
	color: #7f7f7f;
}

a {
	color: #29576b;
	font: 11px Verdana;
}

td.border {
	width: 30px;
}

td.left {
	background: url('/files/img/border_arr_left.jpg') right 130px no-repeat;
}

td.right {
	background: url('/files/img/border_arr_right.jpg') left 130px no-repeat;
}

#menu_top table table td.m_left {
	background:url('/files/img/menu_element_border_left.jpg') top left no-repeat;
	width:10px;
}

#menu_top table table td.m_center {
	padding: 0 15px 0 10px;
	background:url('/files/img/menu_element_bg.jpg') top left repeat-x;
	height:35px;
}

#menu_top table table td.m_right {
	background:url('/files/img/menu_element_border_right.jpg') top left no-repeat;
	width:2px;
}

#menu_top table table td.m_center a {
	color: #29576b;
	font: 12px Verdana;
	display: block;
	margin-top: 15px;
}

#menu_top table table td.m_center a:hover {
	color: #fd6503;
}

#menu_left td a {
	display: block;
	margin-top: 6px;
}

#menu_left td {
	border-bottom:1px solid #c7d2d8;
	height: 25px;
	background: url('/files/img/menu_left_arr.jpg') top left no-repeat;
	padding-left:24px;
	vertical-align: top;
}

#menu_left td.last {
	border: none;
}

#menu_left td#cur {
	background: url('/files/img/menu_left_arr_cur.jpg') top left no-repeat;
}

#menu_left td.open {
	border: none;
}

#menu_left td.next {
	background: none;
	height: auto;
}

#menu_left td.next table {
	width: 100%;
}

#menu_left td.next table td {
	background: url('/files/img/menu_left_arr_mini.jpg') top left no-repeat;
	padding-left: 10px;
}

#menu_left td.next table td#next_cur {
	background: url('/files/img/menu_left_arr_mini_cur.jpg') top left no-repeat;
}

#form_left td {
	text-align: right;
	font: 12px Tahoma;
	color: #426b7d;
	vertical-align: top;
	padding-bottom: 3px;
}

#form_left input[type="text"] {
	width: 140px;
	border: 1px solid #ccc;
	margin-left: 20px;
}

#form_left textarea {
	width: 140px;
	height: 40px;
	border: 1px solid #ccc;
	margin-left: 20px;
}

#form_left input[type="submit"] {
	margin-right: 24px;
}

#string {
	font: 11px Verdana;
	color: #878787;
}

#string a {
	font: 11px Verdana;
	color: #878787;
}

#title h1 {
	font: bold 16px Arial;
	color: #29576b;
	margin-top: 25px;
	padding-bottom: 12px;
}

.freearea h1 {
	font: bold 16px Arial;
	color: #29576b;
	padding-bottom: 12px;
}

.freearea {
	line-height: 140%;
}

.freearea p {
	margin-bottom: 20px;
}

.freearea a {
	color: #29576b;
}

.freearea strong {
	color: #29576b;
}

#header_address p {
	font:11px Arial;
	color:#878787;
}

#header_address_ p {
	font: 12px Arial;
	color:#fff;
}

#footer_content td {
	height: 20px;
	text-align: center;
}

#footer_content h3 {
	font: 11px Verdana;
	padding:0;
	margin: 0;
}

#menu_footer td a {
	color:#fff;
	font-size:10px;
	text-decoration:none;
	line-height: 70%;
}

#menu_footer td a:hover {
	text-decoration: underline;
}

#menu_footer td {
	border-right:1px solid #fff;
	padding:0 5px;
	height:11px;
	vertical-align: middle;
	padding-bottom: 2px;
}

#menu_footer td.last {
	border: none;
}

#phone p {
	color:#fd6503;
	font:bold 17px Arial;
	margin:10px 0 0 15px;
}

div.cont_txt ul,ol {margin-left:40px; margin-bottom:20px;}
div.cont_txt p,ul,ol {text-align:justify;}
div.cont_txt ul {list-style-type: disc;}
div.cont_txt ol {list-style-type: decimal;}
div.cont_txt h2 {margin-top:25px; margin-bottom:15px; color:#29576B;}
div.cont_txt a {color:#7F7F7F; text-decoration:none;}
div.cont_txt a:hover {color:#7F7F7F; text-decoration:underline;}
span.pods {font-size:9px; }
.rights, .lefts { display: inline;text-align:center; }
.lefts { float: left; width:200px; margin-right: 15px;  margin-bottom: 5px;margin-top: 5px;}
.rights { float: right; width:200px; margin-left: 15px; margin-bottom: 5px;margin-top: 5px;}
div.site_map ul,ol {margin-left:40px; margin-bottom:5px;margin-top:5px;list-style-type: disc;}
div.site_map  {margin-bottom:20px;}
div.site_map  a {text-decoration:none;}
div.site_map  a:hover {text-decoration:underline;}
.hard_of {clear:both;}
.hard_right {clear:right;}

div.cont_txt_1 ul,ol {margin-left:40px; margin-bottom:10px;margin-top:10px;}
div.cont_txt_1 p,ul,ol {text-align:justify;}
div.cont_txt_1 p {margin-bottom:10px;}
div.cont_txt_1 ul {list-style-type: disc;}
div.cont_txt_1 ol {list-style-type: decimal;}
div.cont_txt_1 h2 {margin-top:25px; margin-bottom:15px; color:#29576B;}
div.cont_txt_1 a {color:#7F7F7F; text-decoration:none;}
div.cont_txt_1 a:hover {color:#7F7F7F; text-decoration:underline;}