html {
height:100%;
margin: 0 0 1px 0;
}
body{
	margin: 0 0 1px 0;
	padding: 0;
	font-family: Georgia, Verdana, sans-serif;
	color: #010101;
	font-size: 9pt;
	background: #fafafa;
	height:100%;
}
td{
	color: #010101;
	font-size: 9pt;
}
img, table {
	border: none;
}
form{
	margin: 0px;
	padding: 0px;
}
input, select, textarea{
color: #010101;
}
a:link, a:visited{
	color: #010101;
	text-decoration: underline;
}
a:hover{
	color: #ef0101;
}
p{
	margin: 0;
	padding: 0 0 10px 0;
}
h1 {
	font-size: 18pt;
	color: #010101;
	margin: 0;
	padding: 0 0 20px 0;
	font-weight: normal;
}
h2{
	font-size: 16pt;
	padding: 0 0 10px 0;
	padding: 0;
	font-weight: normal;
}
.hr{
	font-size: 1px;
	background: #010101;
	height: 5px;
	width: 100%;
}
#wrapper{
	width: 100%;
	margin: 0px;
	min-height:100%;
}
#container{
 padding-bottom:60px;
}
#main{
 margin: 0 auto;
 width: 890px;
 padding: 0 27px;
 background: url(/images/bg_top.gif) no-repeat center top;
}
#main:after {
content: '.';
display: block;
clear: left;
visibility: hidden;
height: 0;
line-height: 0;
}
.top_container{
	width: 100%;
	height: 113px;
}
.logo{
	float: left;
	width: 318px;
	padding-top: 42px;
}
.red{
	color: #ef0101;
}
.red a:link, .red a:visited{
	color: #ef0101;
	text-decoration: none;
}
.red a:hover{
	color: #010101;
}
.size1{
	font-size: 14pt;
}
.size2{
	font-size: 16pt;
}
.small{
	font-size: 8pt;
}
.phone_block{
	padding-top: 20px;
	float: right;
	font-size: 8pt;
	line-height: 25px;
}
.content_container{
	padding-bottom: 10px;
	border-bottom: 1px dotted #010101;
}
.content_container:after {
content: '.';
display: block;
clear: left;
visibility: hidden;
height: 0;
line-height: 0;
}
.content_table{
	width: 100%;
}
.content_table tr td{
	vertical-align: top;
}
.menu_container{
	width: 290px;
}
.menu_block{
	padding-bottom: 10px;
	width: 247px;
}
.menu_div{
	border-bottom: 1px dotted #010101;
}
.chapter_menu{
	font-size: 16pt;
	padding: 16px 0;
}
.chapter_menu a:link, .chapter_menu a:visited, .pod_menu_div a:link, .pod_menu_div a:visited, .spec_text a:link, .spec_text a:visited{
	text-decoration: none;
}
.chapter_menu a:hover, .pod_menu_div a:hover, .spec_text a:hover{
	text-decoration: underline;
}
.pod_menu{
	padding:0;
	border-top: 1px dotted #010101;
}
.pod_menu_div{
	padding:0;
	margin: 13px 0;
}
.pod_menu_div div{
	padding: 7px 0;
	font-weight: bold;
}
.activeLink{
	color: #ef0101;
}
a.activeLink:link, a.activeLink:visited{
	color: #ef0101;
	text-decoration: none;
}
a.activeLink:hover{
	color: #ef0101;
	text-decoration: none;
}
.h1_div{
	padding: 16px 20px;
	border-bottom: 1px dotted #010101;
	font-size: 16pt;
	text-align: center;
}
.text{
	font-family: Verdana, sans-serif;
	padding: 20px;
}
.spec_block{
	height: 408px;
	width: 565px;
	background: url(/images/bg_spec.gif) no-repeat top;
}
.spec_text{
	padding: 185px 0 0 123px;
	font-size: 14pt;
}
.spec_text p{
padding: 0 0 15px 0;
}
.zakaz{
	text-align: right;
	width: 100%;
	padding: 10px 0;
	color: #ef0101;
	font-size: 16pt;
}
.zakaz a:link, .zakaz a:visited{
	color: #ef0101;
	text-decoration: none;
}
.zakaz a:hover{
	color: #010101;
}
#footer{
	height:50px;
	margin: -50px auto 0 auto;
	width: 890px;
 	padding: 0 27px;
	background: url(/images/bg_foot.gif) no-repeat bottom;
}
#footer a:link, #footer a:visited{
	text-decoration: none;
}
#footer a:hover{
	text-decoration: underline;
}
.copy_left{
	padding: 10px 0;
	font-size: 7pt;
	float: left;
	width: 530px;
}
.copy_right{
	padding: 10px 0;
	font-size: 7pt;
	float: right;
	width: 330px;
	text-align: right;
}
.copy_right table tr td{
	font-size: 7pt;
	text-align: left;
}

/* popup contact */
#overlay
{
	overflow:hidden;
	display:none;
	z-index:9500;
	position:absolute;
	top:0px;
	left:0px;
	background: #d4d9d9;
}
.popup_contact_block{
	width: 800px;
	margin: auto;
	background: #fff;
	border: 1px solid #a1a1a1;
	padding: 0px 45px 20px 45px;
	display:none;
	z-index:10000;
	position:absolute;
	height: 440px;
}
.pp_contact_top{
	height: 15px;
	padding-top: 15px;
}
.pp_contact_top div.close{
	height: 10px;
	clear: both;
	text-align: right;
}
.pp_contact_top div.close img{
	border: 1px solid #a1a1a1;
	padding: 3px;
}
.pp_contact_content{

}
.pp_contact_content table{
	width: 100%;
	margin-bottom: 10px;
}
.pp_contact_content table tr td{
	padding: 5px;
	font-size: 9pt;
}
.pp_contact_content table.cptcha_tab{
	width: 430px;
	margin-bottom: 10px;
}
.contact_inp02{
	height: 22px;
	width: 100px;
	border: 1px solid #010101;
	background: #fff;
}
#imgcont{
	border: 1px solid #010101;
	line-height: 33px;
	display: block;
}
.pp__contact_zag{
	font-size: 14pt;
	padding: 0 0 20px 0;
}
.pp__contact_inp01{
	height: 22px;
	width: 254px;
	border: 1px solid #010101;
	background: #fff;
}
.pp_chek{
	margin-right: 5px;
	vertical-align: middle;
}
.pp__contact_link_but{
	background: #fff;
	border: 1px solid #a1a1a1;
	cursor: pointer;
	color: #ef0101;
	font-size: 12pt;
	font-weight: bold;
	margin: auto;
}
.banner{
	padding: 30px 0;
}

.logotypes {
    padding: 10px 0;
    background: #fff;
}
.logotypes table {
    width: 100%;
}
.logotypes table tr td {
    padding: 5px;
    vertical-align: middle;
}


