a:link { color: #c2cd23; text-decoration: none; }
a:visited { color: #c2cd23; text-decoration: none; }
a:hover { color: #c2cd23; text-decoration: none; }
a:active { color: #c2cd23; text-decoration: none; }

a.topMenu:link { color: #6d6e70; text-decoration: none;  }
a.topMenu:visited { color: #6d6e70; text-decoration: none; }
a.topMenu:hover { color: #6d6e70; text-decoration: none; }
a.topMenu:active { color: #6d6e70; text-decoration: none; }

a.topMenuHighlight:link { color: #ffffff; text-decoration: none; }
a.topMenuHighlight:visited { color: #ffffff; text-decoration: none; }
a.topMenuHighlight:hover { color: #ffffff; text-decoration: none; }
a.topMenuHighlight:active { color: #ffffff; text-decoration: none; }

table.topMenu{width:120px;top:0;margin-top:0px;position:absolute;border:1px solid #a7a9ac;display:none;z-index:10;margin:0;padding:0; left:10px;}
td.topMenu{width:120px; background-color:#ffffff;}
td.topMenu:hover{background-color:#f5f5f5;cursor:pointer;}

a.boxHeader:link { color: #ffffff; text-decoration: none; }
a.boxHeader:visited { color: #ffffff; text-decoration: none; }
a.boxHeader:hover { color: #ffffff; text-decoration: none; }
a.boxHeader:active { color: #ffffff; text-decoration: none; }


.menu { margin:0;}
.menu li {
	float:right;
	list-style-type:none;
	padding-left:20px;
	position:relative;
}

.menu li ul{
	position:absolute;
	left:0;
	top:16px;
	margin:0 0 0 20px;
	padding:0;
	width:140px;
	border:1px solid #808080;
	display:none;
}
.menu li ul li{
	float:none;
	padding:2px;
	background-color:#ffffff;
	color:#666666;
	cursor:pointer;
}
.menu li ul li:hover{
	background-color:#f5f5f5;
}


body {
	font-size: 12px;
	font-family: Verdana, Sans-serif;
	padding: 0px;
	margin: 0px;
	text-align: center;
	color: #6d6e70;
}

table {
	border-collapse: collapse;
}

img {
	border-width: 0px;
}

h1 {
	font-family: Arial;
	font-size: 24px;
	color: #c2cd23;
	font-weight: normal;
	text-transform: uppercase;
	margin-bottom: 6px;
	margin-top: 10px;
}
h1.everyday {
	color: #c2cd23;
}
h1.celebration {
	color: #FFC222;
}
h1.baby {
	color: #7ACCC8;
}
h1.wedding {
	color: #F3797F;
}
h1.holiday {
	color: #442E0B;
}

h2 {
	font-family: Arial;
	font-size: 18px;
	color: #6d6e70;
	font-weight: normal;
	text-transform: uppercase;
	margin-bottom: 6px;
}

h2.complement {
	font-family: Arial;
	font-size: 18px;
	color: #c2cd23;
	font-weight: normal;
	text-transform: uppercase;
	margin-bottom: 6px;
}
h2.everyday{
	font-family: Arial;
	font-size: 18px;
	color: #c2cd23;
	font-weight: normal;
	text-transform: uppercase;
	margin-bottom: 6px;
}
h2.celebration{
	font-family: Arial;
	font-size: 18px;
	color: #FFC222;
	font-weight: normal;
	text-transform: uppercase;
	margin-bottom: 6px;
}
h2.baby{
	font-family: Arial;
	font-size: 18px;
	color: #7ACCC8;
	font-weight: normal;
	text-transform: uppercase;
	margin-bottom: 6px;
}
h2.wedding{
	font-family: Arial;
	font-size: 18px;
	color: #F3797F;
	font-weight: normal;
	text-transform: uppercase;
	margin-bottom: 6px;
}
h2.holiday{
	font-family: Arial;
	font-size: 18px;
	color: #442E0B;
	font-weight: normal;
	text-transform: uppercase;
	margin-bottom: 6px;
}

h3 {
	font-family: Arial;
	font-size: 16px;
	font-weight: normal;
	color: #6d6e70;
	text-transform: uppercase;
	margin-bottom: 6px;
}

div {
	text-align: left;
}

td {
	font-size: 12px;
	font-family: Verdana, Sans-serif;
	vertical-align: top;
}

div.header {
	text-align: left;
	margin: 0px;
	padding: 0px;
	width: 100%;
	height: 94px;
}

div.everydayHeader {
	background-image: url(/img/everydayHeader.gif);
	background-repeat: no-repeat;
	background-position: top right;
}
div.weddingHeader {
	background-image: url(/img/weddingHeader.gif);
	background-repeat: no-repeat;
	background-position: top right;
}
div.babyHeader {
	background-image: url(/img/babyHeader.gif);
	background-repeat: no-repeat;
	background-position: top right;
}
div.celebrationHeader {
	background-image: url(/img/celebrationHeader.gif);
	background-repeat: no-repeat;
	background-position: top right;
}
div.holidayHeader {
	background-image: url(/img/holidayHeader.gif);
	background-repeat: no-repeat;
	background-position: top right;
}

div.topMenu {
	width: 830px;
	height: 18px;
	background-color: #a7a9ac;
	padding: 4px 10px 2px 10px;
}

div.content {
	margin: 0px;
	padding: 21px;
}

div.footer {
	clear: both;
	margin-top: 0px;
	padding: 2px 8px 4px 8px;
	border-top: 1px solid #6d6e70;
	font-size: 10px;
	color: #a7a9ac;
}

div.productContainer {
	float: left;
	width: 110px;
	margin: 5px;
}

td.productContainer {
	width: 100px;
	padding: 12px;
	vertical-align: bottom;
}

div.box {
	border: 1px solid #c2cd23;
	padding: 4px 8px 4px 8px;
}

div.boxHeader {
	background-color: #c2cd23;
	color: #ffffff;
	font-size: 14px;
	font-weight: bold;
	padding: 5px 8px 4px 8px;
}

.colored {
	color: #47C3D3;
}

span.button {
	padding: 2px 6px 2px 6px;
	background-color:#666666;
	color:#ffffff;
	cursor:pointer;
}

span.fakeLink {
	color:#c2cd23;
	cursor:pointer;
	}
input.btn {
	background-color:#666666;
	color:#ffffff;
	cursor:pointer;
	}		