/* ---------------------------------------------
TOPSTRIP.CSS
-----------------------------------------------*/

#global_header {
	background:#000 url(../../global/images/header_strip/background.gif) top repeat-x;
	height:40px;
	color:#CCC;
}

#global_header_content {
	margin:0 auto;
	text-align:left;
	width:980px;
	height:40px;
	font:11px Arial, Helvetica, sans-serif;
	overflow:hidden;
	padding:0 0 0 70px;
	background:url(../../global/images/header_strip/logo.gif) top left no-repeat;
}

#global_header_content a { 
	text-decoration:none;
	color:#ff0072; 
	background:none;
} 

#global_header_content a:hover { 
	text-decoration:underline;
	color: #ff0072;
} 

#global_header_content h4 {
	font-weight:normal;
	font:11px Arial, Helvetica, sans-serif;
}

#global_header_content h4 strong {
	color:#FFF;
}

.header_text {
	float:left;
	width:280px;
	height:28px;
	padding-top:12px;
	font-size:11px;
}

/* ---------------------------------------------
PROMO SPACE FOR GLOBAL PROMOTION
-----------------------------------------------*/

.header_promo {
	float:left;
	width:320px;
	height:40px;
}

/* ---------------------------------------------
CONTROL THE 'OTHER SITES' PANEL
-----------------------------------------------*/

#global_header_content a.other_sites, #global_header_content a.global_promotions {
	overflow:hidden;
	outline:none;
	display:block;
	text-indent:-5000px;
	float:right;
	width:133px;
	color:#FFF;
	height:25px;
	margin-top:5px;
	background:url(../../global/images/header_strip/other_sites.gif) 133px 0 ;
}

#global_header_content a.other_sites:hover {
	background:url(../../global/images/header_strip/other_sites.gif) 265px 0 ;
}

#global_header_content a.active { 
	background:url(../../global/images/header_strip/other_sites.gif) -3px 0;
 }
 
#global_header_content a.active:hover { 
	background:url(../../global/images/header_strip/other_sites.gif) 398px 0;
}

.other_sites_panel, .global_promotions_panel {
	background:#000;
	border-bottom:2px solid #333333;
	display:none;
}

.other_sites_panel div, .global_promotions_panel div {
	width:960px;
	padding:10px;
	margin:0 auto;
	color:#FFF;
}

.other_sites_panel ul,.global_promotions_panel ul {
	width:896px;
	overflow:hidden;
	list-style:none;
	margin:0 auto;
	margin-left:30px;
}

/* ---------------------------------------------
CONTROL THE 'GLOBAL PROMOTIONS' PANEL
-----------------------------------------------*/

#global_header_content a.global_promotions  {
	width:164px;
	background:url(../../global/images/header_strip/offers_button.gif) 0 0 ;
}

#global_header_content a.global_promotions:hover, #global_header_content a.active2 {
	background:url(../../global/images/header_strip/offers_button.gif) -164px 0 ;
}

.global_promotions_panel ul li {
	float:left;
}

.global_promotions_panel h5 {
	width:811px;
	height:30px;
	background:url(../../global/images/header_strip/offer_tagline.gif);
	text-indent:-5000px;
	overflow:hidden;
	margin:0 auto;
}

.global_promotions_panel h6 {
	font-size:11px;
}

.global_promotions_panel ul li a {
	display:block;
	width:112px;
	height:112px;
	text-indent: -5000px;
	overflow:hidden;
}

.global_promotions_panel ul li a.hub {
	background: url(../../global/images/header_strip/offers_hub.gif);
}

.global_promotions_panel ul li a.arc {
	background: url(../../global/images/header_strip/offers_arc.gif);
}

.global_promotions_panel ul li a.zed {
	background: url(../../global/images/header_strip/offers_zed.gif);
}

.global_promotions_panel ul li a.trio {
	background: url(../../global/images/header_strip/offers_trio.gif);
}

.global_promotions_panel ul li a.banyan {
	background: url(../../global/images/header_strip/offers_banyan.gif);
}

.global_promotions_panel ul li a.box {
	background: url(../../global/images/header_strip/offers_box.gif);
}

.global_promotions_panel ul li a.napa {
	background: url(../../global/images/header_strip/offers_napa.gif);
}

.global_promotions_panel ul li a.kobe {
	background: url(../../global/images/header_strip/offers_kobe.gif);
}

/* ---------------------------------------------
DISPLAY ALL THE BAR LOGOS
-----------------------------------------------*/

.other_sites_panel ul li {
	float:left;
}

.other_sites_panel ul li a {
	display:block;
	width:112px;
	height:112px;
	text-indent: -5000px;
	overflow:hidden;
}

.other_sites_panel ul li a.hub {
	background: url(../../global/images/logos/hub.gif);
}

.other_sites_panel ul li a.arc {
	background: url(../../global/images/logos/arc.gif);
}

.other_sites_panel ul li a.zed {
	background: url(../../global/images/logos/zed.gif);
}

.other_sites_panel ul li a.trio {
	background: url(../../global/images/logos/trio.gif);
}

.other_sites_panel ul li a.banyan {
	background: url(../../global/images/logos/banyan.gif);
}

.other_sites_panel ul li a.box {
	background: url(../../global/images/logos/box.gif);
}

.other_sites_panel ul li a.napa {
	background: url(../../global/images/logos/napa.gif);
}

.other_sites_panel ul li a.kobe {
	background: url(../../global/images/logos/kobe.gif);
}

/* ---------------------------------------------
TOOLTIPS
-----------------------------------------------*/

body div#toolTip { 
	position:absolute;
	font:11px Arial, Helvetica, sans-serif;
	z-index:1000;
	width:220px;
	background:#54183f;
	border:2px solid #a30a6e;
	text-align:left;
	padding:5px;
	min-height:1em;
	font-size:10px;
	-moz-border-radius:5px; 
}

body div#toolTip p { 
	margin:0;
	padding:0;
	color:#fff;
}

body div#toolTip p em { 
	display:none;
	margin-top:3px;
	color:#f60;
	font-style:normal;
	font-weight:bold; 
}

body div#toolTip p em span { 
	font-weight:bold;
	color:#fff; 
}



