/* begin: banner of all pages (mainmenutop) */

#masthead {
	color: #000000;
	height: 75px;
	background-image: url(/images/banner/topbackdrop.gif); 
	background-repeat: repeat;		 
}

#masthead #shadow {
	position: absolute;
	top: 75px;
	height: 6px;
	left: 0px;	
	width: 100%;
}

#masthead #topcompimg {
	position: absolute;
	top: 0px;
	left: 0px;	
	horizontal-align: left;
	cursor: pointer;
        filter:alpha(opacity=100);
        -moz-opacity:1.0;
        opacity:1.0;

}

#masthead #topcompimg:hover {
        filter:alpha(opacity=80);
        -moz-opacity: 0.8;
        opacity: 0.8;
}

#masthead a {
	color: #333333;
	text-decoration:none;
}
#masthead a:hover {
	text-decoration:none;
}

#masthead dropdown {
  	width: 150px;
}

#masthead #userInfo {
	z-index: 9;
	clear: both; 
	position: absolute; 
	top: 16px; 
	left: 192px;
}

#masthead #userInfo a {
	font-weight: bold;
	padding: 0px 5px 0px 0px;
}

#masthead #userInfo a:hover {
	color: #ddd;
}

#masthead #userInfo #territoryName { /* this is a span that holds the user's territory and selected locale name */
	color: #333333;
}

#masthead #userInfo #userLinks { /* this is a div that holds user links, eg orders */
	padding: 3px 0px 0px 0px;
	font-weight: normal;
}



/* this table is contained within the fieldset */
#masthead table {
	display: inline;
	color: #fff;
	border-collapse: collapse;
	white-space: nowrap;
	width: auto;
}

#masthead td {
	width: auto;
	border: 0px;
	color: #767690;
	white-space: nowrap;
	vertical-align: center;
}

#masthead td.toplabel {
	font-size: 0.9em;
	vertical-align: bottom;
}

#masthead td.gobutton {
	width: 10px;
	padding: 2px 6px 2px 4px;
}

#masthead #linkQuickSearch {
	cursor: pointer;
	float:left;
	margin-right:43px;
}

#masthead form {
	margin: 0px;
	padding: 0px;
}

#masthead label {
	float: left;
	width: auto;
	font-weight: bold;
}

#masthead input.search {
	background-color: #fff;
	border: 1px solid #999;
	font-size:1.1em;
	padding:0.1em;
	position:absolute;
	top:33px;
	left:10px;
	width:210px;
}

#masthead input.radio {
	padding-top: 0px;
	text-align: left;
	vertical-align: middle;
	width: 10pt;
	background-color: transparent;
	border:0px;
}

#masthead input.dropdown {
	background-color: #fff;
	color: #797979;
	padding-left: 1px;
	padding-top: 1px;
	margin: 0px;
	border: 1px solid #999;
	width: 120px;
	height: 1.7em;
}

#masthead select {
	background-color: #fff;
	padding-top: 1px;
	margin: 0px;
	border: 1px solid #999;
	width: 160px;
	height: 1.7em;
}

#masthead #languageContainer {
	top: 20px;
}

/* begin: tab menu (mainmenutop) */

#mainMenuContainer {
	position: absolute;
	left: 0px;
/*	padding-left:16px;*/
	margin:0px;
	top: 70px;
	height: 24px;
	width: 100%;
	white-space: nowrap;
	background-color: #868686;
	overflow:hidden;
	border-top:3px solid #652968;
}

#mainMenuSubtitle {
	position: absolute;
	left: 0px;
	padding:0px;
	margin:0px;
	top: 86px;
	height: 5px;
	width: 100%;
	background-color: #6b7760;
}

#mainMenuContainer ul#mmenu {
	padding:0px;
	margin: 0px 0px 0px -4px;
	display:inline;
	clear: both;
	float: left;
	font-size: 0.95em;
}

#mainMenuContainer ul#mmenu li {
	float: left;
	height: 22px;
	margin-right: 0px;
	padding: 3px 8px 2px 8px;
	cursor: pointer;
	text-align: center;
	vertical-align: middle;
	color: #fff;
	border-right:1px solid white;
}

#mainMenuContainer ul#mmenu li.active {
	text-align: center;
	color: #000;
	background:#c0c0c0;
}

#mainMenuContainer ul#mmenu li.over,
#mainMenuContainer ul#mmenu li.activeover {
	color: #000;
	background-color: #fafafa;
}

/* submenu as pulldown */

#subMenuContainer {
	display:none;
	position: absolute;
	left: 0px;
	top: -2px;
	border: 1px solid #AEB7A5;
	padding: 3px 0px 3px 0px;
	height: auto;
	width: 180px;
	background-color: #fafafa;
	z-index: 10000;
	margin-left:-2px
}

#subMenuContainer ul#smenu {
	margin:0px;
	display:inline;
}

#subMenuContainer ul#smenu li {
	cursor: pointer;
	margin: 1px 0px 0px 0px;
	padding: 2px 3px 2px 5px;
	font-size:0.9em
}

#subMenuContainer ul#smenu li.active {
	color: #fff;
	background-color: #999999;
}

#subMenuContainer ul#smenu li.over,
#subMenuContainer ul#smenu li.activeover {
	color: #fff;
	background-color: #999999;
}

/* end pulldown */


/* begin right menu bar */

#rightMenuContainer {
	position: absolute;
	left: 192px;
	top: 46px;
	height: 22px;
	color: #fff;
	height:18px;
	overflow:hidden
}

#rightMenuContainer a {
	color: #fff;
}

#rightMenuContainer a:hover {
	color: #000;
	background-color: #fafafa;
}

/* end right menu bar */

/* end: banner of all pages (mainmenutop) */


#searchDiv {
	float:right;
	margin-top:29px;
}

#searchDiv label {
	font-weight:normal;
	font-size:0.9em;
}

#masthead #fieldset2 {
	z-index: 3;
	position: absolute; 
	top: 10px; 
	right: 10px; 
	padding-top: 3px;
	padding-left: 10px;
	padding-right: 2px;
	width: 280px;
	height:82px;
	overflow:hidden;
}

#fieldset2 label{
	font-size:0.9em;
	font-weight:normal;
	color:#333;
}	

#searchCountryDiv{
	position:absolute; 
	top:64px;
	left:0px;
	width:200px;
	height:22px;
}
#searchCountryDiv #searchCountry {
	text-align:left;
	cursor:pointer;
	height:14px;
	width:110px;
	border:2px solid white;
	margin-right:4px;
	background:white;
	margin-top:2px; 
	position:absolute; 
	bottom:3px;
	left:11px;
	background-image:url(/images/css/dropdown-down.gif);
	background-position:center right;
	background-repeat:no-repeat;
	padding:0px 2px 0px 2px;
	font-size:0.9em
}

#searchCountryDiv label{
	font-size:0.8em;
	position:relative;
	left:-120px;
	color:white;
	display:none
}

#searchRadioDiv {
	text-align:left;
	top:10px;
	left:10px;
	position:absolute;
	color:#333333;
	font-size:0.9em;
	width:300px;

}
#searchLabel {
	position:absolute; 
	right:300px;	
	top:47px;
	font-size:0.9em;
}
#countrySearchLabel {
	position:absolute; 
	right:300px;	
	top:75px;
	color:white;
	z-index:100;
	font-size:0.9em;
}