/*
 * Page
 */
 
body.jdpage {
	background: #3c3c3c ;
}
div#toolbar {
	color:#ffffff;

}

div#toolbar div.toolbar-l {
	background: #191c1e url(../../images/black/toolbar_l.png) 0 0 no-repeat;
	float: right;
}

div#toolbar div.toolbar-r {
	height: 40px;
	padding: 2px 180px 0px 0px;
	background: url(../../images/black/toolbar_r.png) 100% 0 no-repeat;
	color: #ffffff;
}

div#headerbar div.headerbar-m {
	background: #2a2c2d;
}

div#headerbar div.headerbar-l {
	background: url(../../images/black/headerbar_l.png) 0 0 no-repeat;
}

div#headerbar div.headerbar-r {
	background: url(../../images/black/headerbar_r.png) 100% 0 no-repeat;
}

div#menubar {
	background: url(../../images/black/menubar_bgg.png) 0 0 no-repeat;
	height: 108px;
	width: 960px;
}

div#menubar div.menubar-r {background:none;
	
}

div#top {
	width: 960px;  
	margin: 0px 0px 0px 0px;
	clear: both; 
	background: #ffffff url(../../images/black/wrapper_white_bl.png) 0 100% no-repeat;
}

div#top div.top-br {
	padding: 0px 15px 15px 15px;
	background: url(../../images/black/wrapper_white_br.png) 100% 100% no-repeat;
}


div#middle {
	background: #ffffff  url(../../images/black/wrapper_white_tl.png) 0 0 no-repeat; 
}

.frontpage-black div#middle { background: #ffffff url(../../images/black/wrapper_white_tl.png) 0 0 no-repeat;  
	width: 960px;
}
div#middle div.middle-tr {
	background: url(../../images/black/wrapper_white_tr.png) 100% 0 no-repeat; 
}

.frontpage-black div#middle div.middle-tr { 	background: url(../../images/black/wrapper_white_tr.png) 100% 0 no-repeat; }

#page div.no-top {
	background-image: none;
}

#page div.no-top div.middle-tr {
	background: none;
}

div#middle div.middle-bl {
	background: url(../../images/black/wrapper_white_bl.png) 0 100% no-repeat;
}

.frontpage-black div#middle div.middle-bl { background: url(../../images/black/wrapper_white_bl.png) 0 100% no-repeat; }

div#middle div.middle-br {
	background: url(../../images/black/wrapper_white_br.png) 100% 100% no-repeat;
}

.frontpage-black div#middle div.middle-br { background: url(../../images/black/wrapper_white_br.png) 100% 100% no-repeat; }

div#bottom {
	background: #191C1E url(../../images/black/wrapper_black_t.png) 0 0 no-repeat;
	width: 960px;
}

div#bottom div.bottom-tr {
	background: transparent;
}

div#bottom div.bottom-bl {
	background: url(../../images/black/wrapper_black_bl2.png) 0 100% no-repeat;
}

div#bottom div.bottom-br {
	background: url(../../images/black/wrapper_black_br2.png) 100% 100% no-repeat;
}
div#footer {
	color: #212121;
}

div#footer a:link, div#footer a:visited {
	color: #f2530a;
}

div#footer a:hover {
	color: #ffffff;
}

div#footer a.anchor {
	margin: 0px 0px 0px 0px;
	width: 16px;
	height: 16px;
	background: url(../../images/footer_anchor_white.png) 0 0 no-repeat;
	display: block;
	float: right;
	text-decoration: none;
}
