@charset "utf-8";
html, body{
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
	overflow: auto;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
}
h1 {
	font-weight: bold;
}
a:link, a:visited, a:active{
	font-weight: bold;
	text-decoration: none;
	color: #666;
}
a:hover {
	font-weight: bold;
	text-decoration: underline;
	color: #4A4A1E;
}
#background{
	position:absolute;
	height:100%;
	width: 100%;
	margin: 0;
	padding: 0;
	z-index:1;
}
.oneColFixCtr {
	width: 100%;
	margin: 0 auto;
	text-align: left;
	position: relative;
	z-index: 10;
}
#toplink {
	float: right;
}
.price {
	float: right;
}


.oneColFixCtr #container {
	width: 780px;
	margin: 0 auto;
	text-align: left;
	position: relative;
	z-index: 10;
}
.oneColFixCtr #mainContent {
	margin-top: -22px;


}
.category {
	margin-bottom: 54px;

}

.catcont {
	background-image: url(images/slice.png);
	background-repeat: repeat-y;
	width: 780px;
	margin: 0 auto;
	font-size: 13px;
}
.li {
	font-weight: bold;
	color: #900;
}

.cattext {
	padding: 20px;
	width: 575px;
	margin: 0 auto;
	text-align: left;
}
#footer {
	margin: 0 auto;
	width: 575px;
	text-align: center;
	color: #FFF;
	display: none;

}
