@charset "utf-8";

/* Reset */
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, code,
del, dfn, em, img, q, dl, dt, dd,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
  margin: 0;
  padding: 0;
  border: 0;
  font-weight: inherit;
  font-style: inherit;
  font-family: inherit;
  vertical-align: baseline;
}
ul, ol, li{
  margin-top: 0;
  border: 0;
  font-weight: inherit;
  font-style: inherit;
  font-family: inherit;
  vertical-align: baseline;
  font-size: 1em;
}

/* Tables still need 'cellspacing="0"' in the markup. */
table { border-collapse: separate; border-spacing: 0; }
caption, th, td { text-align: left; font-weight: normal; }
table, td, th { vertical-align: middle; }

/* Remove possible quote marks (") from <q>, <blockquote>. */
blockquote:before, blockquote:after, q:before, q:after { content: ""; }
blockquote, q { quotes: "« »"; }

/* Remove annoying border on linked images. */
a img { border: none; }

/*****/

/*div {border: 1px solid gray !important;}*/
﻿/* native elements */
html, body {
	height: 100%;
	width: 100%;
	padding: 0;
	margin: 0;
	font-family: "Trebuchet MS", "Tahoma", "Verdana", "Trebuchet MS", sans-serif;
	font-size: 12px;
}
a:link {
	text-decoration: underline;
}
a:hover {
	text-decoration: none;
}
a.nodecor:link, a.nodecor:hover {
	text-decoration: none;
}
h1 {
	font-size: 24px;
	margin: 10px 0 0 -10px;
	padding: 0;
	border: 0;
}
h1.pagetitle {
	font-size: 20px;
	margin: 10px 0 0 0px;
	padding: 0 0 0 10px;
	border-left: 4px solid #CCC;
}
h2 {
	font-size: 15px;
	margin: 10px 0 5px 0;
	padding: 0;
	font-weight: bold;
	border: 0;
}
h1 a:link, h1 a:visited,
h2 a:link, h2 a:visited {
	color: black;
	text-decoration: none;
}
p {
	font-size: 13px;
	padding: 10px 0;
}
abbr, acronym {
	border-bottom: 1px dashed;
	cursor: help;
	zoom: 1;
}
strong {
	font-weight: bold;
}
em {
	font-style: italic;
}
code {
	font-family: monospace;
	font-size: 105%;
	color: #666666;
}
a.inner:link, a.inner:visited {
	text-decoration: none;
	border-bottom: 1px dashed;
	zoom: 1;
}
a.inner:hover {
	border-bottom: 0;
}
.nobr {
	white-space: nowrap;
}
.big {
	font-size: 180%;
}
.small {
	font-size: 80%;
}
.right {
	text-align: right;
}
.center {
	text-align: center;
}
.alignleft {
	float: left;
}
.alignright {
	float: right;
}
.error{
	color: #990000;
}
.thankyou{
	color: #FF6600;
	font-size: 120%;
}

.blue, a.blue:link, a.blue:visited {
	color: #0479ba;
}
.green, a.green:link, a.green:visited {
	color: #21892d;
}
.yellow, a.yellow:link, a.yellow:visited {
	color: #f89606;
}
.pink, a.pink:link, a.pink:visited {
	color: #e21539;
}
.bluebg, a.bluebg:link, a.bluebg:visited,
.active a.blue:link, .active a.blue:visited  {
	color: #fff;
	background-color: #0479ba;
}
.greenbg, a.greenbg:link, a.greenbg:visited,
.active a.green:link, .active a.green:visited  {
	color: #fff;
	background-color: #21892d;
}
.yellowbg, a.yellowbg:link, a.yellowbg:visited,
.active a.yellow:link, .active a.yellow:visited {
	color: #fff;
	background-color: #f89606;
}
.pinkbg, a.pinkbg:link, a.pinkbg:visited,
.active a.pink:link, .active a.pink:visited{
	color: #fff;
	background-color: #e21539;
}

#window {
	width: 100%;
	height: 100%;
	position: relative;
	border: 0px dashed #0000FF;
}


