body {
	font-size: 12px;
	color:#CC0000;
	font-family:Geneva, Arial, Helvetica, sans-serif;
	background-color: #FFFFFF;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	color: #666666;
}
td {
	font-family:Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
}
a:link {
	color:#CC0000;
}
a:visited {
	color:#CC0000;
}
a:hover {
	color:#CC0000;
	text-decoration:none;
}
.xmas #container {
	width: 940px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
	border:#CCCCCC 1px solid;
	padding:0px;
}
.xmas #container_wrapper {
	margin:5px;
}
.xmas #header {  /* this is for the information menus and background of the header */
	background-image:url(/Celebrating/images/christmasheader.jpg);
	background-position:top left;
	background-repeat:no-repeat;
	padding: 2px 2px 0px 0px;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	height:94px;
	margin-bottom:1px;
}
#menu_top a:link {
	font-size: 12px;
	color:#FFFFFF;
	text-decoration:none;
}
#menu_top a:visited {
	color:#FFFFFF;
	text-decoration:none;
}
#menu_top a:hover {
	color:#FFFFFF;
	text-decoration:underline;
}
#menu_container {
	height:23px;
	font-weight:bold;
	padding-top:6px;
	padding-left:5px;
	background-image:url(/Celebrating/images/menu_bg.jpg);
	background-position:top;
	background-repeat:repeat-x;
	clear:both;
	text-align:center;
	margin-bottom:4px;
}
#menu_container ul {
	list-style:none;
	font-weight:bold;
	font-size:12px;
	font-weight:bold;
	margin:0px;
	padding:0px;
	margin-left:1px;
}
#menu_container ul li {
	float:left;
	list-style:none;
	margin:0px;
	padding-right:5px;
}
#menu_container ul li a {
	list-style:none;
	float:left;
	color:#a41100;
	margin:0px;
}
#menu_container ul li.sep {
	width:2px;
}
#menu_container ul li.sep img {
	margin-bottom:0px;
}
#menu_container ul li a, #menu_container ul li a:link, #menu_container ul li a:visited {
	text-decoration:none;
}
#menu_container ul li a:hover {
	text-decoration:underline;
}
#menu_container ul li:hover a {
}
#menu_container ul li:hover ul {
	display:block;
}
#menu_container ul li a.current {
}
#menu_container ul li ul {
	background-image:url(/Celebrating/images/menu_down_bg.jpg);
	background-position:bottom;
	background-repeat:repeat-x;
	background-color:#FFFFFF;
	display:none;
	position:absolute;
	margin:0px;
	margin-left:0px;
	margin-top:15px;
	padding:0px;
	padding-top:10px;
	border: 1px solid #c8d7e6;/*left: 232px;
	top: 137px;*/
}
#menu_container ul li ul li {
	display:block;
	float:left;
	clear:left;
	border-bottom: 1px solid #c8d7e6;
	width:170px;
	padding:0px;
	margin:0px;
}
#menu_container ul li ul li a, #menu_container ul li ul li a:link, #menu_container ul li ul li a:visited {
	display:block;
	width:170px;
	font-size:11px;
	text-align:left;
	padding:4px 4px 0px 4px;
}
#menu_container ul li ul li a:hover {
}
#logo {
	float:right;
	width:360px;
	margin:10px 240px 0px 10px;
}
.xmas #mainContent {
	padding: 0px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
}
.xmas #footer {
	padding: 20px 10px 5px 10px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background-image:url(/Celebrating/images/footer.gif);
	background-repeat:repeat-x;
	background-position:top;
	color:#999999;
	font-size:10px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
}
.xmas #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
.xmas #footer a:link {
	color:#999999;
	text-decoration:none;
}
.xmas #footer a:visited {
	color:#999999;
	text-decoration:none;
}
.xmas #footer a:hover {
	color:#999999;
	text-decoration:underline;
}
/*Content*/



#links_table td {
	border-bottom:1px solid #f6e3c3;
	color:#d41d23;
}
#links_table a:link {
	color:#CC0000;
	text-decoration:none;
}
#links_table a:visited {
	color:#d41d23;
	text-decoration:none;
}
#links_table a:hover {
	color:#CC0000;
	text-decoration:underline;
}
.bottom_margin {
	margin-bottom:8px;
}
.image_border {
	border:#c8d7e6 1px solid;
	padding:0px;
}
.table_border {
	border:#c8d7e6 1px solid;
}
.border_right {
	border-right:#c8d7e6 1px solid;
}
.table_border_blue td {
	border:#c8d7e6 1px solid;
}
h1 {
	color:#CC0000;
	font-size:22px;
	padding-bottom:3px;
	margin-bottom:3px;
}
.main_text {
	color:#CC0000;
	font-size:14px;
}
.red_text {
	color:#CC0000;
}
#newsletter {
	background-image:url(/Celebrating/images/newsletter_bg.jpg);
	background-repeat:no-repeat;
	background-position:top;
	margin:0px 0px 6px 0px;
	height:95px;
	width:205px;
	text-align:left;
}
#search_box {
	width:205px;
	height:74px;
	background-image:url(/Celebrating/images/search_bg.jpg);
	background-position:top left;
	background-repeat:no-repeat;
	margin:0px 0px 5px 0px;
	text-align:left;
}
.form_image_float {
	margin-top:3px;
}
.form_image_float .searchform {
	float:left;
	height:17px;
}
.form_image_float .img {
	float:left;
	margin-left:5px !important;
	border:0;
	padding:0;
	margin-top:0px;
}

