@charset "UTF-8";
body {
	padding: 0;
	margin: 30px auto;
	font: 90% Arial, Helvetica, sans-serif;
	line-height: 1.5;
}
a:link, a:visited {
	color: #EB3DA5;
}
a:active, a:hover {
	color: #000;
}
.clear {
	clear: both;
}

.imageLeft {
	float: left;
	margin-right: 1em;
	margin-bottom: 1em;
}

.imageRight {
	float: right;
	margin-left: 1em;
	margin-bottom: 1em;
}
.imgWithBorder {
	border: 1px solid #EB3DA5;
}

#pageWrapper {
	margin: auto;
	width: 788px;
	background: url(images/pageBck.jpg) repeat-y 0 120px;
	border: 1px
}

#pageTop {
	background: url(images/pageTop.jpg) no-repeat;
}
#logo {
	position: relative;
	top: -20px;
	left: 35px;
}

#header img {
	border: none;
}
#header {
	position: relative;
}
.topNav {
	position: relative;
	top: 10px;
	font-weight: bold;
	text-align: center;
	font-size: 110%;
	font-family: Georgia, "Times New Roman", Times, serif;
}
ul.topNav {
	list-style: none;
	margin: 0;
	padding: 0;
}
.topNav li {
	display: inline;
}

.topNav a:link, .topNav a:visited {
	color: #fff;
	padding: .2em .5em;
	border-right: 1px solid #fff;
	text-decoration: none;
}

.topNav a:active, .topNav a:hover {
	color: #F9B2DC;
	text-decoration: none;
}

.topNav .current a:link, .topNav .current a:visited {
	text-decoration: underline;
}

.topNav .last a {
	border: none;
}
#contentWrapper {
	position: relative;
	left: 25px;
	top: 30px;
	width: 570px;
	margin: 1em auto;
	height: 500px;
	height /**/: auto;
	min-height: 500px;
	margin-bottom: -20px;
	padding-bottom: 2em;
}
.homeFirstCol {
	position: relative;
	margin-left: 270px;
	width: 290px;
	width /**/: 300px;
}
.step1, .step2, .step3 {
	width: 190px;
	float: left;
	text-align: center;
	line-height: normal;
}
.step2 {
	margin-top: 100px;
}
.packaging {
	clear: both;
	padding-top: 2em;
}
.retailName {
	font-weight: bold;
	font-style: italic;
	color: #EB3DA5;
}
.narrowBottom {
	width: 530px;
}
.faq dl {
	width: 85%;
	margin-left: 1em;
}
.faq dt {
	margin-top: 1em;
}
.faq span {
	font-weight: bold;
	color: #EB3DA5
}
#sillouette {
	position: absolute;
	top: -216px;
	right: 5px;
}
#footer {
	clear: both;
	position: relative;
	width: 788px;
	background: url(images/footer.jpg) no-repeat;
	text-align: center;
	color: #fff;
	margin: auto;
	height: 32px;
	font-size: 80%;
	padding-top: .5em;
}
#footer a:link, #footer a:visited {
	color: #fff;
	text-decoration: none;
}
#footer a:active, #footer a:hover {
	text-decoration: underline;
}