@charset "UTF-8";
/* CSS Document */

a:link {
	color: #f287b6;
	text-decoration: underline;
}
a:visited {
	color: #f287b6;
	text-decoration: underline;
}
a:hover {
	color: #f287b6;
	text-decoration: underline;
}
a:active {
	color: #f287b6;
	text-decoration: underline;
}
body {
	font-family: "HelveticaNeue-Regular", HelveticaNeue, Helvetica, Arial, sans-serif;
	font-size: 16px;
	font-style: normal;
	font-variant: normal;
	color: #E1E1E1;
	text-decoration: none;
	margin:0;
	background-color: #000;
	background-image: url(/images/floralback_grey.png);
	background-repeat: repeat;
	background-position: center 25px;
	background-attachment: fixed;
	line-height: 20px;
}
.content {
	margin-top: 40px;
}
.retailers_content {
	margin-top: 40px;
	margin-right: 80px;
	margin-left: 80px;
}
.headline {
	font-weight: bold;
	font-size: 18px;
}
.contact_content {
	margin-top: 40px;
	margin-right: 50px;
	margin-left: 50px;
}
.storename {
	text-transform: uppercase;
	color: #F287B6;
}
.goods_content {
	margin-top: 20px;
	font-family: Helvetica, Arial;
	font-size: 14px;
	line-height: 16px;
}
.inside_label {
	font-family: Helvetica, Arial;
	font-size: 14px;
	line-height: 18px;
}
.greeting {
	font-family: Helvetica, Arial;
	font-size: 14px;
	line-height: 18px;
	text-transform: uppercase;
	width: 350px;
}
.footer {
	font-family: Helvetica, Arial;
	font-size: 9px;
	color: #666666;
	margin-top: 40px;
}
.mininav {
	font-size: 12px;
	font-family: Helvetica, Arial, Verdana;
}
.subnav {
	margin-top: 10px;
	font-size: 12px;
	margin-bottom: 20px;
}
.storeblock {
	font-size: 14px;
	line-height: 16px;
}
#top-border {
	width: 100%;
	margin-right: 0px;
	margin-left: 0px;
	position: relative;
	text-align: center;
	background-image: url(/images/stripes.png);
	background-repeat: repeat;
	height: 20px;
}
#btm-border {
	width: 100%;
	margin-right: 0px;
	margin-left: 0px;
	position: fixed;
	text-align: center;
	background-image: url(/images/stripes.png);
	background-repeat: repeat;
	height: 20px;
	margin-top: 5px;
	vertical-align: bottom;
}

