
body {
    background: #242323 url("/images/bg.jpg") repeat-x left top;
}

#bdContent
{
    width: 760px;
    background-color: white;
    margin-left: auto;
    margin-right: auto;
    background-image: url("/images/header.jpg");
    background-repeat: no-repeat;
}

#bdTopBar {
    height: 85px;
}

#bdLanguageBar {
    display: none;
    padding: 15px;
    padding-top: 10px;
    float: left;
    text-align: center;
}


.bdSelectedLang {
    font-size: 1.3em;
    text-decoration: underline;
}

.bdUnselectedLang {
    font-size: 1.3em;
    color: gray;
    text-decoration: none;
}

.bdUnselectedLang:hover {
    font-size: 1.3em;
    color: gray;
    text-decoration: underline;
}

#bdTopPane {
    padding: 15px;    
}

#bdIntroQuote {
    background-image: url("/images/quotes.gif");
    background-repeat: no-repeat;
    background-position: right;
    padding-right: 80px;
}

#bdLeftColumn {
    width: 310px;
    float: left;    
}

#bdImageSlider {
    height: 230px;
}

#bdFAQDiv {
    margin-bottom: 35px;
	text-align: center;
}

#bdFAQTitle {
    height: 20px;
    width: 200px;
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 20px;
    background-image: url("/images/faq.gif");
	font-size: 1.4em;
}

#bdSubscribeDiv {
    margin-bottom: 35px;
}

#bdSubscribeTitle {
    height: 20px;
    width: 200px;
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 20px;
    background-image: url("/images/subscribe.gif");
}


#bdSubscribeButton {
    background-color: rgb(100, 100, 100);
    border: 1px black solid;
    color: white;
}

#bdShareTitle {
    height: 20px;
    width: 170px;
    margin-bottom: 20px;
    margin-right: auto;
    margin-left: auto;
    background-image: url("/images/share.gif");
    background-position: right;
}

#bdProductsTitle {
    background-position: right;
    height: 20px;
    width: 205px;
    margin-bottom: 10px;
    margin-right: auto;
    margin-left: auto;
    background-image: url("/images/products.gif");
}


#bdIntroDiv {
    float: right;
    width: 380px;
}

#bdArticlesTitle {
    float: right;
    background-image: url("/images/articles.gif");
    width: 205px;
    height: 20px;
}

#bdLinksTitle {
    float: right;
    background-image: url("/images/links.gif");
    width: 200px;
    height: 20px;
}


#bdHeadlinesTitle {
    float: right;
    background-image: url("/images/headlines.gif");
    width: 200px;
    height: 20px;
}

.bdListTitle>a {
    color: rgb(80, 80, 140);
    font-size: 0.9em;
    font-weight: bold;
    text-decoration: none;
}

.bdListTitle>a:hover {
    color: rgb(80, 80, 140);
    font-weight: bold;
    text-decoration: underline;
}

.bdHotFromTheOven {
	border: 2px solid red;
	padding: 5px;
}

.bdHotFromTheOven p {
	margin: 0px;
}
