

#banner {
	font-size: 11px;
	font-weight: 400;
}


#banner {
	position: relative;
	width: 990px;
	height: 133px;
	
	background: url(../shell/banner_bg.gif) no-repeat;
	
	overflow: hidden;
}

#banner .logo {
	position: absolute;
	left: 0;
	top: 0;
}

#banner .message {
	position: absolute;
	right: 0;
	top: 0;
}

#banner .locations {
	display: table;
	position: absolute;
	left: 170;
	bottom: 0;
	width: 500px;
	height: 36px;
}

#banner .locations .container1 {
	#position: absolute;
	_top: 50%;
	display: table-cell;
	vertical-align: middle;
}

#banner .locations .container2 {
	#position: relative;
	#top: -50%;
}


#banner .nav {
	position: absolute;
	right: 0;
	bottom: 0;
	text-align: right;
	text-transform: lowercase;
}

#banner .nav div {
	position: absolute;
	width: 990;
	right: 0;
	bottom: 0;
	_bottom: -1px;
	max-height: 36px;
	padding: 0 4px 1px 0;
	background: url(../shell/banner_nav_bg.gif) repeat-y 100% 100%;
}

#banner .nav, #banner .nav a {
	color: #ffffff;
	text-decoration: none;
	padding: 0 10px;
}

#banner .nav a:hover {
	text-decoration: underline;
}

#banner .nav .divider {

}

#banner .locations, #banner .locations a {
	color: #ffffff;
	text-decoration: none;
	padding: 0 10px;
}

#banner .locations a:hover {
	text-decoration: underline;
}

