@import url(styles.css);
*
{
	padding: 0;
	margin: 0;
	border: 0;

}

section, article, header, nav, aside, figure, figcapture, footer, main
{
	display: block;
}
img, div
{
	behavior: url(js/iepngfix.htc);
}

img
{
	max-width: 100%;
	height: auto;
}

body, html
{
	height: auto;
	position: relative;
	font-size: 12px;
	color: #666;
	font: 12px/16px Arial,Verdana,sans-serif;
}
.cleaner
{
	clear:both;
}
#wrapper  
{
    width: 950px;
    margin-right: auto;
    margin-left: auto;
	margin-bottom:60px;
}
#header 
{
    width: 950px;
    margin-top: 5px;
    background: url("../images/bdl_bg.jpg") left top repeat-x;
}
#header .logo 
{
    width: 224px;
    float: left;
}
aside#language 
{
    float: right;
}

.mod_navigation 
{
    width: 950px;
    height: auto;
    padding-top: 15px;
}
	
.block
 {
    overflow: hidden;
}
.mod_navigation ul 
{
    height: 25px;
    padding-left: 190px;
    border-top: 1px solid #b40125;
    list-style-type: none;
    border-right: 1px solid #b40125;
    border-bottom: 0px solid #b40125;
    border-left: 1px solid #b40125;
}

.mod_navigation li 
{
    float: left;
    padding-right: 8px;
    padding-left: 8px;
    text-align: center;
    line-height: 25px;
}

.mod_navigation li a 
{
    height: 25px;
    display: block;
    padding-right: 8px;
    padding-left: 8px;
    font-size: 14px;
	color: #b40125;

}

.mod_navigation li a:hover, .mod_navigation li a:focus, .mod_navigation li span 
{
    height: 25px;
    display: block;
    margin-top: -5px;
    padding-right: 8px;
    padding-left: 8px;
    background-color: #b40125;
    border-top: 5px solid #b40125;
    font-size: 14px;
    color: #fff !Important;
}

.current.active a
{
	height: 25px;
    display: block;
    margin-top: -5px;
    padding-right: 8px;
    padding-left: 8px;
    background-color: #b40125;
    border-top: 5px solid #b40125;
    font-size: 14px;
    color: #fff !Important;
}

#header .mod_slideshow {
    width: 758px;
    padding-left: 191px;
    border-top: 1px solid #B40125;
    border-right: 1px solid #B40125;
    border-bottom: 1px solid #B40125;
    background-color: #999;
    background-position: left center;
    background-repeat: no-repeat;
	height:214px;
}

.search
{
    width: 240px;
    position: relative;
    float: right;
    background-color: #B40125;
	height:25px;
	line-height:25px !Important;
}
.element-invisible
{
	display:none;
}
.inputbox.search-query
{
	margin-left:8px;
}

#left 
{
    height: 400px;
    position: relative;
    margin-top: 5px;
    background-color: #999;
	width: 192px;
    margin-top: -5px;
	float:left;
}

.padding_links 
{
  /*  left: 10px;
    top: 20px;
    position: absolute;*/
    color: #000;
	margin-left: 15px;
	margin-bottom: 15px;
}
#main
 {
    margin-top: -5px;
    margin-left: 192px;
    padding: 0 0 20px 20px;
}

#main ul
{
    margin-left: 20px;
    padding-left: 10px;
}

#main .mod_article p 
{
    margin-bottom: 10px;
    margin-left: 20px;
}

.pd-filebox
{
	max-height: 150px;
	float: left;
	width: 650px;
}

.jsn-bootstrap3 
{
    max-height: 150px !IMPORTANT;
}

#page_footer
{
	position: absolute;
    bottom: 5px;
    left: 5px;
	font-size:0.85rem;
}

.footer2 
{
    display: none !Important;
}