﻿@CHARSET "UTF-8";

/* --------------------------------------------------------------------------------------------- */ 
/* СТРУКТУРА, СЕТКА */

html {
	height: 100%;
}
body {
	width: 100%;
	margin: 0px;
	padding: 0px;
	background-color: #fff;
	background-position: fixed;
	font-family: "Times New Roman", serif;
	font-size: 90%;
	line-height: 140%;
	color: #555;
	/* overflow-x: hidden; */
	//behavior: url('/htc/bodybehavior.htc');

	height: 100%; 
	min-height: 100%; 
	position: relative;
}

#body {
	position: relative;
	overflow: hidden;
}
#inner-body {
	padding: 30px 0 50px 50px;
	min-width: 900px;
}


#loader {
	position: absolute;
	top: 49%;
	left: 49%;
	width: 24px;
	height: 24px;
	background: url('/img/ajax-loader-white.gif');
}

/* --------------------------------------------------------------------------------------------- */ 
/* ЗАГОЛОВКИ, ТЕКСТ */

h1 { position: relative; color: #333; font-family: Tahoma, Arial, sans-serif; font-size: 320%; line-height: 120%; font-weight: normal; padding: 0; margin: 0 0 30px -3px; } 
h2 { position: relative; color: #000; font-size: 150%; line-height: 125%; font-weight: normal; padding: 0px; margin: 0 0 15px -1px; }

p { position: relative; padding: 0px 0px 0px 0px; margin: 0px 0px 15px 0px; }

ul.list { margin: 0px 0px 1.2em 0px; }
ul.list li { margin-top: 5px; //margin-left: 20px; list-style-position: outside; list-style-type: disc; }
ul.list li ul.list li { margin-left: 20px; }

ol { padding: 0px 0px 0px 0px; margin-left: 0px; margin-top: 0px; list-style-type: decimal; list-style-position: outside; //height: 1%; }
ol li { position: relative; padding: 0px 0px 0px 0px; margin: 0px 0px 5px 0px; //margin-left: 30px; }
ol.alpha { list-style-type: lower-alpha; }

.small {
	font-family: Tahoma;
	font-size: 75%;
	line-height: 150%;
}
.large { font-size: 130%; line-height: 135%; }
.x-large { font-size: 150%; line-height: 125%; }

b, strong, .bold {
	color: #000;
}

/* --------------------------------------------------------------------------------------------- */ 
/* ЦВЕТА И ССЫЛКИ */

.black, span.a-hover:hover { color: #000; }
.linkcolor { color: #c4161c; }
.textcolor { color: #262626; }
.gray { color: #999; }
.white { color: #fff; }
.red { color: #c4161c; }

a { text-decoration: underline; }
a:focus { outline: 1px dotted invert; }
a { color: #c4161c; }
a:visited { color: #c4161c; }
a:hover { color: #000000; }
a.textcolor, a.textcolor:hover, a.textcolor:visited { text-decoration: none; color: #555; }
a.gray { color: #999; }


/* --------------------------------------------------------------------------------------------- */ 
/* ОБЩИЕ ЭЛЕМЕНТЫ ИНТЕРФЕЙСА */

#logo {
	position: absolute;
	margin-left: 847px;
	z-index: 2;
}
#logo #reg-sign { position: absolute; top: -5px; left: 50px; }

#nava {
	position: relative;
	margin-bottom: 50px;
	padding: 0;
	list-style: none;
	line-height: 130%;
}
#nava li {
	position: relative;
	float: left;
	margin-right: 40px;
	padding: 0px;
	list-style: none;
}

#footer {
	position: relative;
	padding: 40px 0 40px 600px;
	margin: 0px;
	float: left;
}
#footer .marginal {
	position: absolute;
	margin-left: -25px;
	width: 25px;
	text-align: right;
}

#content {
	width: 900px;
	margin: 30px 0;
}

.pager {
	font-size: 120%;
}
.pager a, .pager span {
	padding: 3px 8px;
	border: #ddd 1px solid;
	text-decoration: none;
	font-weight: bold;
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
}
.pager span {
	background-color: #e5e5e5;
}

ul, ol,
ul li, ol li {
	margin: 0;
	padding: 0;
	list-style: none;
	border: none;
}

.cursor {
	position: absolute;
	z-index: 1000;
	margin-top: 1px;
}

.thumbs {
	position: relative;
	margin: 30px 0;
}
.thumbs li {
    float: left;
    margin-right: 10px;
    cursor: pointer;
    // cursor: hand;
}
.thumbs li.selected {
    float: left;
    margin-right: 10px;
    cursor: auto;
}


/* --------------------------------------------------------------------------------------------- */ 
/* СЕМИНАРЫ */

.seminars .intro {
	position: relative;
	height: 8em;	
}
.seminars .intro #want {
	position: absolute;
	right: -55px;
	margin-top: -35px;
}
.seminar {
	margin: 40px 0;
}
.seminar .info {
	float: left;
	margin-left: 30px;
	width: 365px;
}

.seminar .photos {
	position: relative;
	float: left;
}
.seminar .photos .photo-controls {
	display: none;
}
.seminar .photos .jcarousel-list {
}
.seminar .photos .jcarousel-container-horizontal {
}
.seminar .photos .jcarousel-clip-horizontal {
    width:  500px;
    height: 333px;
}
.seminar .photos .jcarousel-item {
	position: relative;
	overflow: hidden;
    width: 500px;
    height: 333px;
    margin-right: 0;
}

.seminar .photos .jcarousel-prev,
.seminar .photos .jcarousel-next {
	position: absolute;
	top: 143px;
	z-index: 100;
	cursor: pointer;
	//cursor: hand;
}
.seminar .photos .jcarousel-prev {
	margin-left: 10px;
}
.seminar .photos .jcarousel-next {
	position: absolute;
	right: 10px;
}
.seminar .photos .jcarousel-prev-disabled-horizontal,
.seminar .photos .jcarousel-next-disabled-horizontal {
	cursor: auto;
	visibility: hidden;
}

.seminars textarea {
	height: 90px;
}


/* --------------------------------------------------------------------------------------------- */ 
/* ФОРМЫ */

form {
	margin: 0;
	padding: 0;
}
.input {
	width: 100%;
}
 /* IE7 only */
*+html div.input {
	padding-right: 6px;
}

/* IE6 only */
* html div.input {
	width: 98% !important; /* TODO: UNHACK! Hack better! */ 
}

input, select, textarea {
	font-family: "Times New Roman", serif;
	font-size: 100%;
	line-height: 140%;
	color: #555555;	
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}
input {
	padding-top: 1px;
	padding-bottom: 1px;
}

.input input, .input textarea, .input select {
	width: 100%;
}
.form .item {
	position: relative;
	margin: 10px 0px 10px 0px;
}
.form .label {
	position: absolute;
	width: 22%;
	left: 0px;
	text-align: right;
	line-height: 180%;
}
.form .element {
	position: relative;
	left: 25%;
	width: 70%;
}

.form .error {
	margin: 5px 0px 5px 0px;
}
.form .error .element {
	padding: 5px;
	margin-left: -5px;
	margin-right: -10px;
	background-color: #fce1d9;
}
.form .error .label {
	padding-top: 5px;
}
.form .error-message {
	clear: both;
	margin-top: 3px;
	font-family: Tahoma, sans-serif;
	font-size: 90%;
	line-height: 140%;
	padding: 2px 0px 2px 17px;
	background-image: url('/img/icons/error-notice.gif');
	background-repeat: no-repeat;
	background-position: 0px 4px;
}



.web-pdf { 
	margin-top: 27px; 
	width: 56px; 
	height: 56px; 
	overflow: hidden; 
	position: absolute;
}
.web-pdf img {
	position: relative;
	margin-top: -56px;
}
.web-pdf a:hover img {
	margin-top: 0px;
}