@charset "utf-8";
body {
	margin: 0px;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-image: url(../images/body_bg.jpg);
	background-repeat: repeat;
}
.products {
	background-image: url(../images/products_bg.jpg);
	background-repeat: no-repeat;
	margin: 0px;
	height: 380px;
	width: 342px;
	padding-top: 102px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}

.produscttxt {
	width: 275px;
	margin-bottom: 15px;
	margin-left: 25px;
}
.pinkbg {
	background-image: url(../images/pink_bg.gif);
	background-repeat: repeat-x;
	background-position: top;
	width: 310px;
	margin-right: auto;
	margin-left: auto;
}
.pinkcontent {
	width: 226px;
	margin-right: auto;
	margin-left: auto;
}

.style1 {
	color: #cb178a;
	font-weight: bold;
	text-decoration: underline;
}
li {
	list-style-position: outside;
	list-style-image: url(../images/bullet.gif);
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: -20px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
.footer {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #cb178a;
	text-decoration: none;
}
.footer a:link {
	font-weight: normal;
	color: #cb178a;
	text-decoration: none;
}
.footer  a:visited {
	font-weight: normal;
	color: #cb178a;
	text-decoration: none;
}
.footer  a:hover {
	font-weight: normal;
	color: #A0126F;
	text-decoration: underline;
}
a {
	font-weight: bold;
	color: #cb178a;
	text-decoration: none;
}
