section#content .container {
	background: url(../img/content-top-bg1.jpg) no-repeat left top;
}
section#content div.auto {
	background: url(../img/sitnya/auto.png) no-repeat;
}
header a {
	background: url(../img/sitnya/logo.png) no-repeat;
}
header div.phone {
		background: url(../img/sitnya/phone.png) no-repeat;
}
nav.main-menu {
	background: #B8B8B8;
	border-bottom: 5px solid #B8B8B8;
}
nav.main-menu ul li a {
	color: #ffffff;
}

 div.order form {
	background-color: #B8B8B8;
}
 div.order .title {
	color: #ffffff;
}
 div.order div.line {
	background-color: #B8B8B8;
}
div.order div.tr1 {
	border-top: 30px solid #B8B8B8;
}
div.order div.tr2 {
	border-top: 30px solid #B8B8B8;
}
div.order form input,
div.order form textarea,
div.order form div.captcha img {
	/*color: #B8B8B8;*/
	color: #000000;
	border-bottom: 5px solid #B8B8B8;
}
div.order form input[type="submit"] {
	color: #ffffff;
}
section#content section.main h1,
section#content section.main h2 {
	color: #B8B8B8;
}
section#content section.main h3 {
	color: #828282;
}
section#content section.main table th,
section#content section.main table td {
	border-right: 1px solid #ffffff;
	border-bottom: 1px solid #ffffff;
}
section#content section.main table thead th {
	background-color: rgba(184, 184, 184, 0.4);
}
section#content section.main table thead td {
	background-color: rgba(184, 184, 184, 0.1);
}
section#content section.main table tbody tr td {
	background-color: rgba(184, 184, 184, 0.05);
}
section#content section.main table tbody tr:nth-child(2n) td {
	background-color: #ffffff;
}
footer {
	background-color: #B8B8B8;
}