/* load the default Redmine stylesheet */
@import url(../../../stylesheets/application.css);

/* add a logo in the header */
#header {
	background: #54555d;
	background-image: url(../images/simwitty_collateral_logo_04302010.png);
	background-repeat: no-repeat;
	background-position: 11px 11px; 
	padding-left: 190px;
	height: 132px;
	color: #54555d;
}

body { 
	font-family: Futura, "Trebuchet MS"; 
	font-size: 12pt;
}

#top-menu {
	background: #e88622; 
	color: #fff;
}

#main {
	background-color:#EEEEEE;
}

#main-menu li a:hover {background:#88c86f; color:#fff;}


// #54555d SimWitty gray
// #e88622 SimWitty orange
// #88c86f SimWitty green
// logo is 107 by 85


