html, header, nav, main, section, article, footer, body{display: block;margin: 0;}
main{width: 100%;}
body{
	background-color: #fff;
	overflow-x: auto;
	overflow-y: scroll;
	min-width: 1024px;
}
ul{margin: 0;padding: 0;}
header{width: 100%;min-width: 1024px;}

#headnav{
	height: 50px;
	background-color: #42860f;
	/*background: linear-gradient(to bottom, #c2bd86, rgba(26, 38, 22, 0.7));*/
	border-top: 1px solid #000;
	border-bottom: 1px solid #000;
}

#headback a{
	text-decoration: none;
	color: #000;
}

#logocontainer{
	width: 1024px;
	margin: 0 auto;
	padding-top: 25px;
}

#logo{
	background-color: rgba(255, 255, 255, 0);
	width: 120px;
	border: none;
	display: block;
	margin: 0 auto;
}


h1{
	text-align: center;
	font-family: font1;
	letter-spacing: 4px;
	color: #000;
	margin: 0;
}
#top-phone {
	text-align: center;
    font-family: font1;
    letter-spacing: 1px;
    color: #000;
    margin: 0;
    display: block;
	font-size: 140%;
	font-weight:bold;
}
#top-phone a {color:#42860f;}

.lastletter{
	letter-spacing: 0;
}

h2{
	margin: 10px auto;
	font-family: 'Century Gothic';
	font-weight: normal;
	letter-spacing: 5px;
	font-size: 20px;
	color: #3E3E3E;
	display: block;
	text-align: center;
}

h3{
	text-align: center;
	margin-bottom: 0;
}

.h3Header{
	margin: 0 0 10px 0;
}

h4{
	margin: 0 0 10px 0;
}

h5{
	margin: 10px 0;
}

@font-face {
    font-family: Intro Bold Italic;
	src:url(../fonts/Lobster-Regular.eot?) format('eot'),
		url(../fonts/Intro-Bold-Italic.woff) format('woff'),
		url(../fonts/Intro-Bold-Italic.ttf);
}

@font-face {
    font-family: Century Gothic;
	src:url(../fonts/CenturyGothic.eot?) format('eot'),
		url(../fonts/CenturyGothic.woff) format('woff'),
		url(../fonts/CenturyGothic.ttf);
}

@font-face{
	font-family: font1;
	src:url(../fonts/Azbuka06.eot?) format('eot'),
		url(../fonts/Azbuka06.woff) format('woff'),
		url(../fonts/Cx63VZHD.ttf);
}

#nav{
	margin: 0 auto;
	padding: 0;
	width: 920px;
	height: 50px;
}

#nav a{
	color: #ffffff;
	text-decoration: none;
}

#nav li{
	float: left;
	margin: 16px 20px;
	list-style-type: none;
	text-decoration: none;
	font-size: 14px;
	color: #E7E7E7;
	font-family: 'Intro Bold Italic';
}

#nav .divideLi{
	margin: 0;
}

#footNav .divideLi{
	margin: 0;
}

#nav .active{
	color: #fff;
}

.divide{
	margin: 10px 0;
	width: 0px;
	height: 30px;
	border-left: 1px solid #BBB;
	float: left;
}

#headback{
	background-image: url(../images/sibir_head_back.jpg);
	background-position: top center;
	height: 270px;
	background-repeat: no-repeat;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	box-shadow: inset 0px 0px 15px;
	margin: 0 auto;
}

main{
	width: 100%;
	margin: 0 auto;
}

img{
	margin: 0;
	border: none;
}

.img_border{
	background-color: #fff;
	border: 1px solid #A0A0A0;
	padding: 2px;
}

p{
	margin: 5px 0;
	text-indent: 25px;
	text-align: justify;
	font-family: Arial,Helvetica,sans-serif;
  font-size: 17px;
  letter-spacing: 0px;
}

.firstP{
	margin-top: 0;
}

.clear{
	clear: both;
	display: block;
	float: none;
}

.indexblock{
	width: 960px;
	padding: 20px;
	margin: 0 auto;
}

.shadowib{
	box-shadow: inset 0px 1px 20px;
}

.left{
	float: left;
}

.right{
	float: right;
}

.bold{
	font-weight: bold;
}

footer{
	background-color: #ccc;
}

#footNavContainer{
	border-top: 1px solid #737373;
	border-bottom: 1px solid #737373;
	background-color: #fff;
}

#footNav{
	margin: 0 auto;
	padding: 0;
	width: 920px;
	height: 50px;
}

#footNav li{
	float: left;
	margin: 16px 25px;
	list-style-type: none;
	text-decoration: none;
	font-size: 14px;
	color: #717171;
	font-family: 'Intro Bold Italic';
}

#footNav a{
	color: #717171;
	text-decoration: none;
}

#footerBody{
	width: 960px;
	margin: 0 auto;
}

#footerBody li{
	list-style-type: none;
	font-size: 14px;
	line-height: 20px;
	margin: 6px 0;
	color: #808080;
}

#footerLeft{
	width: 590px;
	margin: 0;
}

#teleLeft, #teleRight{
	margin: 0 10px;
}


#footerRight{
	width: 350px;
	margin: 0;
}

#footerBody h5{
	letter-spacing: 5px;
	margin:10px 0px 5px;
	text-align:center;
	font-size: 15px;
	font-family: 'Century Gothic';
	color: #989898;
	margin-bottom: 0;
}

#footerBody #footerRight h5{
	text-align: left;
}

.social{
	display: block;
	margin: 10px 0 0 20px;
}

#agoogle{
	text-decoration: none;
}

#agoogle p:hover {
	text-decoration: underline;
}

.google{
	text-indent: 0;
	text-align: center;
	color: #333;
	margin: 5px 0px;
	color:#676767;
}

.mail{
	text-indent: 0;
	text-align: center;
	color: #333;
	margin-top: 10px;
}

#footerRight p:hover {
	text-decoration: underline;
	cursor: pointer;
}

#copyRight{
	color: #515151;
	text-align: center;
	font-family: 'Verdana';
	margin: 0;
	font-size: 12px;
}

#copyRightOSM{
	color: #515151;
	text-align: center;
	font-family: 'Verdana';
	margin: 0;
	font-size: 12px;
	cursor: arrow;
}

.floatRes{display: none;z-index: 10;}

.book-block {
    margin: 20px auto;
}
.book-block p {
    text-align: center;
    font-family: sans-serif;
    font-size: 25px;
	text-indent: 0;
}
.book-block p a {
	text-decoration:none;
    display: inline-block;
    margin: 5px;
}
.book-block p a.book-but {
    background: #41860f;
    color: #fff;
    padding: 5px;
    border-radius: 5px;
}
.book-block p a.book-tel {
    color: #41860f;
}

@media screen and (max-device-width: 767px) {
	.book-block {font-size: 20px;}
}

@media screen and (min-width: 700px) {
	.floatRes{
		display: block;
		width: 200px;
		border: 1px solid #727272;
		position: fixed;
		height: 150px;
		background-color: #c2bd86e6;
		bottom: 30px;
		right: 20px;
		padding: 20px;
	}

	.floatResText{
		margin: 0;
		padding: 0;
		font-family: arial;
		font-size: 15px;
	}

	.resA{
		padding: 10px;
		border: 1px solid #727272;
		background-color: #41860f;
		display: block;
		margin: 15px auto 0 auto;
		width: auto;
		text-align: center;
		color: #fff;
		text-decoration: none;
		font-family: arial;
		font-size: 16px;
		border-radius: 0 10px;
	}
}

#footerLeft ul li a, .telcolumn ul li a, #adress p a{
	text-decoration:none;
}