.banner{
	font-family: Arial;
	padding: 7px;
	font-size: 10px;
	font-weight: normal;
	color: #000000;	
}
.footer{
	font-family: Arial;
	padding-left: 7px;
	padding-bottom: 7px;
	font-size: 10px;
	font-weight: normal;
	color: #000000;	
}
.menu{
	font-family: Arial;
	padding-left: 7px;
	padding-bottom: 7px;
}
.menu1{
	font-family: Arial;
	padding-right: 7px;
	padding-bottom: 7px;
}


.text{
	font-size: 12px;
	font-weight: normal;
	color: #000000;
	font-family: Arial;
}
.text_menu{
	font-size: 12px;
	font-weight: normal;
	color: #000000;
	font-family: Arial;
}
.small{
	font-size: 10px;
	font-weight: normal;
	color: #000000;
	font-family: Arial;
}

.h1{
	font-size: 12px;
	font-weight: bold;
	color: #000000;
	font-family: Arial;
    padding-bottom: 0px;
}

a.link:link    { color: #000000; text-decoration:none; background-color:; font-size: 12px; font-weight:normal;}
a.link:visited { color: #000000; text-decoration: none; background-color:; font-size: 12px; font-weight:normal;}
a.link:hover   { color: blue; text-decoration: none; background-color:; font-size: 12px; font-weight:bold;}
a.link:active  { color: #000000; text-decoration: none; background-color:; font-size: 12px; font-weight:normal;}

a.link_menurechts:link    { color: #000000; text-decoration: none; background-color:; font-size: 12px; font-weight:normal;}
a.link_menurechts:visited { color: #000000; text-decoration: none; background-color:; font-size: 12px; font-weight:normal;}
a.link_menurechts:hover   { color: blue; text-decoration: none; background-color:; font-size: 12px; font-weight:bold;}
a.link_menurechts:active  { color: #000000; text-decoration: none; background-color:; font-size: 12px; font-weight:normal;}

a.menu_link:link    { color: #000000; text-decoration: none; background-color:; font-size: 12px; font-weight:bold;}
a.menu_link:visited { color: #000000; text-decoration: none; background-color:; font-size: 12px; font-weight:bold;}
a.menu_link:hover   { color: #ffffff; text-decoration: none; background-color:; font-size: 12px; font-weight:bold;}
a.menu_link:active  { color: #000000; text-decoration: none; background-color:; font-size: 12px; font-weight:bold;}

/*============================*/
/*=== Custom Slider Styles ===*/
/*============================*/
#slider-wrapper {
    width:950px;
    height:350px;
    margin:0 auto;
    padding-top:10px;
    margin-bottom:5px;
}

#slider {
        position:relative;
    width:950px;
    height:350px;
        background:url(../images/loading.gif) no-repeat 50% 50%;
}
#slider img {
        position:absolute;
        top:0px;
        left:0px;
        display:none;
}
#slider a {
        border:0;
        display:block;
}



.nivo-directionNav a {
        display:block;
        width:30px;
        height:30px;
        background:url(../images/arrows.png) no-repeat;
        text-indent:-9999px;
        border:0;
}
a.nivo-nextNav {
        background-position:-30px 0;
        right:15px;
}
a.nivo-prevNav {
        left:15px;
}

.nivo-caption {
    text-shadow:none;
    font-family: Helvetica, Arial, sans-serif;
}
.nivo-caption a {
    color:#efe9d1;
    text-decoration:underline;
}

/*====================*/
/*=== Other Styles ===*/
/*====================*/
.clear {
        clear:both;
}


