/** red specific bits */

/** header **/
div#header {
	background: #000 url(/grfx/mb_header_red1.jpg) 50% 0 no-repeat;
}

/** links **/
a:link, 
a:visited {
	color: #ff6900; 
}

a:hover {
	color: #ff6900;	
}

/** menu stuff **/
#slider {
	border-bottom: 4px solid #ff6900;
}

a.mainlevel:link,
a.mainlevel:visited {
	border-left: 4px solid #1A171B;
    color: #ccc;
}

a.mainlevel:hover,
a.mainlevel#active_menu,
td#leftcol ul.submenu a:hover,
td#rightcol ul.submenu a:hover,
ul.submenu li.active a {
	border-left: 4px solid #ff6900;
}

/** user block **/
body.left table#mainframe td#left2col {
	background: #1A171B url(/grfx/mb_ushadow_red_l.png) 100% 0 repeat-y;
}

body.right table#mainframe td#left2col {
	background: #1A171B url(/grfx/mb_ushadow_red_l.png) 100% 0 repeat-y;
}

body.left table#mainframe td#right2col {
	background: #1A171B url(/grfx/mb_ushadow_red_r.png) 0 0 repeat-y;
}

body.right table#mainframe td#right2col {
	background: #1A171B url(/grfx/mb_ushadow_red_r.png) 0 0 repeat-y;
}

table#mainframe td#usercol {
	background: #1a171b url(/grfx/mb_user_red_bg.png) 0 0 repeat-x;
}

