/* CSS Document */

/* --------------- START - Content Area -------------------*/
#banner {
	position: relative;
	visibility: visible;
	left: 5px;
	top: 5px;
	height: 98px;
	width: 850px;	
	z-index: 100;	
	background-image: url(/local_content/Images/Content/banner.jpg);
	background-repeat:no-repeat;
	background-position: left;
	text-align: center;
}

#banner_bg {
	position: absolute;
	visibility: visible;
	left: 5px;
	top: 5px;
	height: 98px;
	width: 100%;
	background-repeat:repeat-x;

	z-index: 50;
	background-image: url(/local_content/Images/Content/banner_bg.jpg);
}


/*------------------------------------------------------------------------------------------*/
/*---------- CSS for Main Menu ----------------------------------------------------------------*/

    #menu {
		position: absolute;
		top: 108px;
		left: 5px;		
	
		font-family: Arial, Helvetica, sans-serif;
		font-size: 10px;
		font-style: normal;
		font-weight: bold;
		color: #878787;
		text-transform: uppercase;		
	      float:left;

		 background:#efefef;
		 
		  line-height:normal;
		  border-bottom:1px solid #666;
	  
	  	background-image:url("/local_content/Images/Backgrounds/bg_normal_and_over_200x50.gif");
	  	width: 100%;
      }
	  
    #searchBar {
/*
		position: absolute;
		top: 140px;
		left: 5px;		
*/
		font-family: Arial, Helvetica, sans-serif;
		font-size: 10px;
		font-style: normal;
		font-weight: bold;
		color: #878787;
		text-transform: uppercase;
/*		padding:10px;	
		  padding-top:5px;
*/
	      float:left;
		 height:35px;	
		 	  
		  vertical-align:text-bottom;


		 background:#efefef;

		 
		  line-height:normal;
		  border-bottom:1px solid #666;
	  
	  	background-image:url("/local_content/Images/Shell/menu_bg_1x35.jpg");
	  	width: 100%;
      }	  
	  	  
	  	  	  
/*    #menu1 ul {*/
    ul {	
	  margin:0;
/*	  padding:10px 10px 0 50px;*/
	  padding:0px 10px 0px 0px;		/*		?,?,?,right of left spacer before menu buttons	*/
	  list-style:none;
      }
	  
/*    #menu1 li {*/
     ul li {	
      display:inline;
      margin:0;
      padding:0;
      }
	  
/*    #menu1 ul li a {*/
	ul li a {	
      float:left;
/*      background:url("tableftF.gif") no-repeat left top;*/
      margin:0;
      padding:0 0 0 0px;
      text-decoration:none;
		border-right: 1px solid #878787;			  
      }
	  
/*    #menu1 ul li a span {*/
    ul li a span {	
      float:left;
      display:block;
      background:url("/local_content/Images/Backgrounds/bg_normal_and_over_200x50.gif") no-repeat right top;
/*      padding:5px 15px 4px 6px;*/
/*      padding:5px 15px 4px 6px;	*/
	padding:5px 15px 4px 15px;	  
      color:#666;
	    
      }
    /* Commented Backslash Hack hides rule from IE5-Mac \*/
/*    #menu1 ul li a span {float:none;}*/
    ul li a span {float:none;}	
	
    /* End IE5-Mac hack */
/*    #menu1 a:hover span {*/
    ul li a:hover span {	
      color:#FFF;
		background-position:100% -25px;	  
      }
/*    #menu1 a:hover {	*/
    ul li a:hover {
      background-position:0% -25px;
      }
/*	  
    #menu1 a:hover span {
      background-position:100% -21px;
      }
*/	
	  
/*    #menu1 a span #active {	
    #menu1 #active {*/
	#active {	
      color:#FFF; 
      background-position:100% -25px;	  
/*      background-position:50% -21px;	*/
	}		


td.TextButtonBox {
	font-family: Arial, Helvetica, sans-serif;
	color:#FF0000;	
	text-transform: uppercase;

	font-size: 10px;
	font-style: normal;
	font-weight: bold;
	margin-left:5px;
	margin-right:5px;

	background-image: url("/local_content/Images/Products/Products/standard_150x50.gif");
	background-repeat: no-repeat;
	background-position: center center;
	text-align: center;	
}

