body {
	margin:0;
	padding:0;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	background-image:url(/images/bg.jpg);
	background-color:#FBFCFE;
	background-position:-5% 0;
	background-repeat:repeat-x;
}

#PageWrapper, #Logo, #Menu, #Banner, #ContentWrapper, #Footer {width:800px;}

#PageWrapper {
	/*width:900px;*/
	position:relative;
	top:0;
	left:50%;
	margin-left:-400px;
	margin-bottom:50px;
}

#Logo {
	margin:30px 0 31px 0;
	position:relative;
	height:30px;
}

#Logo .pic {
	display:block;
	cursor:pointer;
	position:absolute;
	top:-35px;
	left:-112px;
	width:360px;
	height:90px;
	background-image:url(/images/logo.png);
	background-repeat:no-repeat;
	_background-image:url(/images/logo.gif);
}

#Logo h1 {
	font-size:28px;
	color:#FFF;
	display:inline;
	font-style:italic;
	font-weight:normal;
	padding-left:10px;
	margin:0 0 0 200px;
	vertical-align:top;
	border-left:1px solid #FFF;
}

#Menu {
	height:35px;
	font-size:18px;
}

#Menu .first {
	margin:0 10px 0 0;
}

#Menu ul li, #Menu ul li.active {
	background-image:url(/images/left-corner.gif);
	background-position:0 0;
	background-repeat:no-repeat;
}

#Menu ul li a, #Menu ul li.active a {
	background-image:url(/images/right-corner.gif);
	background-position:100% 0px;
	background-repeat:no-repeat;
}

#Menu ul {
	margin:0;	
	padding:0;
	clear:right;
}

#Menu ul li {
	list-style:none;
	margin:0 5px;
	padding:0;
	float:left;
	background-color:#CAF4E0;
}

#Menu ul li:hover {
	background-color:#EAFBF2;
}

#Menu ul li a {
	height:29px;
	color:#008049;
	padding:1px 15px 0 15px;
	display:inline-block;
	padding-top:6px;
	text-decoration:none;
}

#Menu ul li.active {
	background-color:#007142;
	height:35px;
	margin:0 5px 0 0;
}

#Menu ul li.active a {
	color:#FFF;	
	text-decoration:none;
	cursor:default;
}

#Banner {
	height:67px;
	background-color:#007142;
	border-top:4px solid #007142;
}

#Banner-2 {
	margin-bottom:5px;	
}

#Banner-3 {
	text-align:center;
	margin-top:20px;
}

#ContentWrapper {
	border-top:2px solid #007142;
	background-color:#FFF;
	padding:5px 5px 50px 30px;
	display:inline-block;
	color:#666;
	width:765px;
	line-height:1.3;

	
	-moz-border-radius-topright:0;
	-webkit-border-top-right-radius:0;
	
	-moz-border-radius-bottomright:7px;
	-webkit-border-bottom-right-radius:7px;
	
	-moz-border-radius-bottomleft:7px;
	-webkit-border-bottom-left-radius:7px;
	
	-moz-border-radius-topleft:0;
	-webkit-border-top-left-radius:0;
	
	-moz-box-shadow: 0 5px 15px #E1E2E2;
	-webkit-box-shadow: 0 5px 15px #E1E2E2;
}

#LeftCol, #RightCol {float:left;}

#LeftCol {
	width:460px;
	padding-right:7px;
}

#RightCol {width:295px;}

#Partners {text-align:center;}
#Partners p {margin-bottom:20px;}


#Footer {
	clear:both;
	margin:20px 0;
}

#Footer p {
	margin:7px;
	text-align:center;
}

#Footer a {font-size:11px;}