#topstripe,  #bottomstripe {
	position: relative;
	width: 100%;
	height: 4px;
	background-color: #000;
	background-repeat: repeat-y;
	background-position: 50px 0;
}
#bottomstripe {
	width: auto;
}

#header {
	text-align: center;
}

#mainContent {
	margin: 0 50px;
}

ul#navi {
	padding: 0;
	clear: both;
	width: 100%;
	margin: 10px 0;
}
ul#navi li {
	display: block;
	width: 24.9%;
	float: left;
	padding: 0;
	text-align: center;
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
}
ul#navi li a:link, ul#navi li a:visited{
	font-size: 1.7em;
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	padding: 5px 10px;
}
ul#navi li.active a:link, ul#navi li.active a:visited{
	text-decoration: none;
}
#feedback-switch {
	font-size: 150%;
	height: 45px;
	padding: 5px 10px;
	color: #FFFFFF;
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	background: url(orange.png) repeat-x 0 0;
}

#feedback-splash {
	display: block;
	width: 100%;
	text-align: center;
	padding: 20px 0;
	font-size: 130%;
}
#feedback-splash a:link, #feedback-splash a:visited {
	color: #81161c;
}
#feedback {
	display: block;
	background: #f69108;
	padding: 0;
	margin: 20px;
	width: 600px;
	font-size: 80%;
}
.lt {background: url(corner-lt.gif) 0 0 no-repeat;}
.rt {background: url(corner-rt.gif) 100% 0 no-repeat;}
.rb {background: url(corner-rb.gif) 100% 100% no-repeat;}
.lb {background: url(corner-lb.gif) 0 100% no-repeat;}

#feedback form {
	margin: 0 20px;
}

#feedback label {
	font-size: 110%;
}
#feedback table {
	border: 0px solid black;
	border-collapse: collapse;
	width: 100%;
	margin: 0;
	padding:5px 0;
}
#feedback table td{
	width: 50%;
	padding: 5px 0;
}
#feedback table td.left{
	text-align: left;
	width: 20%;
}
#feedback table td.right{
	text-align: left;
	width: 80%;
}

#feedback input {
	width: 99%;
}
#feedback input#submit {
	width: auto;
	float: right;
}
p.hint {
	color: #FFCC99;
	font-size: 90%;
	margin: 0;
}

#feedback textarea {
	width: 99%;
	height: 82px;
}

#map {
	border: 10px solid #E21539;
}
.address {
	color: #999999;
	margin: 10px 0;
	padding: 0 10px;
}

#footer {
	font-size: 90%;
}

#footer a:link, #footer a:visited{
	color: #333333;
}
#footer table {
	border: 0px solid black;
	border-collapse: collapse;
	width: 100%;
	padding: 0;
	margin: 10px 0;
}
#footer table td{
	width: 33%;
}
#footer table td.left{
	text-align: left;
	padding-left: 50px;
}
#footer table td.center{
	text-align: center;
}
#footer table td.center a:link,
#footer table td.center a:visited{
	color: #0679A8;
}
#footer table td.right{
	text-align: right;
	padding-right: 50px;
}

.vkontakte {
	padding-left: 20px;
	background: transparent url(http://vkontakte.ru/favicon.ico) 1px 4px no-repeat;
}

#contacts {
	position: relative;
	min-height: 550px;
	clear: both;
	margin: 20px 0;
}

#contacts .content {
	float: left;
	width: 50%;
	margin: 20px;
	font-size: 130%;
}

#map {
	float: left;
}

.schedule {
	border-collapse: collapse;
	margin: auto;
}

.schedule caption {
	font-size: 120%;
	text-align: center;
	padding: 10px;
}

.schedule tr {
	vertical-align: top;
}

.schedule tr td {
	padding: 10px;
	border: 1px solid #CCC;
}

.schedule tr th {
	padding: 10px;
	border: 1px solid #CCC;
	background: #EEE;
	font-weight: bold;
}

.schedule thead tr th {
	text-align: center;
}

#ribbon {
	position: absolute;
	width: 400px;
	height: 400px;
	top: 0;
	left: 0;
	background: url(ribbon.png) 0 0 no-repeat;
}