@charset "utf-8";
/* CSS Document */

body {
	margin: 0px;
	background-color: #000000;
}
body, p, td {
	font: 12px Verdana, Arial, Helvetica, sans-serif;
	color: #000000;
}
a {}
a:hover {}

#menu {
	background-color: #FF6699;
	color: #666666;
	text-decoration: none;
}
#menu a {
	color: #FFFFFF;
	text-decoration: none;
}
#menu a:hover {
	color: #66CCFF;
	text-decoration: none;
}

#sidemenu {}
#sidemenu a {
	color: #0033FF;
	text-decoration: underline;
}
#sidemenu a:hover {
	text-decoration: underline;
}

#footer {
	color: #333333;
	font-size: 10px;
}
#footer a {}
#footer a:hover {}


.top {
	font-size: 11px;
	color: #FFFFFF;
}
.sidetop {
	margin-right: -10px;
	margin-left: -10px;
	background-color: #FF6699;
	display: block;
	font-weight: bold;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 10px;
}
.site {
	font-size: 36px;
	font-weight: normal;
	color: #FFFFFF;
}
.site2 {
	color: #66CCFF;
}
.home {
	border: 1px dotted #d67272;
	background-image: url(/_assets/images/girls.jpg);
	background-repeat: no-repeat;
	background-position: right center;
	height: 235px;
}
.largetext {
	font: 10px Arial, Helvetica, sans-serif;
	color: #000099;
	display: none;
}
.line {
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCCCCC;
}
.shophead {
	border: 1px dotted #FF6699;
}
.line2 {
	border: 1px dotted #CCCCCC;
}
