@import url('reset.css');
/* General Demo Style */
@font-face {
  font-family: 'A_bosanovaregular';
    src: url('../fonts/abosanova.eot');
    src: url('../fonts/abosanova.eot?#iefix') format('embedded-opentype'),
         url('../fonts/abosanova.woff') format('woff'),
         url('../fonts/abosanova.ttf') format('truetype'),
         url('../fonts/abosanova.svg#a_bosanovaregular') format('svg');
}
@font-face {
    font-family: 'Amcap';
    src: url('../fonts/amcap.eot');
    src: url('../fonts/amcap.eot?#iefix') format('embedded-opentype'),
         url('../fonts/amcap.woff') format('woff'),
         url('../fonts/amcap.otf') format('truetype'),
         url('../fonts/amcap.svg#MelbourneRegular') format('svg');
    font-weight: normal;
    font-style: normal;
}
body{
	background-color: transparent;
    background-repeat: repeat, no-repeat;
    background-position: center center;
    background-attachment: fixed;
    -webkit-background-size: auto, cover;
    -moz-background-size: auto, cover;
    -o-background-size: auto, cover;
    background-size: auto, cover;
	color: #fff;
	font-family: 'A_bosanovaregular', Arial, sans-serif;
	font-size: 18px;
}
.container{
	position:relative;
}
a{
	color: #fff;
	text-decoration: none;
}
.clr{
	clear: both;
}
.content{
	position:relative;
    width:580px;
    margin: 0 auto;
}
.content1{
	font-family: Arial, sans-serif;
	font-style:italic;
	position:relative;
    width:80%;
    margin: 0 auto;
	color:#000;
}
.content1 p {
	margin-top: 15px;
	text-align:justify;
	
}
.content1 a{
	color:#006;
}
.content1 i{
	color:#F00;
	font-style:italic;
}
h1{
	font-family: 'Amcap', Arial, sans-serif;
	text-shadow: 1px 1px 10px #999;
	margin:0px;
	padding:20px;
	font-size:42px;
	color:#fff;
	text-align:center;
	font-weight:400;
    text-align:center;
	text-transform: uppercase;
}
h1 span{
	font-family: 'Amcap', Arial, sans-serif;
	text-transform: uppercase;
	font-size:30px;
	color: #fff;
	padding-top:10px;
	
}
h2{
	font-family: 'A_bosanovaregular', Arial, sans-serif;
	font-size:24px;
	text-align:center;
	font-weight:400;
    text-align:center;
	text-transform: uppercase;
}
/* Header Style */
.header{
	font-family:'Amcap', Arial, sans-serif;
	line-height: 24px;
	font-size: 11px;
	background: #000;
	opacity: 0.9;
	text-transform: uppercase;
	z-index: 9999;
	position: relative;
	-moz-box-shadow: 1px 0px 2px #000;
	-webkit-box-shadow: 1px 0px 2px #000;
	box-shadow: 1px 0px 2px #000;
}
.header a{
	padding: 0px 10px;
	letter-spacing: 1px;
	color: #ddd;
	display: block;
	float: left;
}
.header a:hover{
	color: #fff;
}
.header span.right{
	float: right;
}
.header span.right a{
	float: none;
	display: inline;
}
.more {
	/*text-align:center;*/
	
}

.more ul{
	position:fixed;
	left:0;
	top:20%;

}
.more ul li{
	
	margin-top:20px;
	font-size: 30px;
}
.more ul li.selected a,
.more ul li.selected a:hover{
	background:#000;
	color:#fff;
	text-shadow:none;
}
.more ul li a{
	text-shadow:1px 1px 1px #fff;
	color:#555;
	background:#f7f7f7;
	padding:3px 6px;
	-moz-box-shadow:1px 1px 2px rgba(0,0,0,0.6);
	-webkit-box-shadow:1px 1px 2px rgba(0,0,0,0.6);
	box-shadow:1px 1px 2px rgba(0,0,0,0.6);
}
.more ul li a:hover{
	background:#000;
	color:#fff;
	text-shadow:none;
}


   .leftimg {
    float:left; /* Выравнивание по левому краю */
    margin: 7px 10px 7px 0; /* Отступы вокруг картинки */
   }
   .rightimg  {
    float: right; /* Выравнивание по правому краю  */ 
    margin: 7px 0 7px 10px; /* Отступы вокруг картинки */
   }

footer {
	width:100%;
	position:fixed;
	left:0;
	bottom:0;
	padding:10px 0px 10px 0px;
	text-align:center;	
	font-size:14px;
	color:#fff;
	background-color:#006;
}