* {
  padding: 0;
  margin: 0;
  border: 0;
}

body {
  background: #fff url(/images/body-bg.png) left top repeat-x;
  font-family: Arial;
  font-size: 62.5%; /* 10px base */
  color: #393939;
}

body.vip {
  background-image: url(/images/body-bg-vip.png);
}

body.show {
  background-image: url(/images/body-bg-show.png);
}

a,
a:hover,
a:active,
a:visited {
  color: #E30000;
}

a:hover {
  text-decoration: none;
}

#ctr {
  font-size: 1.2em;
  /*width: 1000px;
  margin: 0 auto;*/
}

#logo {
  margin-top: 25px;
  margin-left: 30px;
  margin-bottom: 15px;
  width: 235px;
  height: 100px;
  background: url(/images/logo.png) left top no-repeat;
  float: left;
}

.show #logo {
  background-image: url(/images/logo-show.png);
}

.vip #logo {
  background-image: url(/images/logo-vip.png);
}

#contacts {
  float: right;
  width: 215px;
  padding: 20px 30px 30px 0;
  background: url(/images/phone.png) right 15px no-repeat;
  font-family: "Trebuchet MS";
  font-size: 16px;
  color: #5F5F5F;
}

.vip #contacts {
  background-image: url(/images/phone-vip.png);
}

.show #contacts {
  background-image: url(/images/phone-show.png);
}

#contacts .phone {
  color: #E30000; /*0055AD;*/
  font-size: 30px;
}

.show #contacts .phone {
  color: #930068;
}

.vip #contacts .phone {
  color: #28852E;
}

.school #contacts .phone {
  color: #0055AD;
}

#contacts .code {
  font-size: 12px;
  vertical-align: super;
  margin-right: 10px;
}

#main {
  background: url(/images/cars.png) left top no-repeat;
  clear: both;
  border-bottom: 1px dotted #808080;
}

.topmenu {
  list-style-type: none;
  margin-right: 36px;
  float: right;
  font-family: "Trebuchet MS";
}

.topmenu li {
  float: left;
  width: 211px;
  height: 143px;
  background: url(/images/button-bg.png) left top no-repeat;
  text-align: left;
  margin-left: 17px;
  padding-left: 2px;
}

.topmenu .i1 {
  margin-left: -1px;
}

.show .topmenu li {
  background-image: url(/images/button-bg-show.png);
}

.vip .topmenu li {
  background-image: url(/images/button-bg-vip.png);
}

.school .topmenu li {
  background-image: url(/images/button-bg-school.png);
}

.show .topmenu li.active {
  background-image: url(/images/button-bg-show-selected.png);
  color: #930068;
}

.vip .topmenu li.active {
  background-image: url(/images/button-bg-vip-selected.png);
  color: #29852E;
}

.school .topmenu li.active {
  background-image: url(/images/button-bg-school-selected.png);
  color: #29852E;
}

.topmenu a {
  width: 189px;
  height: 139px;
  display: block;
  margin-top: 2px;
  padding-left: 10px;
  padding-right: 10px;
}

.inside .topmenu a {
  opacity: 0.5;
}

.topmenu a,
.topmenu a:hover,
.topmenu a:visited,
.topmenu a:active {
  color: #000;
  font-size: 18px;
  text-decoration: none;
}

.topmenu .active a,
.topmenu .active a:hover,
.topmenu .active a:visited,
.topmenu .active a:active {
  height: 141px;
  opacity: 1;
}


.school .topmenu .active a,
.school .topmenu .active a:hover,
.school .topmenu .active a:visited,
.school .topmenu .active a:active {
  color: #0055AD;
}

.show .topmenu .active a,
.show .topmenu .active a:hover,
.show .topmenu .active a:visited,
.show .topmenu .active a:active {
  color: #930068;
}

.vip .topmenu .active a,
.vip .topmenu .active a:hover,
.vip .topmenu .active a:visited,
.vip .topmenu .active a:active {
  color: #29852E;
}

.submenu {
  width: 673px;
  height: 38px;
  margin-right: 35px;
  padding-top: 25px;
  float: right;
  font-family: "Trebuchet MS";
  background: url(/images/submenu-bg.png) left top no-repeat;
}

.show .submenu {
  background-image: url(/images/submenu-bg-show.png);  
}

.vip .submenu {
  background-image: url(/images/submenu-bg-vip.png);  
  margin-right: 36px;
}

.school .submenu {
  background-image: url(/images/submenu-bg-school.png);  
  margin-right: 36px;
}

.submenu ul {
  list-style: none;
  margin-left: 20px;
}

.submenu ul li {
  float: left;
  margin-right: 10px;
  padding-right: 10px;
  border-right: 1px solid #E30000;
}

.submenu ul li.active a,
.submenu ul li.active a:hover,
.submenu ul li.active a:visited,
.submenu ul li.active a:active {
  font-weight: bold;
}

.submenu ul li.last {
  border-right: none;
}

.i1 {
  background: transparent url(/images/i1.png) left top no-repeat;
}

.i2 {
  background: transparent url(/images/i2.png) left top no-repeat;
}

.i3 {
  background: transparent url(/images/i3.png) left top no-repeat;
}

.sidebar_left {
  margin-top: 315px;
  float: left;
  width: 237px;
  padding-left: 30px;
}

.content {
  margin-top: 20px;
  margin-left: 290px;
  padding-bottom: 50px;
}

.content ul {
  margin-left: 25px;
}

.content li {
  list-style-image: url(/images/bullet.png);
  margin: 5px 0;
}

h1 {
  color: #EC103C;
  font-size: 18px;
  text-transform: uppercase;
  margin: 20px 0;
}

.vip h1 {
  color: #28852E;
}

.show h1 {
  color: #930068;
}

.school h1 {
  color: #0055AD;
}

h2 {
  color: #666;
  font-size: 16px;
  margin: 15px 0;
}

p {
  margin: 10px 0;
}

.newsitem .date {
  font-size: 10px;
  color: #9D9D9D;
}

#footer {
  margin-top: 25px;
  clear: both;
  padding: 0 30px;
}

#footer .last {
  height: 30px;
}

#footer address {
  font-style: normal;
}

.left {
  float: left;
}

.right {
  float: right;
}

.cright {
  clear: right;
  height: 10px;
}

.noh {
height: 0;
}


div.last {
  clear: both;
}
.highslide {
	margin-right: 10px;
}

table { 
	width: 90%;
	border-collapse: collapse;
}

td {
  padding: 5px;
}

.vip td {
  border: 1px solid #28852E;
}

.show td {
  border: 1px solid #930068;
}

.school td {
  border: 1px solid #0055AD;
}

.seeMore {
display: none;
}

.spoiler {
cursor: pointer;
}