.form_image_float .go {
	float:left;
	margin-left:5px !important;
	border:0;
	padding-top:3px;
}

#imageField {
	margin:0px;
	padding:0px;
}

.form_image_float .newsletterform {
	float:left;
	height:17px;
	margin:3px 0;
}
.newsletterform {
	background-color:#FFFFFF !important;
	border: 1px solid #dbe2e7;
	padding:1px;
	color:#666666;
	margin:3px 0;
	height:17px;
}
.searchform {
	background-color:#FFFFFF !important;
	border: 1px solid #a30610;
	padding:1px;
	color:#666666;
	margin:0px;
	height:17px;
}
#shopping_cart {
	width:178px;
	height:32px;
	float:right;
	margin:36px 10px 0px 0px;
}
#menu_top {
	text-align:right;
	color:#FFFFFF;
	font-weight:bold;
	font-size:10px;
	margin:10px 10px 0px 0px;
}
#colour-box {
	width:205px;
	/*height:103px;*/
	background-image:url(/Celebrating/images/choose_colour.gif);
	background-repeat:no-repeat;
	background-position:top;
	margin:0px;
	margin-bottom:5px;
}
.special {
	background:url(/Celebrating/images/pagespecials.gif) no-repeat top;
	width:205px;
	height:139px;
	margin:0px;
	margin-bottom:5px;
}
.special a, .special a:link, .special a:visited {
	text-decoration:none;
}
.shipping {
	background:url(/Celebrating/images/freeshippingimage.gif) no-repeat top;
	width:205px;
	height:43px;
	color:#bb0232;
	text-align:right;
	font-family: Arial;
	font-size:11px;
	font-weight:bold;
	margin:0px;
	margin-bottom:5px;
}
.shipping a, .shipping a:link, .shipping a:visited {
	text-decoration:none;
}
.delivery {
	background:url(/Celebrating/images/free_delivery.jpg) no-repeat top;
	width:205px;
	height:94px;
	color:#ffffff;
	text-align:center;
	font-family: Arial;
	font-size:20px;
	font-weight:bold;
	margin:0px;
	margin-bottom:5px;
	line-height:18px;
}
.delivery a, .delivery a:link, .delivery a:visited, delivery a:hover {
	text-decoration:none;
	color:#FFFFFF;
}
.about {
	width:205px;
	border:1px solid #cccccc;
	color:#333333;
	font-size:11px;
	font-family:Arial, Helvetica, sans-serif;
	text-align:left;
	font-weight:normal;
}
.about p {
	padding:0px;
	margin:0px;
}
#main_message {
	padding:20px 15px 15px 15px;
	margin:0px;
	width:510px;/*540*/
	height:248px;/*283*/
}
#main_message p {
	margin:0px;
	padding:0px;
}
#main_message h1 {
	font-size:20px;
	color:#990000;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:normal;
}
#main_message a, #main_message a:link, #main_message a:hover, #main_message a:visited {
	text-decoration:none;
}
#main_message h3 {
	font-size:16px;
	color:#ffffff;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:normal;
}
.big-yellow {
	font-size:16px;
	color:#fff8ab;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:normal;
}
.big-white {
	font-size:16px;
	color:#ffffff;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:normal;
}
#countdown {
	width:205px;
	height:136px;
	margin-bottom:8px;
}

/*new*/
.sales_bar {
	height:23px;
	padding-top:6px;
	padding-left:5px;
	clear:both;
	margin-bottom:4px;
}

.advertisement_bar{
	height:39px;/*48*/
	width:849px;/*929*/
	background:url(/Celebrating/images/bar_advertisement.jpg) no-repeat top left;
	padding:9px 0 0 80px;
	font-size:24px;
	color:#FFF;
	margin-bottom:10px;
	margin-top:10px;
}
.advertisement_bar a, .advertisement_bar a:link, .advertisement_bar a:visited, .advertisement_bar a:hover {
	color:#FFF;
	text-decoration:none;
}

.sale_tag{
	float:right;
	margin:0 0 30px 30px;
}

.red_bar{
	height:23px;
	width:714px;/*719*/
	padding-top:6px;
	padding-left:5px;
	clear:both;
	margin:10px 0;
	background-color:#990000;
	color:#FFF;
	text-align:center;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:14px;
}

.red_bar a, .red_bar a:link, .red_bar a:visited, .red_bar a:hover{
	color:#FFF;
}

