@import url("/css/reset.css");
@import url("/css/menu.css");
@import url("/css/prettyPhoto.css");
/* *********************************************************************************** */
/* START_STYLE_CSS */ 
html, body {width:100%;height:100%;}
body {font: normal 1em/1.3 Trebuchet MS, sans-serif; background:#000 url(/images/design/body.gif) repeat-x 0 0; color:#CCC;}

h1 {font-size:171%; color:#FFF; font-style:italic; margin-bottom:15px; }
h2 {font-size:150%; color:#FFF; font-style:italic; margin-bottom:15px;  }
h3 { }
h4 { }

a {color:#FFF;}

/* *********************************************************************************** */
/* -- MAIN_CSS -- */ 
#body-w {min-height:100%; width:expression(((document.documentElement.clientWidth || document.body.clientWidth) < 1000)? "1000px" : "100%");min-width:1000px;}	
#body-f {width:980px; margin: 0 auto; }	
#body-g {padding-bottom:61px; }	

#grigoroff {width:980px; height:486px; position:absolute; top:50%; left:50%; margin: -243px 0 0 -490px;}
.kozhevyatov {position:absolute; bottom:7px; right:5px; font-size:10px;}
.kozhevyatov a {color:#CCC; text-decoration:none;}
.kozhevyatov a:hover {text-decoration:underline;}

#header {height:120px; position:relative; }
#header .logo-small {width:545px; height:209px; position:absolute; top:0; left:0; z-index:-1; }

#content { }
#content:after {clear: both;content: "";display: block;height: 0;visibility: hidden;}
#content .text { font-size:116%;}
#content .text p {margin-bottom:20px;}
#content .text strong {font-weight:bold;}

.left-side {float:left;width:320px; position:relative; z-index:2;}
.left-side .left-side-pad {padding: 30px; }
.right-side {float:right;width:100%; margin-left:-320px; }
.right-side-pad {margin: 30px 30px 30px 320px;}

#footer {height:60px;position:relative; }
#footer {margin:-61px auto 0 auto; position:relative; width:expression(((document.documentElement.clientWidth || document.body.clientWidth) < 1000)? "1000px" : "100%");min-width:1000px;}
#footer .footer-pad {height:60px; line-height:60px; padding:0 30px; }

/* *************************************************************************** */
/* -- PHOTOS -- */
.photos {}
.photos ul {}
.photos u:after {clear: both;content: "";display: block;height: 0;visibility: hidden;}
.photos li {float:left; margin:0 30px 30px 0;}
.photos li a {display:block; padding:1px; background: #666;}
.photos li img {border:3px #000 solid;}
.photos li span {display:none;}

/* *********************************************************************************** */
/* -- FEEDBACK -- */ 
.feedback {}
.feedback h2 {color:#999; font-size:20px; margin-bottom:10px;}
.feedback ul {}
.feedback li {padding-bottom:10px;}
.feedback li input.input-text {border:0; width:240px; padding:5px; color:#999; background:#454545 url(/images/design/input.gif) repeat-x 0 0;}
.feedback li input.send {width:105px; height:25px; text-indent:-900px; overflow:hidden; position:relative; display:block; background: url(/images/design/send.gif) no-repeat 0 0; border:0; cursor:pointer;}
.feedback li textarea {border:0; width:240px; padding:5px; height:70px; color:#999; background:#454545 url(/images/design/input.gif) repeat-x 0 0;}

/* *************************************************************************** */
/* -- 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);}

/* liveinternet */
.liveinternet {position:fixed; bottom:20px; right:20px;}
