/* 	Property Adjustment Key: top, right, bottom, left */

/* IE 6.0 Specific Instances */

* html #navPosition {
	margin: 0px 3px 0px 0px;
}

/***** End IE 6.0 Specific Styles *****/

#headerPLcodeInfoPosition {
	float: left;
}

.soldByPrefix {
	text-transform: uppercase;
}

.myAccountSpacing {
	margin: 0px 10px 0px 10px;
}

.myAccountSpacingIE {
	*margin: 0px 4px 0px 4px;
}

/*branding*/
h1#Branding 
{
	padding: 1px;
	margin: 1px;
	display: block;
	width: 119px;
	height: 74px;
	background: transparent url(images/logo.gif?v=3) no-repeat;
	text-indent: -9999px;
}


/*mainNav */
ul#siteNav {
	list-style: none;
	clear: both;
	width: 950px;
	height: 35px;
	display: block;
	padding: 0px;
	margin-top: 6px;
}

ul#siteNav li{
	display: block;
	float: left;
	list-style: none;
	text-align: center;
	font-size: 14px;
	line-height: 34px;
	font-weight: bold;
	height: 100%;
}

ul#siteNav li#NavItemTravelAgents { border-right: none;}

ul#siteNav li a:link, ul#siteNav li a:visited, ul#siteNav li a:hover, ul#siteNav li a:active { 
	color: #FFFFFF;
	text-decoration: none;
}



ul#siteNav li#NavItemOffers a{	
	display: block;
	background: transparent url(images/menu.gif?v=3) no-repeat 0 0;
	width: 238px;
	height: 100%;
}
ul#siteNav li#NavItemOffers a:hover { background-position: 0 -35px; }

ul#siteNav li#NavItemHotels a{	
	display: block;
	background: transparent url(images/menu.gif?v=3) no-repeat -238px 0;
	width: 237px;
	height: 100%;
}
ul#siteNav li#NavItemHotels a:hover { background-position: -238px -35px; }

ul#siteNav li#NavItemGroups a {	
	display: block;
	background: transparent url(images/menu.gif?v=3) no-repeat -475px 0;
	width: 237px;
	height: 100%;
}
ul#siteNav li#NavItemGroups a:hover { background-position: -475px -35px; }

ul#siteNav li#NavItemTravelAgents a{	
	display: block;
	background: transparent url(images/menu.gif?v=3) no-repeat -712px 0;
	width: 238px;
	height: 100%;
}
ul#siteNav li#NavItemTravelAgents a:hover { background-position: -712px -35px; }

/*second nav(cart)*/

div#secondNavField {}

div#secondNavField a.headerHighlight {
	position: absolute;
	top: 0px;
	right: 10px;
	width: 50px;
	height: 20px;
	display: block;
	padding: 1px 1px 1px 24px;
	background: transparent url(images/shoppingCartIcon.gif?v=3) no-repeat;
	line-height: 20px;
}
/* necessary to override inline-styling from click to chat vendor */
#iibody img {
    position: absolute;
}

