body {
	background:#E8EBF2 url(images/body_bg_instore.jpg) top repeat-x;
}

#top_container {
	background: #FFFFFF url(images/container_bg_instore.jpg) repeat-x;
}

#topnavigation {
	width: 745px;
	height: 34px;
	background-color: #E5EBFB;
	border: 1px solid #BFCAE4;
	position:relative;
}

div.navItems {
	vertical-align:center;
	font-family: Arial Narrow;
	font-weight: bold;
	font-size:12px;
	position:absolute;
	top:0px;
	padding-top:10px;
	text-align:center;
	cursor: hand;
}


div.navItems_on {
	
	color:#FFFFFF;
	background-color: #7687CD;
}

div.navItems_off {
	color:#4A63AD;
	background-color: #E5EBFB;
}


div.subNavItems {
	border:3px solid #7687CD;
	padding:5px;
	background:#ffffff;
	top:32px;
	z-Index:1;	
}

div.subNavItem {
	text-decoration: none;
	cursor:hand;
	background-color:#ffffff;
	font-family:Arial;
	color:#4A63AD;
	font-size: 11px;
	font-weight: bold;
	padding:2px;
}

div.subNavItem:hover {
	color:#FFFFFF;
	background-color: #CC9900;
		
}


A {
  color:#516FB1;
  text-decoration: none;
}

A:hover {
  color: #AABBDD;
  text-decoration: underline;
}

a.footerbar {
	color:#FFFFFF;
}


.pageResults {
	color: #333333;
}

.blueStriped {
	background: url(images/light_blue_horizontal_stripes.gif) repeat;
	border:4px solid #E5EBFB;
}