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

 div.order form {
	background-color: #ED1C24;
}
 div.order .title {
	color: #ffffff;
}
 div.order div.line {
	background-color: #FFF200;
}
div.order div.tr1 {
	border-top: 30px solid #ED1C24;
}
div.order div.tr2 {
	border-top: 30px solid #FFF200;
}
div.order form input,
div.order form textarea,
div.order form div.captcha img {
	/*color: #ED1C24;*/
	color: #000000;
	border-bottom: 5px solid #FFF200;
}
div.order form input[type="submit"] {
	color: #ffffff;
}
section#content section.main h1,
section#content section.main h2 {
	color: #ED1C24;
}
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(255, 242, 0, 0.4);
}
section#content section.main table thead td {
	background-color: rgba(255, 242, 0, 0.1);
}
section#content section.main table tbody tr td {
	background-color: rgba(255, 242, 0, 0.05);
}
section#content section.main table tbody tr:nth-child(2n) td {
	background-color: #ffffff;
}
.footer {
	background-color: #ED1C24;
}

@media handheld, screen and (min-width: 0px) and (max-width: 1024px) {
.auto {display:none}
section#content .container {background:none;}
}