/* @override http://www.ftcmethods.com/cms/templates/ftc_theme/css/orange_color.css */

/** orange specific bits */

/** header **/
div#header {
	background: #000 url(../images/mb_header_orange1.png) 50% 0 no-repeat;
}

/** links **/
a:link, 
a:visited {
	color: #6fb43f; 
}

a:hover {
	color: #0092CE;
}

/** menu stuff **/
#slider {
	border-bottom: 4px solid #6fb43f;
}

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-right: 0px solid #6fb43f;
	color: #6fb43f;
}

/** user block **/
body.left table#mainframe td#left2col {
	background: #FFFFFF url(../images/mb_ushadow_orange_l.png) 100% 0 repeat-y;
}

body.right table#mainframe td#left2col {
	background: #fff url(../images/mb_ushadow_orange_l.png) 100% 0 repeat-y;
}

body.left table#mainframe td#right2col {
	background: #fff url(../images/mb_ushadow_orange_r.png) 0 0 repeat-y;
}

body.right table#mainframe td#right2col {
	background: #CCCCCC url(../images/mb_ushadow_orange_r.png) 0 0 repeat-y;
}

table#mainframe td#usercol {
	background: #FFFFFF url(../images/mb_user_orange_bg.png) repeat-x 0 0;
}