a {color:#007142;}

a:hover {text-decoration:none;}

img {border:0;}

p {margin:15px 0;}

ul {padding-left:23px;}

li {
	list-style-image:url(/images/bull.gif);
	margin:5px 0;
}

.event-block {
	height:220px;
	background-image:url(/images/event-bg.gif);
	background-repeat:no-repeat;
	margin:35px 0 35px -30px;
	border-left:4px solid #00C372;
	padding:20px 0 0 50px;
	color:#000;
	line-height:1.5;
	position:relative;
}

.event-block p {
	font-size:14px;
	margin:15px 0 0 0;
}

.event-block h1 {margin:0;}

h1, h2, h3 {margin:15px 0;}

h1 {font-size:180%;}
h2 {font-size:150%;}
h3 {font-size:120%;}

.black {color:#000000;}
.gray {color:#7B7B7B;}
.light-gray {color:#BFBFBF;}
.green {color:#007142;}
.red {color:#FF0000;}
.gray-bg {
	color:#000;
	background-image:url(/images/gray-bg.gif);
	background-repeat:repeat-y;
}


.expl {font-size:11px;}

#Program tr td {
	vertical-align:top;	
}

#Program .odd {
	padding-top:19px;	
}

#Program .time {
	text-align:right;
	padding-right:10px;
	padding-left:0;
}

/*REGISTRATION FORM*/

#order-form {
	background:#FFFBD3;
	padding:10px 15px 15px;	
}

#order-form h1 {
	margin:5px 0 0 0;
}

#order-form label {
	display:block;
	margin-top:10px;
}

#order-form fieldset {
	border:0;
	margin:0 0 30px 0;
	padding:0;
}

#order-form input.quantity {
	width:80px;	
	margin-top:-18px;
	float:right;
}

#order-form fieldset input {
	border:1px solid #7F9DB9;
	padding:1px 2px;
	width:260px;
}

#order-form textarea {
	border:1px solid #7F9DB9;
	height:85px;
	padding:1px 2px;
	width:260px;
}

#order-form .order-submit {
	margin-left:2px;	
}

#order-form .error {
	color:#AA0000;
	display:none;
	margin:0;
}

/*END REGISTRATION FORM*/

dl {}

dt {
	float:left;
	width:70px;
}

dt img {
	padding:2px;
	border:1px solid #007142;
	margin-bottom:20px;
}

dd {
	float:left;
	width:340px;
	margin-bottom:20px;
}

#PartnersBlock dt {
	width:160px;
	float:none;
}

#PartnersBlock dd {
	float:none;
	width:auto;
	margin-left:0;
	margin-bottom:30px;
}

#PartnersBlock dt img {
	padding:0;
	border:0;
	margin-bottom:10px;	
}

#PartnersBlock h2 {
	clear:both;	
}

#payonlinesystem-payment .logo {
	float:right;
	margin:5px;
}

/*-----------------\/Добавлены классы\/------------------------*/


.video-preview, .present-preview {
	cursor:pointer;
	display:inline-block;
	position:relative;
	border-style: solid;
	border-color: #d6dbde;
	border-width: 3px;
	opacity: 0.85;
	filter: alpha(opacity=85);
}

.video-preview-plus  {
	bottom:38px;
	position:absolute;
	right:55px;
}

.popup-wnd
{
	background-image:url("/gallery/video/bg.png");
	position:fixed;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	z-index:999;
}

.popup-wnd .window-body
{
	background:url("/images/gallery/bg_lightbox_large.png") no-repeat scroll 0 0 transparent;
	height:550px;
	width:710px;
	z-index:1000;
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top: -275px;
	margin-left: -355px;
}

.popup-wnd .window-body .window-header  {
	height:20px;
	margin:16px 0 0;
	position:relative;
	text-align:right;
}

.window-header .close-button {
	cursor:pointer;
	position:absolute;
	right:20px;
	top:0;
	background-image: url("/images/gallery/btn_close.png");
	background-position: right center;
	background-repeat: no-repeat;
}

.close-button .close-button-text
{
	color:#686D75;
	float:left;
	font-weight:bold;
	height:20px;
	line-height:20px;
	margin:1px 25px 0 0;
	text-decoration:none;
	text-transform:uppercase;
}

.window-content {
	margin:10px 0 0;
	text-align:center;
	padding: 20px;
}

.hidden
{
	display: none;
	visibility: hidden;
}