@font-face {
	font-family: 'MuseoCyr';
	src: url('../fonts/museocyr/MuseoSansCyrl_500.eot');
	src: url('../fonts/museocyr/MuseoSansCyrl_500.woff') format('woff'), 
	url('../fonts/museocyr/MuseoSansCyrl_500.ttf') format('truetype'), 
	url('../fonts/museocyr/MuseoSansCyrl_500.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}

body {
	/*font-family: MuseoCyr, Tahoma, Geneva, sans-serif;*/
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 14px;
	/*background-color: #ffffff;*/
}

h1, h2, h3, h4 {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
}

/* установка фиксированной ширины */
.container {
	width: 1020px;
}

/* набор фонов */
.common_bg {
	background-image: url(../img/common.png);
	background-repeat: no-repeat;
	background-position: 0px 0px;
}

/* фон с прозрачностью */
.bg_opac1 {
	background: url(../img/bg_opac1.png) repeat;
}

.bg_opac2 {
	background: url(../img/bg_opac2.png) repeat;
}

/* лоадер */
.tg_loading {
	min-height: 50px;
	background: url(../img/loader.gif) center center no-repeat #fff;
	height: 100%;
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 2000;
	display: none;
}

.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.alignleft {
	float: left;
}

/*
|--------------------------------------------------------------------------
| UItoTop jQuery Plugin 1.2
| http://www.mattvarone.com/web-design/uitotop-jquery-plugin/
|--------------------------------------------------------------------------
*/

#toTop {
	display: none;
	text-decoration: none;
	position: fixed;
	bottom: 10px;
	right: 10px;
	overflow: hidden;
	width: 40px;
	height: 40px;
	border: none;
	text-indent: 100%;
	background: url(../img/common.png) no-repeat -86px 0px;
}

#toTopHover {
	background:url(../img/common.png) no-repeat -86px 0px;
	width: 40px;
	height: 40px;
	display: block;
	overflow: hidden;
	float: left;
	opacity: 0;
	-moz-opacity: 0;
	filter:alpha (opacity=0);
}

#toTop:active, #toTop:focus {
	outline: none;
}
/*----------------------------------------------------------------------------*/

/*
 * CSS Styles that are needed by jScrollPane for it to operate correctly.
 *
 * Include this stylesheet in your site or copy and paste the styles below into your stylesheet - jScrollPane
 * may not operate correctly without them.
 */

.jspContainer
{
	overflow: hidden;
	position: relative;
}

.jspPane
{
	position: absolute;
}

.jspVerticalBar
{
	position: absolute;
	top: 0;
	right: 0;
	width: 16px;
	height: 100%;
	background: red;
}

.jspHorizontalBar
{
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 16px;
	background: red;
}

.jspCap
{
	display: none;
}

.jspHorizontalBar .jspCap
{
	float: left;
}

.jspTrack
{
	background: #dde;
	position: relative;
}

.jspDrag
{
	background: #bbd;
	position: relative;
	top: 0;
	left: 0;
	cursor: pointer;
}

.jspHorizontalBar .jspTrack,
.jspHorizontalBar .jspDrag
{
	float: left;
	height: 100%;
}

.jspArrow
{
	background: #50506d;
	text-indent: -20000px;
	display: block;
	cursor: pointer;
	padding: 0;
	margin: 0;
}

.jspArrow.jspDisabled
{
	cursor: default;
	background: #80808d;
}

.jspVerticalBar .jspArrow
{
	height: 16px;
}

.jspHorizontalBar .jspArrow
{
	width: 16px;
	float: left;
	height: 100%;
}

.jspVerticalBar .jspArrow:focus
{
	outline: none;
}

.jspCorner
{
	background: #eeeef4;
	float: left;
	height: 100%;
}

/* Yuk! CSS Hack for IE6 3 pixel bug :( */
* html .jspCorner
{
	margin: 0 -3px 0 0;
}
/*----------------------------------------------------------------------------*/