@charset "utf-8";
/* CSS Document */
body {
	font-family: 'Arial', Helvetica, sans-serif;
	font-size:12px;
}

img {
	border:none;
}

.black_head {
	background-image:url(../img/header.jpg);
	background-repeat:no-repeat;
}

.menu_box {
	background-image:url(../img/men_bg.gif);
	background-repeat:repeat-x;
}

#menu_top {
    float:left;
    width:100%;
    font-size:15px;
    line-height:normal;
    margin-top:3px;
}

#menu_top ul {
    margin:0;
    padding:10px 10px 0;
    list-style:none;
}

#menu_top li {
    float:left;
    background:no-repeat left top;
    margin:0;
    padding:0 0 0 9px;
}

#menu_top a {
    display:block;
    background:no-repeat right top;
    color:#FFFFFF;
    padding:2px 15px 4px 6px;
}

#menu_top #current {
    background-image:url("../img/left_on.png");
}

#menu_top #current a {
    background-image:url("../img/right_on.png");
    color:#000000;
	cursor:default;
}

#menu_top a:hover {
    color:#c8c8c8;
}

.main_text {
	padding-left:15px;
}
	
.footer {
	background-image:url(../img/hr.gif);
	background-repeat:repeat-x;
	color:#5d5d5d;
}

.foot_txt {
	margin-top:10px;
}

.foot_men {
	vertical-align:top;
}

.foot_men a {
	color:#5d5d5d;
	text-decoration:underline;
}

.foot_men a:hover {
	color:#c6190e;
}

.on-line_test {
	text-indent:-9999px;
	background-image:url(../img/on-line_test.jpg);
	width:240px;
	height:400px;
}

.on-line_test:hover {
	background-image:url(../img/on-line_test_hov.jpg);
	width:240px;
	height:400px;
	cursor:pointer;
}

.icons {
	float:left;
	border:none;
	height:33px;
}

.home_ico {
	text-indent:-9999px;
	background-image:url(../img/home.gif);
	width:33px;
	height:33px;
	max-width:33px;
	max-height:33px;
	background-position:top;
}

.search_ico{
	text-indent:-9999px;
	background-image:url(../img/search.gif);
	width:33px;
	height:33px;
	max-width:33px;
	max-height:33px;
	background-position:top;
}

.map_ico{
	text-indent:-9999px;
	background-image:url(../img/map.gif);
	width:33px;
	height:33px;max-width:33px;
	max-height:33px;
	background-position:top;
}

.home_ico:hover {
	background-image:url(../img/home_hov.gif);
	width:33px;
	height:33px;
	max-width:33px;
	max-height:33px;
	cursor:pointer;
	background-position:top;
}

.search_ico:hover{
	background-image:url(../img/search_hov.gif);
	width:33px;
	height:33px;
	max-width:33px;
	max-height:33px;
	cursor:pointer;
	background-position:top;
}

.map_ico:hover {
	background-image:url(../img/map_hov.gif);
	width:33px;
	height:33px;
	max-width:33px;
	max-height:33px;
	cursor:pointer;
	background-position:top;
}

.side {
	background-image:url(../img/box_border.gif);
	background-repeat:repeat-y
}

.side_box {
	border-width:1px;
	background-image:url(../img/box_bot.gif);
	background-position:bottom;
	padding-left:10px;
	padding-bottom:10px;
	background-repeat:no-repeat;
}


ul#menu, ul#menu ul {
	list-style:none;
	margin: 0;
	padding: 0;
	font-size:14px;
}

ul#menu a {
	display: block;
	text-decoration: none;	
}

ul#menu li {
	margin-top: 1px;
}

ul#menu li a {
	color: #5d5d5d;
	text-decoration:underline;	
	padding: 0.5em;
}

ul#menu li a:hover {
	color:#c6190e;
}

ul#menu li ul li a {
	padding-left: 30px;
}

ul#menu li ul {
	list-style:none;
}

ul#menu li ul li a:hover {
	color:#c6190e;
}

ul#menu li a.active {
	color: #c6190e;
}

ul#menu li ul li a.active {
	color:#c6190e;
}	

.calendar_news a{
	color:#0048da;
	text-decoration:underline;
}

.calendar_news a:hover{
	text-decoration:none;
}
h1, h2, h3, h4, h5 {
	color:#141414;
}