@charset "utf-8";

body, div, a, font, ol, ul, li, form{
	margin: 0;
	padding: 0;
	border: 0;
	font-size:12px;
	font-family:Arial, Helvetica, sans-serif;
	color:#555555;
}

html, body {
	background:#a9a9a9;
	height: 100%;
}

IMG {border:0;}

ul {
	list-style-type:none;
}

a {
	color:#e52f2f;
	text-decoration:none;	
}

a:hover {
	text-decoration:underline;
}


.main, .footer {
	/*РњРёРЅРёРјР°Р»СЊРЅР°СЏ С€РёСЂРёРЅР°*/
	min-width:1000px;
	width:expression(((document.documentElement.clientWidth || document.body.clientWidth) < 1000)?"1000px" : "100%");
}	

.main {
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin:0px auto -33px;
	background: #FFFFFF;	
}

.footer, .subfooter {
	height: 33px;
	clear: both;
}

.footer {
	margin:0px auto;
	background: #cc2a2a url(img/footer.png) no-repeat right;
}
 
.pl {color:#555;}
.main .left {
	float: left;
	width: 158px;

	*margin-right: -3px;	 
	padding:16px 25px 70px 12px;
}



.main .right {
	float: right;
	width: 193px;

	*margin-left: -3px;
	padding-top:12px;
	padding-bottom:70px;
	padding-right: 8px;
	padding-left: 10px;
}

*:first-child+html .main .right {
	margin-left: 0px;
}

*:first-child+html .main .left {
	margin-right: 0px;
}

.main .header {
	height: 257px;
	background: url(img/header.jpg) no-repeat right top;
}

.main .header2 {
	height: 257px;
	background: url(img/header2.jpg) no-repeat left top;
}

.main .content .center {
	overflow: hidden;
	background: url(img/center-bg.png) repeat-x top;
	border-right:1px solid #a9a9a9;
	border-left:1px solid #a9a9a9;
	padding-right: 10px;
	padding-left: 10px;
	height: 1%;
	padding-top: 7px;
}

.main .content {
	overflow: hidden;
	width: 100%;

	background: url(img/content-bg.gif) repeat-y left top;
}

.main .subcontent {
	background: url(img/content-bg.gif) repeat-y right top;	
}

.main .submain {
	height: 100%;
	border:1px solid #a9a9a9;
}

.main .top {
	height: 30px;
	border-bottom: 1px solid #a9a9a9;
}

.main .top .title {
	font-size: 24px;
	text-align: center;
	padding-top:0px;
	padding-bottom:0px;
}

.main .content .separator {
	height: 4px;
	border-bottom: 1px solid #d6d6d6;
	overflow: hidden;
	width: 158px;
	margin:0px auto 8px;
	clear:both;
}

.main .content .img {
	border: 1px solid #555555;
	display:block;
	margin-top: 5px;
	margin-right: 0;
	margin-bottom: 5px;
	margin-left: 0;
	overflow:hidden;
}

.main .content .img-left {
	float:left;
	margin-right: 8px;
	margin-bottom:-10px;
}

.main .content .img:hover {
	border: 1px solid #b2b2b2;
}

.main .content .img img{
	border: 0px none;
}

.main .content .readmore {
	font-style: italic;
	background: url(img/arrow.gif) no-repeat right center;
	float: right;
	margin-right: 6px;
	padding-right: 19px;
	line-height: 16px;	
	
}

.footer .counter {
	margin-top: 10px;
	margin-right: 10px;
	display: inline-block;
	float: right;
}

.main .content .right p {
	margin: 0px;
	padding: 5px;
}

.main .content .block {
	width:156px;
	margin:0 auto;
}

.main .content .subblock {
	width:24%;
	float:left;
}

.main .header .search {
	position:relative;
	float: right;
	height: 60px;
	width: 356px;
}

.search .input {
	border:0 none;
	height:19px;
	line-height:19px;
	padding:21px 1px 20px 43px;
	width:235px;
	background: transparent url(img/search-input.png) no-repeat left top !important;
	background: transparent url(img/blank.gif) no-repeat left top;

	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='img/search-input.png', sizingMethod='scale');
	font-size: 10px;
	color: #f42727;
}

