* {
  margin: 0;
  padding: 0;
}
body {
  font: 13px/15px Tahoma, Arial, Verdana, sans-serif;
  width: 100%;
  background: #667B26 url(/bitrix/templates/avto/i/bg.jpg);
}
a {
  color: #0A7842;
  outline: none;
}
a:hover {
	color: #E8AC31;
  text-decoration: none;
}
p {
  margin: 0;
  padding: 7px 0;
}

h1 {
	font: 22px/22px Arial, Helvetica, sans-serif;
}
h2 {
	font: 18px/18px Arial, Helvetica, sans-serif;
	border-bottom: 3px solid #e8ac31;
	margin: 5px 0 6px;
	clear: both;
}
h3 {
	font: 18px/18px Arial, Helvetica, sans-serif;
	border-bottom: 2px solid #b0b0b0;
}
h4 {
	font: 13px/13px Arial, Helvetica, sans-serif;
}

.wrapper {
  width: 100%;
  width: expression((documentElement.clientWidth||document.body.clientWidth)<995?'1000px':'');
  min-width: 1000px;
}


/* Header
-----------------------------------------------------------------------------*/
.header {
	height: 245px;
	background: #AED6EB url(/bitrix/templates/avto/i/top-bg.jpg) no-repeat;
	position: relative;
}
.kusti {
	height: 245px;
	background: url(/bitrix/templates/avto/i/kusti.gif) left bottom repeat-x;
}
.header-left {
  height: 245px;
	background: url(/bitrix/templates/avto/i/malahit.jpg) no-repeat;
}
.header-right {
  height: 245px;
	background: url(/bitrix/templates/avto/i/top-right.gif) right top no-repeat;
}
a.logo {
	position: absolute;
	top: 14px;
	left: 176px;
	width: 283px;
	height: 139px;
	background: url(/bitrix/templates/avto/i/logo.gif) no-repeat;
}


/* Content
-----------------------------------------------------------------------------*/
.container {
  width: 100%;
}
.content {
  width: 100%;
  float: left;
}
.text {
  margin: 0 46px 0 247px;
  background: #FFF url(/bitrix/templates/avto/i/left-border-bg.jpg) bottom left no-repeat;
  min-height: 635px;
  padding: 0 0 0 28px;
  position: relative;
}
.text p {
	text-align: justify;
}
* html .text {height: 635px;}
.bottomborder {
  background: url(/bitrix/templates/avto/i/niz-border.jpg) bottom right repeat-x;
  min-height: 635px;
}
* html .bottomborder {height: 635px;}
.rightborder {
	background: url(/bitrix/templates/avto/i/right-bg.jpg) right bottom no-repeat;
  min-height: 635px;
}
* html .rightborder {height: 635px;}
.topborder {
  background: url(/bitrix/templates/avto/i/top-border.jpg) top no-repeat;
  margin: 0 37px 0 0;
  padding: 70px 33px 95px;
}
.left-bg {
	position: absolute;
	top: 0;
	left: 0;
	width: 28px;
	height: 547px;
	background: url(/bitrix/templates/avto/i/left-border.jpg) no-repeat;
}
.right-bg {
	position: absolute;
	top: 0;
	right: -46px;
	width: 83px;
	height: 584px;
	background: url(/bitrix/templates/avto/i/right.jpg) no-repeat;
}
p.more {
	text-align: right;
	font: bold 10px Verdana;
}

td
{
padding-left: 3px;
}

/* Left
-----------------------------------------------------------------------------*/
.left {
  float: left;
  width: 247px;
  margin-left: -100%;
  background: url(/bitrix/templates/avto/i/left-grass.jpg) no-repeat;
}
.menu {
  margin: 40px 0 20px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	list-style: none;
}
.menu a {
	color: #FFF;
	text-decoration: none;
}
.menu a:hover {
	color: #DC9225;
	text-decoration: underline;
}
.menu li {
  background: url(/bitrix/templates/avto/i/item.gif) no-repeat;
  padding: 5px 4px 5px 14px;
  line-height: 13px;
}
.menu li ul {
	list-style: none;
	margin: 0 0 2px;
}
.menu li li {
  margin: 8px 2px 0 14px;
  padding: 0 0 0 4px;
  font-size: 12px;
  line-height: 12px;
  background: none;
}
.gazel {
	width: 232px;
	height: 217px;
	background: url(/bitrix/templates/avto/i/bg_gazel.jpg) no-repeat;
}


/* Footer
-----------------------------------------------------------------------------*/
.footer {
  background: url(/bitrix/templates/avto/i/niz.gif) top no-repeat;
	height: 110px;
	color: #FFF;
	font-size: 11px;
}
.footer-left {
  float: left;
	padding: 17px 0 10px 30px;
	line-height: 13px;
}
.footer-right {
  float: right;
	font-size: 10px;
	color: #FFF;
	line-height: 12px;
	padding: 42px 10px 0 0;
}
.footer-right a {
	color: #FFF;
	text-decoration:none;
}
.footer-right a:hover {
	color: #FFF;
	text-decoration:underline;
}
.footer-right img {
	margin: -5px 12px 0 0;
}


.clear {
  clear: both;
  height: 0;
  overflow: hidden;
}
.alignright {
	float: right;
	margin: 0 0 4px 4px;
}
