

/* begin: banner of all pages (mainmenutop) */

#masthead {
	background-color: #f7f8f8;
	color: #4c4c4c;
	height: 85px;
	background-image: url(/images/banner/topbackdrop.gif);
	background-repeat: repeat;		
}

#masthead #shadow {
	position: absolute;
	top: 60px;
	height: 6px;
	left: 0;
	width: 100%;
}

#masthead #topcompimg {
	position: absolute;
	top: 24px;
	left: 40px;	
  filter:alpha(opacity=100);
  -moz-opacity:1.0;
  opacity:1.0;
}
#masthead #topcompimg:hover {
	cursor: pointer;
  filter:alpha(opacity=80);
  -moz-opacity: 0.8;
  opacity: 0.8;

}

#masthead a {
	color: #A6A6A6;
	text-decoration:none;
}
#masthead a:hover {
	text-decoration:none;
	color:#BF497E
}

#userInfoContainer {
	width:846px;
	position:relative;
}

#masthead #userInfo {
	color: #A6A6A6;
	font-size:0.9em;
	position:absolute;
	top:90px;
	right:0;
	width:120px;
	white-space:nowrap;
	overflow:visible;
	text-align:right;
	
}

#masthead #userInfo a {
	font-weight: bold;
	padding: 0px 5px 0px 0px;
	color:#A6A6A6;
}

#masthead #userInfo a:hover {
	color: #BF497E;
}

#masthead #userInfo #territoryName { /* this is a span that holds the user's territory and selected locale name */
	color: #A6A6A6;
}

#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: 3;
	text-align: right;
	position: absolute;
	top: 16px;
	left: 560px;
	padding-top: 3px;
	padding-left: 10px;
	padding-right: 2px;
	width: 400px;
}

/* 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: #aaa;
	font-size:1em;
	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 {
	float: left;
	padding: 3px;
	width: auto;
	font-weight: bold;
}

#masthead input.search {
	background-color: #fff;
	padding-left: 15px;
	padding-top: 1px;
	margin: 0px;
	border: 1px solid #999;
	width: 160px;
	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 {
	float:left;
	padding:0px;
	margin-left:4px;
	margin-right:0;	
	height: 21px;
	position:absolute; 
	top:82px;
}

#mainMenuContainer ul#mmenu {
	padding:0px;
	margin: 0px 0px 0px 35px;
	display:inline;
	clear: both;
	float: left;
	font-size: 1.05em;
	color:#A6A6A6;
	letter-spacing:-0.1px; 
}


#mainMenuContainer ul#mmenu li {
	float: left;
	height: 16px;
	width: auto;
	margin-right: 2px;
	padding: 7px 10px 2px 2px;
	cursor: pointer;
	vertical-align: middle;
	color:#A6A6A6;
}

#mainMenuContainer ul#mmenu li.active,
#mainMenuContainer ul#mmenu li.activeover {
	font-weight: bold;
	color: #BF497E;
	/*background-image: url(/images/menu/barbackgroundhi.gif);*/
	background-position: left center;
	background-repeat: repeat-x;
}

#mainMenuContainer ul#mmenu li.over {
	color: #BF497E;
}


/* submenu as pulldown */

#subMenuContainer {
	display:none;
	position: absolute;
	left: 0;
	top: -2px;
	padding: 3px 0px 1px 0px;
	height: auto;
	width: 200px;
	background-color: #fafafa;
	z-index: 10000;
	font-size:0.9em
}

#subMenuContainer ul#smenu {
	margin:0px;
	display:inline;
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
}

#subMenuContainer ul#smenu li {
	cursor: pointer;
	margin: 1px 0px 0px 0px;
	padding: 2px 3px 2px 5px;
	color: #A6A6A6;
	background-color:#D6DCE2;
	border-top: 1px solid #FFF;
	white-space:nowrap;
}

#subMenuContainer ul#smenu li.active,
#subMenuContainer ul#smenu li.activeover {
	border-top: 1px solid #FFF;
	color: #FFFFFF;
	background-color:#929DAB;
}

#subMenuContainer ul#smenu li.over {
	color: #FFFFFF;
	background-color:#929DAB;
	border-top: 1px solid #FFF;

}

/* end pulldown */


#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) */
