

/* begin: banner of all pages (mainmenutop) */

#masthead {
	background-color: #ffffff;
	color: #c0c0c0;
	height: 62px;

	background-repeat: repeat;		
}

#masthead #shadow {
	position: absolute;
	top: 60px;
	height: 6px;
	left: 0px;	
	width: 100%;
}

#masthead #topcompimg {
	position: absolute;
	top: 52px;
	right: 40px;	
	cursor: pointer;
}

#masthead a {
	color: #c0c0c0;
	text-decoration:none;
}
#masthead a:hover {
	text-decoration:none;
	color:black;
}

#masthead #userInfo {
	color: #c0c0c0;
	z-index: 9;
	clear: both; 
	position:absolute; 
	left:50%;
	top:1px;
	margin-left:-300px
}

#masthead #userInfo a {
	font-weight: bold;
	padding: 0px 5px 0px 0px;
}

#masthead #userInfo a:hover {
}

#masthead #userInfo #territoryName { /* this is a span that holds the user's territory and selected locale name */
	color: #c0c0c0;
}

#masthead #userInfo #userLinks { /* this is a div that holds user links, eg orders */
	padding: 3px 0px 0px 0px;
	font-weight: normal;
}

/* this is the container of the search box */

#masthead fieldset {
	z-index: 1000;
	text-align: right;
	position: absolute;
	top: 50px;
	left: 50%;
	padding-top: 3px;
	padding-left: 88px;
	padding-right: 2px;
	width: 400px;
	display:none;
}

/* this table is contained within the fieldset */
#masthead table {
	display: inline;
	color: #fff;
	border-collapse: collapse;
	white-space: nowrap;
	width: auto;
}

#masthead td, 
#masthead td.gobutton {
	width: auto;
	border: 0px;
	color: #bdc9d6;
	white-space: nowrap;
}

#masthead td.gobutton {
	width: 10px;
	padding: 1px 6px 2px 4px;
	vertical-align: bottom;
}

#masthead #linkQuickSearch {
	cursor: pointer;
}

#masthead form {
	margin: 0px;
	padding: 0px;
}

#masthead label {
	padding: 3px;
	width: auto;
	font-weight: bold;
}

#masthead input.search {
	background-color: #fff;
	padding-left: 15px;
	padding-top: 4px;
	padding-bottom:4px;
	margin: 0px;
	border: 1px solid #999;
	width: 210px;
	
	height: 1.4em;
	background-image: url(/images/banner/searchicon.gif);
	background-position: left center;
	background-repeat: no-repeat;	
}

#masthead input.radio {
	padding-top: 0px;
	vertical-align: middle;
	width: 10pt;
	background-color: transparent;
	border:0px;
}

#masthead #languageContainer {
	top: 20px;
}

/* begin: tab menu (mainmenutop) */


#mainMenuContainer {
	margin:0 auto; 
	width:980px
}

#mainMenuContainer ul#mmenu {
	position:relative;
	left:192px;
	top:18px;	
}

#mainMenuContainer ul#mmenu li {
}

#mainMenuContainer ul#mmenu li.active,
#mainMenuContainer ul#mmenu li.activeover {

}

#mainMenuContainer ul#mmenu li.over
{
	color:black
}

/* horizontal submenu, examples of pulldown menus in other sites */

#subMenuContainer {
	position:absolute;
	right: 10px;
	top: 94px;
	width: auto;
	margin:0 auto;
	visibility:hidden;
	float:right; 
	margin-left:80px
}

#subMenuContainer ul#smenu {
	display:inline;
	clear: both;
	float: left;
}

#subMenuContainer ul#smenu li {
	float: left;
	margin-right: 20px;
	cursor: pointer;
	padding:0px 0px 2px 4px;
	
}
#subMenuContainer ul#smenu li a{
	text-decoration:none
}

#subMenuContainer ul#smenu li a{
	text-decoration:none
}
#subMenuContainer ul#smenu li a:hover{
	color:black; 
}

#subMenuContainer ul#smenu li.active,
#subMenuContainer ul#smenu li.activeover {
	font-weight: bold;
	color: #71849c;
}

#mainMenu {
	background-image: url(/images/menu/barbackground.gif);
	background-position: left center;
	background-repeat: repeat-x;	
	background-color: #fff;		/* Background color of main menu */
	top: 61px;			/* always change both mainmenu and submenu at the same time */
	position: relative;		/* Don't change this position attribute */
	height: 20px;
	padding-top: 1px;
	margin:0px;
	border-top:1px solid #ccc;
	border-bottom:1px solid #ccc;
}

#mainMenu a, #submenu a {
	text-decoration: none;
}

#mainMenu a {	
	width: 70px;
	height: 18px;
	vertical-align: middle;	
	padding: 3px 8px 0px 8px;
	color: #666;
	text-decoration: none;
	/* Don't change these two options */
	position: absolute;
	top: -1px;
}

#mainMenu a:hover {	
	text-decoration: none;
}

#submenu {		
	position: relative;
	top: 62px;			/* always change both mainmenu and submenu at the same time */
	height: 18px;
	background-color: #fff;		/* Background color of sub menu items */
	padding-top: 3px;
	border-bottom: 1px solid #e8ecf0;
	width: 100%;			/* Don't change this option */
}	

#submenu div {
	white-space:nowrap;		/* Don't change this option */
}	

/* begin: style attributes of active menu item */

#mainMenu .activeMenuItem {
	margin:0px;
	background-image: url(/images/menu/barbackgroundhi.gif);
	background-position: left center;
	background-repeat: repeat-x;	
	border: 1px solid #ccc;
	color: #fff;
	font-weight: bold;
	background-color: #314c6a;	/* Background color */
	cursor: pointer;		/* Cursor like a hand when the user moves the mouse over the menu item */
}
	
/* end: style attributes of active menu item */

		
/* begin: style attributes of inactive menu items */

#mainMenu .inactiveMenuItem {	
	margin:0px;
	background-image: url(/images/menu/barbackground.gif);
	background-position: left center;
	background-repeat: repeat-x;	
	border: 1px solid #ccc;
	color: #334d6b;			/* Text color */
	background-color: #fff;		/* Background color */
	cursor: pointer;		/* Cursor like a hand when the user moves the mouse over the menu item */
}

#submenu a {	
	text-decoration: none;	
	border: 0px;			/* border color = background color */
	padding: 1px 15px 1px 5px;
	color: #334d6b;			/* Text color */
}

#submenu a:hover {
	/* when the user moves the mouse over sub menu items */
	border: 0px;
	padding: 1px 15px 1px 5px;
	color: #334d6b;
}

/* end: style attributes of inactive menu items */

/* end: tab menu (mainmenutop) */

/* end: banner of all pages (mainmenutop) */


div.formfield{position:relative; top:-60px; background:#003a66; padding:0px 12px 8px 12px; color:white;}

#loginMessageText{color:red; font-weight:bold; text-align:left; margin-top:24px; font-size:xx-small}

#linkLoginButton{position:relative; top:8px; left:4px; cursor:pointer}

#loginHandle{
	position:absolute;
	bottom:-24px;
	left:317px;
	width:146px; 
	height:24px;
	background:url(/images/banner/loginHandle.gif) no-repeat;
	z-index:0;
	cursor:pointer;
}

#loginHandle.down{
	background:url(/images/banner/loginHandleDown.gif) no-repeat;
}

#topcompimg{position:absolute; top:-40px; left:14px; cursor:pointer}
