@charset"utf-8";
/* CSS Document */

@import url('reset.css');
@import url('fonts.css');
header, section, nav {
    display: block;
}
body {
    font-family: 'roboto_condensedlight';
    color: #000000;
    background: url(../images/pattern.jpg);
}
.container {
    margin: 0 auto;
    width: 1024px;
}
.header {
    position: relative;
    height: 500px;
}
h1 {
    position: relative;
    padding-top: 10px;
    text-transform: uppercase;
    padding-left: 390px;
    font-family: 'ristretto_slab_pro_rgregular';
    color: #A75E42;
    font-size: 100px;
    z-index: 10;
}
h1 span {
    line-height: 1.2;
    padding-bottom: 5px;
    text-transform: none;
    text-align: center;
    display: block;
    background: #A75E42;
    font-family: 'roboto_condensedlight';
    color: #fff;
    font-size: 24px;
}

h5 {
	position: relative;
	padding-top: 10px;
	text-transform: uppercase;
	text-align: center;
	padding-left: 300px;
	font-family: 'ristretto_slab_pro_rgregular';
	color: #0022FB;
	font-size: 50px;
	z-index: 10;
}
h5 span {
	line-height: 1.0;
	padding-bottom: 5px;
	text-transform: none;
	text-align: center;
	display: block;
	background:#0022FB;
	font-family: 'roboto_condensedlight';
	color: #fff;
	font-size: 20px;
}
.autor {
	position: relative;
	z-index: 10;
	padding-left: 366px;
	padding-top: 48px;
	font-size: 25px;
	text-align: center;
	color: #0022FB;
}
.links {
    position: relative;
    text-align: center;
    padding-left: 300px;
    z-index: 10;
}
.links a {
	text-decoration: none;
	border-bottom: 1px solid #A75E42;
	display: inline-block;
	margin: 10px 18px 0 18px;
	color: #0022FB;
	font-size: 20px;
  }
.book {
    position: absolute;
    top: 0;
}

.block {
    padding-top: 25px;
    width: 700px;
    margin-left: 100px;
}
h2 {
	background: url(../images/rowBig.png) no-repeat;
	padding-top: 5px;
	padding-left: 84px;
	font-family: 'ristretto_slab_pro_rgregular';
	color: #0022FB;
	text-decoration: none;
	font-size: 40px;
	padding-bottom: 15px;
	cursor: auto;
}
h3 {

	padding-top: 5px;
	padding-left: 84px;
	font-family: 'ristretto_slab_pro_rgregular';
	color: #0022FB;
	text-decoration: none;
	font-size: 24px;
	padding-bottom: 15px;
	cursor: auto;
}
li {
    margin-left: 65px;
    background: url(../images/rowSmoll.png) 0 4px no-repeat;
    font-family: 'roboto_condensedlight_italic';
    font-size: 20px;
    padding-left: 35px;
    padding-bottom: 12px;
}

.line {
    width: 960px;
    background: url(../images/line.png);
    height: 1px;
    margin-top: 40px;
    margin-left: -200px;
    margin-bottom: 32px;
}
.line1 {
    width: 630px;
    background: url(../images/line.png);
    height: 1px;
    margin-top: 5px;
    margin-left: 15px;
    margin-bottom: 2px;
}
.inner {
    display: none;
}
.footerBox {
    line-height: 1.5;
    border: 1px dotted #65898f;
    text-align: center;
    height: 80px;
    padding-top: 10px;
    width: 205px;
    margin: 25px 400px;
    font-size: 12px;
    color: #000000;
}
.footerBox a {
    color: #00008B;
}
.disk {
    margin-top: 60px;
    position: relative;
    z-index: 10;
    margin-left: 400px;
    color: #A75E42;
    font-family: 'ristretto_slab_pro_rgregular';
    font-size: 30px;
}
.zakaz {
    margin-left: 200px;
	width: 409px;
    height: 97px;
    background: url('images/zakaz.gif') 0 0 no-repeat;
}
.zakaz a {
    width: 596px;
    height: 136px;
    display: block;
    margin: 0;
    position: absolute;
    left: 0;
    bottom: 0;
}

