/*  HOME PAGE LAYOUT */
#page #global_site_map { position: absolute; top: 915px; right: -40px; }
#mainBody, #productTypes, #mainBody #specials img { border: 1px solid #9A9999; margin: 0px; padding: 0px; }

/* MAIN BODY FOR HOME PAGE */
#mainBody { position: relative; background: #ffffff; margin: 0px; width: 749px; height: 300px; clear: both; border: 1px solid blue; }
#mainBody img { border: 0px; }
html>body #mainBody { height: 300px; }
#mainBody #specials { position: absolute; top: 30px;	right: 10px; height: 100px; }
#mainBody h2 { font-size: 18px; font-weight: normal; font-family: georgia, sans-serif; position: absolute; top: 5px; right: 10px; margin: 0px; text-align: center; width: 310px; }
#mainBody h3 { font-size: 13px; position: absolute; top: 135px;	right: 10px; margin: 0px; text-align: center; padding: 0px; width: 310px; font-weight: bold; }

/* HOME BODY CONTENT */
#home_body {
	margin: 35px 0px 0px 190px;
	background: white url( '/images/home_default.jpg' ) no-repeat left top;
	font-size: 10px;
	width: 595px;
	height: 325px;
	border: 5px solid #c41a30;
}
*:first-child+html #home_body {	/* IE7 only */
	margin-top: 31px;
}
#home_copy { position: absolute; left: 540px; top: 170px; width: 170px; color: white; text-align: left; }
#home_copy h1 { font-size: 25px; padding: 0px; margin: 0px; font-weight: bold; }
#home_copy h2 { font-size: 13px; padding: 0px; margin: 0px; font-weight: bold; margin: 10px 0px 0px 0px; }
#home_body #home_shipping_advisory { position: relative; top: 255px; font-size: 12px; left: 10px; border: 1px solid #dbddc5; display: inline; background: white; padding: 1px 10px; font-weight: bold; }
#home_body #home_shipping_advisory a { text-decoration: underline; }

/* PRODUCT TYPES */
#product_types_header { position: absolute; top: 150px; left: 10px; display: none; }

.product_types {
	position: absolute;
	top: 195px;
	left: 10px;
	margin-top: 0 !important;
}

/* FEATURED GIFT */
.featured_gift {
	width: 395px;
	height: 150px;
	border: 5px solid #c41a30;
	background: white;
	overflow: hidden;
	/* IE 8 only (because of override hack below) */
	position: relative;
	top: -35px;
	margin: 0 0 10px 170px;
}

* html .featured_gift {	/* IE 6 only */
	position: static;
	margin: 10px 0 0 170px;
}
*:first-child+html .featured_gift {	/* IE 7 only */
	position: static;
	margin: 10px 0 0 170px;
}
body:last-child .featured_gift {	/* everything except IE */
	position: static;
	margin: 10px 0 0 190px;
}

.featured_image {
	/*position: static;*/
	height: auto;
	overflow: hidden;
	/* IE 8 only (because of override hack below) */
	float: left;
	margin-top: 10px;
	margin-left: 3px;
	margin-bottom: 30px;
}
* html .featured_image {	/* IE 6 only */
	margin: 5px 0 0 3px;
}
*:first-child+html .featured_image {	/* IE 7 only */
	margin: 10px 0 0 3px;
}
body:last-child .featured_image {	/* everything except IE */
	float: right;
	margin: 10px 10px 0 0;
}

.featured_gift img { border: none; }
.featured_gift .gift_image {
	float: left;
	width: 150px;
	height: 150px;
	margin-right: 20px;
	border-right: 10px solid #dbddc5;
	text-align: left;
	position: relative;
}
.featured_gift .gift_image .feature_buy_now_button {
	position: absolute;
	top: 131px;
}


.with_extended .gift_image {
	margin-right: 10px;
	border-right: none;
}

