@import url("/css/reset.css");
@import url("/css/menu.css");
/* *********************************************************************************** */
/* START_STYLE_CSS */ 
html, body {height:100%;}
body {font: normal 1em/1.3 Trebuchet MS, sans-serif; background:#629DC1; color:#FFF;}

h1 {font-size:22px; color:#FFF; margin-bottom:30px; text-transform:uppercase; font-family: Arial narrow, Tahoma; background: url(/images/design/title.gif) repeat-x 0 13px; }
h1 span {background:#558EAF url(/images/design/left-bg.png) repeat-x 0 -200px; padding-right:10px;}
h2 {font-size:22px; color:#FFF; margin-bottom:30px; text-transform:uppercase; font-family: Arial narrow, Tahoma; background: url(/images/design/title2.gif) repeat-x 0 13px; }
h2 span {background:#37627C; padding-right:10px;}
h3 { }
h4 { }

a {color:#FFF;}

/* *********************************************************************************** */
/* -- MAIN_CSS -- */ 
#body-w {height:100%;width:expression(((document.documentElement.clientWidth || document.body.clientWidth) < 1000)? "1000px" : "100%");min-width:1000px;min-height:700px;}	
#body-f {height:100%; }	

#logo {position:absolute; top:55px; left:20px; z-index:100; }

#content {height:100%; }
#content:after {clear: both;content: "";display: block;height: 0;visibility: hidden;}

#content .left-side {height:840px; width:300px; float:left; background:#629DC1 url(/images/design/left-bg.png) repeat-x 0 0; position:relative; z-index:5; }
#content .middle-side {height:840px;width:250px; float:left; background:#37627C url(/images/design/middle-bg.gif); position:relative; z-index:5;}
#content .right-side {height:840px; width:100%; float:right; margin-left:-550px; background: url(/images/design/right-bg.jpg) no-repeat 550px 100%;}

.text {height:350px; overflow:auto;}
.text, .text-ajax {font-size:13px;}
.text p, .text-ajax p {margin-bottom:20px;}
.left-side p {margin-bottom:20px;font-size:13px;}

#content .left-side-pad, #content .middle-side-pad {padding:200px 20px 40px 20px;}
#content .right-side-pad {padding: 200px 20px 40px 570px; position:relative;}
#content .right-side-pad h1 span {background:#629DC1; }
#content .left-side-pad h2 {background: url(/images/design/title.gif) repeat-x 0 13px; }
#content .left-side-pad h2 span {background:#558EAF url(/images/design/left-bg.png) repeat-x 0 -200px; padding-right:10px;}

#content .left-shadow {height:100%;background: url(/images/design/shadow-2.png) repeat-y 100% 0;}
#content .right-shadow {height:100%;background: url(/images/design/shadow-1.png) repeat-y 550px 0;}

#footer { }

#date-refresh {position:absolute; top:750px; left:20px; z-index:100; font-size:10px; color:#C0D8E6; }
#link-bazis {position:absolute; top:750px; left:570px; z-index:100; font-size:10px; }

/* ajax-loader */
#ajax-loader {width:16px; height:11px; background: url(/images/design/ajax.gif) no-repeat 0 0; position: absolute; top:3px; right:0; }

/* galleries */
.galleries {}
.galleries ul {}
.galleries li {float:left; margin:0 20px 20px 0;}
.galleries li img {padding:2px; border:1px solid #FFF;}
.galleries li span {display:none;}

/* *************************************************************************** */
/* -- TOOLTIP -- */
#tooltip{position:absolute;border:1px solid #000;font-size:92%;background:#FFFFE1;padding:2px 5px;color:#333;display:none; z-index:1000;}	
#tooltip{width: expression(this.offsetWidth > 251?"250"?:"this.offsetWidth");max-width:250px;}	

/* *********************************************************************************** */
/* -- DEFAULTS -- */
.rel {position:relative; } .abs {position:absolute; } .top0 {top:0;} .left0 {left:0;} .bottom0 {bottom:0;} .right0 {right:0;}
.displayNone {display:none; } .displayBlock {display:block;}
.clear {clear:both; line-height:1px; height:1px;}
.left {display:block; float:left;}
.right{display:block; float:right;}
.noneOutline {outline:0px; ie-dummy:expression(this.hideFocus=true);}
