/* begin: banner of all pages (mainmenutop) */

#masthead {
	padding: 0px;
	margin: 0px;
	background-color: #3C3C3C;
	color: #dce3ec;
	height: 72px;
	background-image: url(/images/banner/topbackdrop.gif);
	background-repeat: repeat;		
}

.left-edge {
	position: absolute;
	top: 0px;
	left: 0px;	
	z-index: 1;
}

.right-edge {
	position: absolute;
	top: 0px;
	right: 0px;	
}

.tag-line {
	position: absolute;
	top: 38px;
	left: 80px;	
	font-size: 0.9em;
	color: #fff;
}

.qs-options{
display: none;
}

#masthead #shadow {
	position: absolute;
	top: 60px;
	height: 6px;
	left: 0px;	
	width: 100%;
	border: 0px;
}

#masthead #topcompimg {
	position: absolute;
	z-index: 9;
	top: 0px;
	left: 0px;	
	cursor: pointer;
    filter:alpha(opacity=80);
    -moz-opacity: 0.8;
    opacity: 0.8;
}
#masthead #topcompimg:hover {
    filter:alpha(opacity=100);
    -moz-opacity:1.0;
    opacity:1.0;
}

#masthead a {
	color: #fff;
	text-decoration: underline;
}
#masthead a:hover {
	text-decoration:none;
}

#masthead #userInfo {
  display: none;
	color: #dce3ec;
	z-index: 9;
	clear: both; 
	position: absolute; 
	top: 20px; 
	left: 200px;
}

#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: #dce3ec;
}

#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: 11px;
	right: 20px;
	border: 0px solid black;
	padding-top: 3px;
	padding-left: 10px;
	padding-right: 0px;
	width: 180px;
}

/* this table is contained within the fieldset */
#masthead table {
	color: #fff;
	padding: 0px;
	margin: 0px;
	background-color: transparent;
	border-collapse: collapse;
	border: 0px;
	white-space: nowrap;
}

#masthead td, 
#masthead td.gobutton {
	color: #bdc9d6;
	border: 0px;
	white-space: nowrap;
	padding: 0px;
	margin: 0px;
}

#masthead td.gobutton {
	padding: 1px 6px 2px 8px;
	vertical-align: bottom;
}

#linkQuickSearch{
	height: 22px;
	width: 22px;
	cursor: pointer;
	overflow: hidden;
	background-image: url(/images/banner/gogrey.gif);
	display: block;
}
 
#linkQuickSearch:hover{
	background-image: url(/images/banner/gored.gif);
}

#masthead form {
	margin: 0px;
	padding: 0px;
}

#masthead label {
	float: left;
	padding: 3px;
	padding-left: 3px;
	font-weight: bold;
}

#masthead span {
    display: block;
    height: 1.6em;
    width: 140px;
    padding-bottom: 2px;
    border: 0px solid #1B1B1B;
}

#masthead span input {
border:1px solid #C3C3C3;
padding:0px 4px 0px 0px;
color:#000000;
height:1.2em;
width:134px;
}


#masthead input.radio {
	padding-top: 0px;
	vertical-align: middle;
	width: 10pt;
	background-color: transparent;
	border:0px;
}

#masthead #languageContainer {
	top: 20px;
}

/* begin menu */

#mainMenuContainer {
	position: absolute;
	right: 20px;
	top: 46px;
	height: 26px;
	border-bottom:1px solid #ddd;
}

#mainMenuContainer ul#mmenu {
	display:inline;
	clear: both;
	font-size: 0.9em;
	text-align: left;
}

#mainMenuContainer ul#mmenu li {
	float: left;
	cursor: pointer;
	vertical-align: middle;
	background-image: url(/images/all/btn-tab.gif);
	background-position: left top;
	background-repeat: no-repeat;	
	height: 26px;
	width: 92px;
	padding-top: 5px;
	color: #fff;
	padding-left: 5px;
}

#mainMenuContainer ul#mmenu li.activeover {
	font-weight: bold;
	color: #fff;
	background-image: url(/images/all/btn-tabOver.gif);
}

#mainMenuContainer ul#mmenu li.active {
	font-weight: bold;
	color: #fff;
	background-image: url(/images/all/btn-tabOver.gif);
}

#mainMenuContainer ul#mmenu li.over {
	color: #fff;
	background-image: url(/images/all/btn-tabOver.gif);
}

/* submenu as pulldown */

#subMenuContainer {
	display:none;
	position: absolute;
	left: 0px;
	top: 0px;
	border: 0px solid #ddd;
	padding: 3px;
	height: auto;
	width: 86px;
	background-color: #fafafa;
	z-index: 10000;
	font-size: 0.9em;
	text-align: left;
}

#subMenuContainer ul#smenu {
	display:inline;
	margin-left: 0; 
	padding-left: 0;
}

#subMenuContainer ul#smenu li {
	clear: both;
	float: left;
	cursor: pointer;
	margin-bottom: 5px;
	width: 86px;
	padding: 2px 0 2px 0;
}
/*
#subMenuContainer ul#smenu li.active,
#subMenuContainer ul#smenu li.activeover {
	color: #fff;
	background-color:#777777;
}
*/
#subMenuContainer ul#smenu li.over {
	color: red;
}

/* end pulldown */
/* end: tab menu (mainmenutop) */
/* end: banner of all pages (mainmenutop) */
