

/* begin: banner of all pages (mainmenutop) */

#masthead {
	background-color: #F0F0D6;
	color: #dce3ec;
	height: 69px;
	/* background-image: url(/images/banner/topbackdrop.gif);
	background-repeat: repeat;		*/
}

#masthead #shadow {
	position: absolute;
	top: 60px;
	height: 6px;
	left: 0px;	
	width: 100%;
}

#masthead #topcompimg {
	position: absolute;
	top: 0px;
	left: 0px;	
	cursor: pointer;
/*	
        filter:alpha(opacity=90);
        -moz-opacity: 0.9;
        opacity: 0.9;
*/				
}

/*
#masthead #topcompimg:hover {
        filter:alpha(opacity=100);
        -moz-opacity:1.0;
        opacity:1.0;
}
*/

#masthead a {
	color: #636346;
	text-decoration:none;
}
#masthead a:hover {
	text-decoration:none;
}

#masthead #userInfo {
	color: #636346;
	z-index: 9;
	clear: both; 
	position: absolute; 
	top: 12px; 
	left: 240px;
}

#masthead #userInfo #userLogin { 
	position: relative; 
	top: 5px; 
	left: 0px;
}

#masthead #userInfo #userAccount { 
	position: relative; 
	top: 8px; 
	left: 0px;
}

#masthead #userInfo #linkLogout { 
	position: relative; 
	top: 0px; 
	left: 0px;
}

#masthead #linkLogout #linkLogoutIcon { 
	position: relative; 
	top: 2px; 
	left: 0px;
}


#masthead #userInfo a {
	font-family:"Trebuchet MS",Georgia,Verdana,Arial;
	font-weight: bold;
	font-size:1.1em;
	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: #5E6854;
}

#masthead #userInfo #linkLoginIcon,
#masthead #userInfo #linkRegisterIcon { 
	position: relative;
	top: 5px;
	padding: 0px 3px 0px 0px;
}


#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: 10px;
	left: 560px;
	padding-top: 3px;
	padding-left: 10px;
	padding-right: 2px;
	width: 470px;
}

/* 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: #636346;
	white-space: nowrap;
}

#masthead td.gobutton {
	width: 10px;
	padding: 1px 6px 2px 4px;
	vertical-align: bottom;
}

#masthead td.suggestionCol {
	width: 140px;
}

#masthead td.searchColl {
	font-size: 0.9em;
	text-align: left;
	vertical-align: center;
	width: 220px;
}

#masthead #linkQuickSearch {
	cursor: pointer;
}

#masthead form {
	margin: 0px;
	padding: 0px;
}


#masthead label {
	font-family:"Trebuchet MS",Georgia,Verdana,Arial;
	font-weight: bold;
	font-size:1.2em;
	float: left;
	padding: 3px;
	width: 45px;
}

#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 {
	position:relative;
	top: 66px;
	margin:0px;
	height: 20px;
	width:100%;
	background-color: #AAA97A;
}


#mainMenuSubtitle {
	position: absolute;
	left: 0px;
	top: 86px;
	padding:0px;
	margin:0px;
	height: 5px;
	width: 100%;
	background-color: #6b7760;
	background-image: url(/images/banner/subbanner.gif);
	background-position: left;
	background-repeat: no-repeat;
}

#mainMenuContainer ul#mmenu {
	padding:0 40px 0 0;
	margin:0px;
	display:inline;
/*	margin-right: 300px;*/
	clear: both;
	float: right;
	font-size: 1em;
}

#mainMenuContainer ul#mmenu li {
	float: left;
	height: 16px;
	width: 70px;
	margin-right: 2px;
	padding: 2px 8px 2px 8px;
	cursor: pointer;
	text-align: center;
	vertical-align: middle;
	font-weight: bold;
	color: #30352B;
}

#mainMenuContainer ul#mmenu li.active {
	text-align: center;
	font-weight: bold;
	color: #D4D3B1;
	background-image: url(/images/menu/barback.gif);
	background-position: left center;
}

#mainMenuContainer ul#mmenu li.over,
#mainMenuContainer ul#mmenu li.activeover {
	font-weight: bold;
	color: #FFF;
	background-image: url(/images/menu/barback.gif);
	background-position: left center;
}

/* 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;
}

#subMenuContainer ul#smenu {
	margin:0px;
	display:inline;
}

#subMenuContainer ul#smenu li {
	cursor: pointer;
	margin: 1px 0px 0px 0px;
	padding: 2px 3px 2px 5px;
}

#subMenuContainer ul#smenu li.active {
	color: #D4D3B1;
	background-color: #6B7760;
}

#subMenuContainer ul#smenu li.over,
#subMenuContainer ul#smenu li.activeover {
	color: #FFF;
	background-color:#6B7760; 
}

/* end pulldown */