td.TextButtonBox:hover{
	background-image: url("/local_content/Images/Products/Products/standard_mouseover_150x50.gif");
	background-repeat: no-repeat;
	background-position: center center;	
	margin-left:5px;
	margin-right:5px;	
}


/* --------------- END - Content Area -------------------*/
/* --------------- START - Form Styling ----------------------*/
input.leftnavtext,input.text{
	background: #F9F9F9;
	border: 1px solid #999999;
	color: #333333;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	width:220px;height:17px;
	margin-bottom:2px;
}

select.leftnavtext{
	background: #F9F9F9;
	border: 1px solid #999999;
	color: #333333;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	width:220px;height:17px;
	margin-bottom:2px;
}

/*input.leftnavtexterror,input.texterror,select.leftnavtexterror{*/
input.leftnavtexterror,input.texterror{
	background: #FFE8E8;
	border: 1px solid red;
	color: red;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	width:220px;height:17px;
	margin-bottom:2px;
}

select.leftnavtexterror{
	background: #FFE8E8;
	border: 1px solid red;
	color: red;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	width:220px;height:17px;
	margin-bottom:2px;
}

div.errorbox{
	background: #FFE8E8;
	border: 1px solid red;
	color: red; 
	font-family: Arial, Helvetica, sans-serif;	
	font-weight:bold;
	font-size: 8pt;	
	margin-bottom:12px;padding:15px;margin-top:5px;	
}

div.errorbox span {
	margin:0px;padding:10px 0px 0px 0px;
	font-weight:normal;	
}

div.errorsubbox{
	background: #FFE8E8;
	border: 1px solid red;
	color: red; 
	font-family: Arial, Helvetica, sans-serif;	
	font-weight:normal;
	font-size: 8pt;	
	margin-bottom:2px;padding:2px;margin-top:5px;	
}


/* --------------- END - Form Styling -------------------*/
/* --------------- START - General ----------------------*/
#BarFlexable {
	visibility: visible;
	height: 21px;
	z-index: 100;	
	background-image:url("/local_content/Images/Menu/menu_bg.jpg");
	background-repeat:repeat-x;
	background-position: left;
	text-align: center;
}

#BarBigFlexable {
	visibility: visible;
	height: 35px;
	z-index: 100;	
	background-image:url("/local_content/Images/Shell/menu_bg_1x35.jpg");
	background-repeat:repeat-x;
	background-position: left;
	text-align: center;\
	line-height:35px;
	padding-top:12px;
}



.BarHeaderFlexable1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	font-weight: bold;
	color: #878787;
	text-transform: uppercase;
	float:left;
	text-wrap: suppress;
	white-space: nowrap;
	line-height:21px;
	background-image: url(/common_content/Images/icons/ico_arrow_right1.gif); background-repeat:no-repeat;padding-left: 20px; background-position:left; background-position:10px;
}

/* --------------- START - General ----------------------*/
/* --------------- START - Footer Area -------------------*/

		
		#MasterLayer{position:relative; left:0px; top:0px; min-height:100%; background-color: #fff; color:#000000; z-index:2;  }
		#MasterContainerHeaderLayer{position:relative; left:0px; top:0px; z-index:90;  margin: 0px;}
		#MasterContainerContentLayer{position:relative; left:5px; top:0px; z-index:35; width:1000px;} /*Main content starting with panorama*/
		#MasterContainerSpacerLayer{position:relative; left:0px; top:0px; z-index:90;  margin: 0px;height:55px;}
		
		#MasterFooterLayer{position: relative;margin-top:-27px; left:5px; width:100%;z-index:9940; height:26px;padding-top:0px;background-image:url("/local_content/images/backgrounds/bg_footer_2x29.gif"); background-color:#FFFFFF;}
		#footerContentLayer{position:relative;top:6px;white-space: nowrap; width:1000px; left:0px; text-align: left;}
		
		
/*		#contentHeader{font-size: 18px; font-style: normal;  height:25px; background-color:#fff; font-weight: bold; }
		#contentArea{font-size: 11px; font-style: normal; left:205px; top:260px; width:595px; z-index:1; overflow:auto; background-color:#fff;}
		*/
/* --------------- END - Footer Area -------------------*/		