/*

*/

@import url("tools.css");
@import url("blocks.css");
@import url("base.css");
@import url("engine.css");

html, body, div, ul, ol, li, dl, dt, dd, h1, h2, h3, h4, h5, h6, pre, form, p, blockquote, fieldset {
	margin:0;
	padding:0;
}

h1, h2, h3, h4, h5, h6, pre, code, address, caption, cite, code, table, font {
	font-size: 1em;
	font-style: normal;
	font-weight: normal;
}

h1, h2, h3, h4, h5, h6 {
    font-family: Tahoma, Verdana, Arial, sans-serif;
    margin: 0 0 0.2em 0;
	line-height: 1.1em;
}

/*��������� ����������*/
h1 { font-size: 12px; font-weight: bold; }
h2 { font-size: 12px; font-weight: bold; line-height: 18px; }
h3 { font-size: 1em; font-weight: bold; line-height: 16px; }
h4 { font-size: 10px; font-weight: bold; line-height: 15px; }
.flarge { font-size: 17px; font-weight: normal; line-height: 18px; }
.indents {
	padding: 0; margin: 0;
	line-height: normal;
}

/*links*/
a { color: #177ebb; text-decoration: none; outline: none; }
a:hover { text-decoration: underline; }

/*forms*/
input, textarea, select {
	font-size: 1em;
	font-family: Tahoma, Verdana, Arial, sans-serif;
}

/*PAGE*/
body {
	color: #414141;
	background-color: #FFFFFF;
	font-family: Tahoma, Verdana, Arial, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	line-height: 17px;
}

.pagebg {
	padding: 0; margin: 0;
	background: #024978 url("../images/background.jpg") repeat-x 0 0;
	/*background-attachment: fixed;*/
}

*html .pagebg { background-attachment: scroll; }

/*OTHER SETTINGS*/
p {
	padding: 0; margin: 0;
	margin-bottom: 12px;
}
.clr { clear: both; }
img  { border:0 none; }
img.left { float: left; margin: 2px 20px 16px 0; }
img.right { float: right; margin: 2px 0 16px 20px; }
hr	{
	border: 0 none;
	border-top: 1px solid #cfcfcf;
	height: 1px;
}

table {
	border-collapse: collapse;
	border-spacing: 0; border: 0px;
}

table td { padding: 0px; }

/*UL, LI*/
ul {
    margin: 0;
    padding-left: 16px;
    list-style-position:outside;
    list-style-image:none;
}

ul li { margin: 0; padding: 0; }

ol {
	list-style-image: none;
	list-style-position: outside;
	list-style-type: decimal;
	margin-bottom: 18px;
	margin-left: 2.2em;
}

/*WRAPPER �������� ��������� ����*/
.wrapper {
	margin: auto;
	width: 92%;
	min-width: 900px;
	max-width: 1050px;
	text-align: left;
}

.wrapper { width: expression(((document.body.clientWidth)) < 900? "900px": ((document.body.clientWidth)) > 1050? "1050px": "92%" ); }

/*������*/
.toppad { padding-top: 5px; }

/*TOPHEAD*/
.tophead, .tophead .dleft, .tophead .dright { height: 120px; }
.tophead {
	overflow: hidden;
	background: #e2f8fe url("../images/tophead_bg.png") repeat-x 0 0;
}
.tophead .dleft {
	background: url("../images/tophead_left.jpg") no-repeat 0 0;
	padding-left: 322px;
	position: relative;
}
.tophead .dright {
	background: url("../images/tophead_right.png") no-repeat 100% 0;
	padding-right: 5px;
}

/*�������*/
h1.zeoslogo {
	display: block;
	width: 229px; height: 106px;
	margin: 0; padding: 0;
	position: absolute;
	top: 7px; left: 12px;
}

.tophead_i1 { height: 92px; overflow: hidden; }
.tophead_i2 {
	height: 25px;
	padding-left: 80px;
	padding-right: 6px;
	position: relative;
}

/*Block info*/
.tophead .blockinform,
.tophead .blockinform .dleft,
.tophead .blockinform .dright { height: 83px; }
.tophead .blockinform { 
	overflow: hidden;
	background: #e8f6fc url("../images/blockinform.png") repeat-x 0 -83px;
 }
.tophead .blockinform .dleft { 
	background: url("../images/blockinform.png") no-repeat 0 0;
	padding-left: 40px;
 }
.tophead .blockinform .dright { 
	background: url("../images/blockinform.png") no-repeat 100% -166px;
	padding-right: 10px;
 }

.blockinform .bicont {
	padding-top: 0px;
	color: #537386;
}

.blockinform .bicont h3 { color: #478bb2; }

.blockinform .settings {
	float: right;
	width: 200px;
	line-height: 13px;
	font-size: 0.9em;
	text-align: right;
	padding-top: 7px;
	color: #537386;
}

/*HOMEBTN*/
.homebtn {
	position: absolute;
	top: 3px; left: 0;
}

/*TOPMENU*/
.topmenu, .topmenu .dleft, .topmenu .dright { height: 58px; }
.topmenu {
	overflow: hidden;
	background: #4183a9 url("../images/menutop.png") repeat-x 0 -116px;
}
.topmenu .dleft {
	background: url("../images/menutop.png") no-repeat 0 0;
	padding-left: 11px;
}
.topmenu .dright {
	background: url("../images/menutop.png") no-repeat 100% -58px;
	padding-right: 11px;
}

/*BANNERTOP HIDE*/
.bannertop {
	background: #70a6c2 url("../images/bannertop_bg.png") no-repeat 50% 0;
	border-top: 1px solid #588399;
	text-align: center;
	overflow: hidden;
}
.bannertop .dleft { background: url("../images/bannertop_left.png") repeat-y 0 0; }
.bannertop .dright { background: url("../images/bannertop_right.png") repeat-y 100% 0; }

.bntopinn {
	margin: 0 8px;
	text-align: center;
}

.bannertophide, .bannertophide .dleft, .bannertophide .dright { height: 19px;  }
.bannertophide {
	overflow: hidden;
	background: #4183a9 url("../images/bannertophide.png") repeat-x 0 -46px;
	text-align: center;
}
.bannertophide .dleft { background: url("../images/bannertophide.png") no-repeat 0 0; }
.bannertophide .dright { background: url("../images/bannertophide.png") no-repeat 100% -23px; }

/*SHADOWS CONT*/
.s_left { padding-left: 6px; background: #f4f9fc url("../images/mainshadows.png") repeat-y left 0; }
.s_right { padding-right: 6px; background: transparent url("../images/mainshadows.png") repeat-y right 0; }
.s_mid { overflow: hidden; }


/*��������� ������*/
.container,
.rightside,
.leftside,
.centersideinn { overflow: hidden; }
.rightside { float: right; width: 210px; }
.leftside { float: left; width: 210px; padding-top: 4px; }
.centerside { margin-left: 215px; margin-right: 215px; padding-top: 4px; }
.centersideinn { overflow: hidden; }
*html .centerside { margin-left: 212px; margin-right: 212px; }
*html .centersideinn { width: 98.8%; }

/*FOOTER*/
.footer, .footer .dleft, .footer .dright { height: 89px; }

.footer {
	background: url("../images/footer2.png") no-repeat 100% -178px;
	padding-right: 32px;
}
.footer .dleft {
	padding-left: 104px;
	background: url("../images/footer2.png") no-repeat 0 0;
}
.footer .dright {
	background: #cadce6 url("../images/footer2.png") repeat-x 0 -89px;
	position: relative;
}

*html .footer {
	position: relative;
	background: #cadce6 url("../images/footer.png") repeat-x 0 -89px;
	padding: 0;
}
*html .footer .dleft {
	padding-left: 104px;
	background: url("../images/footer.png") no-repeat 0 0;
}
*html .footer .dright {
	padding-right: 32px;
	background: url("../images/footer.png") no-repeat 100% -178px;
}

/*FOOTBLIK*/
.footblik, .footblik .dleft, .footblik .dright { height: 41px; }
.footblik { background: url("../images/footblik2.png") no-repeat 100% -41px; padding-right: 12px; }
.footblik .dleft { background: url("../images/footblik2.png") no-repeat 0 0; padding-left: 12px; }
.footblik .dright { background: url("../images/footblik2.png") repeat-x 0 -82px; }

*html .footblik { background: url("../images/footblik.png") repeat-x 0 -82px; padding: 0; }
*html .footblik .dleft { background: url("../images/footblik.png") no-repeat 0 0; padding: 0; }
*html .footblik .dright { background: url("../images/footblik.png") no-repeat 100% -41px; }

.copyright, .copyright a { color: #024978; }
.copyright strong { text-transform: uppercase; }
.copyright { padding-top: 28px; }

.centroarts img {
	position: absolute;
	top: 35px; right: 32px;
	width: 100px; height: 22px;
	background: url("../images/centroarts.png") no-repeat 0 0;
}

.centroarts:hover img {
	background-position: 0 -22px;
}


.catPages1 {color:#ffffff;border:0px;margin-bottom:10px;margin-top:10px;} 
.catPages1 a:link, 
.catPages1 a:visited, 
.catPages1 a:hover, 
.catPages1 a:active {text-decoration:none; 
color: #6D6D6D;border: 1px #999999 dashed; 
background:#ffffff; 
padding:3px 10px; 
font-size:11px; 
font-weight:bold;} 
.catPages1 a:hover {background:#0094E0;color:#FFFFFF;font-weight:bold;} 
.catPages1 b {text-decoration:none;background:#0094E0;padding:3px 10px;color:#fefefe;font-size:11px;} 

.catPages2 {color:#ffffff;border:0px;margin-bottom:10px;margin-top:10px;} 
.catPages2 a:link, 
.catPages2 a:visited, 
.catPages2 a:hover, 
.catPages2 a:active {text-decoration:none; 
color: #6D6D6D;border: 1px #999999 dashed; 
background:#ffffff; 
padding:3px 10px; 
font-size:11px; 
font-weight:bold;} 
.catPages2 a:hover {background:#0094E0;color:#FFFFFF;font-weight:bold;} 
.catPages2 b {text-decoration:none;background:#0094E0;padding:3px 10px;color:#fefefe;font-size:11px;} 

.pagesBlockuz1 {color:#ffffff;border:0px;margin-bottom:10px;margin-top:10px;} 
.pagesBlockuz1 a:link, 
.pagesBlockuz1 a:visited, 
.pagesBlockuz1 a:hover, 
.pagesBlockuz1 a:active {text-decoration:none; 
color: #6D6D6D;border: 1px #999999 dashed; 
background:#ffffff; 
padding:3px 10px;font-size:11px; 
font-weight:bold;} 
.pagesBlockuz1 a:hover {background:#0094E0;color:#FFFFFF;font-weight:bold;} 
.pagesBlockuz1 b {text-decoration:none;background:#0094E0;padding:3px 10px;color:#fefefe;font-size:11px;} 

.pagesBlockuz2 {color:#ffffff;border:0px;margin-bottom:10px;margin-top:10px;} 
.pagesBlockuz2 a:link, 
.pagesBlockuz2 a:visited, 
.pagesBlockuz2 a:hover, 
.pagesBlockuz2 a:active {text-decoration:none; 
color: #6D6D6D;border: 1px #999999 dashed; 
background:#ffffff; 
padding:3px 10px;font-size:11px; 
font-weight:bold;} 
.pagesBlockuz2 a:hover {background:#0094E0;color:#FFFFFF;font-weight:bold;} 
.pagesBlockuz2 b {text-decoration:none;background:#0094E0;padding:3px 10px;color:#fefefe;font-size:11px;} 

.pagesBlock1 {color:#ffffff;border:0px;margin-bottom:10px;margin-top:10px;} 
.pagesBlock1 a:link, 
.pagesBlock1 a:visited, 
.pagesBlock1 a:hover, 
.pagesBlock1 a:active {text-decoration:none; 
color: #6D6D6D;border: 1px #999999 dashed; 
background:#ffffff; 
padding:3px 10px; 
font-size:11px; 
font-weight:bold;} 
.pagesBlock1 a:hover {background:#2c2c2c;color:#FFFFFF;font-weight:bold;} 
.pagesBlock1 b {text-decoration:none;background:#0094E0;padding:3px 10px;color:#fefefe;font-size:11px;} 

.pagesBlock2 {color:#ffffff;border:0px;margin-bottom:10px;margin-top:10px;} 
.pagesBlock2 a:link, 
.pagesBlock2 a:visited, 
.pagesBlock2 a:hover, 
.pagesBlock2 a:active {text-decoration:none; 
color: #6D6D6D;border: 1px #999999 dashed; 
background:#ffffff; 
padding:3px 10px; 
font-size:11px; 
font-weight:bold;} 
.pagesBlock2 a:hover {background:#2c2c2c;color:#FFFFFF;font-weight:bold;} 
.pagesBlock2 b {text-decoration:none;background:#0094E0;padding:3px 10px;color:#fefefe;font-size:11px;}


.xw-tl{background:url('http://xopi.ru/ajax-okno/wframe-leftc.png') no-repeat 0 0!important;padding-left:6px;position:relative;zoom:1} 
.xw-tr{background:url('http://xopi.ru/ajax-okno/wframe-rightc.png') no-repeat 100% 0!important;padding-right:6px;position:relative;zoom:1} 
.xw-tc{background:url('http://xopi.ru/ajax-okno/wframe-horiz.png') repeat-x 0 0!important;font-size:1px;line-height:1px;overflow:hidden;position:relative;zoom:1} 
.xw-tsps{height:6px} 
.xw-ml{background:url('http://xopi.ru/ajax-okno/wframe-vert.png') repeat-y 0 0!important;padding-left:6px;zoom:1} 
.xw-mr{background:url('http://xopi.ru/ajax-okno/wframe-vert.png') repeat-y 100% 0!important;padding-right:6px;zoom:1} 
.xw-plain .xw-mc{border:1px solid #A0A0A8;padding:0;margin:0;font:normal 11px tahoma,arial,helvetica,sans-serif;background:white;color:black;zoom:1;} 
.xw-bl{background:url('http://xopi.ru/ajax-okno/wframe-leftc.png') no-repeat 0 100%!important;padding-left:6px;zoom:1} 
.xw-br{background:url('http://xopi.ru/ajax-okno/wframe-rightc.png') no-repeat 100% 100%!important;padding-right:6px;zoom:1} 
.xw-bc{background:url('http://xopi.ru/ajax-okno/wframe-horiz.png') repeat-x 0 100%!important;overflow:hidden;font-size:1px;line-height:1px;height:6px} 
DIV.xw-bcm{height:2px} 
.xt{position:relative;overflow:hidden;width:15px;height:15px;float:right;cursor:pointer;background:transparent url('http://xopi.ru/ajax-okno/n/tool-sprites.gif') no-repeat !important;margin-left:2px;margin-top:4px;} 
.cuzadpn {background:url('http://xopi.ru/ajax-okno/abbg.png') repeat-x !important;} 
.admBarCenter {color:#FFF !important}



/* === jQ TOP === */   
#toTop {   
  width: 100px;   
  background: #f1f1f1;   
  border: 1px solid #cccccc;   
  text-align: center;   
  padding: 5px;   
  position: fixed;   
  bottom: 10px;   
  right: 10px;   
  cursor: pointer;   
  color: #666666;   
  text-decoration: none;   
}   
/* =============== */


.news_ucozon_pr {background-image:url("http://xopi.ru/img/new_ucozon.png");background-repeat:yas-repeat;height:77px;margin-left:43px;margin-top:0px;position:absolute;width:77px;}
