/*Оформление страницы*/
@import url(http://fonts.googleapis.com/css?family=Open+Sans+Condensed:300&subset=cyrillic,latin);
html, body {
    height: 100%;
    margin:0;
    padding:0;
	 background:rgb(235, 240, 255);
}
* html .wraper{
    height: 100%;}
	 
.wraper{
	position:relative;
	min-height:100%;
	/*margin-bottom:-85px;*/
	min-width:980px;
} 

.wraperheader{
	/*width:100%;*/
	height:80px;
	background:rgb(58,87,149);
	min-width:980px;
}
#header{
   background:rgb(58,87,149);
	width:80%;
	/*min-width:980px;*/
	height:80px;
	position:relative;
	margin-left:10%;
	margin-right:10%;
} 
#zag{
	width:200px;
	height:50px;
	margin-top:0px;
	margin-left:0px;
	position:relative;
	top:15px;
	left:0px;
	float:left;
}
#zag h2{
	margin-top:0px;
	margin-bottom:0px;
	font-size:14px;
	padding-left:5px;
	color:rgb(255,255,255);
}
#zag h1{
	margin-top:-5px;
	margin-bottom:0px;
	font-family: Courier New, monospace;
	/*font-family: Open Sans Condensed, sans-serif;*/
	/*font-weight: lighter;*/
	font-weight:bolder;
	font-style: italic;
	color:rgb(255,255,255);
	/*color:rgba(88,110,117,1);*/
	/*color:#B58900;*/
	position:relative;
}
#zag a{text-decoration:none;}
#menu{
position:relative;
float:right;
margin-top:20px;
}

#menu ul{
list-style:none;
margin-top: 0px; 
margin-bottom: 0px;
padding-left:0px;

}
#menu li{
    float:left;
	position:relative;
	font-family: tahoma, sans-serif;
	/*font-family: Open Sans Condensed, sans-serif;*/
	color:rgb(200,200,200);
	font-size:16px;
	/*box-shadow: 2px 2px 2px rgba(0,0,0,0.9);*/
	background:rgb(58,87,149);
	
}
#m1,#m2, #m3{
margin-right:1px;
border-right-color:rgb(200,200,200);
/*border-right-style: dotted; /* Стиль линии */
    border-right-width: 3px;  /* Толщина линии */
}

#menu li ul{
   display:none;
   position:absolute;
   left:0;
}
#menu li a{
    display:inline-block;
	padding:10px 10px 10px 10px;
	color:#fff;
	text-decoration:none;
	text-shadow: -1px -1px 0px rgba(0, 0, 0, 0.4);
	
}
#m1 a {padding:10px 15px 10px 15px !important;}
#menu li:hover ul{
   display: block;
   z-index: 6; 
   transition: 3s;
}
#menu li a:hover{
    background:#369;
	 transition: 1s;
	 
}
#menu li li{
   float:none;
   background:#004f64;
   margin-top:3px;
}
#menu li li a{
   display:block; /*влияет на ширину фона*/
   white-space:nowrap;
   font-size:16px !important; 
}

/*Линия портфолио*/
#headline{
/*background:rgb(72,88,104);*/
/*background:rgb(58,87,149);*/
/*background:#708090;*/
/*background:#0388c0;*/
width:100%;
min-width:900px;
height:50px;
line-height:50px;
font-size:28px;
/*font-style: italic; /* Курсивное начертание */
font-family: Open Sans Condensed, sans-serif;
/*text-align:center;*/
}
#namber1{
		    margin:0px auto 0px auto;
			padding-left:50px;
			width:500px;
			/*font-family: Arial, Helvetica, sans-serif;*/
			font-family: Open Sans Condensed, sans-serif;
			color:rgb(50,50,50);
}

/*текст*/
#text{
/*background:#9ACD32;*/
/*width:800px;*/
/*min-height:600px;*/
/*margin:auto;*/
font-family: Open Sans Condensed, sans-serif;
/*font-family: Arial, Helvetica, sans-serif;*/
font-size:24px;
text-align:justify;
/*text-indent: 10px;*/
	color:rgb(48,70,77);
}
#namber2 {
	margin-top:10px;
	margin-bottom:10px;
	margin-left:50px;
	font-size:28px;
}
#namber3 {
	margin-top:15px;
	margin-bottom:15px;
	margin-left:50px;
	font-size:28px;
}
#namber2 img{width:25px; height:28px; margin-bottom:-3px;}
#namber3 img{width:25px; height:28px; margin-bottom:-3px;}

#namber4 {
	margin-left:50px;
	font-size:28px;
}


#forms{margin-left:50px;}
.lineinfo{margin:0px;}
#forms1{
	font-size:28px;
	margin-bottom:15px;

}
.page-buffer {
    height: 30px;
}
#linefoot{
	/*background:rgb(72,88,104);*/ 
	background:rgb(58,87,149);
	width:100%;
	min-width:800px;
	height:50px;
	line-height:50px;
	/*text-align:right;*/
	margin-top:12%;
	position:absolute;
}
#linefoot p{
	margin-right:50px;
	text-align:right;
	margin-top:0px;
	margin-bottom:0px;
	color:#fff;
	font-size:14px;
	font-family: Open Sans Condensed, sans-serif;
}




