@charset "UTF-8";


/* CSS Document */

/* base menu */

.basemenu {
	font-size: 0.55em;
	font-weight: bold;
	height: 10px;
}
.basemenu dl {
	text-align: center;
	margin-top: 0px;
}
.basemenu dl dt {
	list-style-type: none;
	display: inline;
	padding-right: 10px;
	padding-left: 10px;
	padding-bottom: 4px;
	padding-top: 3px;
	margin: 0px;
}

.basemenu dl dt a:link, .basemenu dl dt a:visited {
	text-decoration: none;
	color: #7D378A;
	padding-bottom: 3px;
	margin: 0px;
	font-size: 1em;
}

.basemenu dl dt a:hover {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #C06DCF;
	color: #FAA44D;
	padding-bottom: 1px;
	font-size: 1em;
}

.basemenu a:visited {
	color:#7D378A;
	font-size: 1em;
}

/* top menu */
.topmenu {
	font-size: 10px;
	font-weight: bold;
	padding-top: 2px;
	margin-top: 0px;
	background-image: url(../images/top_menu_bar.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	height: 32px;
	width: 695px;
}
.topmenu dl {
	padding-left: 0px;
	text-align: center;
	margin-top: 0px;
	padding-top: 0px;
	margin-left: 0px;
}
.topmenu dl dt {
	list-style-type: none;
	display: inline;
	padding-right: 12px;
	padding-left: 12px;
	padding-bottom: 4px;
	padding-top: 3px;
	margin: 0px;
}
.topmenu a:link, .topmenu a:visited {
	text-decoration: none;
	padding-bottom: 3px;
	margin: 0px;
	font-size: 1em;
	color: #7D378A;
}
.topmenu a:hover {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #C06DCF;
	color: #EA952D;
	padding-bottom: 1px;
}

.sidemenu {
	width: 188px;
	text-align: right;
	float: left;
	padding-right: 20px;
}
.sidemenu h1 {
	font-size: 0.9em;
	color: #7D378A;
	margin-top: 15px;
	letter-spacing: 2px;
	font-variant: small-caps;
	font-weight: bold;
}

/* side menu */

.sidemenu dl {
	margin-top: 8px;
}

.sidemenu dl dt {
	list-style-type: none;
	font-size: 9px;
	line-height: 25px;
	font-weight: bold;
	margin-left: -30px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}

.sidemenu dl dt a:link, sidemenu dl dt a:visited {
	text-decoration: none;
	color: #003366;
	font-size: 1em;
}

.sidemenu a:link, .sidemenu a:visited {
	color:#003366;
	font-size: 1em;
	text-decoration: none;
}

.sidemenu a:hover {
	letter-spacing: 0.3mm;
	font-weight: bold;
	color: #900;
	text-decoration: none;
}

#cart {
	margin-top: 5px;
	border: 1px solid #E5D0FF;
	padding-top: 2px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
}
#cart h1 {
	font-size: 0.6em;
	color: #7C368A;
	font-weight: bold;
	letter-spacing: 2px;
	margin-top: 5px;
	margin-bottom: 5px;
}
#cart p {
	font-size: 0.65em;
	color: #036;
	margin-bottom: 5px;
	text-align: right;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #E8D6FF;
	padding-bottom: 5px;
	letter-spacing: 1px;
}
#cart p a:link, #cart p a:visited {
	text-decoration: none;
	color: #036;
}
#cart p a:hover {
	text-decoration: none;
	color: #900;
}
.cartboldprice {
	font-weight: bold;
}
#homebtn {
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 88px;
}
#content {
	float: left;
	width: 792px;
}
