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

 div.order form {
	background-color: #00AEEF;
}
 div.order .title {
	color: #ffffff;
}
 div.order div.line {
	background-color: #FFD000;
}
div.order div.tr1 {
	border-top: 30px solid #00AEEF;
}
div.order div.tr2 {
	border-top: 30px solid #FFD000;
}
div.order form input,
div.order form textarea,
div.order form div.captcha img {
	/*color: #00AEEF;*/
	color: #000000;
	border-bottom: 5px solid #FFD000;
}
div.order form input[type="submit"] {
	color: #ffffff;
}
section#content section.main h1,
section#content section.main h2 {
	color: #00AEEF;
}
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(252, 219, 0, 0.4);
}
section#content section.main table thead td {
	background-color: rgba(252, 219, 0, 0.1);
}
section#content section.main table tbody tr td {
	background-color: rgba(252, 219, 0, 0.05);
}
section#content section.main table tbody tr:nth-child(2n) td {
	background-color: #ffffff;
}
.footer {
	background-color: #00AEEF;
}
@media handheld, screen and (min-width: 0px) and (max-width: 1024px) {
.auto {display:none}
section#content .container {background:none;}
}