.search2 .input {
	border:0 none;
	height:19px;
	line-height:19px;
	padding-left:10px;
	width:155px;
	font-size: 10px;
	color: #633636;
	background:none;
}

.search .button {
	position:absolute;
	left:279px;
	border:0 none;
	height:60px;
	width:77px;
	padding:0px;
	background: transparent url(img/search-button.png) no-repeat left top !important;
	background: transparent url(img/blank.gif) no-repeat left top;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='img/search-button.png', sizingMethod='scale');
	cursor:pointer;
}

.search2 .button {
	position:absolute;
	left:171px;
	border:0 none;
	height:21px;
	width:62px;
	padding:0px;
	background: none;
	cursor:pointer;
}


.main .header .logo {
	background: transparent url(img/logo.png) no-repeat left top !important;
	background: transparent url(img/blank.gif) no-repeat left top;






	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='img/logo.png', sizingMethod='scale');
	height: 108px;
	width: 292px;
	display: block;
	cursor:pointer;
	margin-bottom: 55px;
}

.main .header2 .logo {
	background: transparent url(img/logo2.png) no-repeat left top !important;
	background: transparent url(img/blank.gif) no-repeat left top;


	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='img/logo2.png', sizingMethod='scale');
	height: 123px;
	width: 237px;
	float:left;
	margin-top:42px;
	margin-right: 37px;
	margin-bottom: 33px;
}

.main .header .phone {
	font-size: 30px;
	color: #320909;
	padding-left: 28px;
	height: 36px;
}

.main .header .border {
	height:257px;
	background: url(img/dot.gif) repeat-x;
	background-position:0px 230px;
}

.main .header .border2 {
	background: url(img/border.gif) repeat-x;
	background-position:0px 195px;
	height: 222px;
	padding-top: 35px;
}

.footer .copy {
	padding-top: 11px;
	padding-left: 6px;
	color: #FFFFFF;
}

#menu {
	height: 33px;
	width:500px;
	overflow:hidden;
	padding-right:20px;
	
}

#menu a {
	display: block;
	float: right;
	line-height: 29px;
	padding-top:4px;
	height: 29px;
	background: transparent url(img/menu.png) no-repeat left top !important;
	background: transparent url(img/blank.gif) no-repeat left top;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='img/menu.png', sizingMethod='scale');
	width: 130px;
	text-align: center;
	margin-right:-8px;
	position: relative;
}

#menu a:hover {
	background: transparent url(img/menu-hover.png) no-repeat left top !important;
	background: transparent url(img/blank.gif) no-repeat left top;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='img/menu-hover.png', sizingMethod='scale');	
}

#menu .active, #menu .active:hover  {
	background: transparent url(img/menu-active.png) no-repeat left top !important;
	background: transparent url(img/blank.gif) no-repeat left top;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='img/menu-active.png', sizingMethod='scale');
	z-index: 100;
}

#menu a:hover, #menu .active {
	text-decoration:none;
	font-size:14px;
	margin-left:0px;
	cursor:pointer;
}


.main .header .info {
	height: 53px;
	padding-left: 45px;
	line-height: 20px;
}


.main .subheader {
	background: transparent url(img/header2.png) no-repeat left top !important;
	background: transparent url(img/blank.gif) no-repeat left top;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='img/header2.png', sizingMethod='scale');
	height: 257px;
	float: right;
	width: 408px;
}

.main header2 .phone {
	background: url(img/phone.png) no-repeat;
	height: 29px;
	width: 234px;
}

.main .header2 .phone {
	background: transparent url(img/phone.png) no-repeat left top !important;
	background: transparent url(img/blank.gif) no-repeat left top;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='img/phone.png', sizingMethod='scale');
	height: 29px;
	width: 234px;
	float: left;
	margin-top: 67px;
	padding:0px;
	overflow:hidden;
}

.main .header2 #menu {
	clear: left;
}
.main .header2 .info {	
	padding-top: 7px;
	padding-left: 27px;
}

.footer2 .copy {
	color: #555555;
	padding-left: 60px;
}

.footer2 .counter {
	margin-right: 60px;
}

