@charset"utf-8";
/* CSS Document */

@import url('reset.css');
@import url('fonts.css');
header, section, footer, nav,{
    display: block;
}
body {
    font-family: 'roboto_condensedlight';
    color: #000000;
    background: url(../images/pattern.jpg);
}

.clear {
	clear: both;
}

.container {
    margin: 0 auto;
   	width: 1024px;
    background: url(../images/pattern1.jpg);
} 
.header {
    position: relative;
    width: 1024px;
    height: 395px;
}
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;
}
h2 {
	background: url(../images/rowBig.png) no-repeat;
	padding-top: 5px;
	padding-left: 84px;
	font-family: 'ristretto_slab_pro_rgregular';
	color: #081D98;
	 text-decoration: underline;
	font-size: 40px;
	padding-bottom: 15px;
cursor: pointer;
}

h3 {
	padding-top: 5px;
	padding-left: 5px;
	font-family: 'ristretto_slab_pro_rgregular';
	color: #0022FB;
	text-decoration: none;
	font-size: 24px;
    line-height: 20px;
	padding-bottom: 15px;
	cursor: auto;
}

h5 {
	position: relative;
	padding-top: 10px;
	text-transform: uppercase;
	text-align: center;
	padding-left: 300px;
	font-family: 'ristretto_slab_pro_rgregular';
	color: #081D98;
	font-size: 50px;
	z-index: 10;
}
h5 span {
    line-height: 1.0;
    padding-bottom: 5px;
    text-transform: none;
    text-align: center;
    display: block;
    background: #3F9CED;
    font-family: 'roboto_condensedlight';
    color: #fff;
    font-size: 24px;
}



h13 {
	padding-top: 5px;
	padding-left: 5px;
	font-family: "ristretto_slab_pro_rgregular";
	color: #103B68;
	text-decoration: none;
	font-size: 32px;
	line-height: 32px;
	padding-bottom: 5px;
	cursor: auto;
	font-style: normal;
	font-weight: 500;
}

.autor {
    position: relative;
    z-index: 10;
    padding-left: 300px;
    padding-top: 48px;
    font-size: 25px;
    text-align: center;
} 

.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: #081D98;
	font-size: 20px;
  }
.book {
    position: absolute;
    top: 0;
}

.block {
    padding-top: 25px;
    width: 900px;
    margin-left: 100px;
}

ul {
	list-style: none;
	margin: 0;
	padding: 0;
	color: #ffffff;
}

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;
	color: #0022FB;
}
.line {
    width: 1024px;
    background: url(../images/line.png);
    height: 1px;
    margin-top: 40px;
    margin-left: -100px;
    margin-bottom: 32px;
}

.footerBox {
    line-height: 1.1;
    border: 1px dotted #65898f;
    text-align: center;
    height: 80px;
    padding-top: 10px;
    width: 205px;
    margin: 25px auto;
    font-size: 14px;
    color: #000000;
}
.footerBox a {
    color: #0000ff;
    
}

.zakaz {
    margin-left: 309px;
	width: 409px;
    height: 97px;
    background: url('images/zakaz.gif') 0 0 no-repeat;
}


/*�������� ������*/
.inner {
    display: none;
}

#topmenu {
	margin-top: 0px;
}

#topmenu ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

#topmenu li {
	float: left;
}

#topmenu a {
	display: block;
	color: #ffffff;
	font-weight: bold;
	font-size: 110%;
	height: 49px;
	padding-top: 12px;
	text-decoration: none;
}

#topmenu #item_1 {
	background: url("../images/topmenu_1.png") no-repeat;
	width: 256px;
}

#topmenu #item_1 a {
	padding-left: 60px;
}

#topmenu #item_2 {
	background: url("../images/topmenu_2.png") no-repeat;
	width: 256px;
}

#topmenu #item_2 a {
	padding-left: 60px;
}

#topmenu #item_3 {
	background: url("../images/topmenu_3.png") no-repeat;
	width: 256px;
}

#topmenu #item_3 a {
	padding-left: 60px;
}

#topmenu #item_4 {
	background: url("../images/topmenu_4.png") no-repeat;
	width: 247px;
}

#topmenu #item_4 a {
	padding-left: 60px;
}

#topmenu #item_1:hover {
	background: url("../images/topmenu_1_active.png") no-repeat;
}

#topmenu #item_2:hover {
	background: url("../images/topmenu_2_active.png") no-repeat;
}

#topmenu #item_3:hover {
	background: url("../images/topmenu_3_active.png") no-repeat;
}

#topmenu #item_4:hover {
	background: url("../images/topmenu_4_active.png") no-repeat;
}
