body {
  background-image: url('../images/bg_grad.png');
  background-repeat: repeat;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 0.8em;
}

#container {
  width: 100%;
  text-align: center;
}

#headertable {
	position:relative;
	top: 5px;
	width: 1057px;
	margin-left: auto;
	margin-right: auto;
}

#headermenu {
	position:absolute;
	top: 233px;
	right: 229px;
}

#fave {
	position:absolute;
	top: 160px;
	left: 325px;
	cursor: pointer;
}

#other {
  background: #fff;
  position: absolute;
  left: 200px;
  top: 300px;
  padding: 100px;
}

#bodycontainer {
  position: relative;
  top: -10px;
	margin-left:auto;
	margin-right:auto;
}
#leftcol {
  vertical-align: top;
  background-image: url('../images/menu-border.png');
  background-repeat: no-repeat;
  text-align: left;
  padding-top: 85px;
  padding-left: 35px;
}
#centralcol {
  vertical-align: top;
  text-align: center;
}
#rightcol {
  vertical-align: top;
}


#catgmenu {
  position: absolute;
  top: 390px;
  left: 125px;
  padding: 3px;
  margin: 0px;
  text-align: left;
}
.catitem {
  font-family: arial;
  font-size: 13px;
  color: #000;
  padding: 1px 7px;
  margin-bottom: 1px;
  text-align: left;
}

#manfmenu {
  background-image: url('../images/manf-border.png');
  background-repeat: no-repeat;
  text-align: left;
  width: 215px;
  height: 460px;
  padding: 30px 1px;
  text-align: center;
}

#currform {
  padding-left: 6px;
  padding-top: 100px;
  margin-bottom: 50px;
}
#currfield {
  position: relative;
  width: 250px;
  top:-38px;
  left: 203px;
}
#searchform {
  padding-left: 6px;
  padding-top: 60px;
}
#searchfield {
  position: relative;
  top: -1px;
  width: 100px;
}

#cart {
  padding-left: 8px;
  padding-top: 110px;
}

.manu {
  margin: 3px;
}

#topcell {
  background-image: url('../images/border-top.png');
  height: 58px;
  width: 614px;
}
#middlecell {
  background-image: url('../images/border-mid.png');
  background-repeat: repeat;
  padding: 0px 25px;
  text-align: center;
}
#bottomcell {
  background-image: url('../images/border-bottom.png');
  height: 60px;
}
.sbutton {
  background-image: url('../images/search-text.png');
  background-repeat: no-repeat;
  padding: 0px;
  border: 0px;
  width: 97px;
  height: 37px;
}
#keyword {
  font-size: 22px;
  padding: 0px;
}

a:link {
	color: #222;
	text-decoration: none;
	border: 0px;
}
a:visited {
	color: #222;
	text-decoration: none;
	border: 0px;
}
a:hover {
	color: #9d0402;
	text-decoration: none;
	border: 0px;
}
a:active {
	color: #222;
	text-decoration: none;
	border: 0px;
}

img {
  border: 0px;
}

#footer {
  margin-top: 10px;
}
#footer-name {
  color: #CCC;
  font-size: 0.8em;
}
a.mainlevel, span.mainlevel {
  color: #CCC;
}
