* {
	margin: 0;
	padding: 0;
}

a {
	color: #ffffff;
}

a:hover {
	text-decoration: none;
	
}

body {
	font-size: 12pt;
	line-height: 1.8em;
	font-family: Arial, sans-serif;
	background:#ddd;
	color: #656565;
}

#bg1 {
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: url(http://www.ritual-stal.ru/images/28_001.jpg);
	z-index: 1;
	box-shadow: inset 0px 10px 60px 0px rgba(0,0,0,0.7);
}h1,h2,h3,h4 {
	text-transform: uppercase;
	font-weight: normal;
	letter-spacing: -1px;
}

h2,h3,h4 {
	margin-bottom: 1.5em;
	font-family: Arvo, serif;
	color: #000000;
}

#banner {
	position: relative;
	border-color:#000;
	z-index: 3;
}

#banner .captions {
	right: 2px;
	position: absolute;
	text-shadow: 2px 3px 0px rgba(0,0,0,1.3);
}

#banner .captions h2 {
	font-size: 1.2em;
	font-family: Arvo, serif;
	letter-spacing: 0.02em;
	line-height: 1.8em;
	background: rgba(0,0,0,0.3);
	color: #ededed;
	padding: 15px;
	margin: 0;
	border-radius: 7px;
	box-shadow: inset 0px -10px 40px 0px #005B6D;
}


#header {
	position: relative;
	padding: 25px 0 25px 0;
	height: 208px;
	width: 800px;
	background: #0a7f99;
	color: #ffffff;
	text-shadow: 2px 2px 2px rgba(0,0,0,0.5);
	border-bottom: solid 1px #009FBF;
	border-top: solid 1px #1098B3;
	box-shadow: inset 0px -10px 40px 0px #005B6D;
}

#logo {
	position: relative;
	line-height: 30px;
	left: 29px;
	top: 55px;
}

#logo a {
	text-decoration: none;
	color: #ffffff;
	letter-spacing: normal;
}

#logo h1 {
	font-size: 4em;
	font-family: Arvo, serif;
	letter-spacing: normal;
}

#logo h2 {
	font-size: 1.75em;
	font-family: Arvo, serif;
	letter-spacing: normal;
}

#main {
	margin-top: 15px;
	position: inherit;
	width: 800px;
}

#nav {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	height: 48px;
	padding: 0 0 0 0;
	line-height: 48px;
	background: #007289;
	font-size: 0.9em;
	border-bottom: solid 1px #009FBF;
	border-top: solid 1px #1098B3;
	box-shadow: inset 0px -10px 40px 0px #005B6D;
	z-index:4;
}

#outer {
	position: relative;
	z-index: 2;
	width: 800px;
	padding-bottom: 15px;
	margin: 60px auto 60px auto;
	background: #ffffff;
	box-shadow: inset 0px 5px 60px 0px rgba(0,0,0,0.7);
	border-radius: 7px;
}

