@charset "utf-8";
/* CSS Document */

body{
	margin:0;
	padding:0px 10px 0px 10px;
	font-family:Verdana, Geneva, sans-serif;
	font-size:12px;
	font-weight:normal;
	color:#000;
 	background-color:#efefef;
	/*background-image:url('images_site/bg_bg.gif');*/
	line-height:130%;
	background-attachment:fixed;
}

div, p, h1, h2, h3, h4, h5 span, a{
	margin:0;
	padding:0;
}

p{
	font-size:12px;
	font-family:Verdana, Geneva, sans-serif;
	color:#000;
}

h1{
	font-size:16px;
	font-weight:normal;
	
}

h2{
	font-size:14px;
	font-weight:normal;
	
}

h3{
	font-size:12px;
	font-weight:normal;
	
}

h4{
	font-size:11px;
	font-weight:normal;
	
}

h5{
	font-size:10px;
	font-weight:normal;
	
}

a{
	text-decoration:none;
	color:#FFBF00;
	font-weight:normal;
}

a:hover{
	color: #164194;
}

#outer{
	background: url("/images_site/background.gif") repeat-y scroll center top transparent;
  height: auto;
  margin: 0 auto;
  min-height: 100%;
  overflow: hidden;
  padding: 0 9px;
  position: relative;
  width: 950px;
}


#header{
/*	float:left;D0CBC4*/
	background:#fff;
	width:930px;
	padding:10px 10px 0px 10px;
	/*border-bottom: 1px solid #666;*/
}

.headtitle {
	color:#fff;
	background:#164194;
	font-size:10px;
	font-weight:bold;	
	font-family: Verdana, sans-serif;
	/*line-height:150%;*/
	padding:0px 5px 0px 5px;
}
.headtitle2 {
	background:#fff;
	color:#164194;
	font-size:12px;
	font-weight:bold;	
	font-family: Arial, sans-serif;
	line-height:150%;
	padding:2px 2px 2px 2px;
	border-color: #164194;
	border-style: solid;
	border-width: 0px 0px 3px 0px;
	text-transform: uppercase;
}
.headtitle3 {
	background:#fff;
	color:#164194;
	font-size:12px;
	font-family: Arial, sans-serif;
	line-height:150%;
	padding:2px 2px 2px 2px;
	border-color: #164194;
	border-style: solid;
	border-width: 0px 0px 3px 0px;
}

/* menu */
#menu{
/*	float:left;*/
	width:190px;
/*	height:300px;
background-image:url('images_site/menu_bg.jpg');*/
	text-align:left;
	padding-left:0px;
}

#menu .header_blocks{
	float:right;
}
#topmenu{
 
  width: 930px;
	margin:10px 0 0 0;
}

#middle{
/*	background-image:url('images_site/background1.jpg');
	background-repeat:no-repeat;*/
	background-color:#eee;
	padding: 0;
	width:950px;
/*	float:left;*/
}

#left{
	width:155px;
	background-color:#3a3d3c;
}

#page{
	
/*	width:750px;*/
	

}

#main{
	
/*	width:750px;
	background-image:url('images_site/background1.jpg');
	background-repeat:no-repeat;
	background-color:#dccdae;*/
}

#right{
	width:190px;
	background-color: #E0DDD8;
	/*border-left:1px solid #ff9900;*/
	padding: 0 3px;
}


#mainBlocks{
	float:left;
	width:0;
	height:0;
}

/* block: showpath */
#showpath, #showpath span, #showpath a {
	font-size: 9px;
	color: #777777;
}

#showpath {
	text-align: left;
	padding: 0px 20px 10px 20px;
}

#showpath span {
	font-style: italic;
}



/*=== RIGHT BLOCKS ===*/
.rightBlock {
	background-color:#fff;
	width: 190px;
	padding: 0;
	margin-bottom: 3px;
	border: 1px solid #BDB6AC;
}

.rightBlockHtml {
	background-color:#fff;
	padding: 3px 5px;
	font-size: 10px;
}

.rightBlockHtml p{
	color: #000;
	padding: 3px 1px;
	font-size: 10px;
}

.rightBlockTitle {
	/*background-color:#3a3d3c;*/
	width: 100%;
	color: #67645F;
	font-weight: bold;
	padding-left: 10px;
	font-size: 10px;
	text-transform: uppercase;
	border-bottom: 1px solid #BDB6AC;
	
}

/*=== FOOTER ===*/
#footer{
	width:930px;
	padding:5px 10px;
	background: #D0CBC4 url("/images_site/footer-fon.png") repeat-x center top;
	border-top: 1px solid #BDB6AC;
	border-bottom: 1px solid #67645F;
	text-align:center;
	font-style: italic; 
	font-size:11px;
	font-weight:bold;
}

.footerBlockHtml {
	padding: 5px 0 0 10px;
	font-size: 9px;
	color: #666;
}
	
.footerInLeft {
	float: left;
	width: 780px;
	font-size: 9px;
	color: #666;
}

.footerInRight {
	float: left;
	width: 150px;
	font-size: 9px;
	color: #666;
}

/*=== NEWS BLOCK ===*/

#marqueecontainer{
position: relative;
width: 172px; /*marquee width */
height: 250px; /*marquee height */
overflow: hidden;
/*background-color: white;
border: 2px solid #ff9900;
padding: 2px;
padding-left: 4px;*/
}

p.news {
	font-size: 100%;
	line-height:130%;
/*	margin: 3px;
	text-indent: -7px;
	text-align: justify;*/
}

/*p.news:first-letter  {
	color: #164194;
	font-weight: bold;
	font-size: 110%;
}*/

p.news a {
	color: #164194;
}
p.news a:hover {
	color: #000;

}
p.newssepar {
	text-align: center;
	color: #bbb;
}