/* CSS Document */
html { 
height:100%; 
} 
  
body { 
margin: 0; padding: 0; 
height: 100%; 
} 
  
a { 
outline:none; 
} 
  
/*Обертка картинки*/ 
#main {
  position: absolute;
  top:0; left:0; right:0; bottom:0;
  z-index: 1;
  height:100%;
}
/*Сам слой с картиной*/ 
#main div.img { 
display: block; 
position: absolute; 
top:0; /*картинка всегда будет находиться вверху страницы*/ 
z-index: 10; 
min-width: 1000px; 
width: 100%; 
   _width: expression((documentElement.clientWidth||document.body.clientWidth)<1004?'1004px':'100%'); 
}

.copy { 
position: inherit; 
height: 60px;
bottom:0;
left: 0px;
font: normal 10px Verdana;
color: #2c1d0b;
display: table-cell;
vertical-align: middle;
}

a.footer:active  {font-family: Verdana; font-size: 10px; color: #5b93a1; text-decoration: underline;}
a.footer:link    {font-family: Verdana; font-size: 10px; color: #2c1d0b; text-decoration: underline;}
a.footer:visited {font-family: Verdana; font-size: 10px; color: #2c1d0b; text-decoration: underline;}
a.footer:hover   {font-family: Verdana; font-size: 10px; color: #5b93a1; text-decoration: underline;}
  
.browser { 
font: normal 10px Verdana;
color: #91a2af;
}

a.browser:active  {font-family: Verdana; font-size: 10px; color: #627788; text-decoration: underline;}
a.browser:link    {font-family: Verdana; font-size: 10px; color: #91a2af; text-decoration: underline;}
a.browser:visited {font-family: Verdana; font-size: 10px; color: #91a2af; text-decoration: underline;}
a.browser:hover   {font-family: Verdana; font-size: 10px; color: #627788; text-decoration: underline;}

a:active  {font-family: Verdana; font-size: 15px; font-weight: bold; color: #073558; text-decoration: none;}
a:link    {font-family: Verdana; font-size: 15px; font-weight: bold; color: #073558; text-decoration: underline;}
a:visited {font-family: Verdana; font-size: 15px; font-weight: bold; color: #073558; text-decoration: underline;}
a:hover   {font-family: Verdana; font-size: 15px; font-weight: bold; color: #000000; text-decoration: none;}

  
.logo2 { 
display: block; 
position: absolute; 
bottom:0;
right: 5px;
}


/*Cам сайт*/ 
  
#page {
	position: absolute;
	top: 0;
	left: -47px;
	z-index: 30;
	width: 100%;
	overflow: hidden;
	margin: 0 0 300px 0;
	min-width: 1000px;

_width: expression((documentElement.clientWidth||document.body.clientWidth)<1004?'1004px':'100%'); 
}


.contacts { 
font: bold 20px Verdana; 
color: #fff; 
position:absolute;
left:17%;
top:10px
}

#left { 
width:150px; 
float: left;
margin: 0 30px 0 100px;
margin-top: 270px;
position: relative;
} 
  
  
#right { 
/* margin: 0 0 0 200px; */
margin-top: 270px;
margin-left: 200px;
vertical-align: top;
position: relative;
/*display: table-cell;*/
/*overflow: hidden;*/ 
color: #4c4f51; 
font: normal 12px/18px Verdana;
}

.pict {
/*width: 100%;*/
height: 30px;
font: normal 12px Verdana; 
padding: 0;
color: #ffffff;
}

a.pict {color: #fff;}
a.pict:visited {color: #fff;} 
a.pict:hover {color:#c1ccd5;} 

a.order {color: #073558;}
a.order:visited {color: #073558;} 
a.order:hover {color:#195d90;} 

.alert {
height: 30px;
font: normal 12px Verdana; 
padding: 4;
spacing: 4;
color: red;
}

a.alert {color: red;}
a.alert:visited {color: red;} 
a.alert:hover {color: red; decoration: underline;}

a.green {color: green;}
a.green:visited {color: green;} 
a.green:hover {color: green; decoration: underline;}

.semilayer {
border:1px solid #073558;
padding: 0px; /* Поля вокруг текста */
background: #ffffff; /* Цвет фона */
margin: 0 auto; /* Выравниваем слой по центру */
width: 45%; /* Ширина слоя */
opacity: 0.8; /* Значение прозрачности */
filter: alpha(Opacity=80); /* Прозрачность в IE */
height: 100%;
margin-left: 52px;
margin-top: 5px;
padding: 10px;
text-align: center;
   }
.semilayer2 {
/*width: 100%;*/
height: 55px;
background-image: url(img/gradient.png);

   }
.text {
padding: 10px;
color: #000000;
font: normal 12px Verdana;
   }

.title {
color: #073558;
font: bold 15px Verdana;
   }



