/*=========================================================================================================
//---------------------------------------------------------------------------------------------------------
//	MAIN NAVIGATION - HORIZONTAL STYLE WITH GRAPHICS
//---------------------------------------------------------------------------------------------------------
//=======================================================================================================*/
/*---------------------------------------------------------------------------------------------------------
//	Global Nav
//--------------------------------------------------------------------------------------------------------*/
#nav-global
{
	position: absolute;
	top: 12px;
	left: 600px;
	color: black;
}

#nav-global a
{
	color: black;
}

#nav-global .divider
{
	margin: 0 .5em;
}

#submit-search
{
	position: absolute;
	top: 32px;
	left: 884px;
}

#site-search
{
	position: absolute;
	border: 0;
	left:     635px;
	top:      35px;
	width:    236px;
	font-size: 1em;
	padding: 2px;
	height: 13px;
	background-color: #ccc;
	background-image: url('/images/search_back.gif');
	background-position: top right;
}

#product-search-link
{
	position: absolute;
	top: 65px;
	left: 784px;
	padding-bottom: 1px;
}

/*---------------------------------------------------------------------------------------------------------
//	Container blocks for nav sets
//-------------------------------------------------------------------------------------------------------*/
#nav-main
{
	display:         block;
	white-space:     nowrap;
	overflow:        hidden;
	width:           975px;
	padding-left:	 10px;
	height:          34px;
	position:        absolute;
	left:            0px;
	top:             111px;
}

#nav-main ul
{
	display:         block;
	float:           left;

	margin:          0px;
	padding:         0px;

	list-style-type: none;
}

#nav-main li
{
	margin:          0px;
	padding:         0px;
	display:         inline;
	float:           left;
	overflow:        hidden;
}

/*---------------------------------------------------------------------------------------------------------
//	Main nav item styles (for text-only menu headers - delete these if graphics are used for main nav)
//-------------------------------------------------------------------------------------------------------*/
#nav-main a
{
	display:         block;
	float:           left;
	white-space:     nowrap;
}
