/*--------------------------------------- BASE COLORS ------------*/
.wsc_header_bg,
#wsc_footer_wrapper
{
    background-color: #111;
}

.wsc_banner_stripes, .wsc_prefooter_stripes 
{
    background: transparent url(images/base_low_light.png) center 0 no-repeat;
}

.base_bg_color {background: #141311 url(images/texture_dark_leather.jpg) center 0 repeat; }
.base_text_color {color: #8b8b8b;}


.wsc_menu_wrapper .sf-menu ul a:focus, 
.wsc_menu_wrapper .sf-menu ul a:hover, 
.wsc_menu_wrapper .sf-menu ul a:active {
	color: #141311;
	cursor: pointer;
}

a, a:link, a:visited {
	color: #141311; 
	text-decoration: underline;
}

a:hover {
	color: #141311;
	text-decoration: none;
}

#wsc_content_wrapper_inner 
{
    border-bottom: 3px solid #403f3d;
}