/* Основа */
html, body {
	height: 100%;
}

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,
dd, dl, dt, li, ol, ul,
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%;
	line-height: 1;
	font-family: Times New Roman;
	vertical-align: baseline;
}
a img, :link img, :visited img {
	border: 0;
}
a {
	text-decoration: underline;
	color: #000;
}
a:hover {
	text-decoration: none;
	}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
ol, ul {
	list-style: none;
}
q:before, q:after,
blockquote:before, blockquote:after {
	content: "";
}
strong {
	font-weight:bold;
}
.over {overflow:hidden; _width:100%;}
.column_box { /* это шоб не перенасилось под картинку *//**/
	display: table;
	_height: 0;/*это для ИЕ5-6*/
	zoom: 1;/*это для ИЕ7*/
}


/* Сайт */
body {
	background-color: #8a3e41;
	min-height: 100%;
	_height: 100%;
	_text-align: center;
	}
.site {
	position:relative;
	margin: 0 auto;
	width: 941px;
	background: #e3b8a7 url(../images/static/bg/bg.gif) repeat-y 0 0;

	min-height: 100%;
	_height: 100%;
	_text-align: left;
}
.bg {
	background: url(../images/static/bg/big_bg.jpg) 4px 0 no-repeat;
	}


/* Шапка сайта */
.header {
	height: 230px;
	}
	.header .logo {
		float: right;
		padding: 40px 100px 0 0;
		}



/* Контент сайта */
.content {
	padding-bottom: 120px;
	position: relative;
	z-index: 1;
	}
	.content table {
		width: 450px;
		background-color: #E3B8A7;
		}
		.content table th {
			border: 1px solid #8A3E41;
			padding: 5px 8px;
			/*background-color: #fff;*/
			}
		.content table td {
			border: 1px solid #8A3E41;
			padding: 3px 5px;
			color: #8A3E41;
			}
		.content .text table th p, .content .text table td p {
			margin: 0;
			color: #8A3E41;
			}
	.content .title {
		margin: 0 30px 10px 440px;
		}
	.content .text {
		margin: 0 30px 0 20px;
		}
		.content .text * {
			font-size: 14px;
			line-height: 16px;
			}
		.content .text p {
			margin-bottom: 10px;
			margin-top: 5px;
			}

		.content .text ul , .content .text ol {
			margin-bottom: 10px;
			}
			.content .text ul li {
				background: url(../images/static/ul_list.gif) no-repeat left 7px;
				padding-left: 20px;
				margin-bottom: 5px;
				}
			.content .text ol li {
				list-style-type: decimal;
				list-style-position: outside;
				margin-left: 35px;
				margin-bottom: 5px;
				}
	.content .text h1 , .content .text h2 , .content .text h3 , .content .text h1 a , .content .text h2 a, .content .text h3 a {
		font-family: Georgia, "Times New Roman", Times, serif;
		font-weight: bold;
		margin-bottom: 5px;
		}
	.content .text h1 {
		font-size: 22px;
		}
	.content .text h2 {
		font-size: 18px;
		}
	.content .text h3 {
		font-size: 14px;
		}

.picus .img {
	background: url(../images/static/bg/ramka.gif) no-repeat 0 0;
	padding: 8px;
	margin: 0 10px 10px 0;
	float: left;
	}



	.left_column {
		width: 320px;
		*width: 420px;
		padding: 0 30px 0 70px;
		float: left;
		}
		.left_column .inner {
			position: relative;
			}

			.left_column #left_menu {
				font-size: 30px;
				}
				.left_column #left_menu a {
					text-decoration: none;
					}
				.left_column #left_menu li {
					margin-bottom: 5px;
					}
				.left_column #left_menu .about img {
					background-image: url(../images/static/left_menu/about.gif);
					}
				.left_column #left_menu .r_4262 img {
					background-image: url(../images/static/left_menu/services.gif);
					width: 182px;
					}
				.left_column #left_menu .r_4263 img {
					background-image: url(../images/static/left_menu/akcii.gif);
					width: 211px;
					}
				.left_column #left_menu .r_4270 img {
					background-image: url(../images/static/left_menu/shema.gif);
					width: 191px;
					}
				
				
				
				.left_column #left_menu li img, .left_column #left_menu a:hover img {
					background-position: bottom left;
					}
				.left_column #left_menu li a img {
					background-position: top left;
					}
				
			.left_column #left_menu .pod_menu {
				font-size: 20px;
				position: relative;
				left: 20px;
				}

			.left_column .pattern {
				margin: 10px 0 20px;
				}

			.left_column #time {
				font-size: 20px;
				}
			.left_column #phone {
				font-size: 20px;
				margin-bottom: 20px;
				}



/* Подвал сайта */
.footer {
	position: absolute;
	background: url(../images/static/bg/footer.png);
	z-index: 2;
	width: 933px;
	bottom: 0;
	left:4px;
	height: 114px;
	}
	.footer .copyright {
		position: relative;
		top:60px;
		left: 61px;
		font-size: 16px;
		width: 300px;
		}
