body {
	background-color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
}

/********************
 * Banner
 ********************/
.banner {
	position: absolute;
	top: 0px;
	left: 0px;
	right: 0px;
	height: 90px;
	width: 100%;
	
	background-color: #990000;
}

/********************
 * Menu
 ********************/
.menu {
	position: absolute;
	top: 90px;
	left: 0px;
	width: 160px;
	padding-top: 10px;
	
	border: #990000 1px solid;
	background-color: #990000;
}
.menu ul {
	list-style-type: none;
	padding: 0;
	margin: 0;
	background-color: #CC0000;
}
.menu li {
	border-top: #CC0000 2px solid;
	font-weight: bold;
}
.menu li li {
	padding-left: 5px;
	font-weight: normal;
	border-top-width: 0;
}
.menu li li a {
	text-decoration: none;
}
.menu a {
	color: #FFFFFF;
	font-size: 13px;
}
.menu .description {
	font-size: 10px;
	color: #FFFFFF;
	background-color: #CC0000;
}

/********************
 * Content
 ********************/
.content {
	position: absolute;
	top: 100px;
	left: 172px;
	right: 170px;
}
.content h1 {
	margin: 0;
	padding: 0;
	font-size: 24px;
}
.content h2 {
	margin: 0;
	padding: 0;
	font-size: 18px;
}
.content a {
	color: #CC0000;
}
.content .product {
	overflow: auto;
	margin-top: 2px;
	
	border-top: #CC0000 dashed 2px;
}
.content .product table, tr, td {
	margin: 0;
	padding: 0;
}
.content .product .shop a {
	text-decoration: none;
	font-weight: bold;
	font-size: 24px;
}
.content .product h2 {
	margin: 0;
	padding: 0;
}
.content .product h2 a {
	text-decoration: none;
	font-weight: bold;
	font-size: 24px;
}
.content .product .description img {
	padding-right: 3px;
}
/********************
 * Highlights
 ********************/
.highlights {
	position: absolute;
	top: 90px;
	right: 0px;
	width: 160px;
	height: 600px;
	padding-top: 10px;
	
	background-color: #990000;
	color: #000000;
}