/*
Adepto Studio
*/

* {
    margin: 0;
    padding: 0;
}

img {
    border:0;
}

blockquote {
	margin-left:20px;
}

input{
-moz-border-radius:5px;-webkit-border-radius:5px;
border-radius:5px;
padding:1px;
background-color:gray;
color:gold;
}

h1 {
	font-size: 30px;
	margin: 10px 10px 30px 10px;
	line-height:35px;
}
   
h2 {
	font-size: 20px;
	margin:15px 0;
	line-height:25px;
}
     
h3 {
	font-size: 18px;
	margin:  15px 0;
}

h4 {
	font-size: 16px;
	margin:  10px 0;
}

h5 {
	font-size: 14px;
	margin-bottom: 10px 0;
}

body{
 background: white url(/res/img/logo-bg.png) center repeat;
}

#body {
    font-size: 100.01%;
    font: 12px/14px Verdana;
    width: 960px;
 text-align:center;
margin: 0 auto;
padding: 0;
margin-top:-1px;

 color:#101415;
}

a {
 color:#76002f;
  text-decoration:none;
}

a:hover {  
	color:red;
	transition: all 0.3s linear;
	-webkit-transition: all 0.3s linear;
	-moz-transition: all 0.3s linear;
	-o-transition: all 0.3s linear;
}

ul{
	margin-top:15px;
}

#970{
 width:960px;
}

#bgimg {
background:url(/res/img/down1.png) top center no-repeat;
width: 960px;
height:70px;
}

#fgtext {
 position: absolute; /* Абсолютное позиционирование */ */
z-index: 3; /* Порядок слоев */
 width:960px;
	left:0%;
}

#header {
width: 960px;
height: 250px;
overflow:hidden;
float:left;
display:inline-block;
}

#header a {
    color:gold;
}

#header a:hover {
    color:#FFFFCD;
}

#clients {
 position:absolute;
 margin:0px 0 0 50%;
 width:50%;
 background: url(/res/img/clients.png) no-repeat left;
	left:0%;
}

#clientstext {
 color: white;
 margin:120px 50px 0 50px;
 text-align:justify;
}

.upmenu {
	top:0%;
	position:absolute;
}

#upmenu {
 margin-top:7px;
/*  font-weight:bold; */
 font-size:14px;
 text-align:left;
 padding-left:50px;
}

#upmenu a{
 color:#76002f;
 margin-right:30px;
 text-decoration:none;
}

#upmenu a:hover{
 color:red;
 text-decoration:underline;
}

#upmenu img{
 padding-right:4px;
}

#search {
 margin:20px 0 0 -210px;
 text-align:right;
 display:inline-block;
	 float:right;
 position:absolute;
 width:200px;
 height:50px;
  }

#down1 {
 background:#e0e0ed url(/res/img/down1.png) repeat center;
 width: 960px;
 height: 70px;
}

#mmenu {
 position: absolute;
 margin:280px -5px 0 -5px;
  width:96opx;
  padding: 0 -10px;
 left:0%;
}


#mmtext {
    text-align:center;
  margin: -83px 0 0 0;
  z-index:5;
  color:white;
  font:15px/10px Verdana;
}

#mmtext a {
    color:white;
}

#mmtext a:hover {
	color:red;
}

.mmimg {
    z-index:4;
  border:0;
}

#secmenu {
	text-align:left;
}

#secmenu m {
	color:#76002F;
	float:left;
	display:block;
	height:25px;
	text-align:center;
	padding:10px 10px 0 10px;
	margin:15px 0 0 10px;
}

#secmenu a{
	color:#76002F;
	text-decoration:underline;
}

#secmenu a:hover{
	color:red;
	text-decoration:underline;
}

#leftmenu {
	text-align:left;
	margin:10px 0 10px 20px;
}

.lev1 {
	font:16px/18px Verdana;
	color:gray;
	margin:5px 0;
}

.lev1 a {
	font:16px/18px Verdana;
	color:gray;
}

