.background {
	background-color: #000000;
	background-image: url(../image/background.jpg);
	background-repeat: repeat;
}

.body_text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #FFFFFF;
}
.body_text_underline {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: underline;
}

.footer {
	background-color: #000000;
	background-image: url(../image/footer.jpg);
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #9c9c9c;
}

#menu {
	background: #6C6C6C;
	list-style: none;
	margin: 0;
	padding: 0;
	width: 138px;
}
#menu li {
	margin: 0;
	padding: 0;
	font-family: Tahoma;
	font-size: 12px;
}
#menu a {
	background: #6C6C6C;
	color: #fff;
	display: block;
	margin: 0;
	padding: 2px 8px;
	text-decoration: none;
	font-weight:bold;
}
#menu a:hover {
	color:#fae000;
	padding-bottom: 2px;
}
.left-menu {
	font-family: Tahoma,Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #ffffff;
	text-decoration:none;
}
.left-menu:hover {
	font-family: Tahoma,Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #fae000;
	text-decoration:underline;
}.product_title {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FFCC00;
	text-decoration: underline;
}
