@charset "utf-8";


/* CSS Document */

body {
	background: #000 url(../img-web/wood-back.jpg) repeat-x left 250px;
	margin: 0 auto; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center;
	font: 15px/1.6em Georgia, "Times New Roman", Times, serif;
	color: #FFF;
}
#container {
	width: 990px;
	text-align: left;
	margin: 0 auto;
	padding-top: 300px;
}
    img{
	border:2px groove #666;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 10px;
}
.home-wide {
	width: 950px;
	padding-top: 20px;
	padding-bottom: 20px;
}

h1 {
	margin-bottom: 50px;
	font-weight: normal;
	font-variant: small-caps;
	font-size: 24px;
	padding: 10px 10px 10px 10px;
	background: url(../img-web/h1-back2.png) repeat-x;
	text-align: center;
}
#footer {
	background: url(../img-web/footer-back-small.png) repeat;
	height: 75px;
	margin-top: 50px;
	font-family: "Times New Roman", Times, serif;
	padding: 20px;
}

address {
	font-style: normal;
}
#footer a {
	color: #FFF;
	text-decoration: none;
}
h2 {
	margin-bottom: 50px;
	font-weight: normal;
	font-variant: small-caps;
	font-size: 22px;
	padding: 10px;
	background: url(../img-web/h1-back2.png) repeat-x;
	text-align: center;
	margin-top: 30px;
}
#container a {
	color: #FFF;
}
h3 {
	font-size: 16px;
	font-weight: bold;
	padding: 5px;
	margin-bottom: 20px;
	margin-top: 20px;
}
.float-l {
	float: left;
	margin-right: 40px;
}
.float-r {
	float: right;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
.tel {
	font: bold 16px "Times New Roman", Times, serif;
}
.smallcaps{
	font-variant: small-caps;
}
#top-dver {
	margin-bottom: 130px;
}

#header {
	position: absolute;
	height: 274px;
	width: 100%;
	top: 0px;
	text-align: center;
	background: url(../img-web/polosa-uz.jpg) repeat-y center;
	padding: 0px;
	margin: 0px;
}
#nav-header {
	width: 100%;
	position: absolute;
	top: 0px;
	margin: 0px;
	padding: 7px 0px 0px;
	background: url(../img-web/peredelka.jpg) repeat-x center;
	height: 33px;
}

#header #bannerpng {
	display: inline;
	margin-top: 50px;
}
#header #bannerie6 {
	display: none;
}


#header img {
	border-width: 0px;
	border-style: none;
}


.home-wide ul {
	margin-top: 10px;
	margin-bottom: 10px;
}

.home-wide p {
	margin-top: 20px;
	margin-bottom: 20px;
}
#container a.redlink {
	padding: 5px 5px 5px 15px;
	background: url(../img-web/door1/arrow.png) left center no-repeat;
	text-decoration: none;
	font-weight: bold;
}
#container a.redlink:hover {
	padding-left: 30px;
}
.ruchka {
	margin: 0px;
	padding: 5px;
	width: 300px;
	float: left;
}

#footer .underline {
	text-decoration: underline;
}
#d1 .float-l {
	margin-bottom: 50px;
}

