body {
	background-color:#f4f4f4;
	background-image: url(/images/backgrounds/body_grey_bg.png);
	background-repeat: repeat-x;
}

#fsy_header {
	background-color:#8c0619;
	background-image:-webkit-gradient(linear, left top, left bottom, from(#c8142e), to(#8c0619));
	background-image:-webkit-linear-gradient(top, #c8142e, #8c0619);
	background-image:-moz-linear-gradient(top, #c8142e, #8c0619);
	background-image:-ms-linear-gradient(top, #c8142e, #8c0619);
	background-image:-o-linear-gradient(top, #c8142e, #8c0619);
	background-image:linear-gradient(top, #c8142e, #8c0619);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#c8142e, endColorstr=#8c0619);
}

#fsy_header .flow {
	background-image:url(/images/backgrounds/header_red_flow.png);
}

#fsy_body .sidebar .sidebartitle {
	background-color:#9d071c;
	background-image:-webkit-gradient(linear, 0% 0%, 0% 100%, from(#ba1028), to(#ba1028), color-stop(.6,#9d071c));
	background-image:-moz-linear-gradient(top, #ba1028, #9d071c);
	background-image:-ms-linear-gradient(top, #ba1028, #9d071c);
	background-image:-o-linear-gradient(top, #ba1028, #9d071c);
	background-image:linear-gradient(top, #ba1028, #9d071c);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#ba1028, endColorstr=#9d071c);
}

#fsy_header .menu a {
	border: 1px solid #d6909a;
	background: #b81029;
}

#fsy_body .navigator ul li.highlevel a {
	background-color:#be122b;
	background-image:-webkit-gradient(linear, 0% 0%, 0% 100%, from(#cc727e), to(#cc727e), color-stop(.6,#be122b));
	background-image:-moz-linear-gradient(top, #cc727e, #be122b);
	background-image:-ms-linear-gradient(top, #cc727e, #be122b);
	background-image:-o-linear-gradient(top, #cc727e, #be122b);
	background-image:linear-gradient(top, #cc727e, #be122b);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#cc727e, endColorstr=#be122b);
	border: 1px solid #240509;
	color: #fff;
}