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

/* Menu
---------------*/


#menu{
	width:839x;
	padding-left:13px;
}
	#menu a{ 
		float:left;
		height:37px;
		text-indent:-9999px;
	}

#menu a#home{ background:url(../images/tabs/home.gif) no-repeat; width:95px; }
#menu a#home:hover{ background:url(../images/tabs/home-h.gif) no-repeat; }
#menu a#in-home{ background:url(../images/tabs/home-h.gif) no-repeat; width:95px;}

#menu a#about-us{ background:url(../images/tabs/about-us.gif) no-repeat; width:100px; }
#menu a#about-us:hover{ background:url(../images/tabs/about-us-h.gif) no-repeat;}
#menu a#in-about-us{ background:url(../images/tabs/about-us-h.gif) no-repeat; width:100px;  }

#menu a#christmas-box{ background:url(../images/tabs/christmas-box.gif) no-repeat; width:142px; }
#menu a#christmas-box:hover{ background:url(../images/tabs/christmas-box-h.gif) no-repeat;}
#menu a#in-christmas-box{ background:url(../images/tabs/christmas-box-h.gif) no-repeat;width:142px; }

#menu a#products{ background:url(../images/tabs/products.gif) no-repeat; width:95px; }
#menu a#products:hover{ background:url(../images/tabs/products-h.gif) no-repeat;}
#menu a#in-products{ background:url(../images/tabs/products-h.gif) no-repeat;  width:95px;}

#menu a#volume-buyers{ background:url(../images/tabs/volume-buyers.gif) no-repeat; width:140px; }
#menu a#volume-buyers:hover{ background:url(../images/tabs/volume-buyers-h.gif) no-repeat; }
#menu a#in-volume-buyers{ background:url(../images/tabs/volume-buyers-h.gif) no-repeat; width:140px; }

#menu a#gifts-by-design{ background:url(../images/tabs/gifts-by-design.gif) no-repeat; width:139px; }
#menu a#gifts-by-design:hover{ background:url(../images/tabs/gifts-by-design-h.gif) no-repeat; }
#menu a#in-gifts-by-design{ background:url(../images/tabs/gifts-by-design-h.gif) no-repeat; width:139px; }

#menu a#contact-us{ background:url(../images/tabs/contact-us.gif) no-repeat; width:111px; margin-right:0px; }
#menu a#contact-us:hover{ background:url(../images/tabs/contact-us-h.gif) no-repeat; margin-right:0px; }
#menu a#in-contact-us{ background:url(../images/tabs/contact-us-h.gif) no-repeat; margin-right:0px;  width:111px; }


/* Menu Bottom */
#menu-bottom{ text-align:center; }
#menu-bottom a{ color:#000; margin-left:4px; margin-right:4px;}


/* Credits */
#credits{ text-align:center;color:#002308; }


/* Extra Tabs */
#extra_tabs{
	width:714px;
	padding-left:20px; padding-right:20px;
	position:relative;
}

#extra_tabs a{ 
		margin-right:3px;
		height:39px;
		text-indent:-9999px;
}

#extra_tabs a#fullrange{ background:url(../images/tabs/fullrange.gif) no-repeat; width:107px;}
#extra_tabs a#fullrange:hover{ background:url(../images/tabs/fullrange-h.gif) no-repeat; }

#right-column #extra_tabs{
	margin-top:-40px;
	z-index:9999;
	width:416px;
	padding-left:20px; padding-right:20px;
}
#right-column #extra_tabs a#highlights{ background:url(../images/tabs/highlights.gif) no-repeat; width:109px;}
#right-column #extra_tabs a#highlights:hover{ background:url(../images/tabs/highlights-h.gif) no-repeat; }

