/*
	- Resave brand logo image as same filename, then readjust values below
	Hint: Because the client name will always be different, the h/w/t/l values will always need tweaking
				Because of this, the shift logo will also need to change its t/l values
*/
a#brand_logo {
	top:5px;
	left:60px;
	width:210px;
	height:80px;
	background:transparent url('../images/logo.svg') center center no-repeat;	
}
a#shift_logo {
	top:-12px;
	left:325px;
}



/* 
	BMW Color Descriptions:
	------------------------------------
	#999999 - light background
	#808284 - middle background
	#666666 - dark background
	
	#1c69d4 - light text color
	#000000 - dark text color
	
	#adadad - color to make white text on colored background glow - needs tweaking to make it look right in css
*/
#livefeed .inner {background-color:#808284;	} /* - middle background */
#livefeed .inner b {text-shadow: #adadad 0px 0px 10px;} /* glow */

#mapview #map_nav h3,
#mapview #map_nav {
	text-shadow: #666666 1px 1px 0px; /* - dark background */
}

#mapview #map_nav li li a:hover,
#mapview #map_nav li a.active {
	background-color:#666666; /* - dark background */
}

#map_switch,
#mapview #map_nav {
	background-color: #999999; /* - light background */
}

.client-light,
blockquote a:hover,
#login #login_footer a:hover,
#header #profile a:hover,
#facybox td.body #modal-window table#mail tr td a:hover,
#modal-window a:link, #modal-window a:visited,
#mainnav li a:hover, #mainnav li.current a,
#mainnav ul li li a:hover {
	color:#1c69d4 !important;	/* - light text color */
}

.client-dark,
#generic a:hover  {
	color:#000000 !important;	/* - dark text color */
}

#chart #chart-wrap img {
	border:#000000 1px solid; /* - dark text color */
}


/*
	- Do Not Change These 
	Images that will change from client to client, but their paths & names will not
*/
.divider { background: url('../images/hr.png');	}
#map_expand { background: transparent url('../images/hash-dark.png') top left repeat;	}
#mainnav .current a:link, 
#mainnav .current a:visited, 
#mainnav .current a:hover {
	background:transparent url('../images/nav-current.png') bottom center no-repeat;
}
#mapview #map_nav h3 { background: url('../images/hash.png') top left repeat;	}
#map_switch { background-image: url('../images/hash-dark.png');}
#mapview #map_nav { background: url('../images/red-gradient.png') top left repeat-x; }
#login .divider  { background: url('../images/hr-small.png');	}
#generic input.bigbutton { background:#C60026 url('../images/button-gradient.png') top left repeat-x; }
#generic input.bigbutton:hover,
#generic input.bigbutton:active { background:#B60023 url('../images/button-gradient-hover.png') top left repeat-x;}