body {
	background:#1d1d1e;
}

#hd {
height:140px;
}

/* Megamenu overrides */

ul#megamenu_container li.megamenu a.dashboard_button, .backend ul#megamenu_container li.megamenu a.dashboard_button {
	top:-131px;
}

ul#megamenu_container li.megamenu span.dashboard_arrow {
	top:-124px;
}

/* Flowpane styles */

#flowtabs li {
padding-left:0px;
}

#flowpanes div {
	width:950px;
}

#flowpanes_container {
	background:url("http://images.regional.org.au/sites/i2k/images/flowpaneslice.png") repeat-y;
	border:5px solid #2a2a2b;
	width:948px;
	color:#fff;
	-moz-border-radius:16px;
	-webkit-border-radius:16px;
}

#flowpanes_container h2 {
	color:#fff;
}

#flowtabs {
	background:url("http://images.regional.org.au/sites/i2k/images/buttonslice.png") repeat-x #000;
	-moz-border-radius:0px 0px 12px 12px;
	-webkit-border-radius:0px 0px 12px 12px;
	border-top:1px solid #2a2a2b;
	height:50px !important;
	margin:0 !important;
	padding:0;
	width:948px;
}

#flowtabs li a {
height:41px;
line-height:50px;
text-align:center;
text-decoration:none;
width:316px;
margin-top:-10px;
padding-bottom:9px;
color:#fff;
font-size:24px;
/*border-right:1px solid #2a2a2b;*/
padding-left:none;
}

#flowtabs a.current {

height:41px;
line-height:50px;
}

#t1 a.current {
		background:url("http://images.regional.org.au/sites/i2k/images/flowpaneslice.png") repeat-y;
		-moz-border-radius:0px 0px 12px 12px;
		-webkit-border-radius:0px 0px 12px 12px;
}

#t2 a.current {
		background:url("http://images.regional.org.au/sites/i2k/images/flowpaneslice.png") repeat-y center;
		-moz-border-radius:0px 0px 12px 12px;
		-webkit-border-radius:0px 0px 12px 12px;
}

#t3 a.current {
		background:url("http://images.regional.org.au/sites/i2k/images/flowpaneslice.png") repeat-y right;
		-moz-border-radius:0px 0px 12px 12px;
		-webkit-border-radius:0px 0px 12px 12px;
}

