@charset "utf-8";

/* основные стили */

* {
  margin: 0;
  padding: 0;
}

body {
  font-family: Tahoma, Geneva, sans-serif;
  font-size: 14px;
  background-color: #FFFFFF;
}

ol, ul {
  list-style-image: none;
  list-style-position: outside;
  list-style-type: none;
}

a {
  color: #000000;
}

h2 {
  color: #538D9B;
  font-size: 22px;
  font-weight: normal;
  margin-top: 1.2em;
  margin-bottom: 1.2em;
}

h3 {
  color: #538D9B;
  font-size: 16px;
  font-weight: normal;
  margin-top: 1.2em;
  margin-bottom: 1.2em;
}

.main {
  width: 900px;
  margin: 22px auto;
}

.hidden {
  display: none !important;
}

.black {
	color: #666666 !important;
}

#logo {
	background: url(/img/main_logo.gif) left center no-repeat;
	text-indent: -3000px;
	height: 80px;
	margin-bottom: 22px;
	cursor: pointer;
}

.slides_container {
	width:600px;
	height:240px;
}

#name {
	width: 300px;
	height: 240px;
	background: #538D9B url(/img/name.gif) center center no-repeat;
	text-indent: -3000px;
	margin-bottom: 22px;
}

#topic_header {
	background-color: #538D9B;
	color: #FFFFFF;
	margin-right: 22px;
	margin-bottom: 22px;
	height: 28px;
}

#navigation_header {
	background-color: #66CCCA;
	margin-bottom: 22px;
	height: 28px;
}

#navigation {
	margin-left: 22px;
	margin-bottom: 36px;
}

#navigation li {
	font-size: 16px;
	color: #999999;
	line-height: 2.2em;
}

#navigation a {
	color: #66CCCA;
}

#navigation a:hover {
	color: #538D9B;
}

#sponsors {
	text-align: center;
}

#sponsors p {
	margin-bottom: 12px;
}

#sponsors img {
	margin-bottom: 22px;
}

#txt {
	margin-right: 22px;
	margin-bottom: 22px;
}

#txt p {
	line-height: 1.4em;
	color: #333333;
	margin-bottom: 1.4em;
}

#footer {
	margin-bottom: 22px;
	margin-top: 22px;
	border-top: solid #666666 1px;
	padding-top: 12px;
	font-size: 11px;
}

#register_form {
    padding-top: 16px;
    padding-bottom: 16px;
}

#register_form label {
    width: 35%;
    float: left;
    display: inline;
    margin-top: 18px;
}

#register_form input, #register_form textarea, #register_form select {
    width: 62%;
    float: left;
    display: inline;
    margin-top: 16px;
    padding: 4px;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
    font-size: 10pt;
}

#register_form select {
	width: 62%;
	cursor: pointer;
}

#register_form textarea {
    height: 120px;
}

#register_form #ok {
    float: right;
    width: 25%;
    cursor: pointer;
}

#txt li {
    list-style-type: decimal !important;
	margin-bottom: 1.4em;
	margin-left: 22px;
}
