@charset "UTF-8";

html {
	margin:0px;
	padding:0px;
}
body {
	margin: 0px;
	background-color:#FBD6E6;
	
}
#container {
	position:absolute;
	background-image:url(images/bkg3.gif);
	background-repeat:no-repeat;
	width:100%;
	z-index:1;
	top:0px;
}
#wrapper {
	position: relative;
	margin: 150px auto;
	z-index: 2;

}
#grid {
	position: relative;
	width: 500px;
	top: 10px;
	left: 25px;
	z-index: 5;

}
#item {
	position: relative;
	width: 420px;
	z-index: 5;
	
}
#item_desc {
	position: relative;
	float:left;
	width: 200px;
	top:4px;
	z-index: 10;
}
#item_cat {
	position: absolute;
	top:600px;
	left:360px;
	z-index:500;
}
#flash {
	position: absolute;
	left: 348px;
	top: 30px;
	width: 670px;
	height: 430px;
	z-index:50;
	overflow: hidden;
}
.whiteBodyText{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	line-height:18px;
	margin: 0px 5px 5px 0px;
}
.whiteBodyTextSmall {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
	line-height:15px;
	margin: 0px 5px 5px 0px;
}
.pinkBodyText {
	color: #F30685;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
}
.pinkHeader {
	color: #F30685;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
}
.grayBodyText {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333;
	line-height:16px;
}

a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #401F1F;
	font-weight: bold;
}
a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #401F1F;
}
a:hover {
	text-decoration: underline;
	color: #F10782;
}
a:active {
	text-decoration: none;
}

a.gifts {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #F39;
	font-weight: bold;
}
a.gifts:link {
	text-decoration: none;
}
a.gifts:visited {
	text-decoration: none;
	color: F39;
}
a.gifts:hover {
	text-decoration: underline;
	color: #F10782;
}
a.gifts:active {
	text-decoration: none;
}
