@charset "utf-8";
/* CSS Document */
/*
*{
	line-height:130%;
	font-size:12px;
	color:#000;
}
*/
body{
	margin:0;
	padding:0px 10px 0px 10px;
	font-family:Verdana, Geneva, sans-serif;
	font-size:12px;
	font-weight:normal;
	color:#000000;
 	background-color:#ffffff;
	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:#000000;
}

h1{
	font-size:16px;
	font-weight:normal;
	color:#d96704;
}

h2{
	font-size:14px;
	font-weight:normal;
	color:#d96704;
}

h3{
	font-size:12px;
	font-weight:normal;
	color:#d96704;
}

h4{
	font-size:11px;
	font-weight:normal;
	color:#d96704;
}

h5{
	font-size:10px;
	font-weight:normal;
	color:#d96704;
}

a{
	text-decoration:none;
	color:#f28705;
	font-weight:normal;
}

a:hover{
	color: #b2d95f;
}

#outer{
	margin:0 auto;
	width:900px
}


#header{
/*	float:left;*/
	width:100%;
	height:129px;
	background-image:url('images_site/head.jpg');
	background-repeat:no-repeat;
	 
}

/* menu */
#menu{
/*	float:left;*/
	width:155px !important;
	width:155px;
	height:300px;
/*	background-image:url('images_site/menu_bg.jpg');*/
	text-align:left;
	padding-left:0px;
}

.headerBlocks{
	float:right;
}

#middle{
/*	background-image:url('images_site/background1.jpg');
	background-repeat:no-repeat;*/
	background-color:#ffffff;
	width:900px;
/*	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:166px;
	background-color: #bdc9c6;
	border-left:1px solid #f28705;
	padding: 3px;
}

#footer{
	float:left;
	width:100%;
	height:25px;
	background-color:#3a3d3c;
	border-bottom:1px solid #b2d95f;
}

#mainBlocks{
	float:left;
	width:0;
	height:0;
}

/* block: showpath */
#showpath, #showpath span, #showpath a {
	font-size: 9px;
	color: #bdc9c6;
}

#showpath {
	text-align: left;
	padding: 0px 20px 10px 20px;
}

#showpath span {
	font-style: italic;
}



/*=== RIGHT BLOCKS ===*/
.rightBlock {
	background-color:#3a3d3c;
	width: 165px;
	padding: 0;
	margin-bottom: 3px;
}

.rightBlockHtml {
	background-color:#edf5dc;
	padding: 3px;
}

.rightBlockHtml p{
	color: #3a3d3c;
	padding: 3px 1px;
}

.rightBlockTitle {
	background-color:#3a3d3c;
	width: 100%;
	color: #f2bb16;
	font-weight: bold;
	padding-left: 10px;
	font-size: 10px;
}

/*=== NEWS BLOCK ===*/

#marqueecontainer{
position: relative;
width: 155px; /*marquee width */
height: 100px; /*marquee height */
overflow: hidden;
/*background-color: white;
border: 2px solid #F28705;
padding: 2px;
padding-left: 4px;*/
}

p.news {
	font-size: 80%;
	line-height:130%;
/*	margin: 3px;
	text-indent: -7px;
	text-align: justify;*/
}

p.news:first-letter  {
	color: #d96704;
	font-weight: bold;
	font-size: 130%;
}

p.news a {
	color: #3a3d3c;

}

p.newssepar {
	text-align: center;
	color: #464a49;
}
