#header_container {
	text-align: center;
	margin-right: auto;
	margin-left: auto;
	width: 750px;
	background: transparent;
	text-transform: uppercase;
}

#logo {
	background: url(../images/nystrom_logo.gif) no-repeat transparent;
	width: 750px;
	height: 80px;
	margin: 0;
}

#site_bar {
	height: 22px;
	padding: 0;
	font: 10px Arial, Helvetica, sans-serif;
	text-decoration: none;
	width: 750px;
	text-transform: uppercase;
	text-align: right;
	margin: 0 0 0 9px;
	float: right;
}

#site_bar li { 
	display: inline;
	padding: 0;
	text-align: right;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
}

#site_bar ul {
	list-style: none;
	margin: 0;
	padding-top: 5px;
	padding-left: 0;
}

#site_bar a {
	color: black;
	text-decoration: none;
	margin: 0;
	padding: 5px 7px;
}

#site_bar a:hover {
	color: #0066cc;
	text-decoration: none;
	margin: 0;
}

#site_bar li.active a {
	color: #0066cc;
}

#site_bar li:before { content: "|";
	color: silver;
}

#site_bar li:first-child:before { content: "";
}

/*Mac IE 5*/

* html #site_bar li:first-child { border-left: 0; 
}

#spacer {
	height: 25px;
	width: 50px;
	float: left;
	background: no-repeat url(../images/shop.gif);
}

#shop_bar {
	background: url(../images/button_background.gif) repeat-x blue;
	border: 1px solid silver;
	clear: both;
	height: 25px;
	width: 750px;
}

#shop_nav {
	background: silver;
	text-align: left;
	margin-left: 0;
	font: 10px Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	padding-top: 1px;
	float: left;
	height: 25px;
}

#shop_nav li { 
	display: inline;
	margin: 0;
	padding: 0;
}

#shop_nav ul {
	list-style: none;
	margin: 0;
	padding-left: 0;
	padding-top: 6px;
}

#shop_nav a {
	color: black;
	text-decoration: none;
	background: white;
	margin: 0 0 0 1px;
	padding: 7px 5px;
}

#shop_nav a:hover {
	color: white;
	text-decoration: none;
	background: #6699ff url(../images/button_background.gif) repeat-x;
}

#shop_nav li.active a {
	color: white;
	background: repeat-x url(../images/button_background.gif);
}

#search_con {
	padding: 3px 0;
	width: 750px;
	height: 26px;
	margin: 0 auto;
}
.search {
	font: 12px Arial, Helvetica, sans-serif;
	padding-top: 4px;
	margin: 0;
	height: 20px;
	width: 600px;
	text-align: right;
	float: right;
}

.search_box {
	border: 1px solid gray;
	margin-left: 2px;
	height: 15px;
}
.button {
	font: 10px Arial, Helvetica, sans-serif;
	text-align: center;
	border: 1px solid #c7c7c7;
	text-decoration: none;
	color: black;
	background: white;
	margin: 0 0 0 5px;
	height: 20px;
	padding-right: 7px;
	padding-left: 7px;
}

.button:hover {
	background: #0066cc;
	color: white;
}

.searchResultsHead {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 16px;
	font-weight: bolder;
}
.searchResultsBody {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 16px;
}