*{padding: 0;margin: 0;border: 0;}

body {
	font-family: Arial, Helvetica, sans-serif;
	background-color: #555555;
	background-image: url(images/body_bg_top.jpg);
	background-repeat: repeat-x;
	background-position: top;
	padding: 0;
	margin: 0;
	font-size: 14px;
	color:#404040;
}


h1, h2, h3, h4, h5, h6{
	font-family:"Times New Roman", Times, serif;
	letter-spacing:.07em;
	text-transform:capitalize;
	color:#880100;
	
}
a:link, a:visited{
	color: #8a0000;
}

a:hover {
	color: #CC0000;
}

span.right {float:right;}

.main_container {
	width: 984px;
	margin: 0 auto;
}

.main_header {
	background: url(images/header_bg.jpg) no-repeat;
    height: 279px;
}
/*------------------------------------------------------вывпадающее меню------------------------------------*/
.menu {
	font-family: arial, sans-serif;
	width:656px;
	height:100px; 
	position:relative; 
	font-size:11px; 
	z-index:100;
	padding:183px 0 0 167px;
}
.menu ul li a, .menu ul li a:visited {
	display:block; 
	text-decoration:none; 
	color:#000;
	width:80px; 
	height:18px; 
	text-align:center; 
	color:#fff;
	background: url(images/menubuton_a.gif); 
	line-height:18px; font-size:11px; overflow:hidden;
}
.menu ul {
	padding:0; 
	margin:0; 
	list-style: none;
}
.menu ul li {
	float:left; 
	position:relative;
}
.menu ul li ul {
	display: none;
}

/* specific to non IE browsers */
.menu ul li:hover a {
	color:#fff; 
	background:url(images/menubuton_hover.gif);
}
.menu ul li:hover ul {
	display:block; 
	position:absolute; 
	top:18px; 
	left:0; 
	width:80px;
}
.menu ul li:hover ul li a.hide {
	background:#880000; 
	color:#fff;
}
.menu ul li:hover ul li:hover a.hide {
	background:#6fc; 
	color:#000;
}
.menu ul li:hover ul li ul {
	display: none;
}
.menu ul li:hover ul li a {
	display:block; 
	background:#ddd; 
	color:#000;
}
.menu ul li:hover ul li a:hover {
	background:#880000; 
	color:#fff;
}
.menu ul li:hover ul li:hover ul {
	display:block; 
	position:absolute; 
	left:105px; 
	top:0;
}
.menu ul li:hover ul li:hover ul.left {
	left:-105px;
}

/*------------------------------------------------------основной контейнер------------------------------*/
.center_container {
	background: url(images/content_bg.jpg) repeat-y;
	height: 100%;
	float:left;
	width:100%;

}
* html  div.center_container{
	margin-top:-50px;
}

/* ---------------------------------------------------- боковые блоки ------------------------------------*/

.left_block {                                           
	float: left;
	width: 142px;
	padding-left: 20px; 
}



.right_block {
	float: right;
	width: 142px;
	padding-right: 20px;
	text-align:right;
}

.left_block div, .right_block div {
	font-size: 11px;
}

.left_block div h3 a,.left_block div h3 a:hover, .right_block div  h3 a,.right_block div  h3  a:hover{
	font-size: 12px;
	font-weight: bold;
	color: #8a0000;
}

* html div.left_block ul li a h3, * html div.right_block ul li a h3{
	font-size: 12px;
	font-weight: bold;
	color: #8a0000;
}

p.hr {
	background:url(images/hr.jpg) no-repeat  bottom center;
    height:20px;
	width:100%;
}

div.left_block p{
	padding-bottom:10px;
}

/* -------------------------------------------новости-------------------------------------*/
div.news ul, div.articles li, div.anons ul li{
	list-style:none;
	list-style-position:inside;
	margin-bottom:1em;
}

div.news ul li a h3 , div.articles ul li a h3, div.anons ul li a h3{
	color:#8a0000;
	text-decoration:underline;
}

div.news ul li a, div.articles ul li a, div.anons ul li a{
	color:#000000;
	text-decoration:none;


}

div.news ul li span.date, div.articles ul li span.date , div.anons ul li span.date{
	text-align:left;
	color:#666666;
	font-weight:bold;
	//margin-left:-16px;
}


