html, body{
	font-family: 'Arial';
	font-size: 10pt;
	text-align: justify;
	color: #000;	
	padding: 0px;
	margin: 0px;
	background-color:#fff;
	height: 100%;
	width:100%;
}

h1{
	font-size: 12pt;
}

hr{
	height: 1px;
	border: none;
	padding: 0;
	margin-bottom: 30px;
	color: #3686C1;
	background-color: #3686C1;
}

div{
	border: 0px;
	margin: 0px;
	color: #000;
}

a{
	outline: none;
	color: #000;
	text-decoration: none;
	padding: 0px;
	margin: 0px;
}

.a1{
	margin-left: 20px;
}

a:hover{
	color: #777;
	cursor:pointer;
}

img{
border: 0px;
padding: 0px;
margin: 0px;
vertical-align: bottom;
}

p{
	font-family: 'Arial';
	font-size: 10pt;
	font-weight: normal;
	color: #000;
}

.center_bold{
	text-align: center;
	font-weight: bold;
}

table{
 padding: 0px;
 border-collapse: collapse;
 border: none; 
}

table td{
	padding: 0px;
}

.mail_table{
	width: 80%;
	margin: 0 auto;
}

.mail_table_text{
	padding-top: 20px;
	vertical-align: top;
	text-align: left;
	width: 25%;
}

.mail_table_form{
	padding-top: 20px;
	width: 75%;
}

.mail_table_form textarea{
	width: 100%;
	height: 200px;
	overflow: auto;
	white-space: normal;
}

.mail_table_form input{
	width: 100%;
}

.top{
	width: 1000px;
	height: 300px;
	margin: 0 auto;
}

.top_left{
	width: 500px;
	background: url('/images/top_left.jpg') no-repeat;
}

.top_right{
	width: 500px;
	padding: 10px 0;
	vertical-align: top;
	text-align: center;
	background: url('/images/top_right.jpg') no-repeat center;
}

.top_right img{
	margin-left: 20px;
}

.menu_div{
	width: 1000px;
	margin: 0 auto;
	height: 42px;
	background: url('/images/menu_bg.jpg') repeat-x;
}

.menu{
	margin: 0 auto;
}

.menu td{
	vertical-align: middle;
	text-align: center;
	padding: 3px 15px;
}

.menu td a{
	font-size: 12pt;
}

.content_bg{
	width: 100%;
	float: left;
	height: 114px;
	background: url('/images/content_bg.jpg') repeat-x;
}

.center{
	width: 1000px;
	margin: 0 auto;
	background: url('/images/content_bg.jpg') repeat-x top;
}

.center td{
	vertical-align: top;
	padding-top: 20px;
}

.left{
	width: 250px;
	padding: 10px;
}

.right{
	width: auto;
	padding: 0 0 0 20px;
}

.title{
	font-size: 12pt;
	color: #4D7DA7;
	font-weight: bold;
}

.left_menu{
	width: 236px;
	list-style: none;
	padding: 0;
}

.left_menu li{
	margin: 10px 0;
	height: 37px;
	text-align: center;
	line-height: 37px;
	background: url('/images/menu_item.jpg') no-repeat;
}

.left_menu li a{
	color: #153C5E;
	font-size: 11pt;
}

.right_top{
	height: 29px;
}

.content{
	padding: 1px 10px 10px 40px;
	background: url('/images/left_side.jpg') no-repeat left top;
}

.footer{
	width: 1000px;
	height: 64px;
	margin: 20px auto 0;
}

.footer td{
	text-align: left;
	padding: 0 15px;
	vertical-align: middle;
	background: url('/images/footer_bg.jpg') repeat-x;
}

.copyright{
	width: 150px;
}

.footer_menu{
	width: auto;
}

.footer_menu a{
	margin-left: 30px;
	text-decoration: underline;
}

.counter{
	width: 100px;
}

.price_table{
	width: 90%;
	margin: 10px auto;
}

.price_table th{
	text-align: center;
	border: 1px solid #ddd;
}

.price_table td{
	padding: 5px 10px 5px 5px;
	text-align: left;
	border: 1px solid #ddd;
}

.pr1{
	width: 3%;
}

.pr2{
	width: 72%;
}

.pr3{
	width: 25%;
}

.birzha_td{
	background: #F7FBFE !important;
	text-align: right !important;
	font-size: 8pt;
	color:  #153C5E;
}
.birzha_td a{
	color: #4D7DA7;
}