body{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	margin-top: 0px;
	margin-right: 0px;
	margin-left: 0px;
	margin-bottom: 0px;
	background-color: #ffffff;
	color: #000;
	padding:0;

    background-image: url(../i/fon-header.gif);
    background-repeat: repeat-x;
    background-position: top;
}

td , div , p {
	color: #000;
	font-size: 13px;
}

.clear{
	clear: both;
}

a{
	color: #000000;
	font-size: 13px;
	font-weight:bold;
	text-decoration: underline;

}

a:hover{
	color: #000000;
	font-size: 13px;
	font-weight:bold;
	text-decoration: none;
}
img{border:none;}

h2{
    font-family: Arial, Helvetica, sans-serif;
    color: #ffffff;
    font-size: 30px;
}
.line{
    width: 100%;
    background-image: url(../i/fon-line.gif);
    background-repeat: repeat-x;
    background-position: top;
    height: 26px;
}
/*div{
    border: 1px solid tomato;
}*/
/**************************************conteiner******************************************/
#conteiner{
    width: 100%;
   
    background-image: url(../i/fon-footer.gif);
    background-repeat: repeat-x;
    background-position: bottom;
    text-align: center;

}
/**************************************wrapper******************************************/
#wrapper{
    width: 1000px;
    margin: 10px auto;
    margin-bottom: 0;
}
#seach form{
    float: right;
    margin-bottom: 5px;
}
#seach input{
    vertical-align: middle;
}

/*****************************header****************************/
#header-img{
   margin: 0px;
   padding: 0px;
}

/*****************************top-menu****************************/

.bg-top-menu {
    background: #000000 url("/i/bg-menu.jpg") repeat-x;
    height: 40px;
    width: 100%;
}

.line-header {
    text-align: center !important;
    /*width: 750px;*/
    overflow: hidden;
    /*background-color: #000000;    */
	
    font-family: Arial,Helvetica,sans-serif;
    color: #f7941d; /*ornage*/
    text-decoration: none;
}

#logo-top-menu {
    margin: 2px 10px 0px 50px;
    float: left;
	padding-bottom: 7px;
	font-size: 13px;
}

.bg-top-menu a img {
    border: 0 none;
}

#top-menu{
    padding-top: 10px;
	margin: 0 16px 0 160px;
}

#top-menu  a{
    font-size: 16px;
    font-family: Arial,Helvetica,sans-serif;
    color: #f7941d; /*ornage*/
    text-decoration: none;
	margin: 0 30px;
}

#top-menu  a:hover{
    color: #000000;   
    background-color: #999999;
}

.bg-top-line {
    background: #000000 url("/i/bg-menu.jpg") repeat-x;
    height: 51px;
    width: 100%;
}

#bottom-line-header {
    padding-top: 16px;
	margin: 0 160px 0 160px;
	font-size: 16px;
	font-weight: bold;
}

/************************left********************************************/
#left{
    float: left;
    width: 370px;
	text-align: left;
}
/************************right********************************************/
#right{
    float: left;
    width: 630px;
	display: inline;
   margin-top: -5px;
   text-align: left;
}

#right .cont-text{
    width:290px;
    height:221px;
    text-align: justify;   
    font-size: 13px;
    padding: 4px;
    line-height: 1.1;
}
.cont-fon{
    background-image: url(../i/fon-cont.jpg);
    padding: 0px;
}



.content-text a{
	color: #1E90FF;
}

.content-text ul li a{
	color: #000000;
}


/******************************big-menu*******************************/
#bottom-big-menu {
    margin-top: 20px;
    margin-bottom: 30px;
}
.cont-big-menu{
    float: left;
    width: 19%;
    border-left: 1px solid #7c7c7c;
    text-align: left;   
}

#bottom-big-menu .cont-big-menu .title a{
     color: #f7941d; /*ornage*/
    font-size: 14px;
    text-decoration: underline;   
    margin-left: 5px;
}
#bottom-big-menu .cont-big-menu .title a:hover{
     color: #f7941d; /*ornage*/
    font-size: 14px;
    text-decoration: none;   
    margin-left: 5px;
}

#bottom-big-menu .cont-big-menu ul{
    margin: 0px;
    padding: 0px;
    margin-left: 5px;
    margin-bottom: 10px;
}
#bottom-big-menu .cont-big-menu ul li{
    list-style-type: none;
     padding-bottom: 3px;
}
#bottom-big-menu .cont-big-menu ul li a{
    font-size: 12px;
    color: #7c7c7c;
    text-decoration: none;
    padding-bottom: 5px;
}
#bottom-big-menu .cont-big-menu ul li a:hover{
    font-size: 12px;
    color: #7c7c7c;
    text-decoration: underline;
 
}

/****************************footer-menu****************************/
#footer-menu{    
    text-align: justify !important;
    width: 750px;
    overflow: hidden;
    height: 30px;
    margin: 30px auto;
}

#footer-menu a{
    font-size: 14px;
    font-family: 'Times New Roman',Times,serif;
    color: #f7941d; /*ornage*/
    text-decoration: none;



}
#footer-menu a:hover{
    font-size: 14px;
    font-family: 'Times New Roman',Times,serif;
   color: #f7941d; /*ornage*/
    text-decoration: underline;
}

#footer-left-text{
    float: left;
    width: 85%;
   padding-top: 35px;
  

}
#footer-right-logo{
    float: right;
    width:  10%;
    //margin-bottom:-30px;
}

/*************************************news********************************/
.news_title_full{    
    font-size: 14px;
}
 .news_title_full a{
    text-decoration: none;
    font-size: 14px;
 }
.news_title_full a:hover{
    text-decoration: underline;
    font-size: 14px;
}
.news_text{
    font-size: 13px;
}

 .news_text_full a{
    text-decoration: underline;
    color: #1E90FF;
 }
.news_text_full a:hover{
    text-decoration: none;
    color: #1E90FF;
}
