@charset "utf-8";
/* CSS Document */
.normal
{
font-family:Tahoma;
font-size:11px;
}
.normal_bold
{
font-family:Tahoma;
font-size:11px;
font-weight:bold;
}
.normal_bold_fea
{
font-family:Tahoma;
font-size:11px;
font-weight:bold;
color:#075aa0;
line-height:30px;
}
.footer_bg
{
background-image:url(footer_bg.jpg);
background-repeat:repeat-x;
font-family:Tahoma;
font-size:11px;
height:88px;
}
.top_menu{
font-family:Tahoma;
font-size:11px;
color:#181818;
}
.top_menu_phone{
font-family:Tahoma;
font-size:16px;
color:#181818;
font-weight:bold;
}
.footer_menu{
font-family:Tahoma;
font-size:11px;
color:#011525;
}
.menu{
font-family:Tahoma;
font-size:11px;
font-weight:normal;
color:#FFFFFF;
line-height:26px
}
a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
}
a:hover {
	text-decoration: none;
}
a:active {
	text-decoration: none;
}

.normal_gray{
font-family:Tahoma;
font-size:9px;
color:#333333;
}

.btn{
	font-family: Tahoma;
	font-size: 12px;
	font-weight:bold;
	line-height: 40px;
	padding:4px;
	border: 1px solid #075A9F;
	background-color:#075A9F;
	color:#FFFFFF;
}

#slideshow {
    position:relative;
    height:202px;
}

#slideshow IMG {
    position:absolute;
    top:0;
    left:0;
    z-index:8;
    opacity:0.0;
}

#slideshow IMG.active {
    z-index:10;
    opacity:1.0;
}

#slideshow IMG.last-active {
    z-index:9;