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

#container {
	width: 100%;
}

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

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

#slogan {
	position: absolute;
}

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

#slogan p a, #slogan p a:visited {
	color: #bfbfbf;
}

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

#menu_top a:hover {
	border-left: 3px solid red;
}

.menu_head {
	font-size: 13px;
	color: #fff;
	padding-top: 5px;
	background-color: #333;
	padding: 5px;
}

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

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

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

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

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

ul.menu_left li a:hover {
	border-bottom: 1px solid #4f4848;
	color: #111;
}

#content {
	padding: 5px;
}

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

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

p.footer a, p.footer a:visited {
	color: #999;
	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;
}