@charset "utf-8";

body {
	font-family: Arial, Helvetica, sans-serif;
	margin:0px;
	padding:0px;
	font-size:12px;
	background-color:#fceedc;

}

p, div, td, tr   {
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#000;
	text-align:justify;
}


p	{line-height:18px; color:#000}

ul {margin-left:20px; margin-bottom:15px; padding:0px; }

li {line-height:22px; padding:0px;}

h1            {color:#522f83; font: bold 30px Avanti, Tahoma, Geneva, sans-serif; margin:0px;}
h2            {
	color:#fff;
	font: normal 30px Avanti, Tahoma, Geneva, sans-serif;
	margin-bottom:0px;
	margin-top: 0px;
	margin-right: 0px;
	padding-top:7px;
	margin-left: 20px;
}
h3            {color:#522f83; font: bold 18px Avanti, Tahoma, Geneva, sans-serif; margin-bottom:10px;}
h4            {color:#522f83; font: bold 16px Avanti, Tahoma, Geneva, sans-serif; margin-bottom:10px;}
h5            {color:#522f83; font: bold 14px Avanti, Tahoma, Geneva, sans-serif; margin-bottom:10px;}


a             {color: #522f83; font-family: Arial, Helvetica, sans-serif;}
a:link   	  {color: #522f83; text-decoration: underline;} 
a:visited     {color: #522f83; text-decoration: underline;} 
a:active      {color: #522f83; text-decoration: underline;} 
a:hover       {color: #522f83; text-decoration: none;} 

#page {
	width:991px;
	margin-left:auto;
	margin-right:auto;
	margin-top:30px;
	background-image:url(/media/web/mainbg.gif);
	border: 1px solid #000;
}
	
#header {
	width:822px;
	height:140px;
	background-image:url(/media/web/headerbg.gif);
	}

#header img {
	margin-top:40px;
	margin-left:20px;
}

#flash {
	float:left;
	width:822px;
	height:340px;
	background-image:url(/media/web/flashbg.jpg);
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #000;
	border-bottom-color: #000;
}
	
@font-face {
  font-family: Avanti;
  src: local("Avanti"),
  src: url(AVA.TTF);
  /* font-weight, font-style ==> по умолчанию normal */
}

	

#menu {
	float:right;
	width:169px;
	height:342px;
	background-image:url(/media/web/menubg.gif);
}

#menu ul {
	list-style-type: none;
	margin-left:30px;
	margin-top:60px;
}

#menu li a {
	line-height:33px;
	font-family:Avanti, Tahoma, Geneva, sans-serif;
	color:#FFF;
	font-size:18px;
	text-decoration:none;
}

#menu li a:hover {
	color:#FF9

}

#content {
	width:822px;
	float:left;
	background-color:#FFF;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #000;
	padding-bottom:30px;
}
	
#content p {
	margin-left:20px;
	margin-right:20px;
	font-size:14px;
	line-height:20px;
	color:#000;
}

#content table {
	margin-left:20px;
}

#content td {

font-size:14px;
}
	
	
#titlebg {
	width:822px;
	height:48px;
	background-image:url(/media/web/titlebg.gif);
	margin-bottom:40px;}

	#tab1 {
		width:670px;
		margin-left:auto;
		margin-right:auto;
		text-align:center;}	

	#tab1 td {
		text-align:center;}



#slideflow {
	height: 90px;
	position: relative;
	padding-bottom:20px;
	cursor: default;
}

#slideflow img {
	position:absolute;
	top:0px;
}

/* For future use - these don't work with IE6 */
.closedHand {
	cursor: url(/media/images/closedhand.cur), move !important;
}

.openHand {
	cursor: url(/media/images/openhand.cur),  default !important;
}

.selectable {
	cursor: pointer !important;
}


.slider {
	-moz-user-select: none;
	-khtml-user-select: none;
	user-select: none;
	border:0;
}
.slider .sliderbutton {
	margin-top: 0 !important;
}

#sl0base {
	background: url(/media/images/slideflowslider-bg.gif) no-repeat;
	margin-left: auto;
	margin-right: auto;
}

#sl0slider {
	background: url(/media/images/seekslider.gif) no-repeat;
	margin-top: 6px;
	float :left;
	cursor: default;
}

#sl0slider:hover, #sl0slider.hover {
	background: url(/media/images/seekslider-hover.gif) no-repeat;
}


h1#title  {text-aling:center;font-size:18px;}

h2#subtitle{text-aling:center;font-size:18px;color:#000;}