/*-----------------------------------------------форум------------------------------------*/
div.forum{
	background:url(images/ico_forum.jpg) no-repeat left top;
	padding-top:26px;
}

div.ssi-topic {
	margin:1em 0em;
	font-size:12px;
	color:#8a0000;
	font-family:"Times New Roman", Times, serif;
	letter-spacing:.07em;
}

/*-----------------------------------------------статьи------------------------------------*/
div.articles{
	background:url(images/ico_articles.jpg) no-repeat left top;
	padding-top:35px;	
	width:100%;
	text-align:left;
}

* html div.articles{
	padding-left:0px;

}

/*---------------------------------------------------мероприятия ----------------------------------------------*/
div.anons{
	padding-top:35px;
	padding-right:5px;
	height: 12em; 
	width:140px;
	overflow-x:hidden;
	overflow-y:scroll;
}

/*------------------------------------------------------фото-------------------------------*/


div.foto{
	background:url(images/ico_photo.jpg) no-repeat top right;
	padding-top:26px;
    width:100%;
	
	
}

 /*-----------------------------------------------------видео---------------------------------*/

div.video{
	background:url(images/ico_video.jpg) no-repeat top right;
	padding-top:26px;
    width:100%;

}

* html div.video{
	padding-left:12px;
}

div.video-shadow {
	height:99px;
	width:137px;
	background: url(images/video-shadow.gif) no-repeat;
	margin-left: 5px;
}
.videoscreen {
	margin:7px 12px 0 6px;
	width:120px;
	height:81px;
	
}	

/* -------------------------------------------------------- Контент ------------------------------------*/
h1, h2, h3 {
	font-weight:bold;
}
.center_block {
	margin: 0 212px 0 212px;
}

.center_block p {
	margin-top: 10px;
	text-indent: 40px;
	text-align: left;
}

.center_block h1 {
	text-align: right;
	font-size: 22px;
	font-weight: bold;
}

.center_block h2 {
	text-align: right;
	font-size: 14px;
	font-style: italic;
	color: #8a0000;
	font-weight: bold;
}

.center_block img {
	margin: 0 5px 0 5px;
}
/* -------------------------------------------------Списки статей ----------------------------------*/

.article a{
	text-decoration:none;
}

ul.article li{
	margin:1em 0 3em 0;
}

ul.article li p {
	color:#404040;
}
ul.article span.date{
	color:#2D5300;
	font-weight:bold;
	
}
/*----------------------------------------------------------------------------------------------------------*/
.center_block li{ 
	line-height:1em;
	margin-top:1em;
}

.center_block span.date{
	padding-bottom:1em;
}
ul.pageslist li p{
	color:#404040;
	
}

/* ----------------------------- Тренеры --------------------------------------*/
div.instr {
	border:1px solid black;
	margin:20px 0;
	padding:10px 2em;
	float:left;
	width:90%;
}
img.instructor-foto {
	height:100px;
	width:100px;
	float:left;
}
div.instr a{
text-decoration:none;

}



br.clear{
	float:left;
	clear:both;
}
/* ----------------------------- ВИДЕО  --------------------------------------*/
div.ditto-video{
	float:left;
	margin:2em 0;
	width:90%;
}

div.ditto-video object{
float:left;
	
}

div.ditto-video h2{
	float:left;
}

div.ditto-video p{
	margin:2em 0;
	float:left;
}

div.pagination {
	float:left;
	}
.ditto_page {
	margin:1px 0.4em;
	font-weight:bold;
	}

/* ----------------------------- FOOTER  --------------------------------------*/
.footer {
	clear: both;
	height: 50px;
	background-image: url(images/footer_bg.jpg);
	background-repeat: no-repeat;
	text-align: center;
	color: #FFFFFF;
	font-size: 12px;
	padding-top: 75px;
}

.pre_img {
	margin-left: 10px;
}

a.treuster {
	font-size:1px;
	height:38px;
	width:81px;
	display:block;
	background:url(images/treuster1.gif) no-repeat left top;
	position:relative;
	bottom:38px;
	left: 839px;
	//left:388px;
}


a.treuster:hover {
	background:url(images/treuster2.gif) no-repeat left top;
	}
	

