@charset "windows-1251";
/* CSS Document */

body 
{
	width: 100%;
	background: #203a49 url(img/body_top.png)  repeat-x top center;
	font-size: 11px;
	font-family: Tahoma, sans-serif;
	behavior:url(styles/csshover.htc);
}

p {font-family:Verdana; font-size:13px; 
    margin-left:50px;
	margin-right:50px;
 color:#4A4949;}

.h1style
{
font-size:13px;
margin-left:15px;
font-family:verdana;
color: #CC3300;
}


.line 
{
background:url(img/line_horz.gif) top left repeat-x; 
height:1px; 
width:96%;
margin-left:10px;
}



#counters {
	text-align: center;
	padding: 8px 0px 10px 0px;
}

/* MENU */
.tmenu {
	height: 66px;
	width: 594px;
	float: right;
	background: #0c1c3b url(img/button-off.jpg) no-repeat left top;
}
.tmenu a {
	display: block;
	height: 66px;
	width: 97px;
	float: left;
	color: #FFFFFF;
	font-weight: bold;
	text-align: center;
	text-decoration: none;
	margin-right: 2px;
}
.tmenu a span {
	display: block;
	color: #FFFFFF;
	font-weight: bold;
	padding-top: 34px;
	cursor: pointer;
}
.tmenu a:hover {
	color: #FFFFFF;
	text-decoration: none;
	background: url(img/button-on.jpg) no-repeat left top;
}
.tmenu a.active {
	color: #FFFFFF;
	text-decoration: none;
	background: url(img/button-act.jpg) no-repeat left top;
}
.tmenu a:hover span {
	padding-top: 24px;
}
.tmenu a.active:hover span {
	padding-top: 34px;
}
