/* CSS Document */
#top_navigation tbody, #top_navigation tfoot, #top_navigation thead, #top_navigation tr, #top_navigation th, #top_navigation td {
	margin: 0;
	padding: 0;
}

#top_navigation {
	background-image:url(../images/header_graphic.gif);
	background-repeat:no-repeat;
	background-position:center;
	height:90px; 
	width:100%;
	position:relative;
	z-index:9999;
}

#top_nav_container {
	width:904px;
	margin:0 auto;
}

#top_navigation a img {
	border:0px;
}

#tabs_container {
	width:735px;
	padding:0px;
	margin-top:0px;
	padding-top:26px;	
	margin-right:0px;
	margin-left:auto;
}

#tabs_container ul {
	text-align:left;
	margin:0px;
	padding:0px;
}

#tabs_container ul li{
	position:relative;
	display:inline;
	z-index:9999;
}

#tabs li div {
	line-height:22px;
	font-size:14px;
}

#tabs_container div{
	position:relative;
	float:left;
}

/* -------------- Home tab ------------------ */

#tab_home {
	text-align:center;
	width:112px;
	height:24px;
	margin-right:2px;
}
.home_deselected {
	background:url(../images/tab_home.gif);
	background-repeat:no-repeat;
	background-position:0 0;
}
.home_selected {
	background:url(../images/tab_home_sel.gif);
	background-repeat:no-repeat;
	background-position:0 0;
}


/* -------------- eCards tab ------------------ */

#tab_ecards {
	text-align:center;
	width:112px;
	height:24px;
	margin-right:2px;
}
.ecards_deselected {
	background:url(../images/tab_ecards.gif);
	background-repeat:no-repeat;
	background-position:0 0;
}
.ecards_selected {
	background:url(../images/tab_ecards_sel.gif);
	background-repeat:no-repeat;
	background-position:0 0;
}


/* -------------- Cards tab ------------------ */

#tab_cards {
	text-align:center;
	width:112px;
	height:24px;
	margin-right:2px;
}
.cards_deselected {
	background:url(../images/tab_cards.gif);
	background-repeat:no-repeat;
	background-position:0 0;
}
.cards_selected {
	background:url(../images/tab_cards_sel.gif);
	background-repeat:no-repeat;
	background-position:0 0;
}


/* -------------- In store tab ------------------ */
#tab_instore {
	text-align:center;
	width:112px;
	height:24px;
	margin-right:2px;
}
.instore_deselected {
	background:url(../images/tab_instore.gif);
	background-repeat:no-repeat;
	background-position:0px 0px;
}
.instore_selected {
	color:#FFCC00;
	background:url(../images/tab_instore_sel.gif);
	background-repeat:no-repeat;
	background-position:0px 0px;
}
.instore_selected a {
	color:#FFCC00;
}

/* -------------- My Account tab ------------------ */
#tab_account {
	text-align:center;
	width:112px;
	height:24px;
	margin-right:2px;
}
.account_deselected {
	background:url(../images/tab_account.gif);
	background-repeat:no-repeat;
	background-position:0px 0px;
}
.account_selected {
	background:url(../images/tab_account_sel.gif);
	background-repeat:no-repeat;
	background-position:0px 0px;
}

.tab_spacer {
	width:10px
}

#tab_spacer_account {
	width:80px;
}

#header_links {
	list-style:none;
	margin:0;
	padding:0;
	padding-top:18px;
	height:0.8em;
	width:100%;
}
#header_links li {
	display:inline;
	padding:0 0.4em 0 0;
	margin:0;
	border-right:1px #ffffff solid;
	font-size:12px;
}
#header_links li.l {
	border-right:0px #ffffff solid;
	padding-right:10px;
}
#header_links li a {
	padding:0 0 0 0.4em;
	text-decoration:none;
	color:#ffffff;
}
#header_links li a:hover {
	text-decoration:underline;
}

#header_container {
	height:40px;
	text-align:right;
}

#tabs li a {
	text-decoration:none;
}

#tabs li a:hover {
	text-decoration:underline;
}