#topnav {

}
#topnav ul {
  list-style-type:none;
  width:900px;
  float:left;
  margin-top:-4px;
}

#topnav ul li {
  display:inline;
  width:150px;
  height:34px;
  float:left;
  text-align:center;
  background-image: url(/images/chrome-nav.gif);
  background-repeat: no-repeat;
}

#topnav ul li a {
  margin-top:6px;
  color:black;
  font-family:Arial;
  display:block;
  text-decoration:none;
}

#topnav ul li#clicked {
  background-image: url(/images/chrome-nav-clicked.gif);
  background-repeat: no-repeat;
}


#container {

    width: 900px;
	margin: 0 auto;

}

#header {
	margin-top:5px;
	height: 90px;
	padding-left:800px;
	padding-top:12px;
	margin-bottom:-15px;
	background: url(/images/banner_75.gif) no-repeat;
	overflow:hidden;
}


#minicart {
        font-size:13px;
        font-weight:bold;
        padding-top:33px;
        padding-left:23px;
        color:white;
        background: url(/images/site/cart.gif) no-repeat;
        height:61px;
        width:92px;
}

#minicart_full {
        font-size:13px;
        font-weight:bold;
        padding-top:33px;
        padding-left:23px;
        color:white;
        background: url(/images/site/cart_full.gif) no-repeat;
        height:61px;
        width:92px;
}


#searchbar {
  background: url(/images/red-mesh-row.gif) no-repeat;
  color:white;
  font-family:arial;
  font-size:12px;
  padding-top:6px;
  padding-bottom:1px;
  height:27px;
}

#searchbar p {
  display:inline;
}

#searchbar input, #searchbar select {
  border:1px solid gray;
  border-style:inset;
  height:17px;
  margin-right:3px;
  margin-left:3px;
  margin-top:-1px;
}

#searchbar input.form_button {
  border:none;
  vertical-align:middle;
}

#searchbar_left {
    width:300px;
    float:left;
    padding-left:5px;
}


#searchbar_right {
    margin-left:300px;
    text-align:right;
}
div#breadcrum {
  background-color:#b5b5b5;
  color:black;
  font-size:12px;
  padding-bottom:3px;
}

div#breadcrum ul {
  padding-left:10px;
}
div#breadcrum li{
  display:inline;
}

div#breadcrum li a, div#breadcrum li a:hover, div#breadcrum li a:visited, div#breadcrum li a:link {
  color:black;
  text-decoration:none;
}

li.breadcumbright {
  color:#610e0e;
  text-decoration: underline;
}