a:link {color: #ffffff;; text-decoration:none;}
a:hover { color: #d3d3d3; text-decoration:none;}
a:active { color: #d3d3d3; text-decoration:none;}

ul {	  
  text-align: left;
  display: inline;
  margin: 0;
  padding: 15px 4px 17px 0;
  list-style: none; 
}

ul li {
  font: bold 12px/18px sans-serif;
  color: #ffffff;
  display: inline-block;
  margin-right: -4px;
  position: relative;
  padding: 15px 20px;
  background: #;
  cursor: pointer;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -ms-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
}

ul li:hover {
  background: #;
  color: #d3d3d3;
  opacity:1;
   -webkit-box-shadow: 0 0 9px rgba(0, 0, 0, 0.9);
  -moz-box-shadow: 0 0 9px rgba(0, 0, 0, 0.9);
  box-shadow: 0 0 9px rgba(0, 0, 0, 0.9);  
}

ul li ul {
  padding: 0;
  position: absolute;
  top: 48px;
  left: 0;
  width: 150px;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  display: none;
  opacity: 0;
  visibility: hidden;
  -webkit-transiton: opacity 0.2s;
  -moz-transition: opacity 0.2s;
  -ms-transition: opacity 0.2s;
  -o-transition: opacity 0.2s;
  -transition: opacity 0.2s;
}

ul li ul li { 
  background: #007289; 
  display: block; 
  color: #666; 
  box-shadow: inset 0px -10px 40px 0px #005B6D; 
}

ul li ul li:hover { 
  margin-top:5px;
  margin-bottom:5px;
 -webkit-box-shadow: 0 0 9px rgba(0, 0, 0, 0.9);
  -moz-box-shadow: 0 0 9px rgba(0, 0, 0, 0.9);
  box-shadow: 0 0 9px rgba(0, 0, 0, 0.9);}
  
ul li:hover ul {
  display: block;
  opacity: 1;
  visibility: visible;  
}



.gallery a img{
	cursor: pointer;
    -webkit-transition:All 1s ease;
    -moz-transition:All 1s ease;
    -o-transition:All 1s ease;
    transition: all 1.0s ease;
    
    -webkit-box-shadow: 0px 2px 4px 1px #DFDFDF;
    -moz-box-shadow: 0px 2px 4px 1px #DFDFDF;
    box-shadow: 0px 2px 4px 1px #DFDFDF; 
    
    -moz-opacity: 0.70;
    opacity: 0.70;
    -ms-filter:"progid:DXImageTransform.Microsoft.Alpha"(Opacity=70);
	    
 
    padding:5px;
    display:inline-block;
    height:150px;
}

.gallery a img:hover{
	background-color:#FFF;
    -moz-opacity: 1;
    opacity: 1;
    -ms-filter:"progid:DXImageTransform.Microsoft.Alpha"(Opacity=100);
}

.gallery a:focus img{
    position: relative;
    height: auto;
    

    -webkit-transition:All 1s ease;
    -moz-transition:All 1s ease;
    -o-transition:All 1s ease;
    transition: all 1.0s ease;

    

    -webkit-box-shadow: 0px 4px 4px 1px #DFDFDF;
    -moz-box-shadow: 0px 4px 4px 1px #DFDFDF;
    box-shadow: 0px 4px 4px 1px #DFDFDF;
   
}

.gallery a{
    outline:0; border:0;
}


.gallery2 a img{
	cursor: pointer;
    -webkit-transition:All 1s ease;
    -moz-transition:All 1s ease;
    -o-transition:All 1s ease;
    transition: all 1.0s ease;
    
    -webkit-box-shadow: 0px 2px 4px 1px #DFDFDF;
    -moz-box-shadow: 0px 2px 4px 1px #DFDFDF;
    box-shadow: 0px 2px 4px 1px #DFDFDF; 
    
    -moz-opacity: 0.70;
    opacity: 0.70;
    -ms-filter:"progid:DXImageTransform.Microsoft.Alpha"(Opacity=70);
	margin: 0px 10px 0px 10px;  
    padding:5px;
    display:inline-block;
    height:150px;
}

.gallery2 a img:hover{
	background-color:#FFF;
    -moz-opacity: 1;
    opacity: 1;
    -ms-filter:"progid:DXImageTransform.Microsoft.Alpha"(Opacity=100);
}

.gallery2 a:focus img{
    position: relative;
    -webkit-box-shadow: 0px 4px 4px 1px #DFDFDF;
    -moz-box-shadow: 0px 4px 4px 1px #DFDFDF;
    box-shadow: 0px 4px 4px 1px #DFDFDF;
   
}

.gallery2 a{
    outline:0; border:0;
}

table td {
	line-height: 1.5em;
	width: 120px;
	height: auto;
	text-align:center;
    padding:0px 10px 0px 10px;
}
	
#tabs {
	line-height: 1.5em;
	text-align:center;
	weight:172px;
    padding:0px 10px 0px 10px;
	height: auto;
}
	
	
.gallery3 img{

    -webkit-box-shadow: 0px 2px 4px 1px #656565;
    -moz-box-shadow: 0px 2px 4px 1px #656565;
    box-shadow: 0px 2px 4px 1px #656565;   
    height: auto;
	padding:2px;
	
}

.gallery4 a img{
	cursor: pointer;
    -webkit-transition:All 1s ease;
    -moz-transition:All 1s ease;
    -o-transition:All 1s ease;
    transition: all 1.0s ease;
    
    -webkit-box-shadow: 0px 2px 4px 1px #DFDFDF;
    -moz-box-shadow: 0px 2px 4px 1px #DFDFDF;
    box-shadow: 0px 2px 4px 1px #DFDFDF; 
    
    -moz-opacity: 0.85;
    opacity: 0.85;
    -ms-filter:"progid:DXImageTransform.Microsoft.Alpha"(Opacity=85);
	    
 
    padding:5px;
    display:inline-block;
    height:150px;
}

.gallery4 a img:hover{
	background-color:#FFF;
    -moz-opacity: 1;
    opacity: 1;
    -ms-filter:"progid:DXImageTransform.Microsoft.Alpha"(Opacity=100);
}

.gallery4 a:focus img{
    position: relative;
    height: auto;
    

    -webkit-transition:All 1s ease;
    -moz-transition:All 1s ease;
    -o-transition:All 1s ease;
    transition: all 1.0s ease;

    

    -webkit-box-shadow: 0px 4px 4px 1px #DFDFDF;
    -moz-box-shadow: 0px 4px 4px 1px #DFDFDF;
    box-shadow: 0px 4px 4px 1px #DFDFDF;
   
}

.gallery4 a{
    outline:0; border:0;
}


.gallery5 img{
    -webkit-transition:All 1s ease;
    -moz-transition:All 1s ease;
    -o-transition:All 1s ease;
    transition: all 1.0s ease;
    
    -webkit-box-shadow: 0px 2px 4px 1px #DFDFDF;
    -moz-box-shadow: 0px 2px 4px 1px #DFDFDF;
    box-shadow: 0px 2px 4px 1px #DFDFDF; 
	    
 
    padding:5px;
    display:inline-block;
    width:150px;
}
/*
     FILE ARCHIVED ON 05:13:16 Apr 02, 2022 AND RETRIEVED FROM THE
     INTERNET ARCHIVE ON 15:47:14 Jan 31, 2026.
     JAVASCRIPT APPENDED BY WAYBACK MACHINE, COPYRIGHT INTERNET ARCHIVE.

     ALL OTHER CONTENT MAY ALSO BE PROTECTED BY COPYRIGHT (17 U.S.C.
     SECTION 108(a)(3)).
*/
/*
playback timings (ms):
  captures_list: 1.07
  exclusion.robots: 0.042
  exclusion.robots.policy: 0.026
  esindex: 0.014
  cdx.remote: 20.951
  LoadShardBlock: 337.801 (3)
  PetaboxLoader3.datanode: 451.367 (5)
  load_resource: 195.686
  PetaboxLoader3.resolve: 42.575
  loaddict: 44.023
*/