.featured_gift .gift_title {
	height: 20px;
	margin: 15px 20px 10px 20px;
	text-align: left;
	font-size: 15px;
}
.with_extended .gift_title {
	margin: 10px;
	font-size: 13px;
}
.featured_gift .gift_info {
	margin: 0 20px;
	text-align: left;
	font-size: 13px;
	font-weight: normal;
}
.with_extended .gift_info {
	line-height: 15px;
}
.featured_gift .shop {
	margin: 10px 0 0 0;
	font-size: 17px;
}
.with_extended .shop {
	font-size: 14px;
}
.featured_gift .all_override {
	position: absolute;
	top: 5px;
	left: 190px;
	width: 325px;
	font-size: 11px;
	font-weight: normal;
}
.featured_gift .extended_offer {
	float: right;
	width: 183px;
	height: 150px;
	margin-left: 10px;
	border-left: 10px solid #dbddc5;
	text-align: left;
}

/* CHANGES FOR THE HOME PAGE REDESIGN (DEC. 2009) */
.featured_image {
	margin-top: 0px;
	width: 605px;
	border: none;
}

#main_featured_cnt .featured_gift .gift_image { border-right: none; margin-right: 5px; }
#main_featured_cnt .featured_gift .gift_image .feature_buy_now_button { top: 125px; right: -225px; }
#main_featured_cnt .featured_gift .gift_title, #main_featured_cnt .featured_gift .gift_title a { padding-left: 0px; color: #c41a30; font-size: 12px; margin: 5px 0px 0px 0px; line-height: 12px; }
#main_featured_cnt .featured_gift .gift_info { font-size: 12px; line-height: 14px; padding-top: 10px; }
#main_featured_cnt .bus_gifting {
	border: 5px solid #c41a30;
	/* IE 8 only (because of override hack below) */
	position: relative;
	top: -35px;
	margin: 0 0 10px 10px;
}
* html #main_featured_cnt .bus_gifting {	/* IE 6 only */
	position: static;
	margin: 10px 0 0 10px;
}
*:first-child+html #main_featured_cnt .bus_gifting {	/* IE 7 only */
	position: static;
	margin: 10px 0 0 10px;
}
body:last-child #main_featured_cnt .bus_gifting {	/* everything except IE */
	position: static;
	margin: 10px 0 0 10px;
}

/* PHONE NUMBER */
#toll_free_number {
	text-align: center;
	font-size: 20px;
}
* html #toll_free_number {	/* IE 6 only */
	position: relative;
	left: -20px;
}
* html #secondary_nav {	/* IE 6 only */
	position: relative;
	left: -10px;
	margin-left: 0;
}
* html #franchise_banner {	/* IE 6 only */
	margin-left: 37px;
}
*:first-child+html #toll_free_number {	/* IE 7 only */
	position: relative;
	left: -20px;
}
*:first-child+html #secondary_nav {	/* IE 7 only */
	position: relative;
	left: -10px;
	margin-left: 0;
}
*:first-child+html #franchise_banner {	/* IE 7 only */
	margin-left: 37px;
}

/* ADDITIONAL COPY HOLDER */
#additional_copy { position: absolute; top: 640px; left: 198px; border: 10px solid #dbddc5; width: 521px; height: 170px; font-size: 11px; font-weight: normal; line-height: 14px; }
#additional_copy p { margin-top: 5px; text-align: justify; }
#additional_copy p.bold { font-size: 12px; }
#additional_copy a { font-weight: normal; text-decoration: underline; }

#home_slide_show_cnt {
	overflow: hidden;
	position: relative;
	height: auto;
	width: 167px;
	height: 220px;
	margin: 10px;
	float: left;
	/* IE 8 only (because of override hack below) */
	margin-top: -35px;
	margin-left: -10px;
}

* html #home_slide_show_cnt {	/* IE6 only */
	display: inline;	/* fix for IE6 double margin bug */
	margin-top: 5px;
	margin-left: -10px;
	margin-bottom: -10px;
}
*:first-child+html #home_slide_show_cnt {	/* IE7 only */
	margin-top: 10px;
	margin-left: -10px;
	margin-bottom: -10px;
}

body:last-child #home_slide_show_cnt {	/* everything except IE */
	margin-top: 10px;
	margin-left: 10px;
}

#home_slide_show_cnt img {
    position: absolute;
	cursor: pointer;
    top: 0;
    left: 0;
    z-index: 8;
    opacity: 0.0;
}

#home_slide_show_cnt img.active {
    z-index: 10;
    opacity: 1.0;
}

#home_slide_show_cnt img.last-active {
    z-index: 9;
}

