* {
	padding: 0;
	margin: 0;
}
html {
	font: 70%/1.6em Geneva, Arial, Helvetica, sans-serif;
	color:#333333;
}
body {
	background: #000;
	text-align: center;
	color: #494949;
	font-size: 1em;
}
table {
	margin: 0px auto;
	text-align: left;
}


a:link, a:visited {
	color: #7c0f12;
	text-decoration: none;
	font-weight: bold;
}
a:hover {
	color: #000}
h1 {
	font-size: 200%;
	color: #7c0f12;
	font-weight: bold;
	padding: 30px 0px 20px;
}
h2 {
	padding-bottom: 15px;
	font-size: 150%;
}
#jumpMenu {
	color: #555;
	width: 170px;
	margin-right: 10px;
	margin-left: 10px;
	border: 1px solid #666;
}
#go_button {
	color: #FFF;
	background: #7c0f12;
	display: inline;
	font-size: 90%;
	border-style: none;
	height: 25px;
	width: 70px;
}
.topmenu {
	font-weight: bold;
	color: #FFF;
	text-align: center;
}
.topmenu   a:link,.topmenu  a:visited {
	font-weight: bold;
	color: #FFF;
	text-decoration: none;
}
.topmenu a:hover {
	color: #b60f17;
	text-decoration: none;
}
.stroke {
	border: 1px solid #000;
	text-align: center;
}
.strokeblack {
	background: #000;
	border: 1px solid #000;
	color: #FFF;
	text-align: center;
	padding: 10px 0px;
}
.strokeblack a:link, .strokeblack a:visited {
	color: #FFF;
	font-weight: bold;
	text-decoration: none;
}
.strokeblack a:hover {
	color: #b60f17;
	text-decoration: none;
}
.bottom {
	background: #7c0f12;
	color: #FFF;
	font-weight: bold;
}
.bottom  a:link, .bottom a:visited {
	font-weight: bold;
	color: #FFF;
	text-decoration: none;
}
.bottom a:hover {
	color: #FFF;
	text-decoration: underline;
}
.products {
	background: #b9b9b9;
	padding-left: 25px;
}
.products_num {
	background: #e2e2e2;
	padding: 5px 25px;
}
.pic-right {
	float: right;
}
