@charset "utf-8";

/* Базовые
------------------------------------------------------------------------------*/
p, h1, h2{
	margin:0;
	padding:0;
}

html, body {
   height: 100%;
   margin:0;
   padding:0;
}
#table_body {
   min-height: 100%;
   height:100%;
}
* html #table_body {
   height:100%
}

body {
	background-color:#f3f5f8;
	color:#393f42;
	font-family:Arial, Helvetica, sans-serif
}

/* Шапка
------------------------------------------------------------------------------*/

.div_img_head {
	width:1000px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
        height: 185px
}
.table_up_line {
	background-image:url(/images/line_center.gif);
	background-position:top;
	background-repeat:repeat-x
}

.head_links_and_texts {
	font-size:0.8em;	
}
.head_links_and_texts span{
	content_base
}
.head_links_and_texts a{
	color:#fff
}
.head_links_and_texts a:visited{
	color:#fff
}
.head_links_and_texts a:hover{
	text-decoration:none
}




/* Меню по центру
------------------------------------------------------------------------------*/

.map_site {
	width:1000px;
	clear:left;
	padding-top:5px;
	padding-left:20px;
	padding-right:20px;
	padding-bottom:5px;
	height:100px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	color:#ebc844;
	font-size:0.7em;
}
.map_site ul{
	margin-top:10px;
	margin-right: auto;
	margin-bottom: 10px;
	margin-left: 100px;
	padding:0;
}

.map_site li{
	float:left;
	list-style:none;
	padding-left:20px;
	padding-right:20px;	
	padding-top:0px;
	height:55px;
	width:220px;
	margin:0;
}
.map_site li div{
	padding-bottom:3px;
	margin-bottom:15px;
	background-image:url(/images/line_meu.gif);
	background-position:bottom;
	background-repeat:repeat-x
	
}
.map_site a{
	color:#333;
	text-decoration:none
}
.map_site a:hover{
	text-decoration:none;
	color:#ebc844
}


/* Меню, слева
------------------------------------------------------------------------------*/
.site {
	font-family:Tahoma, Geneva, sans-serif;
	color:#3e88ad;
	font-weight: bold;	
	margin-left: auto;
}

.content_leftblock{
	padding-right:20px;
	
}
.content_leftblock li{
	list-style:none;
	line-height: 1.4em;
	margin-left:0px;
	padding-left:5px;
	margin-top: 5px;
}

.menu_leftblok {
	padding:0;
	margin:0;
}
.menu_leftblok ul{
	padding-left:25px;
	margin:0;
	padding-top: 5px;
}

.content_leftblock div{
	
	padding-right: 2px;
	
	padding-left: 5px;
	background-color:#ebc844;
}

.content_leftblock a{
	color:#006
}
.content_leftblock a div{
	
	padding-right: 2px;
	
	padding-left: 5px;
	background-color:#f3f5f8;
}


.content_leftblock a:hover div{
	background-color:#ebc844;
	
}

.content_leftblock a:visited{
	color:#009
}

/* Конент
------------------------------------------------------------------------------*/

.content_base {
	font-size:0.8em;	
	margin-top: 0px;
}
.content_base TD{
	padding-left:5px;
}
.content_base h1{
	font-family:Tahoma, Geneva, sans-serif;
	font-size:1.5em;
	color:#3e88ad;
	padding-top:15px;
	padding-bottom:10px;
	padding-left:10px;
}

.content_base h2{
	font-size:1.2em;
	ccolor:#3e88ad;
	padding-top:15px;
	padding-bottom:10px;
	padding-left:10px;
}
.content_base p{
	line-height: 1.4em;
	padding-top:5px;
	padding-bottom:5px;
	text-align:justify	
}
.content_base a{
	content_base
}
.content_base a:hover{
	text-decoration:none
}






.content_news TD{
	padding-top:30px;
}
.news_line{
	background-image:url(/images/line_news.gif);
	background-position:bottom;
	background-repeat:repeat-x
}



/* Подвал
------------------------------------------------------------------------------*/


.footer {
	clear:left;
	padding-top:30px;
	padding-left:20px;
	padding-right:20px;
	padding-bottom:30px;
	font-size:0.7em;
	width:980px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	
}
.footer a{
	color:#006
}
.footer a:hover{
	text-decoration:none
}


.arrow_up
{
	width: 16px;
	height: 16px;
	position: absolute;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/hostcmsfiles/images/arrow_up.png');
	z-index: 1;
}

.arrow_up_gray
{
	width: 16px;
	height: 16px;
	position: absolute;
	z-index: 1;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/hostcmsfiles/images/arrow_up_gray.png');
}

.arrow_down
{
	width: 16px;
	height: 16px;
	position: absolute;
	z-index: 2;
	margin-top:-16px;
	margin-left:130px;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/hostcmsfiles/images/arrow_down.png');
}

.arrow_down_gray
{
	width: 16px;
	height: 16px;
	position: absolute;
	z-index: 1;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/hostcmsfiles/images/arrow_down_gray.png');
}
