body {
	margin: 0;
	background-color: #66000B;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #FFFFFF;
	width: 648px;
	margin-left: auto;
	margin-right: auto;
}

.box {
	width: 648px;
	border: 1px solid #980026;
}

#content {
}

#shop {
	margin-top: 10px;
	background-color: black;
	width: 648px;
	text-align: center;
	padding-top: 5px;
	padding-bottom: 5px;
	font: italic 20px Georgia, "Times New Roman", Times, serif;
	border-top: 1px solid #980026;
	border-right: 1px solid #980026;
	border-left: 1px solid #980026;
}

#shop a:link, #shop a:visited  {
	color: white;
	text-decoration: none;
}

#shop a:hover {
	color: #980026;
	text-decoration: none;
}

#area_menu {
	height: 27px;
	width: 648px;
}

#main {

}

.separator {
clear: both;
height: 2px;
}

#menu {
	background-image: url(img/menu_bg.gif);
	background-repeat: no-repeat;
	height: 167px;
}

.button {
	float:right;
}

.price {
	font-size: 14px;
	font-style: italic;
}

#prods {
	width: 150px;
	border: 1px solid black;
	overflow: visible;
	font: 12px Verdana, Arial, Helvetica, sans-serif;
	margin-left: 400px;
	margin-top: 80px;
}

#prods #title {
	text-align: center;
	background-color: black;
	text-transform: uppercase;
	padding-top: 5px;
	padding-bottom: 5px;
}

#prods ul {
	list-style-type: none;
	padding-left: 10px;
	margin-top: 0;
	padding-top: 5px;
}

#prods a:link, #prods a:visited {
	color: white;
	text-decoration: none;
}

#prods #dropdown_menu {
	display: block;
	clear: both;
	background-color: #66000B;
}

#language_selector a {
	color: white;
	font-weight: bold;
	text-decoration: none;
}

#language_selector {
	margin-top: 20px;
}
