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

body { 
	font-size: 14px;
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	margin: 10px 0 20px 0;
	padding: 0;
	color: #000000;
}
p {
	margin: 0;
	padding: 10px 0px;
	text-align: left;
}
p.boutiqueTop {
	margin: 0 40px 0 30px;
}
p.rightlinks {
	text-align: right;
	margin: 0 70px 30px 200px;
}
ul {
	list-style-position: outside;
	list-style-type: square;
	padding: 0px 20px 0px 20px;
	margin: 10px;
	text-align: left;
}
div {
	margin:0;
	padding:0;
}
#container {
	position:relative;
	left:0px;
	top:0px;
	width:1000px;
	text-align: center;
	margin: 0 auto;
}
#header {
	position:absolute;
	left:0px;
	top:0px;
	width:1000px;
	height:190px;
}
#content {
	position:absolute;
	left:0px;
	top:190px;
	width:1000px;
	margin: 0px 0px 0px 32px;
	text-align: center;
}
a.rightlinks, a.rightlinks:visited, a.rightlinks:hover {
	font-size: 10px;
	font-weight: bold;
	line-height: 13px;
	text-decoration: underline;
	color: #FF3366;
}
a.rightlinks:hover {
	text-decoration: none;
}
#content img {
	padding: 0px 0px 10px 15px;
}
#content img.left {
	float:left;
}
#content img.right {
	float:right;
}
#content img.heading {
	float:left;
	margin: 0 0 0 40px;
}
.productBoxRow1, .productBoxRow2, .productBoxRow3 {
	margin:10px;
	padding: 20px;
	border:#FF3366 dotted thin;
	text-align: center;
 	width: 250px;
	float: left;
	background-color:#EFE8FE;
}
.button {
	margin:5px;
	padding: 20px;
	text-align: center;
 	width: 270px;
 	height: 72px;
	float: left;
	clear:left;
}
.buttonText {
	margin: 5px 0 0 0;
	padding: 0px;
	text-align: left;
 	width: 640px;
	font-size: 12px;
	line-height: 15px;
	color: #FF3366;
}