﻿/*оформление по умолчанию начало*/
html {
    height:100%;
}
body {
	margin:0;
	padding:0;
	min-width:1000px;
	height:100%;
	background-color:white;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
td {
	color:#494b4b;
	font-size:14px;
	font-family: 'Roboto';
}
a:link, a:visited {
	color:#538875;
	outline:0;
}
a:hover, a:active {
	text-decoration:none;
}
h1,h2,h3,h4,h5,h6 {
	color:#538875;
	font-family: 'Roboto';
	text-transform:uppercase;
}
h1 {
	font-size:24px;
	line-height:26px;
}
h2 {
	font-size:18px;
	line-height:24px;
}
h3 {
	font-size:16px;
	line-height:18px;
}
h4 {
	font-size:14px;
	line-height:16px;
}
h5 {
	font-size:12px;
	line-height:14px;
}
h6 {
	font-size:10px;
	line-height:12px;
}
.table_noborder {
	border-color: #000000;
	border-width: 0;
}
.noborder_img {
	border-width: 0px;
}
p {
	margin:0 0 5px;
}
/*оформление по умолчанию конец*/
.body_main {
	width:1000px;
	vertical-align:top;
	height:100%;
	box-shadow:
   0 1px 4px rgba(0, 0, 0, .3),
   -23px 0 20px -23px rgba(0, 0, 0, .8),
   23px 0 20px -23px rgba(0, 0, 0, .8),
   0 0 40px rgba(0, 0, 0, .1) inset;
}
.body_header {
	height:250px;
	font-weight:bold;
}
.header_title {
	width:400px;
	text-align:center;
	text-transform:uppercase;
	text-shadow: 1px 1px 3px #666, -1px -1px 3px #FFF, 1px 1px #666, -1px -1px #FFF;
	color:white;
	font-size:32px;
}
.header_phone {
	width:200px;
	text-align:center;
	text-shadow: 1px 1px 3px #666, -1px -1px 3px #FFF, 1px 1px #666, -1px -1px #FFF;
	font-size:31px;
}
.dobro {
	background-image:url('upload/image/design/default/dzen.jpg');
}
.body_content {
	vertical-align:top;
	padding:10px 0;
}
.left_block {
	vertical-align:top;
	width:50%;
}
.right_block {
	vertical-align:top;
}
.left_title {
	background-color:#538875;
	padding:10px;
	color:white;
	text-shadow: 1px 1px 1px #000;
	text-align:center;
}
.left_title h1 {
	font-size:18px;
	color:white;
}
.right_title {
	background-color:#538875;
	padding:10px;
	text-shadow: 1px 1px 1px #000;
	color:white;
	text-align:center;
}
.right_title h1 {
	font-size:18px;
	color:white;
}
.center_block {
	width:1px;
	border-right:2px #494b4b dashed;
}
.body_footer {
	height:60px;
	border-top:2px #494b4b dashed;
}
.left_content {
	padding:0 20px;
}
ul li{
	margin:5px 0;
}
ol li {
	margin:5px 0;
}
.copy {
	width:200px;
	padding-left:20px;
}
.dev {
	width:260px;
	padding-right:20px;
	text-align:right;
}