#subTop {
	background-color: #000000;
	background-image: url(images/homeTop_bg.gif);
	background-repeat: no-repeat;
	background-position: center bottom;
	position: relative;
	padding-top: 15px;
	padding-bottom: 5px;
	display: block;
	margin-bottom: 15px;
	height: 60px;
}
#subTop ul {
	list-style-type: none;
	margin: 0px 20px 10px 15px;
	padding: 0px;
	text-align: left;
	float: left;
}
#subTop ul li {
	display: inline;
	padding-right: 15px;
	text-align: center;
}
#subTop h2 {
	font-size: 16px;
	font-weight: bold;
	padding-top: 15px;
}
#subTop ul li a {
	color: #000000;
	font-size: 10px;
	width: 60px;
	height: 60px;
	border: none;
}
#subTop ul li a:hover img {
	position: relative;
	top: -10px;
}
#left {
	width: 500px;
	float: left;
}
#contentWidth #right {
	width: 220px;
	float: right;
	padding-right: 15px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #CCCCCC;
	padding-bottom: 25px;
}
#right ul li {
	list-style-type: none;
	margin-bottom: 10px;
	line-height: 100%;
}
#right ul {
	margin-left: 0px;
	padding-left: 15px;
	font-size: 11px;
	font-weight: bold;
	color: #94278F;
	margin-top: 0px;
	padding-top: 0px;
	margin-bottom: 25px;
	padding-bottom: 0px;
	margin-right: 0px;
	padding-right: 0px;
}
#right ul li a {
	color: #94278F;
	border-bottom-color: #94278F;
}
#right ul li a:hover {
	color: #84C441;
}
#right h3#cart a {
	text-transform: lowercase;
	color: #FFFFFF;
	font-size: 18px;
	text-align: center;
	margin-right: auto;
	margin-left: auto;
	border: none;
	display: block;
	background-image: url(images/cart_btn.gif);
	background-position: center bottom;
	background-repeat: no-repeat;
	position: relative;
	top: -15px;
	padding-top: 8px;
	padding-bottom: 5px;
	line-height: 18px;
}
#right h3#cart a:hover {
	background-position: top;
}