.lev1act a, .lev1act {
	display:block;
	font:16px/18px Verdana;
	color:white;
	font-weight:bold;
	background:#76002f;
	border-radius:5px;
}

.lev1act{
	padding:3px;

}

.lev1 a:hover {
	color:red;
}

.lev2 {
	font:13px/12px Verdana;
	margin:4px 0 6px 20px;
}

.lev2act a,.lev2act {
	display:block;
	color:white;
	font-weight:bold;
	background:#6FA0AD;
	border-radius:3px;
}
.lev2act{
	margin:3px 0px 3px 20px;
	padding:3px;
}

#cloud {
	padding:10px;
	background:#EDEDED;
	color:#585858;
	text-align:center;
	margin:50px 10px 10px 10px;
-moz-border-radius:10px;
-webkit-border-radius:10px;
border-radius:10px;
border:1px solid white;
}


#news {
	margin: 0 20px 20px 10px;
}

#newsitem {
}

#newsmore {
	margin-top:5px;
	text-align: right;
}






#leftb {
    background: url(/res/img/left.png) repeat-y;
}

#rightb {
    background: url(/res/img/right.png) repeat-y;
	text-align:left;
}

#content {
 padding: 15px 15px 30px 15px;
  text-align:justify;
	line-height:160%;
	margin-bottom:50px;
}
 
#content p {
	margin-top:10px;
	margin-bottom:10px;
}
 
#content li {
	margin-left:50px;
}
 
#result {
}

#resultitem {
	border-bottom:1px solid gray;
	margin-bottom:10px;
	padding: 10px;
	display:block;
}

#resultitem img {
	margin:5px;
	border:1px solid gray;
}


#resultitem a {
    text-decoration:none;
}


#resultitem a:hover {
    text-decoration:none;
	`color:red;

}

.preview{
margin:10px  0;
}

.preview img{
margin:10px 10px 10px 0;
}










#panel {
	background: white;
	height: 200px;
	display: none;
  color:#1E1F2F;
}
.slide {
	margin: 0;
	padding: 0;
	border-top: solid 4px #422410;
	background: url(/res/img/btn-slide.gif) no-repeat center top;
}
.btn-slide {
	background: #EFEFF5 url(/res/img/white-arrow.gif) no-repeat right -46px;
	text-align: center;
	width: 100px;
	height: 25px;
	padding: 10px 10px 0 0;
	display: block;
	margin:15px 10px 10px 10px;
	color:red;
	position:absolute;
	right: 0%;
}

.active {
	background-position: right 12px;
}

#footer {
  width:960px;
  height:50px;
  background:#92ABAB;
  text-align:left;
  padding:20px 0 0 15px;
  font-size:10px;
}

#footer img {
  float:right;
  margin: -15px 15px 0 0;
}

.boxgrid{ 
				width: 325px; 
				height: 260px; 
				margin:5px; 
				margin-top:0;
				 
				background:#161613; 
				border: solid 2px #8399AF; 
				overflow: hidden; 
				position: relative; 
			}
				.boxgrid img{ 
					position: absolute; 
					top: 0; 
					left: 0; 
					border: 0; 
				}
				.boxgrid p{ 
					padding: 0 10px; 
					font-weight:bold; 
					font:10pt Verdana; 
				}
				
			.boxcaption{ 
				position: absolute; 
				background: white; 
				height: 100px; 
				width: 100%; 
				opacity: .8; 
				/* For IE 5-7 */
				filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
				/* For IE 8 */
				-MS-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
 			}
 				.captionfull .boxcaption {
 					top: 260;
 					left: 0;
 				}
 				.caption .boxcaption {
 					top: 220;
 					left: 0;
 				}
				

			.boxcaption a{ 
				color:#76002f;
}
h3 a{}

.error {
	color:red;
	font-weight:bold;
}

.small{
	font-size:10px;
	line-height:12px;
}

#mail{
	margin:20px 0 10px 0;
	border:2px solid #DADDEC;
	padding:10px;
	background:#F6F7FB;
-moz-border-radius:10px;
-webkit-border-radius:10px;
border-radius:10px;
}