.footer2 {
	background: url(img/footer2.png) no-repeat left bottom;
	height: 54px;
}

.subfooter2 {
	padding-top: 21px;
	height: 33px;
	background: url(img/subfooter2.jpg) no-repeat right bottom;
}

.main .content .tabs a {
	text-align: center;
	display: block;
	float: left;
	height: 61px;
	padding-top: 11px;
	border-right: 1px solid #a9a9a9;
	border-bottom: 1px solid #a9a9a9;
	background:#e6e6e6;
	cursor:pointer;
}

.main .content .tabs-text a {
	text-align: center;
	height:24px;
	padding-top: 11px;
	text-decoration:underline;
	cursor:pointer;	
}

*:first-child+html .main .content .tabs-text a {
	margin: 0px;
}

*:first-child+html .main .content .tabs a {
	margin: 0px;
}

.main .content .tab4 a {
	width:25%;
}

.main .content .tab3 a {
	width:33%;
}
.main .content .tab2 a {
	width:49.99%;
}

.main .content .tabs a img{
	border: 0px none;
}

.main .content .tabs .active {
	border-bottom: 0px none;
	background:none;
}

.main .content .tabs-text .active {
	text-decoration:none;
}

.main .content .tabs a:hover   {
	background:none;
	text-decoration:none;
}

.main .content .center2 {
	padding: 0px;
}

.main .content .tabs .last {
	float: none;
	overflow: hidden;
	width: auto;
	border-right:0px none;
	*margin-left:3px;
}

.main .content .container {
	padding:21px 10px 10px;
}

.main .content .container .separator {
	clear: both;
	width: auto;
}

.main .container p {
	margin: 0px;
}

.main .subcontent .content .container .readmore {
	clear: left;
}

.main .content .center .align {
	text-align: center;
	padding-bottom:5px;
}

.main .content .center .align a {
	padding:0 4px;
	text-decoration:underline;
}

.main .content .center .align a:hover,
.main .content .center .align .current {
	text-decoration:none;
}

.main .content .container .title {
	font-size: 18px;
}

.main .container .form-title {
	color: #FF0000;
	border-top: 1px solid #ededed;
	border-bottom: 1px solid #ededed;
	font: bold 11px/23px Verdana, Arial, Helvetica, sans-serif;
	margin-bottom: 8px;
}

.main .content .center .container form {
	margin-top: 10px;
	margin-right: 22px;
	margin-bottom: 10px;
	margin-left: 22px;
	text-indent: 7px;
}

.container .left-text {
	float: left;
	width: 105px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

.container .input {
	width: 280px;
	border: 1px solid #adacac;
	margin-bottom: 10px;
	padding-left: 5px;
}

.container .arrow {
	margin-bottom:2px;
}

.container .arrow img{
	border:0px none;
}

.main .content .clear {
	clear: both;
	height: 1px;
	overflow: hidden;
}

.main .header .right-nav {
	float: right;
	width: 600px;
	padding-top: 167px;
}

.main .header .right-nav .search2 {
	background: url(img/search.gif) no-repeat left;
	float: right;
	height: 21px;
	width: 231px;
	padding-right: 10px;
	position:relative;
}

.main .header .tree {
	background: url(img/tree.gif) no-repeat left 3px;
	display: block;
	float:left;
	height: 17px;
	width: 11px;
	margin-right:21px;
	overflow:hidden;
}

.main .header .mail {
	background: url(img/mail.gif) no-repeat left 3px;
	display: block;
	float:left;
	height: 17px;
	width: 13px;
	margin-right:21px;
	overflow:hidden;
}

.main .header .right-nav .phone {
	font-size: 14px;
	display: block;
	float:left;
	background: url(img/phone.gif) no-repeat left 3px;	
	padding-left: 17px;
	line-height:17px;
}

.margin-fix {
	*margin-right:-3px;
}

*:first-child+html .margin-fix {
	margin-right: 0px;
}

/*Боковые заголовки. by fakelon*/
.left_title {
    font-size: 15px;
    /*font-weight: bold;*/
    margin-left: 5px;
}

.right_title {
    font-size: 15px;
    
    margin-right: 60px;
    margin-top: -18px; 
    position: absolute;
    
    right: 0;
}
