/*<style>*/
body, div, h1, h2, h3 {
  margin: 0;
  padding: 0;
  position: relative;
}
body {
  background: #A3A5A8 url(../images/site/bg.gif) top left;
  color: #6D6E71;
  font-family: verdana, tahoma, arial, helvetica, sans-serif;
  font-size: x-small;
}
a:link, a:visited, a:active {
  color: #DA2028;
  text-decoration: none;
}
a:hover {
  text-decoration: underline;
}
img {
	border: 0;
}
.none {
  display: none;
}
#eighthundred {
  position: relative;
  width: 780px;
  background: #FFFFFF url(../images/site/greyBG.gif) no-repeat 0 116px;
  margin: 0 auto 0 auto;
}

h1 {
  display: none;
}
img#logo {
  position: absolute;
  top: 22px;
  left: 10px;
}
#navigation {
  position: relative;
  width: 445px;
  height: 86px;
  margin: 0 0 30px 230px;
}
#navigation p {
  position: absolute;
  bottom: 7px;
  left: 0;
  margin: 0;
}
#navigation a:link,
#navigation a:active,
#navigation a:visited {
  color: #6D6E71;
  text-decoration: none;
  margin-left: .5em;
  margin-right: .5em;
}
#navigation a:hover {
  color: #DA2028;
}
a#shop {
  position: absolute;
  top: 65px;
  right: 15px;
}
#nav ul {
  background-color: #E7E7E8;
  list-style-type: none;
  float: left;
  position: relative;
  padding: 0;
  margin: 0; 
  font-size: small;
  min-width: 143px;
}
#nav ul ul {
  float: none;
}
#nav li {
  border-top: 1px solid #FFFFFF;
  margin: 0;
  padding: 0;
  max-width: 143px;
  min-width: 143px;
_width: 143px; /* for ie, need to add math for max width */
}
#nav #first {
  border-top-width: 0;
}
#nav #last {
  border-bottom: 1px solid #FFFFFF
}
#nav a {
  text-decoration: none;
  color: #58595B;
  height: 100%;
  width: 113px;
  display: block;
  padding: .1em 10px .1em 20px;
}
#nav ul a {
  background: url(../images/site/white_bull.gif) 10px .5em no-repeat;
}
#nav ul a:hover {
  color: #DA2028;
  background-image: url(../images/site/red_bull.gif);
}
#nav ul a.active {
  background-image: url(../images/site/red_bull.gif);
  color: #58595B;
}
#nav ul ul a {
  background: #D1D3D4;
  color: #58595B;
}
#nav ul ul a:hover {
  background: #D1D3D4 url(../images/site/red_bull.gif) 10px .5em no-repeat;
}
#nav ul ul a.active {
  background: #D1D3D4 url(../images/site/red_bull.gif) 10px .5em no-repeat;
  color: #58595B;
}
#nav ul ul ul a {
  background: #939598;
  color: #FFFFFF;
}
#nav ul ul ul a:hover,
#nav ul ul ul a.active {
  background: #DA2028 url(../images/site/white_bull.gif) 10px .5em no-repeat;
  color: #FFFFFF;
}

#nav #b2 {
  margin: 0;
  padding: 0 0 0 20px;
  width: 123px;
  background-color: #D1D3D4;
}
#nav #b2 input {
  width: 90%;
  margin-top: .5em;
  font-size: .9em;
}
#nav #b2 input.button {
	width: auto;
}
#nav ul li form#b2 a {
  color: #DA2028;
  background: none;
  padding: .5em 0;
  font-size: .8em;
}
#nav #b2 a:hover {
  text-decoration: underline;
}

#body {
  position: relative;
  width: 616px;
  float: right;
  margin-right: 15px;
}

#footer {
  clear: both;
  color: #939598;
  background-color: #FFFFFF;
  position: relative;
  font-size: 90%;
  padding-top: 70px;
}
#footer p {
  padding: 6px 0 30px 235px;
  margin: 0;
  border-top: 1px solid #CDCDCD;
}
#footer span {
  margin-left: .5em;
  margin-right: .5em;
}
#footer a:link,
#footer a:visited,
#footer a:active {
  color: #808284;
  text-decoration: none;
  font-weight: bold;
}
#footer a:hover {
  color: #DA2028;
  text-decoration: underline;
}p.OSC_error_msg {
  background-color: #FFB3B5;
  padding: .5em 2em;
  margin: 0;
  color: #000000;
}
p.OSC_page_msg {
  font-weight: bold;
  color: #009966;
}/*<style>*/
#body {
  width: 556px;
  padding: 0 30px 30px 30px;
}
#body h2 {
  margin-bottom: 15px;
  width: 203px;
  height: 25px;
  overflow: hidden;
  font-size: 1em;
}
#body h2 span {
	width: 100%;
	height: 100%;
	position: absolute;
	background: url(../images/site/headers/advanced_search.gif) no-repeat left top;
}
input.text,
select {
	width: 300px;
	margin-bottom: 8px;
	font-size: xx-small;
}
input#keywords {
	width: 450px;
	font-size: xx-small;
}
input#searchButton {
	margin: 10px 0;
}