body { margin: 0; padding: 0; background-color: #dcb9ff;
font-family: "Verdana"; font-size: 11px; color: #000; }

#container {
	width: 100%;
}

#top {
	width: 100%;
	height: 50px;
	background-color: #ad5bff;
}

#menu_top {
	position: absolute;
	width: 700px;
	height: 22px;
	background-color: #3f007d;
	margin-left: 500px;
	margin-top: 20px;
	padding-top: 8px;
}

#slogan {
	position: absolute;
}

#slogan p {
	font-size: 18px;
	font-weight: bold;
	color: #d6cdd0;
	margin: 10px 0 0 10px;
}

#slogan p a, #slogan p a:visited {
	color: #7e676f;
}

#menu_top a, #menu_top a:visited {
	color: #8e757d;
	text-decoration: none;
	font-size: 11px;
	margin: 10px 0 0 5px;
}

#menu_top a:hover {
	border-bottom: 1px solid #701672;
}

.menu_head {
	font-size: 13px;
	color: #222;
	padding-top: 5px;
	background-color: #460e47;
	padding: 5px;
}

.menu_head a, .menu_head a:visited {
	color: #a895b0;
	margin: 10px;
	text-decoration: none;
}

.menu_head a:hover {
	border-bottom: 1px solid #675470;
}

ul.menu_left {
	margin: 0;
	list-style-type: circle;
}

ul.menu_left li {
	font-size: 10px;
	padding: 0;
	margin: 0;
	color: #555;
}

ul.menu_left li a, ul.menu_left li a:visited {
	color: #705b79;
	text-decoration: none;
}

ul.menu_left li a:hover {
	border-bottom: 1px solid #58144d;
}

#content {
	padding: 5px;
}

p.product_title a, p.product_title a:visited {
	color: #9c238a;
	font-weight: bold;
	margin: 0;
	padding: 0 0 0 5px;
}

#content a, #content a:visited {
	color: #68175c;
	text-decoration: none;
}

p.footer a, p.footer a:visited {
	color: #353535;
	text-decoration: none;
}

p.footer a:hover {
	text-decoration: underline;
}

p a img, p a:visited img {
	border: 0;
}

p a:hover img {
	text-decoration: none;
	border: 0;
}

a img, a:visited img {
	border: 0;
}

a:hover img {
	border: 0;
}