@charset "UTF-8";
/* CSS Document */

body, html {
	font-family: Tahoma, Geneva, sans-serif;
	margin: 0px;
	padding: 0px;
	color: #333;
	height: 100%;
	background-image: url(../images/back_blueprint.jpg);
	background-repeat: no-repeat;
	background-position: right top;	/* font-size: 95%; */
}
#table_up{
	  z-index: 20;
	}
#up_block {
	height: 124px;
	width: 80%;
	min-width: 900px;
	
}
.tel_left_up{
	font-size: 150%;
	color: #F00;
	float: right;
	padding-right: 5%;
	padding-top: 20px;
text-align: right;
}
.menu{
	background-image: url(../images/back_menu.png);
	background-repeat: repeat-y;
	-moz-background-size: 100%; /* Firefox 3.6+ */
	-webkit-background-size: 100%; /* Safari 3.1+ и Chrome 4.0+ */
	-o-background-size: 100%; /* Opera 9.6+ */
	background-size: 100%  auto; /* Современные браузеры */
	  vertical-align:middle;
	
	}
.menu_item{
	height: 56px;
	width: 15%;
	color: #FFF;

	display: block;
	float: right;
	text-align:center;
  vertical-align:middle;
	
	}
	.menu_item .txtm {
	padding-top: 17px;	
	z-index: 10;
	}
	.txt_m {
	float: left;		
	padding-top: 10px;	
		}
		#main_pic{
	float: right;
	-moz-box-shadow: 0 0 15px rgba(0,0,0,0.5); /* Для Firefox */
	-webkit-box-shadow: 0 0 15px rgba(0,0,0,0.5); /* Для Safari и Chrome */
	box-shadow: 0 0px 20px rgba(0,0,0,0.3);
	z-index: 10;
	padding-top: 0px;
	padding-right: 25px;
	padding-bottom: 25px;
	padding-left: 25px;
	max-width: 70%;
			}
			#main_txt{
	float: right;
	-moz-box-shadow: 0 0 15px rgba(0,0,0,0.5); /* Для Firefox */
	-webkit-box-shadow: 0 0 15px rgba(0,0,0,0.5); /* Для Safari и Chrome */
	box-shadow: 0 0px 20px rgba(0,0,0,0.3);
	z-index: 10;
	padding-top: 0px;
	padding-right: 25px;
	padding-bottom: 25px;
	padding-left: 25px;
	max-width: 70%;
	background-color: #FFF;
			}
			h1{
	font-size: 130%;
	color: #F00;
	font-weight: normal;
	
}
		h2{
	font-size: 115%;
	font-weight: normal;
	
	margin-bottom: 10px;
}
a {
	color: #484f55;
}
a:hover {
	color: #e61c32;
	}
	
	
		li{
	padding-top: 0px;
	padding-bottom: 10px;
	margin-right: 10px;
	
}
.footer_contacts{
	font-size: 90%;
	color: #FFF;
	float: right;
}

.footer_contacts a{
	
	color: #FFF;
	
}
.pic_menu {
	padding-right: 5px;
	padding-bottom: 10px;
	padding-left: 5px;	
	}
.sm_img{
	height: 100px;
	width: 100px;
	overflow: hidden;
	float: left;
	padding: 5px;
}