/*Каркас сайта*/
body {
  padding: 0px;
  margin: 0;
  background: #4c281e;
  font-size: 14px;
  font-family: Arial, Sans-serif;
}
#basic {
  width: 960px;
  min-height: 500px;
  margin: 0 auto;
  padding: 20px 20px 20px 20px;
  background: #fff;
}
img {
  border: 0;
}
a {
  color: #ff9c00;
}
a:hover {
  text-decoration: none;
}
/*Шапка сайта*/
#head-site {
  height: 170px;
}

.logo2 {
  float: right;
}
/*Верхнее меню сайта*/
#top-menu {
  width: 960px;
  height: 74px;
}
.bg-1 {
  width: 950px;
  height: 64px;
  background: #00ff2b url(images/m1.png) repeat-x;
  padding: 0 0 0 10px;
}
.bg-2 {
  width: 940px;
  height: 8px;
  background: #ff9c00;
  margin: 0 auto;
}
.bg-1 ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.bg-1 ul li {
  float: left;
  background: url(images/m2.png) no-repeat right center;
  padding: 0 2px 0 0;
}
.bg-1 ul li a {
  display: block;
  height: 40px;
  padding: 24px 27px 0 27px;
  color: #4c281e;
  text-decoration: none;
  text-transform: uppercase;
	font-weight: 700
}
.bg-1 ul li a:hover {
  color: #fff;
  background: #ff9c00;
}
/*Левое меню и Контент*/
#content {
  width: 960px;
  padding: 20px 0 0 0;
}
/*Контент - правый блок*/
.right {
  float: right;
  width: 690px;
  padding: 0 0 0 20px;
  text-align: justify;
}
.right h1 {
  text-transform: uppercase;
  color: #4c281e;
  font-weight: normal;
  margin-top: 0;
}
/*Левое меню - левый блок*/
.left {
  width: 250px;
  float: left;
}
.block-nad-menu {
  width: 240px;
  height: 10px;
  background: #ff9c00;
}
.block-pod-menu {
  width: 240px;
  margin: 0 0 0 10px;
  height: 10px;
  background: #4c281e;
}
.block-menu {
  width: 240px;
  border-left: 10px solid #ff9c00;
  background: #4c281e;
}
.left ul {
  margin: 0;
  padding: 10px 0 0 0;
  list-style: none;
}
.left ul li {
  background: url(images/m3.png) no-repeat bottom left;
}
.left ul li a {
  display: block;
  width: 225px;
  color: #fff;
  text-decoration: none;
  padding: 10px 5px 10px 10px;
}
.left ul li a:hover {
  background: #ff9c00 10px 8px;
}
/*Подвал*/
.myclr {
  clear: both;
  float: none;
  width: 100%;
  height: 1px;
}
#podval {
  border-top: 10px solid #4c281e;
  margin-top: 20px;
}
.yellow {
  width: 940px;
  height: 5px;
  margin: 0 auto;
  background: #ff9c00;
}
.p1 {
  float: left;
  width: 300px;
  padding: 15px 0 0 0;
}
.p2 {
  float: right;
  width: 200px;
  text-align: right;
  padding: 15px 20px 0 0;
}
.p3 {
  float: right;
  width: 30px;
  padding: 15px 0 0 0;
}